hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
99921fc13b22de3dfddb4277b0612353886cc916 | diff --git a/main/core/Resources/modules/workspace/store/actions.js b/main/core/Resources/modules/workspace/store/actions.js
index <HASH>..<HASH> 100644
--- a/main/core/Resources/modules/workspace/store/actions.js
+++ b/main/core/Resources/modules/workspace/store/actions.js
@@ -86,6 +86,10 @@ actions.selfRegister = (wo... | Reloads workspace after self-registration from workspace restrictions page | claroline_Distribution | train |
905a44908c4fd18805262b75db377dab685d71c4 | diff --git a/src/module-elasticsuite-catalog-graph-ql/Search/Request/Product/Aggregation/Provider/FilterableAttributes/Modifier/ViewMore.php b/src/module-elasticsuite-catalog-graph-ql/Search/Request/Product/Aggregation/Provider/FilterableAttributes/Modifier/ViewMore.php
index <HASH>..<HASH> 100644
--- a/src/module-elas... | Implementation of "view more" in aggregations. | Smile-SA_elasticsuite | train |
8db72c3f10a8e02dc371015db0753616d14c3227 | diff --git a/nipap/setup.py b/nipap/setup.py
index <HASH>..<HASH> 100644
--- a/nipap/setup.py
+++ b/nipap/setup.py
@@ -20,7 +20,7 @@ setup(
keywords = ['nipap'],
requires = ['twisted', 'ldap', 'sqlite3', 'IPy', 'psycopg2'],
data_files = [
- ('/etc/nipap/', ['nipap.conf']),
+ ('/etc/nipap/', ['local... | Include local_auth.db in packaging
This includes an example local_auth.db by setup.py and in turn into the
Debian package. | SpriteLink_NIPAP | train |
f244ee478f39805b43166a4438242351a04d110e | diff --git a/src/select.js b/src/select.js
index <HASH>..<HASH> 100644
--- a/src/select.js
+++ b/src/select.js
@@ -128,7 +128,7 @@
if (ctrl.resetSearchInput) {
ctrl.search = EMPTY_SEARCH;
//reset activeIndex
- if (ctrl.selected && ctrl.items.length) {
+ if (ctrl.selected && ctrl.i... | Fix: multiple choices highlighted at same time | angular-ui_ui-select | train |
d699dcae493d382c9b24678f0f9d1363b7736383 | diff --git a/tests/automated/legacy/locale.js b/tests/automated/legacy/locale.js
index <HASH>..<HASH> 100644
--- a/tests/automated/legacy/locale.js
+++ b/tests/automated/legacy/locale.js
@@ -7,30 +7,25 @@ describe('locale', function() {
it('is not affected by global moment locale when unset', function() {
mom... | update tests, disable failing test of dynamic locale change | fullcalendar_fullcalendar | train |
6b3ebfc1d9cf5787951d564d918342e09161281a | diff --git a/lib/transmission-rss/aggregator.rb b/lib/transmission-rss/aggregator.rb
index <HASH>..<HASH> 100644
--- a/lib/transmission-rss/aggregator.rb
+++ b/lib/transmission-rss/aggregator.rb
@@ -95,7 +95,7 @@ module TransmissionRSS
begin
on_new_item(link)
- rescue Errn... | Retry client requests on timeout and do not add URL to seen file. | nning_transmission-rss | train |
84081c9e57dd9b4098bf89c547adde39f7e8af48 | diff --git a/lib/octokit/client/repositories.rb b/lib/octokit/client/repositories.rb
index <HASH>..<HASH> 100644
--- a/lib/octokit/client/repositories.rb
+++ b/lib/octokit/client/repositories.rb
@@ -232,6 +232,24 @@ module Octokit
post "repos/#{Repository.new repo}/keys", options.merge(:title => title, :key =>... | Add Repositories#edit_deploy_key. Use VCR turned_off blocks. | octokit_octokit.rb | train |
18995cff7057b74decf520885e08cf07358f4935 | diff --git a/src/toil_scripts/rnaseq_cgl/rnaseq_cgl_pipeline.py b/src/toil_scripts/rnaseq_cgl/rnaseq_cgl_pipeline.py
index <HASH>..<HASH> 100644
--- a/src/toil_scripts/rnaseq_cgl/rnaseq_cgl_pipeline.py
+++ b/src/toil_scripts/rnaseq_cgl/rnaseq_cgl_pipeline.py
@@ -673,7 +673,8 @@ def star(job, job_vars):
wiggles... | only the basename for the wiggle files was stored, causing a path error during the move step. | BD2KGenomics_toil-scripts | train |
169a1ccd39771b21fc81476f4033bd70a690762d | diff --git a/asn1crypto/ocsp.py b/asn1crypto/ocsp.py
index <HASH>..<HASH> 100644
--- a/asn1crypto/ocsp.py
+++ b/asn1crypto/ocsp.py
@@ -330,7 +330,7 @@ class StatusGood(Null):
None or 'good'
"""
- if value is not None and value != 'good':
+ if value is not None and value != 'good' a... | Preserve the ability to pass core.Null() into ocsp.CertStatus() | wbond_asn1crypto | train |
bb2afcb38e6f15d6e335afda8a703a292fdc9639 | diff --git a/builtin/providers/opc/import_security_protocol_test.go b/builtin/providers/opc/import_security_protocol_test.go
index <HASH>..<HASH> 100644
--- a/builtin/providers/opc/import_security_protocol_test.go
+++ b/builtin/providers/opc/import_security_protocol_test.go
@@ -32,11 +32,11 @@ func TestAccOPCSecurityPr... | Refactoring the Complete test / identifying Update as Update | hashicorp_terraform | train |
792cdb419a299209eb0221bd8c80ab2f6c0e531e | diff --git a/quark/db/models.py b/quark/db/models.py
index <HASH>..<HASH> 100644
--- a/quark/db/models.py
+++ b/quark/db/models.py
@@ -316,7 +316,7 @@ class Subnet(BASEV2, models.HasId, IsHazTags):
name = sa.Column(sa.String(255))
network_id = sa.Column(sa.String(36), sa.ForeignKey('quark_networks.id'))
... | Deferred allocation pool cache
Defer hitting the database for the allocation pool cache until it
is actually accessed in code. This should lead to a performance
boost in some situations.
JIRA:NCP-<I> | openstack_quark | train |
8df0e1fe7b42c10d7547ba23b3a6760134fad497 | diff --git a/core/src/test/java/org/jsmart/zerocode/core/utils/SmartUtilsTest.java b/core/src/test/java/org/jsmart/zerocode/core/utils/SmartUtilsTest.java
index <HASH>..<HASH> 100644
--- a/core/src/test/java/org/jsmart/zerocode/core/utils/SmartUtilsTest.java
+++ b/core/src/test/java/org/jsmart/zerocode/core/utils/Smart... | ISS-0 # sysout - Removed | authorjapps_zerocode | train |
64b7abe7298c7b2c8b00e9fcba67407ce1337bca | diff --git a/lib/cramp/model/finders.rb b/lib/cramp/model/finders.rb
index <HASH>..<HASH> 100644
--- a/lib/cramp/model/finders.rb
+++ b/lib/cramp/model/finders.rb
@@ -19,7 +19,7 @@ module Cramp
private
def table_name
- @table_name || self.to_s.pluralize
+ @table_name || self.to_s.demoduliz... | Table names is now resolved the same way as Rails does.
Before: ClassName => ClassNames
Now: ClassName => class_names | lifo_cramp | train |
7063ef48d1e01a6dee71f0931e77b7a4bb3bd8ca | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -119,15 +119,12 @@ for($i = 0; $i < 5; $i++)
$ui = LabelBox::create()
->setPosn(0, -35)
->setSizen(100, 10)
- ->appendTo($frame)
- ->bg
- ->setStyle(Bgs1::BgTitle3)
- ->getParent()
- ->label
- ->setText('Much foobar')... | Replaced public properties in cards with getters (thanks m4rcel for the feedback). | maniaplanet_manialib-manialink | train |
e888032bdf7ae6ef26a60607eb75de0f81cb76bd | diff --git a/PHPCI/Controller/WebhookController.php b/PHPCI/Controller/WebhookController.php
index <HASH>..<HASH> 100644
--- a/PHPCI/Controller/WebhookController.php
+++ b/PHPCI/Controller/WebhookController.php
@@ -39,15 +39,8 @@ class WebhookController extends \PHPCI\Controller
public function bitbucket($project)... | Updating Bitbucket to match Github and Gitlab in regards to building all payload commits instead of one per branch | dancryer_PHPCI | train |
887277329a5fbc29f34091dbccc031489a4e7bff | diff --git a/desktop/app/index.js b/desktop/app/index.js
index <HASH>..<HASH> 100644
--- a/desktop/app/index.js
+++ b/desktop/app/index.js
@@ -74,16 +74,6 @@ if (shouldQuit) {
}
})
- // Don't quit the app, instead try to close all windows
- app.on('close-windows', event => {
- const windows = BrowserWind... | Allow the entire app to quit on OSX through Quit
Leaving the menubar active but closing all windows results in main
thread exceptions when RPCs to the other windows fail. | keybase_client | train |
f7146be784346cbd24f68aabae057d21f7402b19 | diff --git a/src/Assetic/Factory/AssetFactory.php b/src/Assetic/Factory/AssetFactory.php
index <HASH>..<HASH> 100644
--- a/src/Assetic/Factory/AssetFactory.php
+++ b/src/Assetic/Factory/AssetFactory.php
@@ -163,10 +163,6 @@ class AssetFactory
$options['output'] = $this->output;
}
- if (!i... | moved generation of name after all default options are set (closes #<I>) | kriswallsmith_assetic | train |
f4cf6deb6a2c32d71a3a916e0fcd112ceaafb914 | diff --git a/ipyxact/ipyxact.py b/ipyxact/ipyxact.py
index <HASH>..<HASH> 100644
--- a/ipyxact/ipyxact.py
+++ b/ipyxact/ipyxact.py
@@ -52,8 +52,11 @@ class IpxactBool(str):
raise Exception
class IpxactItem(object):
- nsmap = {'1.4' : ('spirit' , 'http://www.spiritconsortium.org/XMLSchema/SPIRIT/1.4')... | Improve IP-XACT version detection and add <I>/<I> support | olofk_ipyxact | train |
1833effeb71918b9071d804e1d5c2c6d43da5fc9 | diff --git a/bin/next-dev b/bin/next-dev
index <HASH>..<HASH> 100755
--- a/bin/next-dev
+++ b/bin/next-dev
@@ -3,7 +3,7 @@
import { resolve } from 'path'
import parseArgs from 'minimist'
import Server from '../server'
-import build from '../server/build'
+import build from '../server/build/index'
const argv = par... | Fixes next dev and adds the css requires | zeit_next.js | train |
24fc0a8773f0ed0b4d3c228892986ad3a3a14312 | diff --git a/tests/django_mysql_tests/test_cache.py b/tests/django_mysql_tests/test_cache.py
index <HASH>..<HASH> 100644
--- a/tests/django_mysql_tests/test_cache.py
+++ b/tests/django_mysql_tests/test_cache.py
@@ -754,11 +754,11 @@ class MySQLCacheTests(TransactionTestCase):
def test_expiration(self):
... | Increase cache test expire/sleep times to stop intermittent failures on Travis | adamchainz_django-mysql | train |
86ad372b8ea6fa8893124168ea965ac6bdec20da | diff --git a/packages/cli/src/middleware/index.js b/packages/cli/src/middleware/index.js
index <HASH>..<HASH> 100644
--- a/packages/cli/src/middleware/index.js
+++ b/packages/cli/src/middleware/index.js
@@ -61,13 +61,13 @@ export function configCliMiddleware(argv) {
if (wsProvider?.connection?.url?.includes('eth.a... | Don't insist on using Infura, recommend running one's own eth node (#<I>)
* Don't insist on using Infura, recommend running one's own eth node | aragon_aragon-cli | train |
314abb86d9789db80f9f05bb143194ee5e105273 | diff --git a/pyciss/opusapi.py b/pyciss/opusapi.py
index <HASH>..<HASH> 100644
--- a/pyciss/opusapi.py
+++ b/pyciss/opusapi.py
@@ -223,15 +223,18 @@ class OPUS(object):
# myquery.update(query)
# self.create_request_with_query('data', myquery, fmt=fmt)
+ @property
+ def response(self):
+ ... | store parsed response in `response` attribute | michaelaye_pyciss | train |
97ebd3ac4c54c6740249ecc64bdf636e6e1a5f94 | diff --git a/growler/http/methods.py b/growler/http/methods.py
index <HASH>..<HASH> 100644
--- a/growler/http/methods.py
+++ b/growler/http/methods.py
@@ -13,6 +13,7 @@ class HTTPMethod(enum.IntEnum):
POST = 0b000010
DELETE = 0b000100
PUT = 0b001000
+ HEAD = 0b010000
string_to_method = {
@... | Added HEAD http method and a "method to string" function to the http.methods package | pyGrowler_Growler | train |
3cd8ecb31ca45670c05af3b4580499da8f1ad270 | diff --git a/pdftools/_cli.py b/pdftools/_cli.py
index <HASH>..<HASH> 100644
--- a/pdftools/_cli.py
+++ b/pdftools/_cli.py
@@ -6,6 +6,7 @@ from . import __version__
def main():
PARSER = argparse.ArgumentParser(
+ description="Python-based command line tool for manipulating PDFs. It is based on the PyPdf2... | Updating help and description messages for `--help` option | stlehmann_pdftools | train |
a17e89722d99f7d474f6bffa350bd9a5ad344831 | diff --git a/lib/fog/aws/iam.rb b/lib/fog/aws/iam.rb
index <HASH>..<HASH> 100644
--- a/lib/fog/aws/iam.rb
+++ b/lib/fog/aws/iam.rb
@@ -2,6 +2,12 @@ module Fog
module AWS
class IAM < Fog::Service
+ class EntityAlreadyExists < Fog::AWS::IAM::Error; end
+ class KeyPairMismatch < Fog::AWS::IAM::Error; e... | [aws|iam] add error handling for common failures resulting from upload_server_certificate | fog_fog | train |
1e2e85b0105559a1d7c3b850488ad9585b36efeb | diff --git a/state/machine_upgradeseries.go b/state/machine_upgradeseries.go
index <HASH>..<HASH> 100644
--- a/state/machine_upgradeseries.go
+++ b/state/machine_upgradeseries.go
@@ -521,7 +521,7 @@ func (m *Machine) GetUpgradeSeriesMessages() ([]string, bool, error) {
for _, unseenMessage := range unseenMessages {
... | Only mark unseen messages as seen. | juju_juju | train |
1f216a5ddf1d9648956841df65bfe86356d6159e | diff --git a/lib/Headers.js b/lib/Headers.js
index <HASH>..<HASH> 100644
--- a/lib/Headers.js
+++ b/lib/Headers.js
@@ -110,11 +110,26 @@ Headers.prototype.populateFromObject = function (valuesByName, doNotStringify) {
var value = valuesByName[headerName],
headerNameLowerCase = headerName.toLowerCa... | Headers.populateFromObject: Support multiple occurrences of the same header in different casing. | papandreou_messy | train |
ffcee0960b8df4cf81aef41e546d3bcc61c3e14f | diff --git a/src/Cortex.php b/src/Cortex.php
index <HASH>..<HASH> 100644
--- a/src/Cortex.php
+++ b/src/Cortex.php
@@ -103,12 +103,12 @@ class Cortex
*/
private function doBoot(\WP $wp, $do, RequestInterface $request = null)
{
- $routes = $this->factoryRoutes();
+ $uri = $this->factoryUri(... | 'cortex.routes' hook now passes uri and method | Brain-WP_Cortex | train |
e774b4650bd20e28a3bbc0f06f83857a47701ba0 | diff --git a/src/ocrmypdf/exec/__init__.py b/src/ocrmypdf/exec/__init__.py
index <HASH>..<HASH> 100644
--- a/src/ocrmypdf/exec/__init__.py
+++ b/src/ocrmypdf/exec/__init__.py
@@ -25,7 +25,7 @@ from ..exceptions import MissingDependencyError
-def get_version(program, *,
+def get_version(program, *,
versi... | ocrmypdf.exec: trap FileNotFoundError too | jbarlow83_OCRmyPDF | train |
604976917461e1166b4e8000b0bc5dd983956c71 | diff --git a/packages/babel-plugin-transform-react-trans/src/index.js b/packages/babel-plugin-transform-react-trans/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/babel-plugin-transform-react-trans/src/index.js
+++ b/packages/babel-plugin-transform-react-trans/src/index.js
@@ -9,11 +9,20 @@ function cleanChild... | refactor: Add elementGenerator to replace context bound variable
affects: babel-plugin-transform-react-trans | lingui_js-lingui | train |
ab36122ad0a38036ea3f8d3043693fba42226e8e | diff --git a/src/Output.php b/src/Output.php
index <HASH>..<HASH> 100644
--- a/src/Output.php
+++ b/src/Output.php
@@ -2,22 +2,39 @@
namespace League\CLImate;
+use League\CLImate\Decorator\ParserImporter;
use League\CLImate\Decorator\Parser;
class Output
{
- protected $output;
+ use ParserImporter;
- ... | allowed input styles, added sameLine method for output | thephpleague_climate | train |
73c3fa48a46c2598a536d7f790ea850cc6e6e9bf | diff --git a/cypress/plugins/index.js b/cypress/plugins/index.js
index <HASH>..<HASH> 100644
--- a/cypress/plugins/index.js
+++ b/cypress/plugins/index.js
@@ -1,4 +1,8 @@
-const webpack = require('@cypress/webpack-preprocessor')
+// https://github.com/cypress-io/cypress-webpack-preprocessor
+const webpackPreprocessor =... | fix: simplify webpack options and document | cypress-io_cypress | train |
788dbeb6866413d891bc92da6957ddac2d4cf45b | diff --git a/packet_number_generator.go b/packet_number_generator.go
index <HASH>..<HASH> 100644
--- a/packet_number_generator.go
+++ b/packet_number_generator.go
@@ -42,28 +42,19 @@ func (p *packetNumberGenerator) Pop() protocol.PacketNumber {
return next
}
-func (p *packetNumberGenerator) generateNewSkip() error... | be more explicit about ignoring errors in the packet number generator | lucas-clemente_quic-go | train |
129cff828800ec63c87325d2d58ad87d46cd5a4c | diff --git a/examples/lookup-view.php b/examples/lookup-view.php
index <HASH>..<HASH> 100644
--- a/examples/lookup-view.php
+++ b/examples/lookup-view.php
@@ -10,7 +10,6 @@ try {
$Lookup = $MessageBird->lookup->read("624971134", "NL");
var_dump($Lookup);
-
} catch (\MessageBird\Exceptions\AuthenticateExcep... | new lookup endpoints: prevent user to call methods without a phone number | messagebird_php-rest-api | train |
9ae97d4a8aae7a26f4628941f3b973544522ae64 | diff --git a/lib/plugins/webpagetest/aggregator.js b/lib/plugins/webpagetest/aggregator.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/webpagetest/aggregator.js
+++ b/lib/plugins/webpagetest/aggregator.js
@@ -28,55 +28,56 @@ module.exports = {
forEach(wptData.data.runs, run => {
// TODO remove this if c... | Log id and run for WPT runs with incomplete data. (#<I>) | sitespeedio_sitespeed.io | train |
c3cac72b92a5017423ce2358b8bfc3a56bb45fbb | diff --git a/cmd/ctr/commands/tasks/metrics.go b/cmd/ctr/commands/tasks/metrics.go
index <HASH>..<HASH> 100644
--- a/cmd/ctr/commands/tasks/metrics.go
+++ b/cmd/ctr/commands/tasks/metrics.go
@@ -89,13 +89,19 @@ var metricsCommand = cli.Command{
fmt.Fprintf(w, "%s\t%s\t\n\n", metric.ID, metric.Timestamp)
fmt.F... | ctr: fix potential panic in metric | containerd_containerd | train |
e3eb520b31c7340d0236fccdc4ba2c6c2a1479da | diff --git a/orb/core/model.py b/orb/core/model.py
index <HASH>..<HASH> 100644
--- a/orb/core/model.py
+++ b/orb/core/model.py
@@ -618,6 +618,24 @@ class Model(object):
if self.processEvent(event):
self.onInit(event)
+ def markLoaded(self, *columns):
+ """
+ Tells the model to t... | * added in the ability to mark loaded columns on a model
* fixed is record logic based on that | orb-framework_orb | train |
a965bb6f34c7566d1b3a00427d6530119c3f50f5 | diff --git a/src/com/sbpinvertor/modbus/exception/IllegalDataAddressException.java b/src/com/sbpinvertor/modbus/exception/IllegalDataAddressException.java
index <HASH>..<HASH> 100644
--- a/src/com/sbpinvertor/modbus/exception/IllegalDataAddressException.java
+++ b/src/com/sbpinvertor/modbus/exception/IllegalDataAddress... | additional fields in exception classes IllegalFunctionException and IllegalDataAddressException. | kochedykov_jlibmodbus | train |
2f6e034d896fbd219f52fa47a8d5afd49cb0220c | diff --git a/android/guava/src/com/google/common/primitives/Shorts.java b/android/guava/src/com/google/common/primitives/Shorts.java
index <HASH>..<HASH> 100644
--- a/android/guava/src/com/google/common/primitives/Shorts.java
+++ b/android/guava/src/com/google/common/primitives/Shorts.java
@@ -31,7 +31,7 @@ import java... | Switch from @Nullable to @NullableDecl.
RELNOTES=n/a
-------------
Created by MOE: <URL> | google_guava | train |
b69d4b08e921875cc3c9efee95c2eb4d58935d1c | diff --git a/reaction.py b/reaction.py
index <HASH>..<HASH> 100644
--- a/reaction.py
+++ b/reaction.py
@@ -397,6 +397,52 @@ class MetNet(object):
return Reaction(direction, left, right)
+class KEGG(object):
+ '''Parser for the reaction format in KEGG'''
+
+ @classmethod
+ def parse(cls, s):
+ ... | reaction: Add KEGG reaction parser | zhanglab_psamm | train |
a0637a357ecd2be1d565c3da6d8cb7d3e29ff0d2 | diff --git a/src/main/java/com/conveyal/gtfs/loader/JdbcGtfsSnapshotter.java b/src/main/java/com/conveyal/gtfs/loader/JdbcGtfsSnapshotter.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/conveyal/gtfs/loader/JdbcGtfsSnapshotter.java
+++ b/src/main/java/com/conveyal/gtfs/loader/JdbcGtfsSnapshotter.java
@@ -1,6 +... | replace StringUtils.capitalize with substring method
StringUtils import from com.sun.xml.internal was causing issues with build | conveyal_gtfs-lib | train |
74d9d9ecc5464c93a2a1dbfb1b0a2918923a75d2 | diff --git a/datapoint/__init__.py b/datapoint/__init__.py
index <HASH>..<HASH> 100644
--- a/datapoint/__init__.py
+++ b/datapoint/__init__.py
@@ -12,7 +12,7 @@ import datapoint.profile
def connection(profile_name='default', api_key=None):
"""Connect to DataPoint with the given API key profile name."""
- if ... | Changed '== None' to 'is None' for PEP8 compliance | jacobtomlinson_datapoint-python | train |
b0d75941456ceaf04070b9d8b984d0d93434661b | diff --git a/src/jquery.contextMenu.js b/src/jquery.contextMenu.js
index <HASH>..<HASH> 100755
--- a/src/jquery.contextMenu.js
+++ b/src/jquery.contextMenu.js
@@ -331,7 +331,7 @@
var visible;
if ($.isFunction(e.data.items[item].visible)) {
... | The contextmenu shows even if all items are set to visible:false #<I> | swisnl_jQuery-contextMenu | train |
6651c0186450b8f1b6c4d126a0e11549e568c177 | diff --git a/firetv/__main__.py b/firetv/__main__.py
index <HASH>..<HASH> 100644
--- a/firetv/__main__.py
+++ b/firetv/__main__.py
@@ -106,7 +106,7 @@ def add_device():
req = request.get_json()
success = False
if 'device_id' in req and 'host' in req:
- success = add(req['device_id'], req['host'], ... | Fixes in firetv server ('adbkey' and 'running_apps') | happyleavesaoc_python-firetv | train |
245b1a4c29cf05fb04f186ea04eb50016f7f1d31 | diff --git a/wakeonlan.py b/wakeonlan.py
index <HASH>..<HASH> 100755
--- a/wakeonlan.py
+++ b/wakeonlan.py
@@ -29,12 +29,10 @@ def create_magic_packet(macaddress):
magic packet.
"""
- if len(macaddress) == 12:
- pass
- elif len(macaddress) == 17:
+ if len(macaddress) == 17:
... | Cleanup mac formatting and packet creation logic | remcohaszing_pywakeonlan | train |
adf653e2e828e209092be643ce93ffc216367e8f | diff --git a/tests/integration/cloud/providers/virtualbox.py b/tests/integration/cloud/providers/virtualbox.py
index <HASH>..<HASH> 100644
--- a/tests/integration/cloud/providers/virtualbox.py
+++ b/tests/integration/cloud/providers/virtualbox.py
@@ -158,7 +158,7 @@ class CreationDestructionVirtualboxTests(VirtualboxTe... | Use the constants for testing
Related to saltstack/salt#<I> Saltcloud virtualbox provider | saltstack_salt | train |
3abb0c543b8204264bb8be073d43557f59c80dc5 | diff --git a/ghost/members-api/lib/users.js b/ghost/members-api/lib/users.js
index <HASH>..<HASH> 100644
--- a/ghost/members-api/lib/users.js
+++ b/ghost/members-api/lib/users.js
@@ -145,6 +145,15 @@ module.exports = function ({
return stripe.linkStripeCustomer(id, member, options);
}
+ async functio... | Updated setComplimentarySubscription to error without a Stripe connection
no-issue
This allows the consumer (e.g. the importer) to surfaces errors when importing comped members | TryGhost_Ghost | train |
af79256a87b7520a66b906fe63993f1cc9f22805 | diff --git a/Twig/JqGridExtension.php b/Twig/JqGridExtension.php
index <HASH>..<HASH> 100644
--- a/Twig/JqGridExtension.php
+++ b/Twig/JqGridExtension.php
@@ -10,10 +10,10 @@
*/
namespace EPS\JqGridBundle\Twig;
-
use EPS\JqGridBundle\Grid\Grid;
-class JqGridExtension extends \Twig_Extension {
+class JqGridExten... | twig function to render all, or js and html separately | michelpa_JqGridBundle | train |
23f6a88341537695b38ed4ea07acd30fd57334f0 | diff --git a/course/classes/search/section.php b/course/classes/search/section.php
index <HASH>..<HASH> 100644
--- a/course/classes/search/section.php
+++ b/course/classes/search/section.php
@@ -85,6 +85,9 @@ class section extends \core_search\base {
* @return \core_search\document
*/
public function g... | MDL-<I> core_search: Cron error indexing sections in some cases | moodle_moodle | train |
c9b4a046f54d0cdab9abaa95717672f1a5302b22 | diff --git a/src/main/java/org/logicng/solvers/SATSolver.java b/src/main/java/org/logicng/solvers/SATSolver.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/logicng/solvers/SATSolver.java
+++ b/src/main/java/org/logicng/solvers/SATSolver.java
@@ -90,7 +90,7 @@ public abstract class SATSolver {
* Adds a give... | Generified addPropositions in SATSolver | logic-ng_LogicNG | train |
7b86a778bc7b8d9a08305d3a43a6f038e36d2d24 | diff --git a/tests/Router/ViewTest.php b/tests/Router/ViewTest.php
index <HASH>..<HASH> 100644
--- a/tests/Router/ViewTest.php
+++ b/tests/Router/ViewTest.php
@@ -60,7 +60,7 @@ use Tests\TestCase;
* 使用静态代理
*
* ``` php
- * \Leevel\Router\Proxy\View::->setVar($name, $value = null): void;
+ * \Leevel\Router\Proxy\Vi... | docs(view): fix view doc | hunzhiwange_framework | train |
434e229a2d71316ec390499cdbf0bd79eadb4256 | diff --git a/lib/ripple-rest/helpers.rb b/lib/ripple-rest/helpers.rb
index <HASH>..<HASH> 100644
--- a/lib/ripple-rest/helpers.rb
+++ b/lib/ripple-rest/helpers.rb
@@ -126,7 +126,7 @@ module RippleRest
if source_currencies
cur = source_currencies.join(",")
- uri += "?#{cur}"
+ uri +... | Fix the source currencies filter for Payments#find_path | orzFly_ruby-ripple-rest | train |
21401859520682c97cc498eb4630dabc06faec64 | diff --git a/lib/operations.js b/lib/operations.js
index <HASH>..<HASH> 100644
--- a/lib/operations.js
+++ b/lib/operations.js
@@ -35,13 +35,14 @@ function getJobs (printer, req, res) {
var attributes = getAttributesForGroup(req.body, C.OPERATION_ATTRIBUTES_TAG)
var which = getFirstValueForName(attributes, 'which... | Fix handling of unsupported which-jobs value | watson_ipp-printer | train |
5f5573e36bbe6116e9e2adde9abaeb0d8c30c24f | diff --git a/cloudvolume/lib.py b/cloudvolume/lib.py
index <HASH>..<HASH> 100644
--- a/cloudvolume/lib.py
+++ b/cloudvolume/lib.py
@@ -311,6 +311,20 @@ class Bbox(object):
)
@classmethod
+ def create(cls, obj):
+ typ = type(obj)
+ if typ is Bbox:
+ return obj
+ elif typ is list:
+ return B... | feat: add mip information to non-aligned writes | seung-lab_cloud-volume | train |
a50dab94d9f6b89ade1470053f3633be67ef60df | diff --git a/README.rst b/README.rst
index <HASH>..<HASH> 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,8 @@
Belogging
=========
+*Don't fight with logging ...*
+
|TravisCI Build Status| |Coverage Status|
----
@@ -29,11 +31,12 @@ Simple applications:
# my_script.py
- import logging
import... | Sugar and fixes (#3)
* Add getLogger sugar that maps to logging.getLogger + autoload configuration
* Remove file headers
* Fix: logger_filter key in logging configuration
* Rename main handler to "default"
* Update README | georgeyk_belogging | train |
1a6cb6c3111453931217b408e5c8526a79e87955 | diff --git a/src/OAuth1/Client/Signature/HmacSha1.php b/src/OAuth1/Client/Signature/HmacSha1.php
index <HASH>..<HASH> 100644
--- a/src/OAuth1/Client/Signature/HmacSha1.php
+++ b/src/OAuth1/Client/Signature/HmacSha1.php
@@ -78,16 +78,12 @@ class HmacSha1 implements Signature
* @param string $httpMethod
*/
... | Removed HTTP Method and Resource URL from the constructor | mfrost503_Snaggle | train |
c0d1e7977921000307a83115d8f853955a9a9ce3 | diff --git a/google-cloud-storage/lib/google/cloud/storage/bucket.rb b/google-cloud-storage/lib/google/cloud/storage/bucket.rb
index <HASH>..<HASH> 100644
--- a/google-cloud-storage/lib/google/cloud/storage/bucket.rb
+++ b/google-cloud-storage/lib/google/cloud/storage/bucket.rb
@@ -557,7 +557,8 @@ module Google
... | docs(storage): Update Bucket#default_kms_key= docs
* Demonstrate deleting the Cloud KMS encryption key
pr: #<I>
refs: #<I> | googleapis_google-cloud-ruby | train |
a11bd56a5d312446b6e9f4571455d093543938b6 | diff --git a/spec/awesome_spawn_spec.rb b/spec/awesome_spawn_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/awesome_spawn_spec.rb
+++ b/spec/awesome_spawn_spec.rb
@@ -80,6 +80,7 @@ describe AwesomeSpawn do
context "with real execution" do
before do
+ # Re-enable actual spawning just for these specs... | Disable actual spawning for specs, except where expected. | ManageIQ_awesome_spawn | train |
f230f12621216a0546b2a7f2b7e3312e0871afb5 | diff --git a/web/concrete/single_pages/dashboard/system/seo/excluded.php b/web/concrete/single_pages/dashboard/system/seo/excluded.php
index <HASH>..<HASH> 100644
--- a/web/concrete/single_pages/dashboard/system/seo/excluded.php
+++ b/web/concrete/single_pages/dashboard/system/seo/excluded.php
@@ -1,12 +1,12 @@
<?php ... | added help text and corrected form help
Former-commit-id: <I>eed<I>cbc<I>d<I>b<I>ee<I>ba0eefb | concrete5_concrete5 | train |
a7bafcc16262bccdd881a01d04b38bfaf97aee35 | diff --git a/src/tokenValidator.js b/src/tokenValidator.js
index <HASH>..<HASH> 100644
--- a/src/tokenValidator.js
+++ b/src/tokenValidator.js
@@ -10,7 +10,7 @@ export class TokenValidator {
message: 'empty token'
};
}
- if(!/^[$_a-zA-Z][0-9a-zA-Z$_]*$/.test(key)) {
+ if(!/^[$_a-zA-ZÀ-ÿ][0-9a... | accept all accents
TypeScript, JavaScript and CSS supports accents | Quramy_typed-css-modules | train |
ce9c3a0e780df75ee4f08642f0da13a869532d59 | diff --git a/recipe/symfony.php b/recipe/symfony.php
index <HASH>..<HASH> 100644
--- a/recipe/symfony.php
+++ b/recipe/symfony.php
@@ -58,7 +58,7 @@ task('deploy:assets', function () {
return "{{release_path}}/$asset";
}, get('assets')));
- $time = date('Ymdhi.s');
+ $time = run('date +%Y%m%d%H%M.... | Also change time calculation for Symfony assets | deployphp_deployer | train |
044024287084466b233e2550c63e20d6e7ba47e8 | diff --git a/lib/ronin/ui/console.rb b/lib/ronin/ui/console.rb
index <HASH>..<HASH> 100644
--- a/lib/ronin/ui/console.rb
+++ b/lib/ronin/ui/console.rb
@@ -144,32 +144,6 @@ module Ronin
end
#
- # Creates a new Console instance.
- #
- # @param [Hash{Symbol => Object}] variables
- # I... | Use the metaclass of Console.new as the context for Ripl. | ronin-ruby_ronin | train |
b9a324a4b447ff0a9d8f07d663ca771f3d0f4619 | diff --git a/lib/checks/label/multiple-label.js b/lib/checks/label/multiple-label.js
index <HASH>..<HASH> 100644
--- a/lib/checks/label/multiple-label.js
+++ b/lib/checks/label/multiple-label.js
@@ -1,6 +1,8 @@
const id = axe.utils.escapeSelector(node.getAttribute('id'));
-let labels = Array.from(document.querySelecto... | fix(multiple-label): considers explicit labels in the same shadow tree (#<I>) | dequelabs_axe-core | train |
e29cc0fc3c8250c9a2acfb6f592d92fb8e75af97 | diff --git a/ui/src/components/tabs/QTabs.js b/ui/src/components/tabs/QTabs.js
index <HASH>..<HASH> 100644
--- a/ui/src/components/tabs/QTabs.js
+++ b/ui/src/components/tabs/QTabs.js
@@ -515,7 +515,7 @@ export default createComponent({
* always check the existing list again and infer the changes.
*/
fu... | chore(QTabs): addition to previous commit | quasarframework_quasar | train |
75f163266e5597ade9ea06d005b65c511a2afd4e | diff --git a/aws-sdk-core/lib/aws-sdk-core/checksums.rb b/aws-sdk-core/lib/aws-sdk-core/checksums.rb
index <HASH>..<HASH> 100644
--- a/aws-sdk-core/lib/aws-sdk-core/checksums.rb
+++ b/aws-sdk-core/lib/aws-sdk-core/checksums.rb
@@ -12,7 +12,7 @@ module Aws
# @param [File, Tempfile, IO#read, String] value
#... | OpenSSL::Digest::MD5.file cannot be used on filehandles whose links have
been removed from the filesystem.
Instead fallback to reading data from the handle.
Fixes #<I>. | aws_aws-sdk-ruby | train |
efafff4078e49e9348e2d34a123983ad39866ab5 | diff --git a/federation/cmd/federation-controller-manager/app/controllermanager.go b/federation/cmd/federation-controller-manager/app/controllermanager.go
index <HASH>..<HASH> 100644
--- a/federation/cmd/federation-controller-manager/app/controllermanager.go
+++ b/federation/cmd/federation-controller-manager/app/contro... | [Federation] Update the deprecated name for <I> and try with flags only when `--kubeconfig` is non-empty. | kubernetes_kubernetes | train |
f3e907c70c393801c511bba35e9d79cd35937323 | diff --git a/lib/vagrant-lxss-plugin/command.rb b/lib/vagrant-lxss-plugin/command.rb
index <HASH>..<HASH> 100644
--- a/lib/vagrant-lxss-plugin/command.rb
+++ b/lib/vagrant-lxss-plugin/command.rb
@@ -15,7 +15,7 @@ module VagrantLxss
}
opts = OptionParser.new do |o|
- o.banner = "Usage: vagrant bas... | Temporary workaround for spawning Bash shells. | csh_vagrant-lxss-plugin | train |
d74d4fc0ee98e4c30f45e9290f9b5270c111bbd8 | diff --git a/slice/skip/skip_test.go b/slice/skip/skip_test.go
index <HASH>..<HASH> 100644
--- a/slice/skip/skip_test.go
+++ b/slice/skip/skip_test.go
@@ -126,7 +126,7 @@ func TestIter(t *testing.T) {
}
func BenchmarkInsert(b *testing.B) {
- numItems := 10000
+ numItems := b.N
sl := New(uint64(0))
entries := ... | Modified benchmarks a bit. | Workiva_go-datastructures | train |
f18b0df36981b5ceea3bd257af8ebaef1c0a35fc | diff --git a/src/js/me-namespace.js b/src/js/me-namespace.js
index <HASH>..<HASH> 100644
--- a/src/js/me-namespace.js
+++ b/src/js/me-namespace.js
@@ -2,7 +2,7 @@
var mejs = mejs || {};
// version number
-mejs.version = '2.1.0.dev';
+mejs.version = '2.0.8';
// player number (for missing, same id attr)
mejs.meIn... | - updpated version number | mediaelement_mediaelement | train |
055d4ec0ec01f59b6ba61815d7075023657b23aa | diff --git a/openxc/tests/com/openxc/sources/BytestreamDataSourceTest.java b/openxc/tests/com/openxc/sources/BytestreamDataSourceTest.java
index <HASH>..<HASH> 100644
--- a/openxc/tests/com/openxc/sources/BytestreamDataSourceTest.java
+++ b/openxc/tests/com/openxc/sources/BytestreamDataSourceTest.java
@@ -83,7 +83,7 @@... | Increase delay in a time-dependent test to make more reliable. | openxc_openxc-android | train |
33c60f5f051256e407771b49dd978a0dea518f16 | diff --git a/lib/dropbox_api/endpoints/sharing/add_file_member.rb b/lib/dropbox_api/endpoints/sharing/add_file_member.rb
index <HASH>..<HASH> 100644
--- a/lib/dropbox_api/endpoints/sharing/add_file_member.rb
+++ b/lib/dropbox_api/endpoints/sharing/add_file_member.rb
@@ -50,7 +50,7 @@ module DropboxApi::Endpoints::Shari... | Update initialization of Member object.
Use a single initializer for any kind of input. | Jesus_dropbox_api | train |
82726813625fd6872402ca92d167e86a649cd34d | diff --git a/src/Blog/Entity/BlogPost.php b/src/Blog/Entity/BlogPost.php
index <HASH>..<HASH> 100644
--- a/src/Blog/Entity/BlogPost.php
+++ b/src/Blog/Entity/BlogPost.php
@@ -45,7 +45,7 @@ class BlogPost {
* @var string $content
*
* @ORM\Column(type="text")
- * @Layer\HtmlContent
+ * @Layer\HtmlProperty
*... | Updated HtmlProperty annotation class | mikegibson_sentient | train |
aa93a6f7743f847101bfde5c5906dbb6dbcab750 | diff --git a/src/test/java/net/kuujo/vertigo/test/integration/CoordinatorTest.java b/src/test/java/net/kuujo/vertigo/test/integration/CoordinatorTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/net/kuujo/vertigo/test/integration/CoordinatorTest.java
+++ b/src/test/java/net/kuujo/vertigo/test/integration/Coordi... | Fix bad imports in integration tests. | kuujo_vertigo | train |
d3f6bac32687241d4b401e6185782d4fb57a67f8 | diff --git a/src/pikepdf/models/outlines.py b/src/pikepdf/models/outlines.py
index <HASH>..<HASH> 100644
--- a/src/pikepdf/models/outlines.py
+++ b/src/pikepdf/models/outlines.py
@@ -197,7 +197,7 @@ class OutlineItem:
"""
title = str(obj.Title)
destination = obj.get(Name.Dest)
- if des... | Fix reading of named destinations that use PdfName rather than PdfString | pikepdf_pikepdf | train |
e385e59a098cd661ea1ea4257c9a5735c5c32bc6 | diff --git a/dvc/version.py b/dvc/version.py
index <HASH>..<HASH> 100644
--- a/dvc/version.py
+++ b/dvc/version.py
@@ -6,7 +6,7 @@
import os
import subprocess
-_BASE_VERSION = "2.0.0a3"
+_BASE_VERSION = "2.0.0a4"
def _generate_version(base_version): | dvc: bump to <I>a4 | iterative_dvc | train |
2498e4461c62e13af38462f1b70d846ea3e86a22 | diff --git a/tests/unit-tests/Carbon_Breadcrumb_Trail/CarbonBreadcrumbTrailRenderTest.php b/tests/unit-tests/Carbon_Breadcrumb_Trail/CarbonBreadcrumbTrailRenderTest.php
index <HASH>..<HASH> 100644
--- a/tests/unit-tests/Carbon_Breadcrumb_Trail/CarbonBreadcrumbTrailRenderTest.php
+++ b/tests/unit-tests/Carbon_Breadcrumb... | polish CarbonBreadcrumbTrailRenderTest | tyxla_carbon-breadcrumbs | train |
9cee09d09a093de5ebfece0a3257fed533f4d25e | diff --git a/api/models.py b/api/models.py
index <HASH>..<HASH> 100644
--- a/api/models.py
+++ b/api/models.py
@@ -402,7 +402,7 @@ class Release(UuidAuditedModel):
def __str__(self):
return "{0}-v{1}".format(self.app.id, self.version)
- def new(self, user, config=None, build=None):
+ def new(self,... | fix(app): restored apps:rollback functionality
Fixes #<I>. | deis_controller-sdk-go | train |
23bff0f7352bd7c965f34550d68f78bea9a9f23f | diff --git a/lib/gn_crossmap/result_processor.rb b/lib/gn_crossmap/result_processor.rb
index <HASH>..<HASH> 100644
--- a/lib/gn_crossmap/result_processor.rb
+++ b/lib/gn_crossmap/result_processor.rb
@@ -51,9 +51,11 @@ module GnCrossmap
end
def new_data(datum, result)
+ synonym = result[:current_name_st... | + fix #<I>: synonym status and current name | GlobalNamesArchitecture_gn_crossmap | train |
63488045d370e12d63c09a35d26b8a4fb04b2945 | diff --git a/h2o-py/h2o/job.py b/h2o-py/h2o/job.py
index <HASH>..<HASH> 100644
--- a/h2o-py/h2o/job.py
+++ b/h2o-py/h2o/job.py
@@ -74,6 +74,8 @@ class H2OJob(object):
estimated_finish_time = start_time + 120
else:
estimated_finish_time = start_time + (last_poll_time - star... | Fix a typo with progress bar calculations | h2oai_h2o-3 | train |
46f84dd4df002450feee5c72d2859990dc3ebdb0 | diff --git a/atomic_reactor/metadata.py b/atomic_reactor/metadata.py
index <HASH>..<HASH> 100644
--- a/atomic_reactor/metadata.py
+++ b/atomic_reactor/metadata.py
@@ -105,7 +105,7 @@ def _decorate_metadata(metadata_type, keys, match_keys):
raise RuntimeError('[{}] Already set: {!r}'.format(metadata... | don't convert all metadata to str, but just sources_for_koji_build_id
* CLOUDBLD-<I> | projectatomic_atomic-reactor | train |
1c7db774dd25bcc7e57d4661335de96998117b71 | diff --git a/bin/personal b/bin/personal
index <HASH>..<HASH> 100644
--- a/bin/personal
+++ b/bin/personal
@@ -30,6 +30,19 @@ class PersonalCommand < Thor
@db_persistence.close_db
end
+ desc "find", "find entry containing the given text"
+ method_option :text, :type => :string, :required => true, :aliases => "... | added the (personal find -t "foo") task | phenomen2277_personal | train |
889e9dd71688904951b22883ac6540fd1d626c6c | diff --git a/metpy/units.py b/metpy/units.py
index <HASH>..<HASH> 100644
--- a/metpy/units.py
+++ b/metpy/units.py
@@ -16,10 +16,14 @@ units : `pint.UnitRegistry`
from __future__ import division
import pint
+import pint.unit
import numpy as np
units = pint.UnitRegistry(autoconvert_offset_to_baseunit=True)
+# ... | Define a unit for percent.
This will properly change to a dimensionless with the right scaling
[0, 1]. | Unidata_MetPy | train |
ed9c782b57a7dc9ebb900089d7d7829d08b7991c | diff --git a/plugins/connect.rdns_access.js b/plugins/connect.rdns_access.js
index <HASH>..<HASH> 100644
--- a/plugins/connect.rdns_access.js
+++ b/plugins/connect.rdns_access.js
@@ -55,7 +55,7 @@ exports.rdns_access = function(next, connection) {
if (_in_blacklist(plugin, connection.remote_ip)) {
... | slight formatting change to make this look a little more like headers. | haraka_Haraka | train |
fd504292402eda536ffebbfd572ee87bc1a5e24c | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-from setuptools import setup
+from setuptools import setup, find_packages
setup(
name='keepkey',
@@ -8,27 +8,7 @@ setup(
author_email='support@keepkey.com',
description='P... | Use find_packages instead of listing each module independently | keepkey_python-keepkey | train |
9d9c7d3edd02f24a7789c34d2748981e6d61fce0 | diff --git a/src/Fetchers/GuzzleFetcher.php b/src/Fetchers/GuzzleFetcher.php
index <HASH>..<HASH> 100644
--- a/src/Fetchers/GuzzleFetcher.php
+++ b/src/Fetchers/GuzzleFetcher.php
@@ -217,10 +217,12 @@ class GuzzleFetcher implements FetcherInterface
} catch (ClientException $e) {
// Log the event... | Update request logger to include current error limit. | eveseat_eseye | train |
15c8846153fb531ff40d139a5d20b8267b7153e7 | diff --git a/mse/cmd/mse/main.go b/mse/cmd/mse/main.go
index <HASH>..<HASH> 100644
--- a/mse/cmd/mse/main.go
+++ b/mse/cmd/mse/main.go
@@ -37,7 +37,7 @@ func mainErr() error {
}{
CryptoMethod: mse.AllSupportedCrypto,
}
- arg.MustParse(&args)
+ p := arg.MustParse(&args)
if args.Dial != nil {
cn, err := net.D... | mse/cmd/mse: Fail on missing subcommand | anacrolix_torrent | train |
c22c79a13a8017540d80d088d3b697159a1af729 | diff --git a/ceph_deploy/osd.py b/ceph_deploy/osd.py
index <HASH>..<HASH> 100644
--- a/ceph_deploy/osd.py
+++ b/ceph_deploy/osd.py
@@ -2,6 +2,7 @@ import argparse
import logging
import os
import sys
+from textwrap import dedent
from cStringIO import StringIO
@@ -410,6 +411,21 @@ def make(parser):
"""
... | improve osd help by adding example of activation by paths | ceph_ceph-deploy | train |
4375361939e942c4dd666d3ca4e1159858404bc4 | diff --git a/src/saml2/server.py b/src/saml2/server.py
index <HASH>..<HASH> 100644
--- a/src/saml2/server.py
+++ b/src/saml2/server.py
@@ -476,7 +476,7 @@ class Server(Entity):
if not encrypt_assertion:
if sign_assertion:
assertion.signature = pre_signature_part(assertion.id,
- ... | The ID of each Signature element must be unique
If the assertion and response both are signed, both Signatures have an
ID of `Signature1`. This creates invalid xml as xs:ID must be unique.
This fixes the issue when integrating with onelogin's python3-saml
client:
Element '{<URL> | IdentityPython_pysaml2 | train |
3cee5b9f67231755cf1c6240d9be3e5f2be01e15 | diff --git a/neo4j-gremlin/src/main/java/com/tinkerpop/gremlin/neo4j/structure/Neo4jGraph.java b/neo4j-gremlin/src/main/java/com/tinkerpop/gremlin/neo4j/structure/Neo4jGraph.java
index <HASH>..<HASH> 100644
--- a/neo4j-gremlin/src/main/java/com/tinkerpop/gremlin/neo4j/structure/Neo4jGraph.java
+++ b/neo4j-gremlin/src/m... | Add access to neo4j graph property container. | apache_tinkerpop | train |
4b45a831c560bfc6a24e16bb86835dfb702a4c60 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -2,7 +2,7 @@ function gulp4(gulp, paths) {
Object.keys(gulp._registry._tasks).forEach(function(taskName){
var glob = paths[taskName];
if (!glob) return;
- gulp.watch(glob, gulp.series(taskName));
+ gulp.watc... | fix extra logging in gulp 4 | gulp-community_gulp-autowatch | train |
4ec6d6129b836535f33b28ee212d74ad70d887f7 | diff --git a/faker/providers/person/uk_UA/__init__.py b/faker/providers/person/uk_UA/__init__.py
index <HASH>..<HASH> 100644
--- a/faker/providers/person/uk_UA/__init__.py
+++ b/faker/providers/person/uk_UA/__init__.py
@@ -11,8 +11,7 @@ class Provider(PersonProvider):
'{{prefix_female}} {{first_name_female}} {... | Make source comments clearer & shorter in the Ukrainian person provider | joke2k_faker | train |
93fa3e1936cbfa8c6836b34479313598f6d50c36 | diff --git a/lib/nodemenu.js b/lib/nodemenu.js
index <HASH>..<HASH> 100644
--- a/lib/nodemenu.js
+++ b/lib/nodemenu.js
@@ -56,6 +56,12 @@ NodeMenu.prototype.customPrompt = function(customPromptFunc) {
return self;
};
+NodeMenu.prototype.resetMenu = function() {
+ var self = this;
+ self.menuItems = [];
+ ... | Update nodemenu.js
Added ability to reset the menu to empty. | nbu_node-menu | train |
9e14daae461dcd50b29fc91000256f9637172793 | diff --git a/shared/api/resource.go b/shared/api/resource.go
index <HASH>..<HASH> 100644
--- a/shared/api/resource.go
+++ b/shared/api/resource.go
@@ -3,9 +3,8 @@ package api
// Resources represents the system resources avaible for LXD
// API extension: resources
type Resources struct {
- CPU ResourcesCPU ... | shared/api: Drop StoragePool from Resources struct
The ResourcesStoragePool struct is only meant to be used on its own, no
value are meant to be exposed for it through /<I>/resources. | lxc_lxd | train |
032b50d86c01dbf2eecf687a5ba46eac2a96bd8d | diff --git a/controller/ProviderAdmin.php b/controller/ProviderAdmin.php
index <HASH>..<HASH> 100755
--- a/controller/ProviderAdmin.php
+++ b/controller/ProviderAdmin.php
@@ -52,12 +52,10 @@ class ProviderAdmin extends tao_actions_SaSModule
private function getLtiVersion(): string
{
$body = $this->ge... | Fallback added to match non-provided lti version | oat-sa_extension-tao-lti | train |
765c060928c3b45da0bfcf31cde86a84b2fba38c | diff --git a/apiserver/backups/create.go b/apiserver/backups/create.go
index <HASH>..<HASH> 100644
--- a/apiserver/backups/create.go
+++ b/apiserver/backups/create.go
@@ -20,7 +20,8 @@ func (a *API) Create(args params.BackupsCreateArgs) (p params.BackupsMetadataRes
mgoInfo := a.st.MongoConnectionInfo()
dbInfo := db... | Add a TODO about getting the machine ID. | juju_juju | train |
373a59f625674b8839041004c3dc98363e75aa60 | diff --git a/hydpy/core/hydpytools.py b/hydpy/core/hydpytools.py
index <HASH>..<HASH> 100644
--- a/hydpy/core/hydpytools.py
+++ b/hydpy/core/hydpytools.py
@@ -529,7 +529,7 @@ is not requested to make any time-series data available.
be overwritten during the simulation and thus only support the `write_jit` argument... | Do not create NetCDF files automatically in the "just in time" mode when reading is required and option `checkseries` is enabled. | hydpy-dev_hydpy | train |
9adabfa4f75a3ac07d8788a87653ecf497f3f8f5 | diff --git a/bokeh/models/renderers.py b/bokeh/models/renderers.py
index <HASH>..<HASH> 100644
--- a/bokeh/models/renderers.py
+++ b/bokeh/models/renderers.py
@@ -80,23 +80,23 @@ class Legend(Renderer):
""")
label_standoff = Int(15, help="""
- The distance in pixels to separate the label from its associa... | Improve docstring readability in renderers.py | bokeh_bokeh | train |
673507ee66aebf0ce5ca366627b8b6e203e41240 | diff --git a/src/test/java/at/favre/lib/crypto/bcrypt/BCryptParserTest.java b/src/test/java/at/favre/lib/crypto/bcrypt/BCryptParserTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/at/favre/lib/crypto/bcrypt/BCryptParserTest.java
+++ b/src/test/java/at/favre/lib/crypto/bcrypt/BCryptParserTest.java
@@ -115,6 +11... | Add more BCryptParserTests | patrickfav_bcrypt | train |
302f46301f129402febbac5606048992fbd0e920 | diff --git a/gosu-core-api/src/main/java/gw/lang/reflect/FunctionType.java b/gosu-core-api/src/main/java/gw/lang/reflect/FunctionType.java
index <HASH>..<HASH> 100644
--- a/gosu-core-api/src/main/java/gw/lang/reflect/FunctionType.java
+++ b/gosu-core-api/src/main/java/gw/lang/reflect/FunctionType.java
@@ -106,7 +106,7 ... | Refine type system lock usage in response to: <URL> | gosu-lang_gosu-lang | train |
a8797189f8bfc467997888e3d749f852f122f3cb | diff --git a/tool/fragment/src/main/java/org/openscience/cdk/fragment/ExhaustiveFragmenter.java b/tool/fragment/src/main/java/org/openscience/cdk/fragment/ExhaustiveFragmenter.java
index <HASH>..<HASH> 100644
--- a/tool/fragment/src/main/java/org/openscience/cdk/fragment/ExhaustiveFragmenter.java
+++ b/tool/fragment/sr... | To obtain correct output in the fragmenters we need to clear all existing configurations and reperceive atom types. Could be improved. | cdk_cdk | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.