hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
296ea46a56dd3057657220de17dc87b8eecb5a7c
diff --git a/lib/chef/knife/core/object_loader.rb b/lib/chef/knife/core/object_loader.rb index <HASH>..<HASH> 100644 --- a/lib/chef/knife/core/object_loader.rb +++ b/lib/chef/knife/core/object_loader.rb @@ -69,15 +69,15 @@ class Chef # # @api public def find_all_objects(path) - path ...
Excape path for globbing.
chef_chef
train
c6dfb490ab52f704efdb84a4473f28ac2120fcc4
diff --git a/cmd/helm/completion.go b/cmd/helm/completion.go index <HASH>..<HASH> 100644 --- a/cmd/helm/completion.go +++ b/cmd/helm/completion.go @@ -72,6 +72,16 @@ To load completions for every new session, execute once: You will need to start a new shell for this setup to take effect. ` +const powershellCompDesc...
feat(comp): Add support for powershell completion Cobra provides powershell auto-completion out of the box. This commit teaches helm how to use it.
helm_helm
train
75079222186799234b01db1af807a3eed76cb457
diff --git a/bcbio/rnaseq/count.py b/bcbio/rnaseq/count.py index <HASH>..<HASH> 100644 --- a/bcbio/rnaseq/count.py +++ b/bcbio/rnaseq/count.py @@ -27,7 +27,7 @@ def combine_count_files(files, out_file=None, ext=".fpkm"): "Some count files in %s do not exist." % files for f in files: assert file_e...
When combining counts, trim off multiple extensions if passed in.
bcbio_bcbio-nextgen
train
b4820dbd3197122a4b88dcb883b15cf18ff3c674
diff --git a/src/Models/Permission.php b/src/Models/Permission.php index <HASH>..<HASH> 100644 --- a/src/Models/Permission.php +++ b/src/Models/Permission.php @@ -3,13 +3,21 @@ use Arcanedev\LaravelAuth\Bases\Model; use Arcanedev\LaravelAuth\Contracts\Permission as PermissionContract; use Arcanedev\LaravelAuth\Trait...
Fixing use statements and doc comments
ARCANEDEV_LaravelAuth
train
fc416cb6fcc7a2c02a66ebfe613180f51299771f
diff --git a/src/main/java/org/dynjs/ir/Builder.java b/src/main/java/org/dynjs/ir/Builder.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/dynjs/ir/Builder.java +++ b/src/main/java/org/dynjs/ir/Builder.java @@ -202,7 +202,13 @@ public class Builder implements CodeVisitor { @Override public Object vi...
Sketch in IR Temporary variables
dynjs_dynjs
train
3a763c653938f25e87562ac92a9fa80d25de40cf
diff --git a/parserator/__init__.py b/parserator/__init__.py index <HASH>..<HASH> 100644 --- a/parserator/__init__.py +++ b/parserator/__init__.py @@ -1,2 +1,159 @@ +import config +import os from manual_labeling import xmlLabeler from training import train + + +try : + TAGGER = pycrfsuite.Tagger() + path = os.p...
parsing, tokenizing, setting features
datamade_parserator
train
6b20a5a112455439e1586f81672f6276cf86293c
diff --git a/js/vcc.js b/js/vcc.js index <HASH>..<HASH> 100644 --- a/js/vcc.js +++ b/js/vcc.js @@ -18,29 +18,56 @@ module.exports = class vcc extends Exchange { 'rateLimit': 1000, 'version': 'v3', 'has': { - 'fetchTradingFee': true, + 'spot': true, + ...
vcc.fetchMarkets unified and futures leverage methods
ccxt_ccxt
train
47f5d1f0dcf96593c81e2adb3479a8005ebcfb24
diff --git a/lib/internal/queue.js b/lib/internal/queue.js index <HASH>..<HASH> 100644 --- a/lib/internal/queue.js +++ b/lib/internal/queue.js @@ -119,11 +119,12 @@ export default function queue(worker, concurrency, payload) { data.push(node.data); } + numRunning +...
change timing of q.empty() so that q.idle() will be false. Fixes #<I>
caolan_async
train
2b3b00bdc8c2f523cd1f38104093f6893b953c7d
diff --git a/lib/inspectors/weinre.js b/lib/inspectors/weinre.js index <HASH>..<HASH> 100644 --- a/lib/inspectors/weinre.js +++ b/lib/inspectors/weinre.js @@ -1,9 +1,13 @@ var Transform = require('pipestream').Transform; var util = require('../util'); +var weinreUrl; module.exports = function(req, res, next) { ...
refactor(weinre): Support multiple instances
avwo_whistle
train
0a38605c5466023b0afddbb48bf77b22afc2bb9d
diff --git a/metal/mmtl/BERT_tasks.py b/metal/mmtl/BERT_tasks.py index <HASH>..<HASH> 100644 --- a/metal/mmtl/BERT_tasks.py +++ b/metal/mmtl/BERT_tasks.py @@ -24,7 +24,7 @@ def create_task(task_name): if task_name == "COLA": scorer = Scorer( - standard_metrics=["train/loss", "valid/loss"], + ...
fix bug with header when log unit is not epochs
HazyResearch_metal
train
d0fa0b82d7b3324ceb46e4feb58ca3675d2d7db7
diff --git a/NavigationReactNative/sample/zoom/SharedElementMotion.js b/NavigationReactNative/sample/zoom/SharedElementMotion.js index <HASH>..<HASH> 100644 --- a/NavigationReactNative/sample/zoom/SharedElementMotion.js +++ b/NavigationReactNative/sample/zoom/SharedElementMotion.js @@ -28,6 +28,22 @@ class SharedElemen...
Built shared elements intersection array Animate the matching shared elements that exist in current and old state
grahammendick_navigation
train
55ae45682936833b16e85ff8983ea842af200a16
diff --git a/huawei_lte_api/api/Sms.py b/huawei_lte_api/api/Sms.py index <HASH>..<HASH> 100644 --- a/huawei_lte_api/api/Sms.py +++ b/huawei_lte_api/api/Sms.py @@ -26,7 +26,7 @@ class Sms(ApiGroup): def get_sms_list(self, page: int=1, box_type: BoxTypeEnum=BoxTypeEnum.LOC...
Set default for sms_list read_count At least the E<I>s-<I>a seems to require an int >= 1 in it. Refs <URL>
Salamek_huawei-lte-api
train
6edf4471d1e55ce6b587a7e37dd540d787716413
diff --git a/pandas/core/window.py b/pandas/core/window.py index <HASH>..<HASH> 100644 --- a/pandas/core/window.py +++ b/pandas/core/window.py @@ -280,7 +280,7 @@ class Window(_Window): center : boolean, default False Set the labels at the center of the window. win_type : string, default None - ...
DOC: Fix wording/grammar for rolling's win_type argument.
pandas-dev_pandas
train
07d5c0676e02a27683b93835eba57fa53aaa3de8
diff --git a/client/connection.go b/client/connection.go index <HASH>..<HASH> 100644 --- a/client/connection.go +++ b/client/connection.go @@ -82,9 +82,9 @@ func New(nick, user, name string) *Conn { Timestamp: time.LocalTime, TSFormat: "15:04:05", } - conn.Me = conn.NewNick(nick, user, name, "") conn.initiali...
Fix compile error when NewNick() is called before initialise().
fluffle_goirc
train
aec4a0a16cf61bbcfe1b721a56cb047dc1261e34
diff --git a/core/test/header.spec.js b/core/test/header.spec.js index <HASH>..<HASH> 100644 --- a/core/test/header.spec.js +++ b/core/test/header.spec.js @@ -80,11 +80,7 @@ describe('LogoTitle', function() { await headerService.processHeaderSettings(component); // then - assert.equal( - com...
Fix failing unit tests (#<I>)
kyma-project_luigi
train
6e858f41de0b2eb509e544b8aa91bfa38cc928bf
diff --git a/examples/collection.py b/examples/collection.py index <HASH>..<HASH> 100644 --- a/examples/collection.py +++ b/examples/collection.py @@ -1,6 +1,7 @@ from helpers import authenticate from trakt import Trakt +from trakt.objects import Movie, Show import logging import os @@ -23,13 +24,29 @@ if __nam...
Updated [examples/collection.py]
fuzeman_trakt.py
train
d838bd17a7e2ab6a2a1b701f39c292fc6107e22f
diff --git a/host/basil/HL/HardwareLayer.py b/host/basil/HL/HardwareLayer.py index <HASH>..<HASH> 100644 --- a/host/basil/HL/HardwareLayer.py +++ b/host/basil/HL/HardwareLayer.py @@ -30,13 +30,13 @@ class HardwareLayer(Base): def init(self): pass - def _set_value(self, value, addr, size=8, offset=0):...
ENH: support string ENH: writing and reading data
SiLab-Bonn_basil
train
05fe5bed7c4a6af1c9a171e874e72be7df2ae49d
diff --git a/salt/utils/cloud.py b/salt/utils/cloud.py index <HASH>..<HASH> 100644 --- a/salt/utils/cloud.py +++ b/salt/utils/cloud.py @@ -459,7 +459,7 @@ def bootstrap(vm_, opts=None): 'wait_for_passwd_maxtries', vm_, opts, default=15 ), 'preflight_cmds': salt.config.get_cloud_config_val...
preflight_cmds should use passed opts
saltstack_salt
train
7ab40ea9312d12d2446f4300afc1b07b8ec9c80b
diff --git a/h2o-core/src/test/java/water/fvec/InteractionWrappedVecTest.java b/h2o-core/src/test/java/water/fvec/InteractionWrappedVecTest.java index <HASH>..<HASH> 100644 --- a/h2o-core/src/test/java/water/fvec/InteractionWrappedVecTest.java +++ b/h2o-core/src/test/java/water/fvec/InteractionWrappedVecTest.java @@ -9...
bump node count, unlock other tests
h2oai_h2o-3
train
054a5932441e2e2b52dba71b6fb1acd53d445183
diff --git a/src/main/java/com/harium/keel/feature/Feature.java b/src/main/java/com/harium/keel/feature/Feature.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/harium/keel/feature/Feature.java +++ b/src/main/java/com/harium/keel/feature/Feature.java @@ -22,7 +22,6 @@ public class Feature extends ColorFeature i...
Update code to etyl-commons
Harium_keel
train
2bf24a21c7504ee87d771c4c14c79b117c2f2d53
diff --git a/jqm-all/jqm-engine/src/main/java/com/enioka/jqm/tools/Main.java b/jqm-all/jqm-engine/src/main/java/com/enioka/jqm/tools/Main.java index <HASH>..<HASH> 100644 --- a/jqm-all/jqm-engine/src/main/java/com/enioka/jqm/tools/Main.java +++ b/jqm-all/jqm-engine/src/main/java/com/enioka/jqm/tools/Main.java @@ -118,6...
CLI: added DB upgrade option without node creation
enioka_jqm
train
11251c5fa5c991f6ddb256dea591fc955c53fb98
diff --git a/src/seqmagick/magickwrap.py b/src/seqmagick/magickwrap.py index <HASH>..<HASH> 100644 --- a/src/seqmagick/magickwrap.py +++ b/src/seqmagick/magickwrap.py @@ -370,7 +370,7 @@ class MagickWrap(object): cut_record.annotations[k] = v # Letter annotations must be lists / tuples /...
Add annotation copying to rev and revcomp This could use a little tidying - duplicated
fhcrc_seqmagick
train
17885f135bbc0663e35d3eb74f6d2b411895c3a8
diff --git a/topology/probes/netlink.go b/topology/probes/netlink.go index <HASH>..<HASH> 100644 --- a/topology/probes/netlink.go +++ b/topology/probes/netlink.go @@ -48,15 +48,18 @@ type NetLinkProbe struct { Root *graph.Node nlSocket *nl.NetlinkSocket state int64 - ind...
graph: fix race when a child of bridge delete before linked A "queue" is used to add children of a bridge while the bridge is not already present in the graph. Once the bridge is added we iterate over the queue in order to add pending children but children can have been deleted. Change-Id: Ic<I>c<I>fdb<I>a<I>f<I>fc<I...
skydive-project_skydive
train
703f85224ee05dbba80461d48e7173e472c7942d
diff --git a/src/functions.php b/src/functions.php index <HASH>..<HASH> 100644 --- a/src/functions.php +++ b/src/functions.php @@ -21,7 +21,9 @@ function promise_for($value) // Return a Guzzle promise that shadows the given promise. if (method_exists($value, 'then')) { - $promise = new Promise(); + ...
Proxying cancel and wait functions when wrapping promises
guzzle_promises
train
e5aa676b33b839019999790ea326dde0720e7825
diff --git a/tests/django.py b/tests/django.py index <HASH>..<HASH> 100644 --- a/tests/django.py +++ b/tests/django.py @@ -88,7 +88,27 @@ class TestDjango(BaseTestClass): self.assertTrue(os.path.exists(starting_page_py)) self.assertTrue(os.path.exists(starting_page_json)) - def test_patch_django_...
Add more tests for aldryn-boilerplate
nephila_djangocms-installer
train
e1f1c686161ffed9d311c82b9b6d19845c39f847
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index <HASH>..<HASH> 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,6 +1,6 @@ -ENV['RAILS_ENV'] ||= 'test' +ENV["RAILS_ENV"] ||= "test" -require 'simplecov' +require "simplecov" # SimpleCov.formatter = SimpleCov::Formatter::HTMLFormatter Simpl...
Fix spec_helper for factory_bot and use correct env file
etewiah_property_web_builder
train
c3efe0a3fa54f0d53a99c9af0ef24e7eaf046b8d
diff --git a/source/core/datasystem/file/format/MWebfileStream.php b/source/core/datasystem/file/format/MWebfileStream.php index <HASH>..<HASH> 100644 --- a/source/core/datasystem/file/format/MWebfileStream.php +++ b/source/core/datasystem/file/format/MWebfileStream.php @@ -75,12 +75,13 @@ class MWebfileStream { ...
corrected json marshalling in webfileStream
sebastianmonzel_webfiles-framework-php
train
da9f386480cab374efddea12cff91815bc5aba65
diff --git a/zhaquirks/xiaomi/aqara/cube.py b/zhaquirks/xiaomi/aqara/cube.py index <HASH>..<HASH> 100644 --- a/zhaquirks/xiaomi/aqara/cube.py +++ b/zhaquirks/xiaomi/aqara/cube.py @@ -35,7 +35,7 @@ DROP = "drop" DROP_VALUE = 3 DROPPED = "device_dropped" -FACE_ANY = "fave_any" +FACE_ANY = "face_any" FACE_1 = "face_1...
Fix translation key for Aqara cube any face (#<I>)
dmulcahey_zha-device-handlers
train
32cef509b7de0eefdc673b24c66a666466007fc0
diff --git a/dvc/stage/cache.py b/dvc/stage/cache.py index <HASH>..<HASH> 100644 --- a/dvc/stage/cache.py +++ b/dvc/stage/cache.py @@ -3,7 +3,7 @@ import os import tempfile from contextlib import contextmanager -from funcy import first +from funcy import cached_property, first from voluptuous import Invalid fro...
run-cache: don't save always_changed stages (#<I>) Fixes #<I>
iterative_dvc
train
e13a0955c7c17efcba7a7f9b4123dc3fbcf5f4ac
diff --git a/src/Core/functions.php b/src/Core/functions.php index <HASH>..<HASH> 100644 --- a/src/Core/functions.php +++ b/src/Core/functions.php @@ -295,7 +295,9 @@ if (!function_exists('deprecationWarning')) { $frame += ['file' => '[internal]', 'line' => '??']; $message = sprintf( - ...
Mention how one can disable deprecation warnings in error mesage.
cakephp_cakephp
train
2d7fab7a14f3faa0fc047d3f825bc92c2c843d1b
diff --git a/src/Component/ButtonFactory.php b/src/Component/ButtonFactory.php index <HASH>..<HASH> 100644 --- a/src/Component/ButtonFactory.php +++ b/src/Component/ButtonFactory.php @@ -41,7 +41,7 @@ EOL; } $xpath = new \DOMXpath($table->ownerDocument); - $link = $xpath->query('//a', $table)...
Use relative query for XPath with context, fixes #1
Prezent_prezent-inky
train
b335e4725b8f931dca173b1f092a8cca42a8687e
diff --git a/Module.php b/Module.php index <HASH>..<HASH> 100644 --- a/Module.php +++ b/Module.php @@ -156,6 +156,15 @@ class Module ); return $controller; }, + 'rcmInstallController' => function($controllerMgr) { + $serviceMgr...
got rss feed reader working with new inversion of control
reliv_Rcm
train
625d541715e232140e53814fd914090f6f5b5041
diff --git a/packages/@vue/cli-service/lib/config/app.js b/packages/@vue/cli-service/lib/config/app.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli-service/lib/config/app.js +++ b/packages/@vue/cli-service/lib/config/app.js @@ -74,15 +74,24 @@ module.exports = (api, options) => { }) // keep chunk...
refactor: improve chunk name aesthetics
vuejs_vue-cli
train
a0c5ad13f2dd79df0f5e3c756304cb69812d277b
diff --git a/lib/active_record/typed_store/extension.rb b/lib/active_record/typed_store/extension.rb index <HASH>..<HASH> 100644 --- a/lib/active_record/typed_store/extension.rb +++ b/lib/active_record/typed_store/extension.rb @@ -113,14 +113,8 @@ module ActiveRecord::TypedStore when false, nil then false ...
Remove un-used code in ActiveRecord::TypedStore
byroot_activerecord-typedstore
train
739feffc434725885f51e5c098a06fee1ca1eb6d
diff --git a/plexapi/video.py b/plexapi/video.py index <HASH>..<HASH> 100644 --- a/plexapi/video.py +++ b/plexapi/video.py @@ -128,14 +128,20 @@ class Show(Video): path = '/library/metadata/%s/children' % self.ratingKey return find_item(self.server, path, title) - def episodes(self): + def epi...
Get list of watched/unwatched episodes from Season or Show
pkkid_python-plexapi
train
e23477f076819c57cb273c7261cba19970014b0a
diff --git a/src/main/java/com/twilio/sdk/examples/RestExamples.java b/src/main/java/com/twilio/sdk/examples/RestExamples.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/twilio/sdk/examples/RestExamples.java +++ b/src/main/java/com/twilio/sdk/examples/RestExamples.java @@ -81,32 +81,33 @@ public class RestExam...
Comment out buying the number... in case people run the example code multiple times - could drain their account./
twilio_twilio-java
train
9f87035be006923c683eef8d90ed99bd8e467635
diff --git a/core/src/main/java/com/dtolabs/rundeck/plugins/scm/ScmExportPlugin.java b/core/src/main/java/com/dtolabs/rundeck/plugins/scm/ScmExportPlugin.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/dtolabs/rundeck/plugins/scm/ScmExportPlugin.java +++ b/core/src/main/java/com/dtolabs/rundeck/plugins/sc...
javadoc on interface and removed fugly println
rundeck_rundeck
train
d499f7cd535a7b3fc276180fbd6b8071c7b10c42
diff --git a/aeron-client/src/main/java/uk/co/real_logic/aeron/ActiveSubscriptions.java b/aeron-client/src/main/java/uk/co/real_logic/aeron/ActiveSubscriptions.java index <HASH>..<HASH> 100644 --- a/aeron-client/src/main/java/uk/co/real_logic/aeron/ActiveSubscriptions.java +++ b/aeron-client/src/main/java/uk/co/real_lo...
[Java]: fixed #<I> by removing computeIfAbsent.
real-logic_aeron
train
eeb6bacadfa1ad3d9608e38324514fa2932d7c1e
diff --git a/mongo/mongo_test.go b/mongo/mongo_test.go index <HASH>..<HASH> 100644 --- a/mongo/mongo_test.go +++ b/mongo/mongo_test.go @@ -50,8 +50,8 @@ type Times struct { type testNamespacedModel struct { State string `bson:"state"` NewKey int `bson:"new_key,omitempty"` - Currant Times `bson:"currant",omi...
minor fix to test mongo tag syntax
ONSdigital_go-ns
train
805668576d4f46c955e049183f63daf9461fe5e9
diff --git a/tests/integration/data/CrudTest.php b/tests/integration/data/CrudTest.php index <HASH>..<HASH> 100644 --- a/tests/integration/data/CrudTest.php +++ b/tests/integration/data/CrudTest.php @@ -15,6 +15,8 @@ class CrudTest extends \lithium\test\Integration { protected $_connection = null; + protected $_d...
Fixing CrudTest (using lithium_couch_test connection)
UnionOfRAD_lithium
train
e30b1ddcc5408a1d37da43f5b7fec555e900e381
diff --git a/fgivenx/__init__.py b/fgivenx/__init__.py index <HASH>..<HASH> 100644 --- a/fgivenx/__init__.py +++ b/fgivenx/__init__.py @@ -33,7 +33,7 @@ import numpy import fgivenx.samples import fgivenx.mass import fgivenx.dkl -from fgivenx._utils import _check_args, _normalise_weights +from fgivenx._utils import _...
Moved sample equal weighting to _utils
williamjameshandley_fgivenx
train
03da40c9ec95ee181e1ef8e94f68e0b9a1aa79cd
diff --git a/src/Clients/WebClient.php b/src/Clients/WebClient.php index <HASH>..<HASH> 100644 --- a/src/Clients/WebClient.php +++ b/src/Clients/WebClient.php @@ -228,6 +228,12 @@ class WebClient extends Client { $response = Metadata::make($response, $file); } + + /...
Avoid cache of failed requests on web client
vaites_php-apache-tika
train
7c28fad4e8c022e04c30759f14717f59a0015fa8
diff --git a/dark/__init__.py b/dark/__init__.py index <HASH>..<HASH> 100644 --- a/dark/__init__.py +++ b/dark/__init__.py @@ -5,4 +5,4 @@ if sys.version_info < (2, 7): # Note that the version string must have the following format, otherwise it # will not be found by the version() function in ../setup.py -__version...
getSequence is supposed to be called getSubjectSequence in dark/alignments.py. This was not causing an error because the BLAST and DIAMOND subclasses were implementing getSubjectSequence
acorg_dark-matter
train
5b48611f47991f822d3a73036fd283bc39badb92
diff --git a/test/index.js b/test/index.js index <HASH>..<HASH> 100644 --- a/test/index.js +++ b/test/index.js @@ -12,9 +12,28 @@ runner( [ // test command line execUnits( `cli` ), // test with binary - execUnits( `common`, true ), + execUnits( `common`, { + "bin": true, + } ), + // te...
test: run unit tests with tracer on.
jaubourg_wires
train
e10080ca511391331d715dee6d3c0c3e398858d1
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,16 @@ var normal = createDist(); The distribution is configurable and has the following methods... +#### normal.support() + +Returns the distribution support, which is the set of all real values. + +``` java...
[UPDATE] added support.
distributions-io_normal
train
bbb16d5cd793f81db25a8a880eab090015c8cb11
diff --git a/frontends/default/javascripts/active_scaffold.js b/frontends/default/javascripts/active_scaffold.js index <HASH>..<HASH> 100644 --- a/frontends/default/javascripts/active_scaffold.js +++ b/frontends/default/javascripts/active_scaffold.js @@ -71,12 +71,12 @@ var ActiveScaffold = { decrement_record_count:...
Fix creating/deleting when pagination is disabled or infinite
activescaffold_active_scaffold
train
f26f985539b0f36c2fc05dd37911950425bb36c3
diff --git a/test/Validation.test.js b/test/Validation.test.js index <HASH>..<HASH> 100644 --- a/test/Validation.test.js +++ b/test/Validation.test.js @@ -61,4 +61,59 @@ describe("Validation", function() { throw new Error("Validation didn't fail"); }) }); + + describe("checkHost", function() { + it("should al...
Added tests for Server.prototype.checkHost
webpack_webpack-dev-server
train
ff5824fe38bede761b873cab6e247a530e89236a
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -28,23 +28,17 @@ func (h *HAProxyClient) RunCommand(cmd string) (*bytes.Buffer, error) { if err != nil { return nil, err } + defer h.conn.Close() result := bytes.NewBuffer(nil) _, err = h.conn.Write([]byte(c...
move conn.Close() to defer stmt
bcicen_go-haproxy
train
40377b188b3486ac4cebf188d1cff4eacb590259
diff --git a/mod/quiz/index.php b/mod/quiz/index.php index <HASH>..<HASH> 100644 --- a/mod/quiz/index.php +++ b/mod/quiz/index.php @@ -112,10 +112,17 @@ $gradecol = ""; } } else { + // If student has no grade for this quiz, + // or the quiz has no grade, dis...
mod/quiz/index changes to only display quiz grades when teacher allows Changes to index.php to only allow student to view overall quiz scores when teacher has not set options forbidding this, and it can't give away what scores were for attempts where results should still be hidden. Credit: Peter Bulmer <EMAIL>
moodle_moodle
train
8ac541fbd9baf1a054e7a102c4fd64ab82798ab7
diff --git a/scapy.py b/scapy.py index <HASH>..<HASH> 100755 --- a/scapy.py +++ b/scapy.py @@ -21,6 +21,11 @@ # # $Log: scapy.py,v $ +# Revision 0.9.17.103 2005/06/07 10:18:27 pbi +# - added a try/catch for get_if_hw_addr +# - fixed the netstat parsing for OpenBSD +# - changed Dot11WEP's key ID field from "key" t...
- added a try/catch for get_if_hw_addr - fixed the netstat parsing for OpenBSD - changed Dot<I>WEP's key ID field from "key" to "keyid"
secdev_scapy
train
b9d1fba43e8b1f799d31649ad6060567f421559a
diff --git a/packages/ember-handlebars/lib/helpers/loc.js b/packages/ember-handlebars/lib/helpers/loc.js index <HASH>..<HASH> 100644 --- a/packages/ember-handlebars/lib/helpers/loc.js +++ b/packages/ember-handlebars/lib/helpers/loc.js @@ -11,11 +11,11 @@ require('ember-handlebars/ext'); ```html <script type="te...
Fix `{{loc}}` for new string/lookup distinction.
emberjs_ember.js
train
7eb8cc31ea6d8f6c911aa607d00b435bc2c8d54c
diff --git a/remix-solidity/index.js b/remix-solidity/index.js index <HASH>..<HASH> 100644 --- a/remix-solidity/index.js +++ b/remix-solidity/index.js @@ -3,11 +3,13 @@ var SolidityProxy = require('./src/decoder/solidityProxy') var localDecoder = require('./src/decoder/localDecoder') var stateDecoder = require('./src...
export Compiler in remix-solidity
ethereum_remix
train
6b760d7bda7adf1721be66f93ad838b14242e4af
diff --git a/src/Parser.php b/src/Parser.php index <HASH>..<HASH> 100644 --- a/src/Parser.php +++ b/src/Parser.php @@ -303,9 +303,8 @@ class Parser{ // still testing... if($preg_error !== PREG_NO_ERROR){ - throw new BBCodeException('preg_replace_callback() died on ['.$tag.'] due to a '.$this->preg_error[$pr...
ignore coverage for preg_errors
chillerlan_php-bbcode
train
06121aa5681fe2be7019636f117e8f8f8748f440
diff --git a/src/renderer/Dataframe.js b/src/renderer/Dataframe.js index <HASH>..<HASH> 100644 --- a/src/renderer/Dataframe.js +++ b/src/renderer/Dataframe.js @@ -60,6 +60,10 @@ export default class Dataframe { aabb = _updateAABBForGeometry(feature[j], aabb, type); } + ...
Fix viewport counting corner case with zero-vertex polygons
CartoDB_carto-vl
train
6c120a1014b467a9792763c87b0dd01f5e7aa5f0
diff --git a/lib/rack/perftools_profiler/action.rb b/lib/rack/perftools_profiler/action.rb index <HASH>..<HASH> 100644 --- a/lib/rack/perftools_profiler/action.rb +++ b/lib/rack/perftools_profiler/action.rb @@ -17,7 +17,7 @@ module Rack::PerftoolsProfiler def self.for_env(env, profiler, middleware) request ...
Change Request#path to Request#path_info. In some versions of Rack, at least, Request#path is called #fullpath, but #path_info should be consistent and is probably more correct anyways, as it will scope it to the path the app was mounted to. Otherwise if, for whatever reason, you mounted the app below the root you wou...
bhb_rack-perftools_profiler
train
37bc0bb0ca91eb21460b8e3203d94ff15a7412db
diff --git a/src/main/java/com/wiley/autotest/selenium/AbstractSeleniumTest.java b/src/main/java/com/wiley/autotest/selenium/AbstractSeleniumTest.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/wiley/autotest/selenium/AbstractSeleniumTest.java +++ b/src/main/java/com/wiley/autotest/selenium/AbstractSeleniumTes...
refactoring PageProvider
WileyLabs_teasy
train
d535d9810012b18ca83f86aa416ff4a08bb49804
diff --git a/daemon/volumes.go b/daemon/volumes.go index <HASH>..<HASH> 100644 --- a/daemon/volumes.go +++ b/daemon/volumes.go @@ -168,6 +168,12 @@ func createVolumes(container *Container) error { return err } } + + for volPath := range binds { + if err := initializeVolume(container, volPath, binds); err != n...
Don't save bind mounts in image Docker-DCO-<I>-
containers_storage
train
3eeb225d07b0a1b4dffdd31a3435a4b5c45f3563
diff --git a/languagetool-core/src/main/java/org/languagetool/rules/LanguageDependentFilter.java b/languagetool-core/src/main/java/org/languagetool/rules/LanguageDependentFilter.java index <HASH>..<HASH> 100644 --- a/languagetool-core/src/main/java/org/languagetool/rules/LanguageDependentFilter.java +++ b/languagetool-...
[ca] fix warning and tiny cleanup
languagetool-org_languagetool
train
c6c8de260d07042e477a4698a6adafa1ae1f320b
diff --git a/src/Entity/Embeddable/Objects/AbstractEmbeddableObject.php b/src/Entity/Embeddable/Objects/AbstractEmbeddableObject.php index <HASH>..<HASH> 100644 --- a/src/Entity/Embeddable/Objects/AbstractEmbeddableObject.php +++ b/src/Entity/Embeddable/Objects/AbstractEmbeddableObject.php @@ -2,7 +2,6 @@ namespace ...
long winded but hopefully will work
edmondscommerce_doctrine-static-meta
train
e3c9c584103a4bfdb5a22b86f2e63441b760ab52
diff --git a/addon/components/file-browser-item/component.js b/addon/components/file-browser-item/component.js index <HASH>..<HASH> 100644 --- a/addon/components/file-browser-item/component.js +++ b/addon/components/file-browser-item/component.js @@ -33,9 +33,6 @@ export default Ember.Component.extend({ let da...
Pass in qparams to openItem action
CenterForOpenScience_ember-osf
train
93fa01585593e3ea9d0b2574e05d434483c683b4
diff --git a/addon/components/layers/odata-vector-layer.js b/addon/components/layers/odata-vector-layer.js index <HASH>..<HASH> 100644 --- a/addon/components/layers/odata-vector-layer.js +++ b/addon/components/layers/odata-vector-layer.js @@ -78,7 +78,7 @@ export default BaseVectorLayer.extend({ models.forEa...
fix error delete and add callback for save (#<I>)
Flexberry_ember-flexberry-gis
train
333284d0a8ad424cb7b6e8b33dd7502843ca3404
diff --git a/src/org/parosproxy/paros/core/scanner/Alert.java b/src/org/parosproxy/paros/core/scanner/Alert.java index <HASH>..<HASH> 100644 --- a/src/org/parosproxy/paros/core/scanner/Alert.java +++ b/src/org/parosproxy/paros/core/scanner/Alert.java @@ -100,12 +100,6 @@ public class Alert implements Comparable<Alert> ...
Remove Alert's instance variable no longer needed Remove deprecated Alert's instance variable reliability, it's no longer needed/used, superseded by confidence.
zaproxy_zaproxy
train
fc0eed650552d8ac81d140c232fe173dd40f2ec7
diff --git a/client/project.js b/client/project.js index <HASH>..<HASH> 100644 --- a/client/project.js +++ b/client/project.js @@ -16,7 +16,7 @@ sections = [ paths: [ '/customize' ], module: 'my-sites/customize', group: 'sites', - secondary: true, + secondary: true }, { name: 'me', @@ -288,24 +288,6 @...
Framework: Move devdocs to shared sections
Automattic_wp-calypso
train
7d84196519fcdbf96204d754d95c4dbca1ba9121
diff --git a/airflow/providers/qubole/hooks/qubole.py b/airflow/providers/qubole/hooks/qubole.py index <HASH>..<HASH> 100644 --- a/airflow/providers/qubole/hooks/qubole.py +++ b/airflow/providers/qubole/hooks/qubole.py @@ -22,7 +22,7 @@ import logging import os import pathlib import time -from typing import Dict, Li...
Fix MyPy Errors for Qubole provider. (#<I>)
apache_airflow
train
c13ad29fd2f56b546fe3f959acbe865a03530930
diff --git a/docs/settings.rst b/docs/settings.rst index <HASH>..<HASH> 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -95,6 +95,14 @@ JWT_PAYLOAD_GET_USERNAME_HANDLER lambda payload: payload.get(get_user_model().USERNAME_FIELD) +JWT_GET_USER_BY_NATURAL_KEY_HANDLER +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
Added JWT_GET_USER_BY_NATURAL_KEY_HANDLER
flavors_django-graphql-jwt
train
16416966ebee62e101e4cf74265fd027d07b1ab1
diff --git a/tests/test_commands/test_command_orchestrator.py b/tests/test_commands/test_command_orchestrator.py index <HASH>..<HASH> 100644 --- a/tests/test_commands/test_command_orchestrator.py +++ b/tests/test_commands/test_command_orchestrator.py @@ -34,13 +34,6 @@ class Test_command_orchestrator(TestCase): ...
fixing test test_command_orchestrator
QualiSystems_vCenterShell
train
a1dd2b629320ad70de618c82dab8a0050b38f56d
diff --git a/graphene/contrib/django/converter.py b/graphene/contrib/django/converter.py index <HASH>..<HASH> 100644 --- a/graphene/contrib/django/converter.py +++ b/graphene/contrib/django/converter.py @@ -31,6 +31,7 @@ def convert_django_field(field): @convert_django_field.register(models.SlugField) @convert_django...
Added FileField and ImageField conversion. Fixed #<I>
graphql-python_graphene
train
12a6a87b2c8a23ebace8034f4345ff65034d52d2
diff --git a/commands/cli/parse.go b/commands/cli/parse.go index <HASH>..<HASH> 100644 --- a/commands/cli/parse.go +++ b/commands/cli/parse.go @@ -9,14 +9,14 @@ import ( // Parse parses the input commandline string (cmd, flags, and args). // returns the corresponding command Request object. -func Parse(input []stri...
commands/cli: Made Parse return a Request (again)
ipfs_go-ipfs
train
e35819bbec66374d8aa327eeb1d3ddaebaedd490
diff --git a/lib/faraday.rb b/lib/faraday.rb index <HASH>..<HASH> 100644 --- a/lib/faraday.rb +++ b/lib/faraday.rb @@ -14,7 +14,7 @@ require 'forwardable' # conn.get '/' # module Faraday - VERSION = "0.9.0.rc1" + VERSION = "0.9.0.rc2" class << self # Public: Gets or sets the root path that Faraday is b...
Release <I>.rc2
lostisland_faraday
train
7df2a66623253157a9d5c249c3bcba045fb66123
diff --git a/builtin/providers/openstack/resource_openstack_fw_policy_v1.go b/builtin/providers/openstack/resource_openstack_fw_policy_v1.go index <HASH>..<HASH> 100644 --- a/builtin/providers/openstack/resource_openstack_fw_policy_v1.go +++ b/builtin/providers/openstack/resource_openstack_fw_policy_v1.go @@ -7,6 +7,7 ...
provider/openstack: gophercloud migration: Allow Firewall v1 Policy to cleanly delete
hashicorp_terraform
train
1c99f89e82078b8c9e5a934a38637ce622e5e9ab
diff --git a/NotificationsModule.php b/NotificationsModule.php index <HASH>..<HASH> 100644 --- a/NotificationsModule.php +++ b/NotificationsModule.php @@ -26,6 +26,11 @@ class NotificationsModule extends Module public $allowDuplicate = false; /** + * @var string Database created_at field format + */...
Add dbDateFormat to support Oracle (and other) formatting
machour_yii2-notifications
train
4828499b6914cc8770615b8edd6fbea2f16dcd5f
diff --git a/tests/test_client.py b/tests/test_client.py index <HASH>..<HASH> 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -101,7 +101,10 @@ def test_client_passes_correct_reply(client, mock_protocol, method_name, transport_return = '023hoisdfh' mock_transport.send_message = Mock(return_val...
Test correct operation of one_way flag
mbr_tinyrpc
train
193cceb0b7ea0372f0c847f17b8d02d2d5844e4b
diff --git a/windpowerlib/power_output.py b/windpowerlib/power_output.py index <HASH>..<HASH> 100644 --- a/windpowerlib/power_output.py +++ b/windpowerlib/power_output.py @@ -249,15 +249,19 @@ def power_curve_density_correction(wind_speed, power_curve_wind_speeds, # TODO: 1. smooth curve? 2. density corr? def smoo...
Add to smoothed power curve function
wind-python_windpowerlib
train
35bffd071b0146f135d8c6e920a01210019996d8
diff --git a/libravatar.php b/libravatar.php index <HASH>..<HASH> 100644 --- a/libravatar.php +++ b/libravatar.php @@ -55,10 +55,10 @@ * <code> * $libravatar = new Libravatar(); * $options = array() - * $options['s'] = 40; - * $options['algorithm'] = sha256; + * $options['s'] = '40'; + * $options['al...
Fix code example missing quotes around strings. Oops.
pear_Services_Libravatar
train
06fb7f61698dbc2b7549f55ba5337a744b4d89c0
diff --git a/lib/microspec/predicates.rb b/lib/microspec/predicates.rb index <HASH>..<HASH> 100644 --- a/lib/microspec/predicates.rb +++ b/lib/microspec/predicates.rb @@ -10,4 +10,6 @@ module Microspec @_predicates[method] = proc end end + + Predicates[:truthy?] = -> (actual) { actual } end
Add truthy? predicate helper
Erol_microspec
train
bf404b895294673ff961a69edc2d3cb2d5f2799e
diff --git a/dipper/sources/ZFIN.py b/dipper/sources/ZFIN.py index <HASH>..<HASH> 100644 --- a/dipper/sources/ZFIN.py +++ b/dipper/sources/ZFIN.py @@ -1285,6 +1285,17 @@ class ZFIN(Source): # zfin environments (standard salinity and temperature, heat shock (37C), etc), which # includes...
ZFIN.py: Added environment label processing.
monarch-initiative_dipper
train
0458e2edb289d7c84a617a652edfbc425099b2ce
diff --git a/src/compiler/parser/index.js b/src/compiler/parser/index.js index <HASH>..<HASH> 100644 --- a/src/compiler/parser/index.js +++ b/src/compiler/parser/index.js @@ -169,9 +169,10 @@ export function parse ( if (currentParent && !element.forbidden) { if (element.else) { // else block ...
adjustment: scoped slots must use <template>
IOriens_wxml-transpiler
train
bad0a315d77eea16ff9efc9b94ac060969823b9a
diff --git a/lib/win.js b/lib/win.js index <HASH>..<HASH> 100644 --- a/lib/win.js +++ b/lib/win.js @@ -165,6 +165,7 @@ function toStream({path, files}) { const stream = Readable.from(str); assign(stream, { + type: 'directory', path, files, });
fix(win<I>) add stream type
coderaiser_win32
train
6bc38f39b3caa4867106cd2c556e3244b7267779
diff --git a/bind/bind.go b/bind/bind.go index <HASH>..<HASH> 100644 --- a/bind/bind.go +++ b/bind/bind.go @@ -75,6 +75,7 @@ func listenTo(bind string) (net.Listener, error) { bind, err) } f := os.NewFile(uintptr(fd), bind) + defer f.Close() return net.FileListener(f) } else if strings.HasPrefix(bind, ...
Be more strict about file closing in bind This eliminates the race condition mentioned in a<I>c<I>a by forbidding duplicate binds to the same socket (well, at least in the sense that attempting to do so will *always* result in an error instead of nondeterministically resulting in an error).
zenazn_goji
train
e4042704f01a44b02143e0b60170ba740df8e08f
diff --git a/src/config.js b/src/config.js index <HASH>..<HASH> 100644 --- a/src/config.js +++ b/src/config.js @@ -19,10 +19,10 @@ const Config = CoreObject.extend({ */ constructor(attrs) { Object.keys(this.deprecatedProperties).forEach(key => { - const transformName = this.deprecatedProperties[key]; -...
optimizations in the depracation transforms
Shopify_js-buy-sdk
train
1d623ebab7dea395a2b632737cd976090941b509
diff --git a/chatterbot/storage/mongodb.py b/chatterbot/storage/mongodb.py index <HASH>..<HASH> 100644 --- a/chatterbot/storage/mongodb.py +++ b/chatterbot/storage/mongodb.py @@ -122,9 +122,8 @@ class MongoDatabaseAdapter(StorageAdapter): if search_text_contains: or_regex = '|'.join([ - ...
Update mongodb.py To support regexes with | in them, the expression must be parenthesized.
gunthercox_ChatterBot
train
5219c2c89b3ec72620548fc2c18ea83fad4854de
diff --git a/src/de/lmu/ifi/dbs/elki/utilities/datastructures/KNNList.java b/src/de/lmu/ifi/dbs/elki/utilities/datastructures/KNNList.java index <HASH>..<HASH> 100644 --- a/src/de/lmu/ifi/dbs/elki/utilities/datastructures/KNNList.java +++ b/src/de/lmu/ifi/dbs/elki/utilities/datastructures/KNNList.java @@ -3,7 +3,6 @@ p...
Fix KNNList unmodifiable issues.
elki-project_elki
train
5a24794dbeac33c1325a96b5a3a23b918d4d0a4c
diff --git a/pyravendb/store/session_query.py b/pyravendb/store/session_query.py index <HASH>..<HASH> 100644 --- a/pyravendb/store/session_query.py +++ b/pyravendb/store/session_query.py @@ -898,8 +898,8 @@ class Query(object): return self def or_else(self): - if len(self.query_builder) > 0: - ...
RDBC-<I> Test for querying by index and query.or_else fix
ravendb_ravendb-python-client
train
b7c8060704dd37cf0e9802b5496c713f28ab782c
diff --git a/idol/src/main/java/com/hp/autonomy/searchcomponents/idol/parametricvalues/IdolParametricValuesService.java b/idol/src/main/java/com/hp/autonomy/searchcomponents/idol/parametricvalues/IdolParametricValuesService.java index <HASH>..<HASH> 100644 --- a/idol/src/main/java/com/hp/autonomy/searchcomponents/idol/...
FIND-<I> Add controller method for retrieving date field values, for use in widget :: fix date format pattern [rev. alex.scown]
microfocus-idol_haven-search-components
train
e3aaccebfd87d19841ed9c63e684a5848bf0432a
diff --git a/packages/vaex-core/vaex/dataframe.py b/packages/vaex-core/vaex/dataframe.py index <HASH>..<HASH> 100644 --- a/packages/vaex-core/vaex/dataframe.py +++ b/packages/vaex-core/vaex/dataframe.py @@ -3350,7 +3350,7 @@ class DataFrame(object): # we only have to do this locally # if we do...
refactor: use dataset.rename instead of relying on ColumnProxy
vaexio_vaex
train
1787a8501b626f272ef57b9b39f5e9b0ffd49475
diff --git a/inginious-lti-wsgi.py b/inginious-lti-wsgi.py index <HASH>..<HASH> 100755 --- a/inginious-lti-wsgi.py +++ b/inginious-lti-wsgi.py @@ -18,7 +18,7 @@ os.environ['INGInious_CONFIG_LTI'] = '/var/www/INGInious/configuration.lti.yaml' if os.getenv('INGInious_PATH_LTI'): sys.path.append(os.getenv('INGInio...
config -> path -- fix stupid cut and paste error
UCL-INGI_INGInious
train
c3bf8cb64e6154a36d25e1da7fdf54ea71a1f4a7
diff --git a/agent/action/mount_disk.go b/agent/action/mount_disk.go index <HASH>..<HASH> 100644 --- a/agent/action/mount_disk.go +++ b/agent/action/mount_disk.go @@ -61,7 +61,10 @@ func (a MountDiskAction) Run(diskCid string, hints ...interface{}) (interface{}, if len(hints) > 0 { diskSettings = settings.Persis...
Handle error during saving disk hints [#<I>](<URL>)
cloudfoundry_bosh-agent
train
c6870be44f13abcdba1c4c9e370902dd6fcf8a50
diff --git a/docx2html/tests/test_xml.py b/docx2html/tests/test_xml.py index <HASH>..<HASH> 100644 --- a/docx2html/tests/test_xml.py +++ b/docx2html/tests/test_xml.py @@ -602,11 +602,10 @@ class MangledIlvlTestCase(_TranslationTestCase): <li>AAA</li> </ol> <ol data-list-type="decimal"> - ...
refs #<I>: updated the test for no longer doing stupid nesting
PolicyStat_docx2html
train
f88ebcdb3a4c7752fb840744db85f5e083622d50
diff --git a/lib/key.js b/lib/key.js index <HASH>..<HASH> 100644 --- a/lib/key.js +++ b/lib/key.js @@ -63,6 +63,13 @@ function Key (ns, set, key, digest) { } } +Key.prototype.equals = function (other) { + return this.ns === other.ns && + ((!isSet(this.set) && !isSet(other.set)) || this.set === other.set) && +...
Add Key#equals function to compare two keys
aerospike_aerospike-client-nodejs
train
0f6e14b245b9be7b97f0adb30410bf9672e760d0
diff --git a/curtsies/formatstring.py b/curtsies/formatstring.py index <HASH>..<HASH> 100644 --- a/curtsies/formatstring.py +++ b/curtsies/formatstring.py @@ -87,7 +87,7 @@ class Chunk(object): def __unicode__(self): value = self.color_str if isinstance(value, bytes): - return value.de...
add temp fix for dealing bpython bug In the future - probably make fmtstrs only possible with unicode? Api would be a bit annoying in Python 2 though. Maybe the moment it comes in, decode the bytes as the terminal is encoded? But they could be being used in code, in which case we want to know the encoding of the sourc...
bpython_curtsies
train
c3c988833bb4fd5c02e51089cafc394e3efb6237
diff --git a/dallinger/experiment.py b/dallinger/experiment.py index <HASH>..<HASH> 100644 --- a/dallinger/experiment.py +++ b/dallinger/experiment.py @@ -402,33 +402,7 @@ class Experiment(object): self.fail_participant(participant) @exp_class_working_dir - def sandbox(self, exp_config=None, app_id=N...
Simplify high-level API with Experiment.run() Instead of using experiment.sandbox() and experiment.deploy(), there is now a single command experiment.run().
Dallinger_Dallinger
train
242228887b969c5a1a5816d56fc2fcd057b07ea1
diff --git a/tests/Jejik/Tests/MT940/Parser/AbnAmroTest.php b/tests/Jejik/Tests/MT940/Parser/AbnAmroTest.php index <HASH>..<HASH> 100644 --- a/tests/Jejik/Tests/MT940/Parser/AbnAmroTest.php +++ b/tests/Jejik/Tests/MT940/Parser/AbnAmroTest.php @@ -53,8 +53,8 @@ class AbnAmroTest extends \PHPUnit_Framework_TestCase ...
Test bookDate and valueDate times
sandermarechal_jejik-mt940
train
c8fd1934d3a6a2f2621f2b703258b4155854d823
diff --git a/src/PatternLab/PatternData/Rules/DocumentationRule.php b/src/PatternLab/PatternData/Rules/DocumentationRule.php index <HASH>..<HASH> 100644 --- a/src/PatternLab/PatternData/Rules/DocumentationRule.php +++ b/src/PatternLab/PatternData/Rules/DocumentationRule.php @@ -39,9 +39,6 @@ class DocumentationRule ext...
removing a variable set that i'm not using
pattern-lab_patternlab-php-core
train
36a40c562afa436b229d10c97540167b06ab6a8c
diff --git a/lib/virtus/support/equalizer.rb b/lib/virtus/support/equalizer.rb index <HASH>..<HASH> 100644 --- a/lib/virtus/support/equalizer.rb +++ b/lib/virtus/support/equalizer.rb @@ -120,8 +120,7 @@ module Virtus # # @api public def ==(other) - return false unless self.class <=> other.cl...
Change Virtus::Equalizer behaviour to be closer to equalizer * Even though the implementations differ I wanted to bring the behaviour closer inline to equalizer so that when we do factor the code out it shouldn't change behaviour from the pov of the end user. The remaining change will be to add coercion in #=...
solnic_virtus
train
f399c488bbec7c564289211920c0696fdbcabf04
diff --git a/commerce-test-util/src/main/java/com/liferay/commerce/test/util/CommerceTestUtil.java b/commerce-test-util/src/main/java/com/liferay/commerce/test/util/CommerceTestUtil.java index <HASH>..<HASH> 100644 --- a/commerce-test-util/src/main/java/com/liferay/commerce/test/util/CommerceTestUtil.java +++ b/commerc...
COMMERCE-<I> fixed commerce shipping and utils text indentation
liferay_com-liferay-commerce
train
c0f793bd29f6c3b8a9a1b53dd20e511d055c30ee
diff --git a/util.js b/util.js index <HASH>..<HASH> 100644 --- a/util.js +++ b/util.js @@ -23,9 +23,7 @@ module.exports = { resolveWebpackMode, webpackMode, webpackNodeExternalsWhitelist: /@randy\.tarampi|query-string|strict-uri-encode|strip-ansi|ansi-regex|bunyan-sentry-stream|libphonenumber-js|react-ro...
revert: chore: Webpack should `babel` everything in `production` mode. Hm. It's probably this, isn't it? This reverts commit 2dbbbe0f<I>e1b<I>ba2eb3d<I>e5b1e<I>b5.
randytarampi_me
train
97733d0733be293e76bce8952b1bddabda90c114
diff --git a/src/Server.js b/src/Server.js index <HASH>..<HASH> 100644 --- a/src/Server.js +++ b/src/Server.js @@ -17,8 +17,9 @@ const defaults = { /** * Connection hook is run when a client connects to a server. The - * result is used as an auth reply data. May also return promises - * for an asynchronous executi...
refactor: disallow auto reconnect on a server side
an-sh_ws-messaging
train
214fc8d6e0fe38c218026a1c34ee12270d55f5a3
diff --git a/test/activity/stack_activity_test.rb b/test/activity/stack_activity_test.rb index <HASH>..<HASH> 100644 --- a/test/activity/stack_activity_test.rb +++ b/test/activity/stack_activity_test.rb @@ -14,7 +14,6 @@ test('stack depth') do |activity| os_offset = {13 => 1}[android.os.Build::VERSION::SDK_INT].to_i...
* Lower stack usage on JRuby master
ruboto_ruboto
train
8ff2b510e8d59608b2717c72c746394bff043d2f
diff --git a/semver/__init__.py b/semver/__init__.py index <HASH>..<HASH> 100644 --- a/semver/__init__.py +++ b/semver/__init__.py @@ -67,6 +67,11 @@ src[NUMERICIDENTIFIERLOOSE] = '[0-9]+' NONNUMERICIDENTIFIER = R() src[NONNUMERICIDENTIFIER] = '\\d*[a-zA-Z-][a-zA-Z0-9-]*' +# A non-numeric identifier not beginning w...
Fix parsing of four(or more)-component version numbers when the third component has multiple digits
podhmo_python-semver
train
12e353e3acc7b7e5365f4474c41dc3692eaf1f6f
diff --git a/go.mod b/go.mod index <HASH>..<HASH> 100644 --- a/go.mod +++ b/go.mod @@ -1,11 +1,9 @@ module github.com/nats-io/nats-server/v2 -go 1.14 - require ( + github.com/minio/highwayhash v1.0.0 github.com/nats-io/jwt v0.3.3-0.20200519195258-f2bf5ce574c7 github.com/nats-io/nats.go v1.10.0 - github.com/mini...
Close connections when a remote update exceeds maximum
nats-io_gnatsd
train