hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
3c2509b4d85551bd751e74d26673fadf9a278443
diff --git a/holocube/element/geo.py b/holocube/element/geo.py index <HASH>..<HASH> 100644 --- a/holocube/element/geo.py +++ b/holocube/element/geo.py @@ -26,14 +26,13 @@ class GeoElement(Element2D): def __init__(self, data, **kwargs): crs = None - if isinstance(data, GeoElement): - ...
Further fix for casting HoloCubes
pyviz_geoviews
train
156561a529b2380a6e73e1393e1661e749685c31
diff --git a/inspire_matcher/core.py b/inspire_matcher/core.py index <HASH>..<HASH> 100644 --- a/inspire_matcher/core.py +++ b/inspire_matcher/core.py @@ -102,7 +102,9 @@ def _compile_fuzzy(query, record): } for clause in clauses: - boost, path = clause['boost'], clause['path'] + path = clause...
core: fall back to boost 1 in fuzzy queries
inspirehep_inspire-matcher
train
3ee0c22e5d9e06c2db6421daf9e4132d4f6725c8
diff --git a/web/concrete/src/Multilingual/Service/Detector.php b/web/concrete/src/Multilingual/Service/Detector.php index <HASH>..<HASH> 100755 --- a/web/concrete/src/Multilingual/Service/Detector.php +++ b/web/concrete/src/Multilingual/Service/Detector.php @@ -106,6 +106,9 @@ class Detector public function isEna...
Don't try to access database if it isn't still configured Former-commit-id: <I>b2f<I>add<I>c0aad<I>e<I>a<I>a<I>b1a<I> Former-commit-id: e<I>ab<I>d9fbbee<I>c<I>e<I>fe0f<I>bc6c<I>ff
concrete5_concrete5
train
e9f36fd50114418c8dcf8a70cd3d0c713cb7fc08
diff --git a/src/main/java/com/mebigfatguy/fbcontrib/detect/SQLInLoop.java b/src/main/java/com/mebigfatguy/fbcontrib/detect/SQLInLoop.java index <HASH>..<HASH> 100755 --- a/src/main/java/com/mebigfatguy/fbcontrib/detect/SQLInLoop.java +++ b/src/main/java/com/mebigfatguy/fbcontrib/detect/SQLInLoop.java @@ -25,6 +25,7 @@...
fix SIL detector finding the bottom of loops for #<I>
mebigfatguy_fb-contrib
train
b24c1101b6ea1c94bb11e6a2e719289927959b9f
diff --git a/pyModeS/decoder/common.py b/pyModeS/decoder/common.py index <HASH>..<HASH> 100644 --- a/pyModeS/decoder/common.py +++ b/pyModeS/decoder/common.py @@ -205,8 +205,8 @@ def altcode(msg): int: altitude in ft """ - if df(msg) not in [4, 20]: - raise RuntimeError("Message must be Downli...
add DF 0 and <I> to altcode
junzis_pyModeS
train
7eb935895a34de5f5a13d8a6d2d9026a34b579f3
diff --git a/app/builders/ndr_ui/bootstrap/readonly.rb b/app/builders/ndr_ui/bootstrap/readonly.rb index <HASH>..<HASH> 100644 --- a/app/builders/ndr_ui/bootstrap/readonly.rb +++ b/app/builders/ndr_ui/bootstrap/readonly.rb @@ -9,8 +9,8 @@ module NdrUi module Readonly def self.included(base) # These...
Reverting <I>f (#<I>) ...because it has an undesirable effect on readonly label text
PublicHealthEngland_ndr_ui
train
aa8c1e97619d4948ec24782a484eb59717acad1c
diff --git a/Adapter/ShopwareAdapter/ServiceBus/CommandHandler/Product/HandleProductCommandHandler.php b/Adapter/ShopwareAdapter/ServiceBus/CommandHandler/Product/HandleProductCommandHandler.php index <HASH>..<HASH> 100644 --- a/Adapter/ShopwareAdapter/ServiceBus/CommandHandler/Product/HandleProductCommandHandler.php +...
Typo (#<I>)
plentymarkets_plentymarkets-shopware-connector
train
8f70af575478036e40fd5b2170bba5141c0f2bc1
diff --git a/pass.go b/pass.go index <HASH>..<HASH> 100644 --- a/pass.go +++ b/pass.go @@ -85,7 +85,12 @@ func (k *passKeyring) Set(i Item) error { func (k *passKeyring) Remove(key string) error { name := filepath.Join(k.prefix, key) - _, err := k.pass("rm", name) + cmd, err := k.pass("rm", "-f", name) + if err !=...
Fix removal of keys with the pass backend and add corresponding test Prior to this commit, `aws-vault remove somekey` appeared to succeed but does not actually remove anything from the pass password store. This is due to the cmd returned from the call to the pass function never actually being run. Additionally, to avo...
99designs_keyring
train
c4cfa367613733ae7ee0db5136daaf9005bb8eb6
diff --git a/lib/hub/commands.rb b/lib/hub/commands.rb index <HASH>..<HASH> 100644 --- a/lib/hub/commands.rb +++ b/lib/hub/commands.rb @@ -998,7 +998,7 @@ help # included after the __END__ of the file so we can grab it using # DATA. def hub_raw_manpage - if File.exists? file = File.dirname(__FILE__)...
Remove deprecated calls to `File.exists?` They emit Ruby warnings on Ruby <I>
github_hub
train
f59e69e11c237293ce1cfd020d0e43d5696d4218
diff --git a/packages/openapi-resolver/index.js b/packages/openapi-resolver/index.js index <HASH>..<HASH> 100644 --- a/packages/openapi-resolver/index.js +++ b/packages/openapi-resolver/index.js @@ -220,7 +220,7 @@ function scanExternalRefs(options) { let $ref = obj[key].$ref; if (!$re...
resolver; fix preservation of $ref + description
Mermade_oas-kit
train
46a313bde75ddbc2796c570019a5ea8d47e8b50e
diff --git a/dynash/dynash.py b/dynash/dynash.py index <HASH>..<HASH> 100755 --- a/dynash/dynash.py +++ b/dynash/dynash.py @@ -601,7 +601,7 @@ class DynamoDBShell(Cmd): count = True elif arg[0] == '-' and arg[1:].isdigit(): - max = arg[1:] + ...
the max count in scan should be a number, not a string :(
raff_dynash
train
d5302eea8309a97baa5f9af78a7a840333c4b514
diff --git a/backend/scrapers/classes/parsers/ellucianClassParser.js b/backend/scrapers/classes/parsers/ellucianClassParser.js index <HASH>..<HASH> 100644 --- a/backend/scrapers/classes/parsers/ellucianClassParser.js +++ b/backend/scrapers/classes/parsers/ellucianClassParser.js @@ -318,8 +318,12 @@ class EllucianClassP...
Fixed tests that were failing because I am in asia
ryanhugh_searchneu
train
8cb3ac1728f9a8b6f9df6ec0b4fcf197cf6764fd
diff --git a/networking_arista/ml2/arista_ml2.py b/networking_arista/ml2/arista_ml2.py index <HASH>..<HASH> 100644 --- a/networking_arista/ml2/arista_ml2.py +++ b/networking_arista/ml2/arista_ml2.py @@ -184,7 +184,10 @@ class AristaRPCWrapperBase(object): :param network_id: globally unique neutron network iden...
Fix for segments info in delete_network_segments The delete_network_segments API expects 'id' and 'network_id' in the segments argument for deleting a network segment. This patch fixes the issue by adding 'network_id' to the argument. Change-Id: I3c<I>e<I>f<I>a<I>c1be<I>dfbc0e9ab5b3b
openstack_networking-arista
train
fb8fc4c6372743a800ebeb2cf04848a73e0c8aea
diff --git a/lib/aruba/processes/spawn_process.rb b/lib/aruba/processes/spawn_process.rb index <HASH>..<HASH> 100644 --- a/lib/aruba/processes/spawn_process.rb +++ b/lib/aruba/processes/spawn_process.rb @@ -83,7 +83,7 @@ module Aruba sleep startup_wait_time end rescue ChildProcess::Laun...
Fix missing variable in exception handler Previously, "cmd" was passed to a different method. The reason this never came up earlier is because on Unix, if a file is not in the PATH, a Aruba::LaunchError is raised much earlier. One way this could've been triggered is: if the program file existed, but wasn't accessibl...
cucumber_aruba
train
1ed73ac3d1c218b9a3b56640543fd13d0913d27e
diff --git a/packages/ember-metal/lib/main.js b/packages/ember-metal/lib/main.js index <HASH>..<HASH> 100644 --- a/packages/ember-metal/lib/main.js +++ b/packages/ember-metal/lib/main.js @@ -223,7 +223,6 @@ Ember._Cache = Cache; Ember.generateGuid = generateGuid; Ember.GUID_KEY = GUID_KEY; -Ember.keys ...
[BUGFIX release] Deprecate Ember.keys.
emberjs_ember.js
train
f8c88af369213ec92bd084eeee40622e4fda43db
diff --git a/tamil/utf8.py b/tamil/utf8.py index <HASH>..<HASH> 100644 --- a/tamil/utf8.py +++ b/tamil/utf8.py @@ -242,3 +242,38 @@ def get_letters( word ): #print ta_letters #print u"".join(ta_letters) return ta_letters + +# same as get_letters but use as iterable +def get_letters_iterable( word ): + """ splits th...
iterable version of get_letters to work on a situation with large data
Ezhil-Language-Foundation_open-tamil
train
c45c69ab052202b83707807d450a73cf5fe7f5d4
diff --git a/tock.js b/tock.js index <HASH>..<HASH> 100644 --- a/tock.js +++ b/tock.js @@ -40,7 +40,7 @@ if ( typeof Function.prototype.bind != 'function' ) { this.final_time = 0; this.go = false; this.callback(this); - window.clearTimeout(this.timeout); + clearTimeout(this.timeout); ...
remove ref to window for use in node tock currently throws a ReferenceError when used in Node. Removing the reference to `window` will fix this error without breaking browser functionality. another option would be to add a line like `window = window || global;` around line <I>.
mrchimp_tock
train
79aae2aec101ccd38dbeb7427c0f0fc6b7c78a2c
diff --git a/app/config/mako.php b/app/config/mako.php index <HASH>..<HASH> 100644 --- a/app/config/mako.php +++ b/app/config/mako.php @@ -38,6 +38,15 @@ return array */ 'timezone' => 'UTC', + + /** + * Bundles to initialize by default. + */ + + 'bundles' => array + ( + + ), /** * Error handler settings...
Added "bundle loader"
mako-framework_framework
train
d75112ce8d8fd39ade107513144d074de6d694ef
diff --git a/pool/worker.go b/pool/worker.go index <HASH>..<HASH> 100644 --- a/pool/worker.go +++ b/pool/worker.go @@ -13,7 +13,7 @@ var ErrWorkerPoolExiting = errors.New("worker pool exiting") // DefaultWorkerTimeout is the default duration after which a worker goroutine // will exit to free up resources after havin...
pool/worker: increase worker timeout to <I>s This commit increases the default worker timeout currently backing the read and write pools. This allows the read and write pools to sustain regular bursty traffic such as ping/pong without releasing their buffers back to the underlying gc queue. In the future, jitter can b...
lightningnetwork_lnd
train
e48d759db266703cddc67633f76bf389e3a76d92
diff --git a/vault/policy_store.go b/vault/policy_store.go index <HASH>..<HASH> 100644 --- a/vault/policy_store.go +++ b/vault/policy_store.go @@ -84,6 +84,15 @@ path "sys/capabilities-self" { capabilities = ["update"] } +# Allow a token to look up its own entity by id or name +path "identity/entity/id/{{identi...
add entity lookup to the default policy (#<I>) * add entity lookup to the default policy * only use id for lookup * back in with name
hashicorp_vault
train
19811e00829958f06d9bfbfeb0d0e6b7aaff3767
diff --git a/EmailValidator/Validation/MultipleValidationWithAnd.php b/EmailValidator/Validation/MultipleValidationWithAnd.php index <HASH>..<HASH> 100644 --- a/EmailValidator/Validation/MultipleValidationWithAnd.php +++ b/EmailValidator/Validation/MultipleValidationWithAnd.php @@ -3,23 +3,60 @@ namespace Egulias\Emai...
MultipleValidatorWithAnd now can break out of loop when error occurs (#<I>) * MultipleValidatorWithAnd now can break out of loop when error occurs * improved logic * updated doc * bugfix
egulias_EmailValidator
train
fc206ad15109db0b627c7e67fb5bbef6d2d6be12
diff --git a/beets/mediafile.py b/beets/mediafile.py index <HASH>..<HASH> 100644 --- a/beets/mediafile.py +++ b/beets/mediafile.py @@ -33,7 +33,7 @@ Internally ``MediaFile`` uses ``MediaField`` descriptors to access the data from the tags. In turn ``MediaField`` uses a number of ``StorageStyle`` strategies to handle ...
Standardize __future__ imports without parentheses Since the list is short enough now, we don't need parentheses for the line wrap. This is a little less ugly. Original: beetbox/beets@e<I>c7ee
beetbox_mediafile
train
53adb6168022428c9816479fe757fc97194c060b
diff --git a/lib/bibliothecary/parsers/go.rb b/lib/bibliothecary/parsers/go.rb index <HASH>..<HASH> 100644 --- a/lib/bibliothecary/parsers/go.rb +++ b/lib/bibliothecary/parsers/go.rb @@ -150,7 +150,7 @@ module Bibliothecary def self.parse_go_resolved(file_contents, options: {}) JSON.parse(file_contents)...
Look for custom "Scope" value in go-resolved-dependencies.json (#<I>)
librariesio_bibliothecary
train
ebccc8dc686223003771022a00fa932e03378fc4
diff --git a/src/wrappers/wrapper.js b/src/wrappers/wrapper.js index <HASH>..<HASH> 100644 --- a/src/wrappers/wrapper.js +++ b/src/wrappers/wrapper.js @@ -413,6 +413,8 @@ export default class Wrapper implements BaseWrapper { } // $FlowIgnore : Problem with possibly null this.vm this.vm._compu...
fix(setComputed): permanently update computed watcher when called fixes #<I>
vuejs_vue-test-utils
train
fe782260c6acf820126c2d41e506db12abb1da35
diff --git a/host/pybar/scans/test_tdc.py b/host/pybar/scans/test_tdc.py index <HASH>..<HASH> 100644 --- a/host/pybar/scans/test_tdc.py +++ b/host/pybar/scans/test_tdc.py @@ -65,8 +65,8 @@ class TdcTest(Fei4RunBase): def scan(self): self.dut['tdc_rx2']['ENABLE'] = True - self.dut['tdc_rx2']['E...
ENH: no crash if no TDC words ENH: increased delay range check ENH: new TDC configuration
SiLab-Bonn_pyBAR
train
dff044e36f7ecd480944f0a290463fb6fc905a77
diff --git a/baton/json.py b/baton/json.py index <HASH>..<HASH> 100644 --- a/baton/json.py +++ b/baton/json.py @@ -54,10 +54,12 @@ def _set_last_modified_timestamp(timestamped: Timestamped, datetime_as_string: s _timestamped_json_mappings = [ JsonPropertyMapping("created", object_property...
Collections do not have timestamps in iRODS.
wtsi-hgi_python-baton-wrapper
train
0c57f6bedb6be516186bbd8971a4cce2078641ee
diff --git a/core/src/main/java/com/graphhopper/Trip.java b/core/src/main/java/com/graphhopper/Trip.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/graphhopper/Trip.java +++ b/core/src/main/java/com/graphhopper/Trip.java @@ -38,14 +38,23 @@ public class Trip { public final Point geometry; ...
Insert separate fields for planned/predicted departure/arrival time
graphhopper_graphhopper
train
09e70d104badb5adbe62aea897ab2e2c6d9645f1
diff --git a/src/python/dxpy/bindings/dxfile.py b/src/python/dxpy/bindings/dxfile.py index <HASH>..<HASH> 100644 --- a/src/python/dxpy/bindings/dxfile.py +++ b/src/python/dxpy/bindings/dxfile.py @@ -168,20 +168,11 @@ class DXFile(DXDataObject): _close = staticmethod(dxpy.api.file_close) _list_projects = stati...
PTFM-<I> Simplify dxfile class initialization Summary: We want to streamline the initialization for dxfile, notably by removing set_http_threadpool_size and _ensure_http_threadpool. The former is not called in any other method, and the latter needs only to be called at initialization of the class. Test Plan: dxpy int...
dnanexus_dx-toolkit
train
db2b219c54c7b5270a01a1becd6d533c6a42d0a7
diff --git a/docs-source/functions/objectToLiteralString.js b/docs-source/functions/objectToLiteralString.js index <HASH>..<HASH> 100644 --- a/docs-source/functions/objectToLiteralString.js +++ b/docs-source/functions/objectToLiteralString.js @@ -3,6 +3,8 @@ function objectToLiteralString(object) { return "[Function...
add support for undefined in objectToLiteralString
L1lith_Sandhands
train
52b159b1db8f99119ced93923592a229b64b8918
diff --git a/cmd/object-handlers.go b/cmd/object-handlers.go index <HASH>..<HASH> 100644 --- a/cmd/object-handlers.go +++ b/cmd/object-handlers.go @@ -1454,6 +1454,22 @@ func (api objectAPIHandlers) CopyObjectPartHandler(w http.ResponseWriter, r *htt cpSrcPath = r.Header.Get("X-Amz-Copy-Source") } + // Check htt...
Allow versionId to be null for Delete,CopyObjectPart (#<I>)
minio_minio
train
b63899095d53e7f9782a21cf0a29d875d7a734e1
diff --git a/domain_compat.go b/domain_compat.go index <HASH>..<HASH> 100644 --- a/domain_compat.go +++ b/domain_compat.go @@ -40,7 +40,7 @@ int virDomainCoreDumpWithFormatCompat(virDomainPtr domain, #if LIBVIR_VERSION_NUMBER < 1002003 assert(0); // Caller should have checked version #else - return virDomainC...
Fix mistakes in compat functions calling themselves
libvirt_libvirt-go
train
ed8c784ea787f83ddb1adf4640c72424569bb227
diff --git a/vacation/lexer.py b/vacation/lexer.py index <HASH>..<HASH> 100644 --- a/vacation/lexer.py +++ b/vacation/lexer.py @@ -6,6 +6,23 @@ SETRATE = 'setrate' SETDAYS = 'setdays' MONTHS = ['jan', 'feb', 'mar', 'apr', 'may', 'jun', 'jul', 'aug', 'sep', 'oct', 'nov', 'dec'] +def lex(args): """ Lex input. ""...
Extract a single date from args
pulseenergy_vacation
train
8816a9a7716a7345296a177fdc27acd0a3be458d
diff --git a/src/js/EventHandler.js b/src/js/EventHandler.js index <HASH>..<HASH> 100644 --- a/src/js/EventHandler.js +++ b/src/js/EventHandler.js @@ -468,12 +468,30 @@ define([ }; /** + * Drag and Drop Events + * + * @param {Object} oLayoutInfo - layout Informations + * @param {Boolean} dis...
Prevent default drop event when disableDragAndDrop is true. #<I>.
summernote_summernote
train
2260ceb51332fb789f1ceaff2c7672c3edd63393
diff --git a/src/main/java/com/bugsnag/Bugsnag.java b/src/main/java/com/bugsnag/Bugsnag.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/bugsnag/Bugsnag.java +++ b/src/main/java/com/bugsnag/Bugsnag.java @@ -82,7 +82,7 @@ public class Bugsnag { Runtime.getRuntime().addShutdownHook(new Thread() { ...
refactor: shutdown will now flush any remaining sessions and drop any newly added sessions When shutting down, any extant sessions will be immediately sent in a request. Newly added sessions will be ignored at this point.
bugsnag_bugsnag-java
train
b7a4f6df96ef83e82c7ed6238e4d0346c0f666f7
diff --git a/spec/LdapTools/Security/SecurityDescriptorSpec.php b/spec/LdapTools/Security/SecurityDescriptorSpec.php index <HASH>..<HASH> 100644 --- a/spec/LdapTools/Security/SecurityDescriptorSpec.php +++ b/spec/LdapTools/Security/SecurityDescriptorSpec.php @@ -147,4 +147,44 @@ class SecurityDescriptorSpec extends Obj...
Allow elements of the security descriptor to be optional going to binary.
ldaptools_ldaptools
train
5525524f4e0e50b475c2d7045f0528d896a58f1b
diff --git a/spec/ast/arithmetic_spec.rb b/spec/ast/arithmetic_spec.rb index <HASH>..<HASH> 100644 --- a/spec/ast/arithmetic_spec.rb +++ b/spec/ast/arithmetic_spec.rb @@ -15,6 +15,7 @@ describe Dentaku::AST::Arithmetic do expect(sub(one, two)).to eq(-1) expect(mul(one, two)).to eq(2) expect(div(one, two)...
Add negation tests to arithmetic spec
rubysolo_dentaku
train
a0267e74b90d19981359535c2b4cc66fdd181b1f
diff --git a/hca/upload/__init__.py b/hca/upload/__init__.py index <HASH>..<HASH> 100644 --- a/hca/upload/__init__.py +++ b/hca/upload/__init__.py @@ -25,14 +25,9 @@ def forget_area(uuid_or_alias): """ Remove an area from our cache of upload areas. """ - matching_areas = UploadArea.areas_matching_alia...
upload: consolidate "area matching alias" logic into UploadArea.from_alias()
HumanCellAtlas_dcp-cli
train
8409c5c102f4eac9bd2d7ba0353cc1087f5cdad6
diff --git a/state/watcher.go b/state/watcher.go index <HASH>..<HASH> 100644 --- a/state/watcher.go +++ b/state/watcher.go @@ -624,6 +624,127 @@ func (w *ServiceRelationsWatcher) loop() (err error) { return nil } +// ServiceRelationsWatcher2 notifies about the lifecycle changes of the +// relations the service is ...
state: add new lifecycle aware service relations watcher
juju_juju
train
4f6bea5f9fa163fd5a0fae0555ee6a1be16b12e1
diff --git a/tests/Doctrine/Migrations/Tests/Tools/Console/Command/StatusCommandTest.php b/tests/Doctrine/Migrations/Tests/Tools/Console/Command/StatusCommandTest.php index <HASH>..<HASH> 100644 --- a/tests/Doctrine/Migrations/Tests/Tools/Console/Command/StatusCommandTest.php +++ b/tests/Doctrine/Migrations/Tests/Tools...
Allow for PDO namespaces pre and post dbal <I>
doctrine_migrations
train
9e82edcb732b2c488c119356b289e5004ecf51be
diff --git a/tests/test_validators.py b/tests/test_validators.py index <HASH>..<HASH> 100644 --- a/tests/test_validators.py +++ b/tests/test_validators.py @@ -2,6 +2,7 @@ import unittest from troposphere import Parameter, Ref from troposphere.validators import boolean, integer, integer_range from troposphere.validat...
Adding validator for s3 bucket names and unit test
cloudtools_troposphere
train
d512fb1faceae5455045d91fc56f27939ec8d7ae
diff --git a/lib/GameRoom.js b/lib/GameRoom.js index <HASH>..<HASH> 100644 --- a/lib/GameRoom.js +++ b/lib/GameRoom.js @@ -162,8 +162,12 @@ function GameRoom(config) { * instance of the room. Will override settings from the required file. * @param {boolean} startGame Whether to send 'start' request to clients. ...
Extra parameters for GameRoom.startGame to make treatments work for now Added ServerNode.games, not used yet.
nodeGame_nodegame-server
train
fd48363a878bc3786b5e0de372997f4f69142d85
diff --git a/src/main/java/com/github/jleyba/dossier/Linker.java b/src/main/java/com/github/jleyba/dossier/Linker.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/github/jleyba/dossier/Linker.java +++ b/src/main/java/com/github/jleyba/dossier/Linker.java @@ -184,7 +184,7 @@ public class Linker { instance...
Update linker to handle commonjs module references.
jleyba_js-dossier
train
8401673d76b68ce08c7af96acf27648f1aff6556
diff --git a/server/irc/connection.js b/server/irc/connection.js index <HASH>..<HASH> 100644 --- a/server/irc/connection.js +++ b/server/irc/connection.js @@ -40,6 +40,9 @@ var IrcConnection = function (hostname, port, ssl, nick, user, options, state, c // If the connection closes and this is false, we reconnect ...
Better IRC server reconnection logic
prawnsalad_KiwiIRC
train
2f7eb0dfce78138da6fb4dcfe385324ca022d010
diff --git a/Arr.php b/Arr.php index <HASH>..<HASH> 100755 --- a/Arr.php +++ b/Arr.php @@ -172,25 +172,15 @@ class Arr */ public static function flatten($array, $depth = INF) { - $result = []; - - foreach ($array as $item) { + return array_reduce($array, function ($result, $item) us...
[<I>] Fix: flatten should always ignore keys (#<I>) * Failing test for flatten(1) which works for flatten() * Refactor flatten method * Never save keys in Arr::flatten * Cleanup test
illuminate_support
train
177327fe33d5de6d0397f76b646b39443ec8b472
diff --git a/parsl/executors/high_throughput/interchange.py b/parsl/executors/high_throughput/interchange.py index <HASH>..<HASH> 100644 --- a/parsl/executors/high_throughput/interchange.py +++ b/parsl/executors/high_throughput/interchange.py @@ -390,7 +390,6 @@ class Interchange(object): self._command_thread....
Remove a commented out line of dead code in htex (#<I>) Poller registration for task_incoming happens in migrate_tasks_to_internal
Parsl_parsl
train
dbb86fdce17afffcf3681c57ec38335ca1ddbf91
diff --git a/docroot/modules/custom/openy_digital_signage/openy_digital_signage_classes_schedule/src/Entity/OpenYClassesSession.php b/docroot/modules/custom/openy_digital_signage/openy_digital_signage_classes_schedule/src/Entity/OpenYClassesSession.php index <HASH>..<HASH> 100644 --- a/docroot/modules/custom/openy_digi...
[YGB-<I>] Change type of the field
ymcatwincities_openy
train
4f46c040de0cf3f110129e9ecca2fd0284a30119
diff --git a/flubber/timeout.py b/flubber/timeout.py index <HASH>..<HASH> 100644 --- a/flubber/timeout.py +++ b/flubber/timeout.py @@ -32,7 +32,7 @@ class Timeout(BaseException): assert not self._timer, '%r is already started; to restart it, cancel it first' % self loop = flubber.current.loop ...
If seconds is negative, make Timeout objects infinite
saghul_evergreen
train
f40fb67cfac8c04905738e365f2e7b64a8ed1d18
diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/uiUtils.js b/bundles/org.eclipse.orion.client.ui/web/orion/uiUtils.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.ui/web/orion/uiUtils.js +++ b/bundles/org.eclipse.orion.client.ui/web/orion/uiUtils.js @@ -181,7 +181,7 @@ define([ } ...
Bug <I> - cancelling file rename leaves the file name mis-positioned in the navigator
eclipse_orion.client
train
0dc5878d4e6e5165c5d1c4be34e1ada060105604
diff --git a/examples/route-any/index.php b/examples/route-any/index.php index <HASH>..<HASH> 100644 --- a/examples/route-any/index.php +++ b/examples/route-any/index.php @@ -1,9 +1,11 @@ -<?php declare (strict_types = 1); +<?php -require_once __DIR__ . '/../../vendor/autoload.php'; +declare(strict_types=1); + +requi...
Apply fixes from StyleCI (#<I>)
leocavalcante_siler
train
caf034cb48bef5c17cc91c564d715bc935d97e19
diff --git a/src/bbn/appui/imessages.php b/src/bbn/appui/imessages.php index <HASH>..<HASH> 100644 --- a/src/bbn/appui/imessages.php +++ b/src/bbn/appui/imessages.php @@ -172,8 +172,7 @@ class imessages extends \bbn\models\cls\db SELECT {$cfg['table']}.* FROM {$cfg['tables']['users']} RIGHT JOIN ...
Fix in DB query for iMessages
nabab_bbn
train
101c529581873fc137384af67876b7c13bb9ad66
diff --git a/src/main/java/no/digipost/signature/client/core/internal/ClientHelper.java b/src/main/java/no/digipost/signature/client/core/internal/ClientHelper.java index <HASH>..<HASH> 100644 --- a/src/main/java/no/digipost/signature/client/core/internal/ClientHelper.java +++ b/src/main/java/no/digipost/signature/clie...
Even more enhancement in error handling Prints out the unexpected response when failing to unmarshall XMLError.
digipost_signature-api-client-java
train
bc98de3a0fc225a8f24cf55d1f603d45310b9db0
diff --git a/src/chart/pie/labelLayout.js b/src/chart/pie/labelLayout.js index <HASH>..<HASH> 100644 --- a/src/chart/pie/labelLayout.js +++ b/src/chart/pie/labelLayout.js @@ -221,8 +221,16 @@ export default function (seriesModel, r, viewWidth, viewHeight, sum) { } var font = labelModel.getFont(); - ...
feat(pie): support label rotate to pie chart (#<I>)
apache_incubator-echarts
train
6e11e0ea71ee02add45c945e215b8fe7a001b47c
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ Any old unfinished experiment key will be deleted from the user's data storage i By default Split will avoid users participating in multiple experiments at once. This means you are less likely to skew r...
Issue #<I> Running concurrent experiments on same endpoint/view (#<I>) * Issue #<I> use config.allow_multiple_experiments = 'control' for multiple experiments per user with at most 1-non-control * Update README.md
splitrb_split
train
c81f7b18cc3bf54be811243f07e43ac09ef7c68c
diff --git a/lib/heroku/helpers/pg_diagnose.rb b/lib/heroku/helpers/pg_diagnose.rb index <HASH>..<HASH> 100644 --- a/lib/heroku/helpers/pg_diagnose.rb +++ b/lib/heroku/helpers/pg_diagnose.rb @@ -63,7 +63,7 @@ module Heroku::Helpers::PgDiagnose def warn_old_databases(attachment) @uri = URI.parse(attachment.url) ...
Correct typo Changed "WARNING: pg:diagnose is only fully **suppoted** on Postgres version >= <I>." to "WARNING: pg:diagnose is only fully **supported** on Postgres version >= <I>. "
heroku_legacy-cli
train
69d4de3b9849c8f6f50d90535d3cd4faccc53ff0
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ wheel = ["wheel"] if needs_wheel else [] with open("README.rst", "r") as f: long_description = f.read() -test_requires = ["pytest>=2.8", "ufoNormalizer>=0.3.2"] +test_requires = ["pytest>=2.8", "ufoNorma...
Switch XML tests from flat comparison to xmldiff
googlefonts_glyphsLib
train
ac98f564a38ad61fe93a18dd802332af7383c2da
diff --git a/rtv/content.py b/rtv/content.py index <HASH>..<HASH> 100644 --- a/rtv/content.py +++ b/rtv/content.py @@ -72,16 +72,12 @@ class BaseContent(object): data['body'] = comment.body data['created'] = humanize_timestamp(comment.created_utc) data['score'] = '{} pts'.format(c...
fixed some janky things that autopep8 did
michael-lazar_rtv
train
9e533f9cec0d3e7f49d8ff92d62ad5efe53a1a72
diff --git a/ui/js/jquery.pods.upgrade.js b/ui/js/jquery.pods.upgrade.js index <HASH>..<HASH> 100644 --- a/ui/js/jquery.pods.upgrade.js +++ b/ui/js/jquery.pods.upgrade.js @@ -19,9 +19,13 @@ 'method' : $( '#pods-wizard-box' ).data( 'method' ), '_wpnonce' : $( '#pods-wizard-box' ...
Updated handling to sync counts to migrate screen
pods-framework_pods
train
05f14519497292477f5f274e0df103bb14ca304f
diff --git a/lib/zeus/client.rb b/lib/zeus/client.rb index <HASH>..<HASH> 100644 --- a/lib/zeus/client.rb +++ b/lib/zeus/client.rb @@ -49,6 +49,9 @@ module Zeus slave.close pid = socket.readline.chomp.to_i + rescue Errno::ENOENT, Errno::ECONNREFUSED + Zeus.ui.error "Zeus doesn't seem to be runni...
catch if zeus is not already running, but we expect it to be, and present a helpful message.
burke_zeus
train
4011cdeb9029586a0e91d3d1966a930a5087930f
diff --git a/src/Spatie/Activitylog/ActivitylogSupervisor.php b/src/Spatie/Activitylog/ActivitylogSupervisor.php index <HASH>..<HASH> 100644 --- a/src/Spatie/Activitylog/ActivitylogSupervisor.php +++ b/src/Spatie/Activitylog/ActivitylogSupervisor.php @@ -3,7 +3,7 @@ namespace Spatie\Activitylog; use Illuminate\Conf...
Guard not exist problem fixed for Laravel <I>
spatie_activitylog
train
6fa11a89cb297383756499f0e44bc1a678b87902
diff --git a/holoviews/core/element.py b/holoviews/core/element.py index <HASH>..<HASH> 100644 --- a/holoviews/core/element.py +++ b/holoviews/core/element.py @@ -11,7 +11,7 @@ from .overlay import Overlayable, NdOverlay, CompositeOverlay from .spaces import HoloMap, GridSpace from .tree import AttrTree from .util i...
Made Collator constructor independent of NdElement
pyviz_holoviews
train
b271a2adb8a9c9e07f8e8d5c6b4240a093cff67b
diff --git a/lib/chef/provider/git.rb b/lib/chef/provider/git.rb index <HASH>..<HASH> 100644 --- a/lib/chef/provider/git.rb +++ b/lib/chef/provider/git.rb @@ -246,25 +246,34 @@ class Chef refs = ref_lines.map { |line| line.split("\t") } # first try for ^{} indicating the commit pointed to by an ...
Find all refs with desired suffix; choose shortest one
chef_chef
train
a3b4332999ce7e750191a1c8b38b290a9fe2ae32
diff --git a/tests/EventBridge/EventBridgeEndpointMiddlewareTest.php b/tests/EventBridge/EventBridgeEndpointMiddlewareTest.php index <HASH>..<HASH> 100644 --- a/tests/EventBridge/EventBridgeEndpointMiddlewareTest.php +++ b/tests/EventBridge/EventBridgeEndpointMiddlewareTest.php @@ -97,10 +97,6 @@ class EventBridgeEndpo...
unskip LCK tests (#<I>)
aws_aws-sdk-php
train
2b8f35303d2855c79f9f3f9b3584338a1ff7edbd
diff --git a/net.go b/net.go index <HASH>..<HASH> 100644 --- a/net.go +++ b/net.go @@ -4,7 +4,7 @@ import ( "fmt" "net" - utp "github.com/jbenet/go-multiaddr-net/Godeps/_workspace/src/github.com/h2so5/utp" + // utp "github.com/jbenet/go-multiaddr-net/Godeps/_workspace/src/github.com/h2so5/utp" ma "github.com/jb...
disable utp for now (broken)
multiformats_go-multiaddr
train
60377aa24dd62cc8c9fedae6b55ba68592aa21e2
diff --git a/lib/mail/utilities.rb b/lib/mail/utilities.rb index <HASH>..<HASH> 100644 --- a/lib/mail/utilities.rb +++ b/lib/mail/utilities.rb @@ -233,11 +233,11 @@ module Mail # Using String#encode is better performing than Regexp def self.to_lf(input) - input.kind_of?(String) ? input.to_str.enc...
Fix issue introduced by #<I>
mikel_mail
train
6506e0ed575d28e6f045eafb4ecb1c8fa88bc2e3
diff --git a/src/RingaEvent.js b/src/RingaEvent.js index <HASH>..<HASH> 100644 --- a/src/RingaEvent.js +++ b/src/RingaEvent.js @@ -218,22 +218,33 @@ class RingaEvent extends RingaObject { } if (__DEV__ || this.detail.debug) { - this.dispatchStack = ErrorStackParser.parse(new Error()); + + try { th...
Fixed 2 issues on IE<I>: one being that error-stack-parser fails to parse errors (might have been solved in newer releases?), the other being that CustomEvent() cannot be used as a constructor.
ringa-js_ringa
train
23970466144f696c14e9737b8b3d42da65116717
diff --git a/tool.py b/tool.py index <HASH>..<HASH> 100755 --- a/tool.py +++ b/tool.py @@ -766,6 +766,7 @@ class IANA(object): 'bloomberg': 'whois.nic.bloomberg', 'bm': 'whois.afilias-srs.net', 'book': 'whois.nic.book', + 'booking': 'whois.nic.booking', 'bz...
Introduction of `booking` whois server cf: Whois lookup to whois.nic.booking
funilrys_PyFunceble
train
cc5c839cde9116ba85209d17abc8567b568648a0
diff --git a/src/js/server.js b/src/js/server.js index <HASH>..<HASH> 100644 --- a/src/js/server.js +++ b/src/js/server.js @@ -161,11 +161,19 @@ Server.prototype.request = function (request) // Advance message ID this._id++; - if (this._remote.trace) { - utils.logObject("server: request: %s", reques...
JS: Hold requests until connection is established. This will have to change when we add multiple server support, but it does the trick for now.
ChainSQL_chainsql-lib
train
6f50225b1e3aaf3498b8bcbbc4fd77874025163f
diff --git a/bundle/EzPublishCoreBundle.php b/bundle/EzPublishCoreBundle.php index <HASH>..<HASH> 100644 --- a/bundle/EzPublishCoreBundle.php +++ b/bundle/EzPublishCoreBundle.php @@ -20,6 +20,7 @@ use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Compiler\AddFieldTypePass, eZ\Bundle\EzPublishCoreBundle\Depende...
Implemented EZP-<I>: Implement basic auth for REST
ezsystems_ezplatform-xmltext-fieldtype
train
2beb7b1a3e9b4e9f7a64625433023fee4dd0e98a
diff --git a/gui/controls/notebook.py b/gui/controls/notebook.py index <HASH>..<HASH> 100644 --- a/gui/controls/notebook.py +++ b/gui/controls/notebook.py @@ -83,7 +83,15 @@ class TabPanel(Component): selected = Spec(_get_selection, _set_selection, type='boolean') - + def destroy(self): + # remo...
Notebook: added support to remove page (destroy)
reingart_gui2py
train
cdc6728fc23a2ada075171dd75e3688646853b9a
diff --git a/xgraphics/image.go b/xgraphics/image.go index <HASH>..<HASH> 100644 --- a/xgraphics/image.go +++ b/xgraphics/image.go @@ -106,6 +106,7 @@ func New(X *xgbutil.XUtil, r image.Rectangle) *Image { func (im *Image) Destroy() { if im.Pixmap != 0 { xproto.FreePixmap(im.X.Conn(), im.Pixmap) + im.Pixmap = 0 ...
Make sure to reset Pixmap to 0 when it's destroyed so that we know when to create it again.
BurntSushi_xgbutil
train
73aa12585721ca504229fafa4a8d8add0d5d2647
diff --git a/src/Support/Helpers.php b/src/Support/Helpers.php index <HASH>..<HASH> 100644 --- a/src/Support/Helpers.php +++ b/src/Support/Helpers.php @@ -698,7 +698,7 @@ if ( ! function_exists("dot")) */ function dot( $key ) { - return Strings::splite($key , '.'); + return explode('.' , $key); } }
edit dot helper to not use strings surface
vinala_kernel
train
bf30e07b1e7fd7cc43b132a7ca0595e005592261
diff --git a/isochrones/config.py b/isochrones/config.py index <HASH>..<HASH> 100644 --- a/isochrones/config.py +++ b/isochrones/config.py @@ -3,3 +3,6 @@ import os ISOCHRONES = os.getenv('ISOCHRONES', os.path.expanduser(os.path.join('~','.isochrones'))) +if not os.path.exists(ISOCHRONES): + ...
making ISOCHRONES if does not exist
timothydmorton_isochrones
train
f0f2fed167bda47136252edd05f73735be0ac1b7
diff --git a/pysd/py_backend/functions.py b/pysd/py_backend/functions.py index <HASH>..<HASH> 100644 --- a/pysd/py_backend/functions.py +++ b/pysd/py_backend/functions.py @@ -18,7 +18,11 @@ import imp import warnings import random import xarray as xr -from inspect import signature + +try: + from inspect import si...
Fix issue with import the `signature`.
JamesPHoughton_pysd
train
3dc2a81d7242e1ae40c2c25beaf93e87a1ea70dd
diff --git a/pyrogram/client/types/user_and_chats/chat.py b/pyrogram/client/types/user_and_chats/chat.py index <HASH>..<HASH> 100644 --- a/pyrogram/client/types/user_and_chats/chat.py +++ b/pyrogram/client/types/user_and_chats/chat.py @@ -231,6 +231,7 @@ class Chat(Object): if isinstance(full_chat, types...
Add Chat.description for basic chats
pyrogram_pyrogram
train
eb9325792c07770adced2c79e8aa18c2910d7fbe
diff --git a/system/HTTP/Message.php b/system/HTTP/Message.php index <HASH>..<HASH> 100644 --- a/system/HTTP/Message.php +++ b/system/HTTP/Message.php @@ -377,4 +377,15 @@ class Message return $this; } + + /** + * Determines if this is a json message based on the Content-Type header + * + * @return boolean + ...
Created the Message::isJson method to be able to determine if an HTTP Message is a JSON message.
codeigniter4_CodeIgniter4
train
23f2bf5cd83e0884bbffbab62dbc453c4c3c398f
diff --git a/src/Refinery29.php b/src/Refinery29.php index <HASH>..<HASH> 100644 --- a/src/Refinery29.php +++ b/src/Refinery29.php @@ -47,9 +47,13 @@ class Refinery29 extends Config { $rules = [ '@PSR2' => true, - 'align_double_arrow' => false, - 'align_equals' => false,...
Fix: Adjust for renamed fixers and configuration
refinery29_php-cs-fixer-config
train
042353c4c905c48defef5a46fe4b8c99cd8934d5
diff --git a/src/main/java/yahoofinance/histquotes2/CrumbManager.java b/src/main/java/yahoofinance/histquotes2/CrumbManager.java index <HASH>..<HASH> 100644 --- a/src/main/java/yahoofinance/histquotes2/CrumbManager.java +++ b/src/main/java/yahoofinance/histquotes2/CrumbManager.java @@ -34,18 +34,20 @@ public class Crum...
Set-Cookie header might have different capitalization than expected
sstrickx_yahoofinance-api
train
6934eeae4a801001406497bbe64bf3a6475562c4
diff --git a/modules/core/Mediamanager/bootstrap.php b/modules/core/Mediamanager/bootstrap.php index <HASH>..<HASH> 100644 --- a/modules/core/Mediamanager/bootstrap.php +++ b/modules/core/Mediamanager/bootstrap.php @@ -111,6 +111,34 @@ if(COCKPIT_ADMIN) { "title" => "Mediamanager", "active" =...
in-app search for media manager bookmarks
agentejo_cockpit
train
0dc133036bf0f08e90a2c199f52b3f9babe1daab
diff --git a/src/main/java/org/gaul/s3proxy/S3ProxyHandler.java b/src/main/java/org/gaul/s3proxy/S3ProxyHandler.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/gaul/s3proxy/S3ProxyHandler.java +++ b/src/main/java/org/gaul/s3proxy/S3ProxyHandler.java @@ -143,6 +143,7 @@ public class S3ProxyHandler { ...
Ignore part-number-marker when zero S3Proxy does not support pagination but it can support this initial no-op value. Fixes #<I>.
gaul_s3proxy
train
55df7f6fc242af816a69b5b063a193cdc8185058
diff --git a/okhttp/src/test/java/okhttp3/internal/tls/HostnameVerifierTest.java b/okhttp/src/test/java/okhttp3/internal/tls/HostnameVerifierTest.java index <HASH>..<HASH> 100644 --- a/okhttp/src/test/java/okhttp3/internal/tls/HostnameVerifierTest.java +++ b/okhttp/src/test/java/okhttp3/internal/tls/HostnameVerifierTes...
More extreme canonical forms in Hostname Verifier (#<I>)
square_okhttp
train
d877a66365304f1927cc05aec4bef4e516656b6e
diff --git a/src/components/ProjectSearch/index.js b/src/components/ProjectSearch/index.js index <HASH>..<HASH> 100644 --- a/src/components/ProjectSearch/index.js +++ b/src/components/ProjectSearch/index.js @@ -110,19 +110,6 @@ class ProjectSearch extends Component<Props> { return <div className="search-container"...
Switch ProjectSearch PropTypes to Props (#<I>)
firefox-devtools_debugger
train
65b322bdebc4ffe30292aea1395670a2dafac275
diff --git a/sqliteschema/_extractor.py b/sqliteschema/_extractor.py index <HASH>..<HASH> 100644 --- a/sqliteschema/_extractor.py +++ b/sqliteschema/_extractor.py @@ -104,6 +104,22 @@ class SQLiteSchemaExtractor: return [table for table in table_names if table not in SQLITE_SYSTEM_TABLES] + @stash_row_f...
Add fetch_view_names method to SQLiteSchemaExtractor class
thombashi_sqliteschema
train
ee460111370905b51f39c5c6566e647bb6d1d0bd
diff --git a/activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb b/activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb +++ b/activerecord/lib/ac...
Apparently people were mutating this array. :'( This reverts commit abba<I>e2bbe<I>ba<I>ebdf<I>a1d2af<I>b.
rails_rails
train
ac95d255145007667979ea24e020469efde1e07e
diff --git a/lib/cf/version.rb b/lib/cf/version.rb index <HASH>..<HASH> 100644 --- a/lib/cf/version.rb +++ b/lib/cf/version.rb @@ -1,3 +1,3 @@ module CF - VERSION = "4.0.0rc2".freeze + VERSION = "4.0.1.rc1".freeze end
Bump to <I>.rc1
cloudfoundry-attic_cf
train
5cec1aad152115502f8ba0d7fcc1c3e40b915d7a
diff --git a/core/chain_manager.go b/core/chain_manager.go index <HASH>..<HASH> 100644 --- a/core/chain_manager.go +++ b/core/chain_manager.go @@ -577,10 +577,10 @@ func (self *ChainManager) InsertChain(chain types.Blocks) (int, error) { // Compare the TD of the last known block in the canonical chain to make sure ...
core, miner: fork resolving and restart miner after sync op Fork resolving fixes #<I>
ethereum_go-ethereum
train
c0f54aefe38bc16406a187b3d20b6ffddc70eb04
diff --git a/commands/hugo.go b/commands/hugo.go index <HASH>..<HASH> 100644 --- a/commands/hugo.go +++ b/commands/hugo.go @@ -136,7 +136,7 @@ func InitializeConfig() { viper.SetDefault("FootnoteAnchorPrefix", "") viper.SetDefault("FootnoteReturnLinkContents", "") viper.SetDefault("NewContentEditor", "") - viper....
Rename to plainIdAnchors
gohugoio_hugo
train
b6f40a9d157a787ba376dab30ddd74cda4888fc1
diff --git a/lib/adapters/cucumber_adapter.rb b/lib/adapters/cucumber_adapter.rb index <HASH>..<HASH> 100644 --- a/lib/adapters/cucumber_adapter.rb +++ b/lib/adapters/cucumber_adapter.rb @@ -3,11 +3,15 @@ class CucumberAdapter def self.command(ruby_interpreter, files) "export AUTOTEST=1; #{ruby_interpreter} scr...
Refactoring to allow more customization in the adapters.
joakimk_testbot
train
374a2689bf4bbf78cf99b9d6c2f9e1c1c469084c
diff --git a/core/typechecker/src/main/java/org/overture/typechecker/utilities/pattern/PossibleTypeFinder.java b/core/typechecker/src/main/java/org/overture/typechecker/utilities/pattern/PossibleTypeFinder.java index <HASH>..<HASH> 100644 --- a/core/typechecker/src/main/java/org/overture/typechecker/utilities/pattern/P...
Map union pattern matching fails during type check, fixes #<I>
overturetool_overture
train
467867adaa91f8580490e4205100cd5ee9a088ad
diff --git a/lib/maltese/sitemap.rb b/lib/maltese/sitemap.rb index <HASH>..<HASH> 100644 --- a/lib/maltese/sitemap.rb +++ b/lib/maltese/sitemap.rb @@ -42,7 +42,7 @@ module Maltese @sitemap ||= SitemapGenerator::LinkSet.new( default_host: sitemap_url, sitemaps_host: sitemap_url, - #adapte...
Undo accidental removal of s3 adapter
datacite_maltese
train
f349c2396439388bd34e4266ee6977fc73c91cb8
diff --git a/cmd/influxd/server_integration_test.go b/cmd/influxd/server_integration_test.go index <HASH>..<HASH> 100644 --- a/cmd/influxd/server_integration_test.go +++ b/cmd/influxd/server_integration_test.go @@ -1358,7 +1358,7 @@ func runTestsData(t *testing.T, testName string, nodes Cluster, database, retent u...
Should be no need to wait <I> seconds Each of these tests relies on a write of only a few points. It simply should not take <I> seconds.
influxdata_influxdb
train
86fa458013a143f74af143c9ba0bacebd65879c4
diff --git a/simulator/src/main/java/com/hazelcast/simulator/common/CountdownWatch.java b/simulator/src/main/java/com/hazelcast/simulator/common/CountdownWatch.java index <HASH>..<HASH> 100644 --- a/simulator/src/main/java/com/hazelcast/simulator/common/CountdownWatch.java +++ b/simulator/src/main/java/com/hazelcast/si...
Minor cleanup of CountdownWatch to make clear which time unit is used.
hazelcast_hazelcast-simulator
train
9be374b3dcd0af4657ccf66ffbde6daf145e8fcf
diff --git a/doc/ex/Adispatch.rb b/doc/ex/Adispatch.rb index <HASH>..<HASH> 100755 --- a/doc/ex/Adispatch.rb +++ b/doc/ex/Adispatch.rb @@ -5,8 +5,14 @@ f = Magick::Image.read("images/Flower_Hat.jpg").first pixels = f.dispatch(0,0,f.columns,f.rows,"RGB") -# Write the pixels to a file, to be included -# in the const...
Generate 'pixels-array' file such that the Pixels array is built by concatenating many small arrays. This makes the Zconstitute.rb script run _much_ faster in Ruby <I>.
rmagick_rmagick
train
3e5e1f16ccd91f6df3b1fadbbc1759812120eabc
diff --git a/src/DataSource/DoctrineDataSource.php b/src/DataSource/DoctrineDataSource.php index <HASH>..<HASH> 100644 --- a/src/DataSource/DoctrineDataSource.php +++ b/src/DataSource/DoctrineDataSource.php @@ -360,5 +360,14 @@ class DoctrineDataSource extends FilterableDataSource implements IDataSource { return '...
aggregation support for doctrine source
contributte_datagrid
train
ab19123120e5bdea2c2dff5697da7e150c5d8039
diff --git a/lib/pith/version.rb b/lib/pith/version.rb index <HASH>..<HASH> 100644 --- a/lib/pith/version.rb +++ b/lib/pith/version.rb @@ -1,3 +1,3 @@ module Pith - VERSION = "0.0.2".freeze + VERSION = "0.0.3".freeze end
We'll call that "<I>".
mdub_pith
train
db4fba6f305a8baf8258fc13d88d1ac198c21782
diff --git a/assets/__pm.js b/assets/__pm.js index <HASH>..<HASH> 100644 --- a/assets/__pm.js +++ b/assets/__pm.js @@ -53,8 +53,9 @@ }); DOM.addEventListener('change', function (event) { + var debounceRoot = root; setTimeout(function() { - sendForm(event.target.form, event); + if (root === deb...
Attempting to debounce textarea change event delay.
jadencarver_superconductor
train
74379a9730a7a9b730843cacfface4b2c3183c89
diff --git a/lib/Models/WebMapServiceCatalogGroup.js b/lib/Models/WebMapServiceCatalogGroup.js index <HASH>..<HASH> 100644 --- a/lib/Models/WebMapServiceCatalogGroup.js +++ b/lib/Models/WebMapServiceCatalogGroup.js @@ -282,7 +282,8 @@ function createWmsDataSource(wmsGroup, capabilities, layer) { result.layers = la...
Avoid repeated work for WMS groups.
TerriaJS_terriajs
train
373945f3aa5d8a990e5a63282f16366633d23c97
diff --git a/event/class.go b/event/class.go index <HASH>..<HASH> 100644 --- a/event/class.go +++ b/event/class.go @@ -46,13 +46,13 @@ type Class struct { } // A Example is a real query and its database, timestamp, and Query_time. -// If the query is larger than MaxExampleBytes, it is truncated and "..." +// If the...
Instead of marking as truncated just save original size.
percona_go-mysql
train
42c65eca200a26b0fe34d9fb8c5e227dd1186fcb
diff --git a/cltk/prosody/greek/scanner.py b/cltk/prosody/greek/scanner.py index <HASH>..<HASH> 100644 --- a/cltk/prosody/greek/scanner.py +++ b/cltk/prosody/greek/scanner.py @@ -193,8 +193,9 @@ class Scansion: scanned_sent.append('¯') else: scanned_sent.append...
Fixed index error in Greek scanner class (#<I>) * Fixed index error * Started wrapper class * Delete morpheus.py
cltk_cltk
train
01001a235ed542234c29a13b98e01d2f4e96f360
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ LR(0) parser Change Log 1.1.0 ----- -No changes yet. +* Add: methods `getChildren()` and `getChildrenCount()` to interface + `VovanVE\parser\common\TreeNodeInterface` with its implementati...
Add methods to `TreeNodeInterface` to deal with tree children
Vovan-VE_parser
train
7d430c6698ad903cfe7567233ea77a798cad779a
diff --git a/structr-rest/src/test/java/org/structr/test/rest/entity/TestOne.java b/structr-rest/src/test/java/org/structr/test/rest/entity/TestOne.java index <HASH>..<HASH> 100644 --- a/structr-rest/src/test/java/org/structr/test/rest/entity/TestOne.java +++ b/structr-rest/src/test/java/org/structr/test/rest/entity/Te...
Fixes Test: Adds securityContext to hard-coded test methods
structr_structr
train