hash
stringlengths
40
40
diff
stringlengths
131
26.7k
message
stringlengths
7
694
project
stringlengths
5
67
split
stringclasses
1 value
diff_languages
stringlengths
2
24
ec770dab1b03ed92be252dc636e6a631dc4e9d41
diff --git a/library/CM/Db/Db.php b/library/CM/Db/Db.php index <HASH>..<HASH> 100644 --- a/library/CM/Db/Db.php +++ b/library/CM/Db/Db.php @@ -180,7 +180,7 @@ class CM_Db_Db extends CM_Class_Abstract { * @param array|null $where Associative array field=>value * @throws CM_Exception_Invalid */ - public stati...
done: updateSequence(): array-typehinting for $where
cargomedia_cm
train
php
e0dfd87c497b7836ffa3e8967684165293a1df0a
diff --git a/cleverhans/attacks.py b/cleverhans/attacks.py index <HASH>..<HASH> 100644 --- a/cleverhans/attacks.py +++ b/cleverhans/attacks.py @@ -1,12 +1,12 @@ from abc import ABCMeta +import collections +import warnings + import numpy as np from six.moves import xrange -import warnings -import collections impor...
fix import order for attacks.py
tensorflow_cleverhans
train
py
0eadb94ceb7f40d53264afacc1815c82f5522ee3
diff --git a/sdcclient/_client.py b/sdcclient/_client.py index <HASH>..<HASH> 100644 --- a/sdcclient/_client.py +++ b/sdcclient/_client.py @@ -271,14 +271,6 @@ class SdcClient: j = res.json() # - # If this alert already exists, don't create it again - # - for db in j['alerts']: ...
create_alert with duplicate descriptions should be permitted
draios_python-sdc-client
train
py
cfad64365a9cf72b7172493a0774bc7249041b47
diff --git a/src/drivers/webextension/js/driver.js b/src/drivers/webextension/js/driver.js index <HASH>..<HASH> 100644 --- a/src/drivers/webextension/js/driver.js +++ b/src/drivers/webextension/js/driver.js @@ -408,7 +408,7 @@ const Driver = { xhrDebounce.splice(xhrDebounce.indexOf(hostname), 1) Dri...
Fix for XHR detection in WebExtension
AliasIO_Wappalyzer
train
js
a278594244451d07e5b01af7affb584b475bd7ad
diff --git a/plugins/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Pair.java b/plugins/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Pair.java index <HASH>..<HASH> 100644 --- a/plugins/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Pair.java +++ b/plugins/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Pai...
dependency injection for general classes not extending ILanguageService
eclipse_xtext-core
train
java
212393be865a314873950d550192cdc105def86f
diff --git a/src/Ubiquity/log/libraries/UMonolog.php b/src/Ubiquity/log/libraries/UMonolog.php index <HASH>..<HASH> 100644 --- a/src/Ubiquity/log/libraries/UMonolog.php +++ b/src/Ubiquity/log/libraries/UMonolog.php @@ -14,7 +14,7 @@ use Ubiquity\utils\base\UFileSystem; * This class is part of Ubiquity * * @author...
Update monolog to ^<I>
phpMv_ubiquity
train
php
50988ae4d71dd0f841fa6a40f9610a174a7ebf44
diff --git a/hsreplay/__init__.py b/hsreplay/__init__.py index <HASH>..<HASH> 100644 --- a/hsreplay/__init__.py +++ b/hsreplay/__init__.py @@ -190,7 +190,7 @@ class OptionTargetNode(Node): class SendOptionNode(Node): tagname = "SendOption" attributes = ("option", "subOption", "target", "position") - timestamp = Fa...
Show timestamp on SendOption
HearthSim_python-hsreplay
train
py
0f1a1d200ac8ec630f1a183985714a31da533d86
diff --git a/salt/utils/find.py b/salt/utils/find.py index <HASH>..<HASH> 100644 --- a/salt/utils/find.py +++ b/salt/utils/find.py @@ -657,7 +657,7 @@ class Finder(object): result = action.execute(fullpath, fstat, test=self.test) if result is not None: ...
A PR wouldn't be complete without at least on PyLint fix :D
saltstack_salt
train
py
2e6e1c099b0cca567a11dcee857864dc56a675bb
diff --git a/classes/routes/versioned_route.php b/classes/routes/versioned_route.php index <HASH>..<HASH> 100644 --- a/classes/routes/versioned_route.php +++ b/classes/routes/versioned_route.php @@ -41,7 +41,7 @@ class ezpRestVersionedRoute implements ezcMvcRoute, ezcMvcReversibleRoute // /api/v1/foo -> ezPres...
Fixed reference to version token interface in versioned route class.
ezsystems_ezpublish-legacy
train
php
140cbda731cecdbb4893890a0102904bdce5be4d
diff --git a/can/io/printer.py b/can/io/printer.py index <HASH>..<HASH> 100644 --- a/can/io/printer.py +++ b/can/io/printer.py @@ -16,15 +16,15 @@ class Printer(BaseIOHandler, Listener): any messages it receives to the terminal (stdout). A message is turned into a string using :meth:`~can.Message.__str__`. ...
Fix minor typos in printer io (#<I>)
hardbyte_python-can
train
py
fb73b2446744dc4d6ffe8c1ea480ac144c60f1f1
diff --git a/lib/Doctrine/Common/ClassLoader.php b/lib/Doctrine/Common/ClassLoader.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/Common/ClassLoader.php +++ b/lib/Doctrine/Common/ClassLoader.php @@ -266,7 +266,7 @@ class ClassLoader && $classLoader instanceof ClassLoader && $classL...
Correcting return value of `getClassLoader` as per @deeky<I>'s suggestion
doctrine_common
train
php
068dff42a4f8c65d80b66e1ac07985b89a177a96
diff --git a/spec/lib/rmts/tester_spec.rb b/spec/lib/rmts/tester_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/rmts/tester_spec.rb +++ b/spec/lib/rmts/tester_spec.rb @@ -49,6 +49,7 @@ describe Rmts::Tester do context "does not have a test script" do before do + FileUtils.rm tester.script ...
make rspec to coexist with rmts convention
kfatehi_bait
train
rb
75be1d2e68d3bb71df7ec757586201a01a78537d
diff --git a/core/interpreter/src/main/java/org/overture/interpreter/utilities/type/AllValuesCollector.java b/core/interpreter/src/main/java/org/overture/interpreter/utilities/type/AllValuesCollector.java index <HASH>..<HASH> 100644 --- a/core/interpreter/src/main/java/org/overture/interpreter/utilities/type/AllValuesC...
implemented default case of AllValuesCollector where no bind could be obtained
overturetool_overture
train
java
8449f64d3aadce2303ba4240a0d26f6c85f8770a
diff --git a/lib/punchblock/connection/generic_connection.rb b/lib/punchblock/connection/generic_connection.rb index <HASH>..<HASH> 100644 --- a/lib/punchblock/connection/generic_connection.rb +++ b/lib/punchblock/connection/generic_connection.rb @@ -6,7 +6,9 @@ module Punchblock end def ready! + e...
[FEATURE] Add #not_ready!
adhearsion_punchblock
train
rb,rb
585c89b89d8b901d58dc17fff9ea25f449520d21
diff --git a/src/main/java/annis/gui/widgets/gwt/client/ui/VGripDragComponent.java b/src/main/java/annis/gui/widgets/gwt/client/ui/VGripDragComponent.java index <HASH>..<HASH> 100644 --- a/src/main/java/annis/gui/widgets/gwt/client/ui/VGripDragComponent.java +++ b/src/main/java/annis/gui/widgets/gwt/client/ui/VGripDrag...
GWT class needs to public visibility
korpling_ANNIS
train
java
c8d26baa33a9e986f41e31dcbbf7515623ce4746
diff --git a/bob_tasks/assets.php b/bob_tasks/assets.php index <HASH>..<HASH> 100644 --- a/bob_tasks/assets.php +++ b/bob_tasks/assets.php @@ -2,7 +2,7 @@ namespace Bob\BuildConfig; -use Pipe\AssetDumper; +use Pipe\Manifest; desc( 'Precompile assets for deployment' @@ -11,18 +11,9 @@ task('assets:precompil...
Adapt asset deployment task to new Pipe Manifest
sparkframework_spark
train
php
736750eaaf4a32f150d4ea410d9dcd12a08db627
diff --git a/lib/puppet/type/zone.rb b/lib/puppet/type/zone.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/type/zone.rb +++ b/lib/puppet/type/zone.rb @@ -343,7 +343,7 @@ end validate do return unless self[:ip] - # self[:ip] reflects the type passed from proeprty:ip.should. If we + # self[:ip] reflects ...
(maint) Spell-check zone.rb.
puppetlabs_puppet
train
rb
789fe22e1ffcf1a0b8e09778bc3b51198492a673
diff --git a/spec/tilt-jbuilder_spec.rb b/spec/tilt-jbuilder_spec.rb index <HASH>..<HASH> 100644 --- a/spec/tilt-jbuilder_spec.rb +++ b/spec/tilt-jbuilder_spec.rb @@ -34,4 +34,9 @@ describe Tilt::JbuilderTemplate do end "{\"author\":\"Anthony\"}".should == template.render end + + it "should evaluate parti...
Added spec to test for partial functionality.
anthonator_tilt-jbuilder
train
rb
a8c62b6e31c3a38e9fab39ef4987b6ae32a2d4b6
diff --git a/apostrophe.js b/apostrophe.js index <HASH>..<HASH> 100644 --- a/apostrophe.js +++ b/apostrophe.js @@ -5063,6 +5063,10 @@ function Apos() { function fixSortTitle(callback) { return self.forEachPage({ $or: [ { sortTitle: { $exists: 0 } }, { sortTitle: /^ / }, { sortTitle: / $/} ] }, func...
Ooops Alexandra found a bug, sort title fixer was crashing on virtual pages without titles
apostrophecms_apostrophe
train
js
ed80dadb52769b816e99097729060aa320df5217
diff --git a/exp/sdb/conn/post_body_test.go b/exp/sdb/conn/post_body_test.go index <HASH>..<HASH> 100644 --- a/exp/sdb/conn/post_body_test.go +++ b/exp/sdb/conn/post_body_test.go @@ -87,7 +87,17 @@ func (t *PostBodyTest) EmptyParameterName() { } func (t *PostBodyTest) UnreservedCharacters() { - ExpectEq("TODO", "")...
PostBodyTest.UnreservedCharacters
jacobsa_aws
train
go
08379b07756acdb35f5ac28fede29cc28f9db089
diff --git a/glymur/jp2box.py b/glymur/jp2box.py index <HASH>..<HASH> 100644 --- a/glymur/jp2box.py +++ b/glymur/jp2box.py @@ -459,8 +459,9 @@ class ColourSpecificationBox(Jp2kBox): colorspace = None if (num_bytes - 3) < 128: msg = ( - "ICC profile header is...
Fix bad message when ICC profile is too short An f-string was implied but not implemented. Also, the location of the box in question was included in the message.
quintusdias_glymur
train
py,py
b2f3412cadf5d7c4d82736f9c0e2525652efac3f
diff --git a/dist/jquery.floatThead.js b/dist/jquery.floatThead.js index <HASH>..<HASH> 100644 --- a/dist/jquery.floatThead.js +++ b/dist/jquery.floatThead.js @@ -416,11 +416,14 @@ } } unfloat(); + var width = new Array(); for(i=0; i < numCols; i++){ - ...
Fix for Issue <I> - much better perfomance This is fix for issue described here <URL>
mkoryak_floatThead
train
js
64eb572ce7847ad0990e41ac58570b6b669656bf
diff --git a/pyuavcan/_cli/_main.py b/pyuavcan/_cli/_main.py index <HASH>..<HASH> 100644 --- a/pyuavcan/_cli/_main.py +++ b/pyuavcan/_cli/_main.py @@ -30,6 +30,8 @@ def main() -> None: _logger.info('Interrupted') _logger.debug('Stack trace where the program has been interrupted', exc_info=True) ...
Do not suppress the stack trace on assertion error because it's only useful in a dev setting anyway so the user is never expected to be bothered by it
UAVCAN_pyuavcan
train
py
dda3119dfccbfcbd32b12c7b945ba673ffa32aec
diff --git a/test/test-79-npm/mongoose/mongoose.meta.js b/test/test-79-npm/mongoose/mongoose.meta.js index <HASH>..<HASH> 100644 --- a/test/test-79-npm/mongoose/mongoose.meta.js +++ b/test/test-79-npm/mongoose/mongoose.meta.js @@ -1,8 +1,8 @@ 'use strict'; -module.exports = function (stamp) { +module.exports = funct...
disable mongoose test temporarily to make travis pass
zeit_pkg
train
js
894f42134792c2350833e8fdea8143bf248a624a
diff --git a/test/observe.js b/test/observe.js index <HASH>..<HASH> 100644 --- a/test/observe.js +++ b/test/observe.js @@ -37,11 +37,9 @@ describe('Observe', function() { var cursor = store.collection('dollhouse').find({_id:'echo'}); var handle = cursor.observe({ added:function(x) { - console.log(x...
removed console logs in observe.js
surikaterna_viewdb
train
js
cb35f460e321aff90efecc1da956d18050287e0c
diff --git a/pandas/util/testing.py b/pandas/util/testing.py index <HASH>..<HASH> 100644 --- a/pandas/util/testing.py +++ b/pandas/util/testing.py @@ -1220,7 +1220,7 @@ def assert_frame_equal(left, right, check_dtype=True, are identical. check_frame_type : bool, default False Whether to check the...
Fix typo in docstring (#<I>) it -> int
pandas-dev_pandas
train
py
5d33ff4532ad9cf4708d92b3344bbb2275111181
diff --git a/activerecord/test/cases/transactions_test.rb b/activerecord/test/cases/transactions_test.rb index <HASH>..<HASH> 100644 --- a/activerecord/test/cases/transactions_test.rb +++ b/activerecord/test/cases/transactions_test.rb @@ -1117,7 +1117,7 @@ class TransactionTest < ActiveRecord::TestCase %w(validati...
Module#define_method is a public method
rails_rails
train
rb
5c502d14f1ba8ed3fc83de4b5d438d6c4b8c586b
diff --git a/classes/Gems/Default/RespondentAction.php b/classes/Gems/Default/RespondentAction.php index <HASH>..<HASH> 100644 --- a/classes/Gems/Default/RespondentAction.php +++ b/classes/Gems/Default/RespondentAction.php @@ -148,7 +148,7 @@ abstract class Gems_Default_RespondentAction extends Gems_Controller_BrowseEd...
minor display fixes and added login to project.ini
GemsTracker_gemstracker-library
train
php
2ac2d2dde62b1b6f31bba458d920541f2e533aa1
diff --git a/rxandroidble/src/main/java/com/polidea/rxandroidble/internal/serialization/QueueSemaphore.java b/rxandroidble/src/main/java/com/polidea/rxandroidble/internal/serialization/QueueSemaphore.java index <HASH>..<HASH> 100644 --- a/rxandroidble/src/main/java/com/polidea/rxandroidble/internal/serialization/QueueS...
[#<I>] Log informing that the underlying semaphore in a QueueSemaphore has been interrupted will be printed only when the situation was unexpected. (#<I>)
Polidea_RxAndroidBle
train
java
73d5f9da9090ed08831846a14120a532a94010d7
diff --git a/system/src/Grav/Common/Page/Pages.php b/system/src/Grav/Common/Page/Pages.php index <HASH>..<HASH> 100644 --- a/system/src/Grav/Common/Page/Pages.php +++ b/system/src/Grav/Common/Page/Pages.php @@ -523,6 +523,11 @@ class Pages /** @var \DirectoryIterator $file */ foreach ($iterator as $...
prevent a page from taken it's parent into account when detecting modified time
getgrav_grav
train
php
5f5ad88bf2babe506f927d64d2b7a1e1493dc2ae
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -7,6 +7,7 @@ import ( "net/url" "strings" + "github.com/tyba/srcd-crawler/clients/common" "github.com/tyba/srcd-crawler/clients/git/pktline" "github.com/sourcegraph/go-vcsurl" @@ -35,7 +36,7 @@ func (c *Client)...
Remove duplicate NotFoundError and rename it to ErrNotFound (idiomatic) Error had to be defined in its own package to avoid import cycles.
src-d_go-git
train
go
d0e09d94affd2f497b231c3e2858cefbf5e40bd3
diff --git a/lib/kyotocabinet.rb b/lib/kyotocabinet.rb index <HASH>..<HASH> 100644 --- a/lib/kyotocabinet.rb +++ b/lib/kyotocabinet.rb @@ -276,14 +276,13 @@ module Java::Kyotocabinet _open(path, mode) end + convert_args :remove, [BYTE_ARRAY] + alias_method :_remove_bulk, :remove_bulk def remo...
Added DB#remove_bulk support.
csw_kyotocabinet-java
train
rb,rb
04015270933705c0569b2ca1b6cae99e80987d83
diff --git a/tsdb/engine/tsm1/cache.go b/tsdb/engine/tsm1/cache.go index <HASH>..<HASH> 100644 --- a/tsdb/engine/tsm1/cache.go +++ b/tsdb/engine/tsm1/cache.go @@ -29,7 +29,9 @@ type entry struct { // newEntry returns a new instance of entry. func newEntry() *entry { - return &entry{} + return &entry{ + values: mak...
Pre-allocate cache store and entries These were not sized so they always had to be grown causing garbage to be created.
influxdata_influxdb
train
go
7f773530fc75b229bdb388489a0776ad5a00c25d
diff --git a/coursera/playlist.py b/coursera/playlist.py index <HASH>..<HASH> 100644 --- a/coursera/playlist.py +++ b/coursera/playlist.py @@ -1,4 +1,5 @@ import os +import glob def create_m3u_playlist(section_dir):
Add missing import to playlist.py related #<I>
coursera-dl_coursera-dl
train
py
dcbbb48f7b1be7156ab5f1ceaf61598608718105
diff --git a/android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationListenerService.java b/android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationListenerService.java index <HASH>..<HASH> 100644 --- a/android/src/main/java/com/dieam/reactnativepushnotificati...
turned down the logging a bit
zo0r_react-native-push-notification
train
java
03ba916ebfabec6108ca2c378e634dacea225d7e
diff --git a/spec/helper_spec.rb b/spec/helper_spec.rb index <HASH>..<HASH> 100644 --- a/spec/helper_spec.rb +++ b/spec/helper_spec.rb @@ -1,5 +1,6 @@ describe FastlaneCore do describe FastlaneCore::Helper do + describe "#is_ci?" do it "returns false when not building in a known CI environment" do ...
Moved helper_spec from deliver to fastlane_core
fastlane_fastlane
train
rb
8efc358b6468834c7913cdf213e4aba05aeb14f7
diff --git a/menuconfig.py b/menuconfig.py index <HASH>..<HASH> 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -90,7 +90,7 @@ import re import textwrap from kconfiglib import Symbol, Choice, MENU, COMMENT, MenuNode, \ - BOOL, STRING, INT, HEX, UNKNOWN, \ + BOOL, TRISTA...
menuconfig: Omit tristate value hint for int/string/hex defaults Previously, defaults for string/int/hex symbols showed up as e.g. '<I> (value: "n")' in the symbol information, which looks confusing. Only display the hint for bool/tristate symbols to fix it. For "non-literal" symbols, _expr_str() still takes care of ...
ulfalizer_Kconfiglib
train
py
dd3095f946d319d6c429eb0d590948b694495e40
diff --git a/src/Auth/Provider/JWTProvider.php b/src/Auth/Provider/JWTProvider.php index <HASH>..<HASH> 100644 --- a/src/Auth/Provider/JWTProvider.php +++ b/src/Auth/Provider/JWTProvider.php @@ -1,9 +1,9 @@ <?php -namespace Fundamentary\Auth\Provider; +namespace Joalcapa\Fundamentary\Auth\Provider; use Firebase\J...
Update JWTProvider.php
joalcapa_Fundamentary
train
php
1f906357b817d7ae92fb7a5230a3d04c35d35647
diff --git a/mistletoe/latex_renderer.py b/mistletoe/latex_renderer.py index <HASH>..<HASH> 100644 --- a/mistletoe/latex_renderer.py +++ b/mistletoe/latex_renderer.py @@ -53,7 +53,9 @@ class LaTeXRenderer(BaseRenderer): def render_raw_text(self, token, escape=True): return (token.content.replace('$', '\\$...
fix(latex-renderer): also escape `%` (#<I>)
miyuchina_mistletoe
train
py
2bc343696bb4c9d39f989cd694abbb0ef4d49109
diff --git a/app/Factories/AbstractGedcomRecordFactory.php b/app/Factories/AbstractGedcomRecordFactory.php index <HASH>..<HASH> 100644 --- a/app/Factories/AbstractGedcomRecordFactory.php +++ b/app/Factories/AbstractGedcomRecordFactory.php @@ -19,6 +19,7 @@ declare(strict_types=1); namespace Fisharebest\Webtrees\Fact...
Fix: pending changes should not be shown to visitors
fisharebest_webtrees
train
php
ba8f1e70d81b6706e2cd687729630119a713842e
diff --git a/src/VueLocale.js b/src/VueLocale.js index <HASH>..<HASH> 100644 --- a/src/VueLocale.js +++ b/src/VueLocale.js @@ -66,12 +66,13 @@ function install(Vue, options) if (!isNumber(num)) throw new TypeError("A number must be provided to {{formatNumber}}") - if (isString(format) && format in form...
Tweaked currency formatting logic... much saner now.
sebastian-software_vue-locale
train
js
fe00c9296d50acc490dd08cd95eb014d37409716
diff --git a/pkg/action/uninstall.go b/pkg/action/uninstall.go index <HASH>..<HASH> 100644 --- a/pkg/action/uninstall.go +++ b/pkg/action/uninstall.go @@ -113,6 +113,10 @@ func (u *Uninstall) Run(name string) (*release.UninstallReleaseResponse, error) } deletedResources, kept, errs := u.deleteRelease(rel) + if e...
Fixed helm uninstall not deleting the resource. * Added `nil` check for returned err. * Return in case of `err` when deleting the release
helm_helm
train
go
6a55cb560a7aaa4128f9ce6ee35d844364b30224
diff --git a/test/integration/gc_default_test.go b/test/integration/gc_default_test.go index <HASH>..<HASH> 100644 --- a/test/integration/gc_default_test.go +++ b/test/integration/gc_default_test.go @@ -71,6 +71,11 @@ func TestGCDefaults(t *testing.T) { if _, err := kubeClient.Core().ConfigMaps(ns).Create(childConfig...
deflake orphaning GC
openshift_origin
train
go
0d4549003aa94c09147d2904fd58f7118a9a0c9a
diff --git a/tests/TestCase/Cache/Engine/FileEngineTest.php b/tests/TestCase/Cache/Engine/FileEngineTest.php index <HASH>..<HASH> 100644 --- a/tests/TestCase/Cache/Engine/FileEngineTest.php +++ b/tests/TestCase/Cache/Engine/FileEngineTest.php @@ -335,7 +335,7 @@ class FileEngineTest extends TestCase 'engin...
Use CACHE instead of TMP. Using tmp folder causes random write errors.
cakephp_cakephp
train
php
876489211aa31312ace2e9c8401953acb392b5e0
diff --git a/plenum/config.py b/plenum/config.py index <HASH>..<HASH> 100644 --- a/plenum/config.py +++ b/plenum/config.py @@ -191,7 +191,7 @@ ToleratePrimaryDisconnection = 2 # A node if finds itself disconnected from primary of some backup instance will # wait for `TolerateBackupPrimaryDisconnection` before remove ...
change TolerateBackupPrimaryDisconnection to <I> sec
hyperledger_indy-plenum
train
py,py
ad9ab9a5c94a9f75ee10fcad8d476d820097e293
diff --git a/src/Client/ServiceAccount.php b/src/Client/ServiceAccount.php index <HASH>..<HASH> 100644 --- a/src/Client/ServiceAccount.php +++ b/src/Client/ServiceAccount.php @@ -49,7 +49,7 @@ class ServiceAccount extends Client * @param int $id * @return \Unirest\Response */ - public function get(...
removed uneeded default values from ServiceAccount client
OpenResourceManager_client-php
train
php
cff0e6464fa751905b312a00f184b42816fb6d75
diff --git a/lib/searchkick/indexer.rb b/lib/searchkick/indexer.rb index <HASH>..<HASH> 100644 --- a/lib/searchkick/indexer.rb +++ b/lib/searchkick/indexer.rb @@ -21,6 +21,7 @@ module Searchkick response = Searchkick.client.bulk(body: items) if response["errors"] + # note: delete does not set err...
Added comment [skip ci]
ankane_searchkick
train
rb
3246466ec2210f8531883f976c16923d5bc9ffe5
diff --git a/ELiDE/ELiDE/screen.py b/ELiDE/ELiDE/screen.py index <HASH>..<HASH> 100644 --- a/ELiDE/ELiDE/screen.py +++ b/ELiDE/ELiDE/screen.py @@ -219,11 +219,11 @@ class MainScreen(Screen): def on_touch_up(self, touch): if self.timepanel.collide_point(*touch.pos): - self.timepanel.dispatch('...
Make the stat list configurator config any selected object again It had been stuck only configurating the character.
LogicalDash_LiSE
train
py,py
49a6b605f941ae7c641ff22c5edac28ea1e56041
diff --git a/tests/Integration/Suites/EdgeToEdgeTest.php b/tests/Integration/Suites/EdgeToEdgeTest.php index <HASH>..<HASH> 100644 --- a/tests/Integration/Suites/EdgeToEdgeTest.php +++ b/tests/Integration/Suites/EdgeToEdgeTest.php @@ -32,7 +32,7 @@ class EdgeToEdgeTest extends \PHPUnit_Framework_TestCase $cons...
Issue #<I>: Change error logging method name in integration tests
lizards-and-pumpkins_catalog
train
php
598a54d7628a970752c6b323747a4d5ca56bc19d
diff --git a/apiserver/debuglog.go b/apiserver/debuglog.go index <HASH>..<HASH> 100644 --- a/apiserver/debuglog.go +++ b/apiserver/debuglog.go @@ -72,7 +72,6 @@ func (h *debugLogHandler) ServeHTTP(w http.ResponseWriter, req *http.Request) { socket := &debugLogSocketImpl{conn} defer conn.Close() - logger.Inf...
apiserver: Removed debuglog handler log output It's not terribly important to know that this handler has started.
juju_juju
train
go
8b4818ac1dd7ad50e3d5ae312e673d8081e9fa77
diff --git a/client/state/plugins/installed/status/reducer.js b/client/state/plugins/installed/status/reducer.js index <HASH>..<HASH> 100644 --- a/client/state/plugins/installed/status/reducer.js +++ b/client/state/plugins/installed/status/reducer.js @@ -23,8 +23,6 @@ import { PLUGIN_REMOVE_REQUEST, PLUGIN_REMOVE_R...
State: plugins/installed/status remove persist opt-out
Automattic_wp-calypso
train
js
aabf28c02a4dff593e5e4b156052adb9b81a70c7
diff --git a/skflow/ops/tests/test_dropout_ops.py b/skflow/ops/tests/test_dropout_ops.py index <HASH>..<HASH> 100644 --- a/skflow/ops/tests/test_dropout_ops.py +++ b/skflow/ops/tests/test_dropout_ops.py @@ -21,11 +21,21 @@ from skflow import ops class DropoutTest(tf.test.TestCase): def test_dropout_float(self):...
Test for dropout probability be a tensor
tensorflow_skflow
train
py
d9ddd99f744bc025c9436a6ad354cbb9ab7cf7e3
diff --git a/benchmarks/bench_server.js b/benchmarks/bench_server.js index <HASH>..<HASH> 100644 --- a/benchmarks/bench_server.js +++ b/benchmarks/bench_server.js @@ -39,13 +39,14 @@ assert(argv.traceRelayHostPort, 'traceRelayHostPort needed'); assert(argv.port, 'port needed'); assert(argv.instances, 'instances neede...
bench_server: take port as argument
uber_tchannel-node
train
js
c133f07a65a484abcf60aecb607f7cd6343a9d17
diff --git a/insights/specs/sos_archive.py b/insights/specs/sos_archive.py index <HASH>..<HASH> 100644 --- a/insights/specs/sos_archive.py +++ b/insights/specs/sos_archive.py @@ -60,6 +60,7 @@ class SosSpecs(Specs): lsmod = simple_file("lsmod") lspci = simple_file("lspci") lsscsi = simple_file("sos_comma...
Add specs ls_dev in sos_archive (#<I>)
RedHatInsights_insights-core
train
py
4a75137490375dd6d3adeb9953a1dfefe265a3d1
diff --git a/src/Services/CrudService.php b/src/Services/CrudService.php index <HASH>..<HASH> 100644 --- a/src/Services/CrudService.php +++ b/src/Services/CrudService.php @@ -90,9 +90,10 @@ class CrudService public function getTableSchema($config, $string) { if (!empty($config['schema'])) { - ...
Fixes issues with broken test generating
GrafiteInc_Builder
train
php
c61673e35aa56624471bffb0b91767b3d54cbbde
diff --git a/lib/epubmaker/epubv3.rb b/lib/epubmaker/epubv3.rb index <HASH>..<HASH> 100644 --- a/lib/epubmaker/epubv3.rb +++ b/lib/epubmaker/epubv3.rb @@ -155,7 +155,11 @@ EOT end s = "" - s << %Q[ <spine>\n] + if @producer.params["direction"] + s << %Q[ <spine page-progression-direct...
EPUBMaker: support new param "direction" in config.yml to define page-progression-direction in EPUB3
kmuto_review
train
rb
1fabdf715a859ed1785512eb682d07cb4fb1f50c
diff --git a/reana_commons/models.py b/reana_commons/models.py index <HASH>..<HASH> 100644 --- a/reana_commons/models.py +++ b/reana_commons/models.py @@ -28,7 +28,7 @@ import enum import uuid from sqlalchemy import (Boolean, Column, Enum, ForeignKey, Integer, String, - UniqueConstraint) + ...
models: addition of WorkflowJobs association table
reanahub_reana-commons
train
py
3c38df69e41474b0311d6542fbde5bcec333f0e2
diff --git a/sciunit/scores.py b/sciunit/scores.py index <HASH>..<HASH> 100644 --- a/sciunit/scores.py +++ b/sciunit/scores.py @@ -1,10 +1,9 @@ import sciunit -from numpy import bool_ class BooleanScore(sciunit.Score): """A boolean score.""" def __init__(self, score): - if not isinstance(score, boo...
Changed requirements for BooleanScore
scidash_sciunit
train
py
c760dbfd3117562c6f27170a213f586e3ba2b794
diff --git a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb b/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb +++ b/activerecord/lib/active_record/connection_adap...
PostgreSQL: don't dump :limit => 4 for integers
rails_rails
train
rb
57dfa316ce5bbeb6a12a4eed21c7ab7db7e1701a
diff --git a/bucky/collectd.py b/bucky/collectd.py index <HASH>..<HASH> 100644 --- a/bucky/collectd.py +++ b/bucky/collectd.py @@ -134,7 +134,7 @@ class CollectDTypes(object): name, spec = line.split(None, 1) self.types[name] = [] self.type_ranges[name] = {} - vals = spec.translate(Non...
compatibility with pypy3
trbs_bucky
train
py
3e2d36854eaf849fac47b89f381f8e57298bdd98
diff --git a/lib/slackbotsy/bot.rb b/lib/slackbotsy/bot.rb index <HASH>..<HASH> 100644 --- a/lib/slackbotsy/bot.rb +++ b/lib/slackbotsy/bot.rb @@ -119,13 +119,15 @@ module Slackbotsy return nil if msg[:user_name] == 'slackbot' # do not reply to self return nil unless msg[:text].is_a?(String) # skip empty...
abstract reponse matching out into a function
rlister_slackbotsy
train
rb
780a6322be0db4d8df57dadb3f35e0ad4d6ceaf0
diff --git a/two_factor/admin.py b/two_factor/admin.py index <HASH>..<HASH> 100644 --- a/two_factor/admin.py +++ b/two_factor/admin.py @@ -39,7 +39,7 @@ class AdminSiteOTPRequiredMixin(object): else: url = request.get_full_path() return redirect('%s?%s' % ( - reverse(settings.L...
forgot to remove reverse in the online editor.
Bouke_django-two-factor-auth
train
py
1c59d089f18ca284df2b8d924b9bd91a343641f2
diff --git a/code/administrator/components/com_default/dispatcher.php b/code/administrator/components/com_default/dispatcher.php index <HASH>..<HASH> 100644 --- a/code/administrator/components/com_default/dispatcher.php +++ b/code/administrator/components/com_default/dispatcher.php @@ -46,10 +46,13 @@ class ComDefaultD...
Only perform token checks for none GET requests.
joomlatools_joomlatools-framework
train
php
c6dc6777b858e40fc93b0517f036a92a14af3882
diff --git a/doc/conf.py b/doc/conf.py index <HASH>..<HASH> 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -53,7 +53,7 @@ html_theme_options = { # Style it like Fedora.. "bodyfont": "Cantarell", - "highlightcolor": "#060", # First Green + "highlightcolor": "#4FAF4F", "sidebarbgcolor...
Change highlight color in the docs. Fixes #<I>
fedora-infra_fedmsg
train
py
d43797fffbf0065a568a5964a3729e678664624b
diff --git a/src/Objects/ClassMemberNode.php b/src/Objects/ClassMemberNode.php index <HASH>..<HASH> 100644 --- a/src/Objects/ClassMemberNode.php +++ b/src/Objects/ClassMemberNode.php @@ -82,7 +82,7 @@ class ClassMemberNode extends ParentNode { /** * @return ClassMemberListNode */ - protected function getCla...
Changed ClassMemberNode::getClassMemberListNode() to public
grom358_pharborist
train
php
870e317b44a497370d22cff93094a4511289b026
diff --git a/tests_tf/test_mnist_tutorial_tf.py b/tests_tf/test_mnist_tutorial_tf.py index <HASH>..<HASH> 100644 --- a/tests_tf/test_mnist_tutorial_tf.py +++ b/tests_tf/test_mnist_tutorial_tf.py @@ -31,7 +31,7 @@ class TestMNISTTutorialTF(CleverHansTest): # Check that the tutorial is deterministic (seeded pr...
loosen the mnist_tutorial_tf test.
tensorflow_cleverhans
train
py
96493ba1a3879e06611e8a894c579eda55204bfb
diff --git a/tests/spec/utils-spec.js b/tests/spec/utils-spec.js index <HASH>..<HASH> 100644 --- a/tests/spec/utils-spec.js +++ b/tests/spec/utils-spec.js @@ -1,5 +1,6 @@ describe("utils", function () { + /* describe("TMX Parsing", function () { it("correctly decodes single-line csv", function () ...
fix jasmine TMX test unit following last commits the TMX Parser being a private class component, this test cannot be executed anymore
melonjs_melonJS
train
js
d30a86c1fc6effe44699a1a93113d6f0de705c0c
diff --git a/script/wee.data.js b/script/wee.data.js index <HASH>..<HASH> 100644 --- a/script/wee.data.js +++ b/script/wee.data.js @@ -67,9 +67,7 @@ // Format data based on specified verb if (method == 'GET') { - if (Object.keys(conf.data).length) { - conf.url += '?' + W.$serialize(conf.data); - } +...
Add private getUrl method to handle querystring URL behavior
weepower_wee-core
train
js
6ca4a106c27c9d252059a91260da24c768785a16
diff --git a/syn/schema/b/tests/test_sequence.py b/syn/schema/b/tests/test_sequence.py index <HASH>..<HASH> 100644 --- a/syn/schema/b/tests/test_sequence.py +++ b/syn/schema/b/tests/test_sequence.py @@ -1,12 +1,14 @@ from syn.schema.b.sequence import Sequence, Set, Or, Repeat, Optional, \ OneOrMore, ZeroOrMore, M...
Adding tests for MatchFailure
mbodenhamer_syn
train
py
9157fb769d13603c23eb9e46d06983c974884aa9
diff --git a/__init__.py b/__init__.py index <HASH>..<HASH> 100644 --- a/__init__.py +++ b/__init__.py @@ -16,7 +16,7 @@ if not _qtapp: _qtapp = _qt.QApplication(_os.sys.argv) # print "Creating QApplication" # _qtapp = _qt.QApplication(_os.sys.argv) -print "\nWelcome to spinmob 2014-08-19!\n" +print "\nWelcom...
removed the spinmob version date (we never change it)
Spinmob_spinmob
train
py
e7d9e081cdc7fcf100e0346b1dcf0f7fdad7d889
diff --git a/lib/runner.js b/lib/runner.js index <HASH>..<HASH> 100644 --- a/lib/runner.js +++ b/lib/runner.js @@ -265,7 +265,7 @@ var runTests = function() { global.$ = browser.$; global.$$ = browser.$$; global.element = browser.element; - global.by = protractor.By; + global.by = global.By = protr...
feat(global): export By (== by) on the global for use with coffeescript (or others who prefer it)
angular_protractor
train
js,js
b2d941ebfb6965fc180afe95c323b1ee90400f27
diff --git a/routing/payment_lifecycle_test.go b/routing/payment_lifecycle_test.go index <HASH>..<HASH> 100644 --- a/routing/payment_lifecycle_test.go +++ b/routing/payment_lifecycle_test.go @@ -598,12 +598,12 @@ func testPaymentLifecycle(t *testing.T, test paymentLifecycleTestCase, // Create a mock control tower wit...
routing/test: remove test channel buffers Now that we run each test individually, we don't need to buffer our mock's channels anymore. This helps to tighten our test loop, which currently can move on from a step before it's actually been processed by the mock. This removal ensures that our payment loop processes each ...
lightningnetwork_lnd
train
go
65c5e796734978a7a83176697f588dbd988573cb
diff --git a/libs/request.js b/libs/request.js index <HASH>..<HASH> 100644 --- a/libs/request.js +++ b/libs/request.js @@ -17,6 +17,19 @@ export default { }); }, + /** + * GET PROXY + * + * Functions the same as a get request but takes a + * response object instead of a callback and pipe + * the request res...
added a get proxy method for directly proxying get requests
OpenNeuroOrg_openneuro
train
js
4b2fbd2dff59a46220b2e7a82c141cf71ec2dd74
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -9,11 +9,16 @@ function Dotdotdot() { if(!(this instanceof Dotdotdot)) { throw new TypeError("Cannot call a class as a function"); } + this.update = this.update.bind(this); } Dotdotdot.prototype...
Re-clamp on window resize Support for IE<I>, Edge and Firefox of line clamping
CezaryDanielNowak_React-dotdotdot
train
js
76cfef05ecef30bdbee9c73a596e07c69f9585ea
diff --git a/salt/version.py b/salt/version.py index <HASH>..<HASH> 100644 --- a/salt/version.py +++ b/salt/version.py @@ -542,6 +542,7 @@ def versions_information(include_salt_cloud=False): ('RAET', 'raet', '__version__'), ('ZMQ', 'zmq', 'zmq_version'), ('Mako', 'mako', '__version__'), + ...
Include Tornado in versions report Fixes #<I>
saltstack_salt
train
py
dbbbf1b193d2ca40eb7cdc100f5f782e30307a86
diff --git a/src/UserManager.php b/src/UserManager.php index <HASH>..<HASH> 100644 --- a/src/UserManager.php +++ b/src/UserManager.php @@ -308,8 +308,6 @@ abstract class UserManager { $selector = self::createRandomString(16); $token = self::createRandomString(16); $tokenHashed = \password_hash($token, \PASSWOR...
Remove superfluous comment in 'UserManager'
delight-im_PHP-Auth
train
php
d3dee1375ff689330373cfe64edb4f75fcd1cbb3
diff --git a/builtin/credential/ldap/path_config.go b/builtin/credential/ldap/path_config.go index <HASH>..<HASH> 100644 --- a/builtin/credential/ldap/path_config.go +++ b/builtin/credential/ldap/path_config.go @@ -3,6 +3,7 @@ package ldap import ( "crypto/tls" "crypto/x509" + "encoding/pem" "fmt" "net" "net...
Adding validation for certificates to be proper x<I> PEM encoded (#<I>)
hashicorp_vault
train
go
abcc32842ac3395b04265317b8646be5088fba11
diff --git a/JSAT/src/jsat/utils/DoubleList.java b/JSAT/src/jsat/utils/DoubleList.java index <HASH>..<HASH> 100644 --- a/JSAT/src/jsat/utils/DoubleList.java +++ b/JSAT/src/jsat/utils/DoubleList.java @@ -113,7 +113,7 @@ public class DoubleList extends AbstractList<Double> implements Serializable private void enlage...
Bug fix, if created with a size of zero the Lists never expands in size (and enters an infinite loop the way I wrote it) git-svn-id: <URL>
EdwardRaff_JSAT
train
java,java
e997e40d062bdfd1a6d9c967a7e8899ffa38f93f
diff --git a/src/eth/TransactionObject.js b/src/eth/TransactionObject.js index <HASH>..<HASH> 100644 --- a/src/eth/TransactionObject.js +++ b/src/eth/TransactionObject.js @@ -112,7 +112,9 @@ export default class TransactionObject extends TransactionLifeCycle { }) .then(receipt => { //console.log(...
fix bad refactor from <I>fffed
makerdao_dai.js
train
js
4dbc78a5afdeaccbfe2be673d324550de4179903
diff --git a/distribution/pull_v2.go b/distribution/pull_v2.go index <HASH>..<HASH> 100644 --- a/distribution/pull_v2.go +++ b/distribution/pull_v2.go @@ -810,7 +810,7 @@ func fixManifestLayers(m *schema1.Manifest) error { if imgs[len(imgs)-1].Parent != "" && runtime.GOOS != "windows" { // Windows base layer can...
In error, the first letter is low-case letter
moby_moby
train
go,go
f2707fad18751d8bf899df92ce24e343a7ba259a
diff --git a/pql/token.go b/pql/token.go index <HASH>..<HASH> 100644 --- a/pql/token.go +++ b/pql/token.go @@ -38,6 +38,7 @@ var tokens = [...]string{ IDENT: "IDENT", NUMBER: "NUMBER", + FLOAT: "FLOAT", ALL: "ALL",
update tokens string map to include FLOAT
pilosa_pilosa
train
go
16371e30b6320fa164c78d9e085d2a10c3d1876e
diff --git a/lib/server.js b/lib/server.js index <HASH>..<HASH> 100644 --- a/lib/server.js +++ b/lib/server.js @@ -42,6 +42,11 @@ module.exports = function(grunt) { } } + if (req.method == 'POST') { + // TODO: This needs fixing, since it throws an error. + res.end('{...
Rude handler for POST.
wigy_chronicles_of_grunt
train
js
91b7d97ae34590aa2aabd5035d839fe67f4511c0
diff --git a/src/Models/MenuGenerator.php b/src/Models/MenuGenerator.php index <HASH>..<HASH> 100755 --- a/src/Models/MenuGenerator.php +++ b/src/Models/MenuGenerator.php @@ -372,7 +372,13 @@ class MenuGenerator implements Countable */ protected function getOrderedItems(): Collection { - return $...
Hide parent menu if it doesn't have any visible items
rinvex_laravel-menus
train
php
acadc363c8878f437d1e15eafc6d90696e5dca20
diff --git a/lib/evalhook.rb b/lib/evalhook.rb index <HASH>..<HASH> 100644 --- a/lib/evalhook.rb +++ b/lib/evalhook.rb @@ -215,7 +215,7 @@ module EvalHook def internal_eval(b_, original_args) raise ArgumentError if original_args.size == 0 - evalhook_i(original_args[0], original_args[1] || b_, "", 0) ...
<I> spec pass, bug fixed
tario_evalhook
train
rb
517898b9140a92bf351b2724d4e4b37e8a4de6a8
diff --git a/lib/pretty_diff/diff.rb b/lib/pretty_diff/diff.rb index <HASH>..<HASH> 100644 --- a/lib/pretty_diff/diff.rb +++ b/lib/pretty_diff/diff.rb @@ -26,7 +26,7 @@ module PrettyDiff @unified_diff = unified_diff @options = options @out_encoding = - @generator = validate_generator(options[...
Properly fallback to BasicGenerator when not given a generator
isabanin_pretty_diff
train
rb
380ae698c5ace0c127c6d353a4ba74cdcc6a2136
diff --git a/lib/iron_worker/service.rb b/lib/iron_worker/service.rb index <HASH>..<HASH> 100644 --- a/lib/iron_worker/service.rb +++ b/lib/iron_worker/service.rb @@ -499,21 +499,21 @@ end def get_codes(options={}) hash_to_send = {} - uri = "projects/" + get_project_id(options) + "/codes/" + uri...
Fixed 3 API call URLs Removed unnecessary trailing slash from the URLs
iron-io_iron_worker_ruby
train
rb
6b16c23feb21cbe047e3979c2d4b823a27ab0e1a
diff --git a/memoize/redis.py b/memoize/redis.py index <HASH>..<HASH> 100644 --- a/memoize/redis.py +++ b/memoize/redis.py @@ -50,8 +50,8 @@ class Lock(object): self.db.getset(self.key, expires) == current_value: return True - timeout -= delay sleep(min(tim...
Prevent sleep from being given a negative value
mikeboers_PyMemoize
train
py
f24ba0f6e515edb60a59bb0948edd05921da381e
diff --git a/examples/cucumber-capybara/features/step_definitions/homepage_steps.rb b/examples/cucumber-capybara/features/step_definitions/homepage_steps.rb index <HASH>..<HASH> 100644 --- a/examples/cucumber-capybara/features/step_definitions/homepage_steps.rb +++ b/examples/cucumber-capybara/features/step_definitions...
Sauce Labs is redirecting to https
saucelabs_sauce_ruby
train
rb
272bbcdae3717f37af2e2c8fc9b4a07ac159b00b
diff --git a/src/main/java/org/jdbdt/CallInfo.java b/src/main/java/org/jdbdt/CallInfo.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jdbdt/CallInfo.java +++ b/src/main/java/org/jdbdt/CallInfo.java @@ -145,7 +145,7 @@ final class CallInfo { @Override public String toString() { - return String.form...
CallInfo: small fix in toString()
JDBDT_jdbdt
train
java
ff47fcd4d1154bb44311e4ffcf0883fbd1e696a6
diff --git a/internal/driver/fetch.go b/internal/driver/fetch.go index <HASH>..<HASH> 100644 --- a/internal/driver/fetch.go +++ b/internal/driver/fetch.go @@ -407,6 +407,7 @@ mapping: if matches, err := filepath.Glob(filepath.Join(path, m.BuildID, "*")); err == nil { fileNames = append(fileNames, matches...)...
internal/driver: allow local symbolization with perf path format (#<I>)
google_pprof
train
go
a303abda4f1bd7be083deaa32660d9c9d1b97d44
diff --git a/lib/arjdbc/mssql/adapter.rb b/lib/arjdbc/mssql/adapter.rb index <HASH>..<HASH> 100644 --- a/lib/arjdbc/mssql/adapter.rb +++ b/lib/arjdbc/mssql/adapter.rb @@ -87,7 +87,7 @@ module ::ArJdbc def type_cast(value) return nil if value.nil? || value == "(null)" || value == "(NULL)" case t...
mssql\adapter.rb: type_cast should try 'to_i' for integer columns before unquoting it - which uses to_s
jruby_activerecord-jdbc-adapter
train
rb
3e53f917ce850ec669e481e63c80b33a7c176390
diff --git a/concrete/src/User/UserInfo.php b/concrete/src/User/UserInfo.php index <HASH>..<HASH> 100644 --- a/concrete/src/User/UserInfo.php +++ b/concrete/src/User/UserInfo.php @@ -237,6 +237,12 @@ class UserInfo extends ConcreteObject implements AttributeObjectInterface, Permi $set->delete(); }...
Detach public file sets from a user when user is deleted
concrete5_concrete5
train
php
8fa364901a1b8c00601e234ddd970f197e19a63f
diff --git a/src/lib/InstantSearch.js b/src/lib/InstantSearch.js index <HASH>..<HASH> 100644 --- a/src/lib/InstantSearch.js +++ b/src/lib/InstantSearch.js @@ -6,7 +6,7 @@ import forEach from 'lodash/forEach'; import mergeWith from 'lodash/mergeWith'; import union from 'lodash/union'; import isPlainObject from 'lodas...
fix(main): correctly import EventEmitter (#<I>) * fix(main): correctly import EventEmitter fixes #<I> I was bumping in this too now * chore: update snapshot * Revert "chore: update snapshot" This reverts commit 5a<I>df<I>ac<I>a<I>c<I>c<I>b<I>c<I>e<I>.
algolia_instantsearch.js
train
js
50d23c4a34e78d1f0acb3cfb4066a7421f06f7c4
diff --git a/src/AuthorizationHeaderFixListener.php b/src/AuthorizationHeaderFixListener.php index <HASH>..<HASH> 100644 --- a/src/AuthorizationHeaderFixListener.php +++ b/src/AuthorizationHeaderFixListener.php @@ -30,7 +30,11 @@ class AuthorizationHeaderFixListener public function fixHeaderBag(HeaderBag $headers)...
Fix null authorization header Do not set Authorization header to null if not found in apache headers.
alcalyn_authorization-header-fix
train
php
4709cd66d957a47c3a5ba6b9cdb5f9c8ec011d1b
diff --git a/dev/com.ibm.ws.concurrent.persistent_fat_failover1serv/fat/src/com/ibm/ws/concurrent/persistent/fat/failover1serv/Failover1ServerTest.java b/dev/com.ibm.ws.concurrent.persistent_fat_failover1serv/fat/src/com/ibm/ws/concurrent/persistent/fat/failover1serv/Failover1ServerTest.java index <HASH>..<HASH> 100644...
Issue #<I> testMultipleInstancesCompeteToRunManyLateTasks quiesce warning CWWKE<I>W on slow infrastructure
OpenLiberty_open-liberty
train
java
977b45e36a0985ebf4c413d774d24fcadbcaad65
diff --git a/tests/packaging/release.py b/tests/packaging/release.py index <HASH>..<HASH> 100644 --- a/tests/packaging/release.py +++ b/tests/packaging/release.py @@ -240,12 +240,6 @@ def _mock_context(self): - Where not possible (eg things which must be Python-level and not shell-level, such as version imp...
Nix now outdated docstring chunk MockContext natively gained mock-y run attribute a while back
pyinvoke_invocations
train
py
327ee21453fe07faa8743fae4408353fbe4fd413
diff --git a/test/fallback_pure_spec.rb b/test/fallback_pure_spec.rb index <HASH>..<HASH> 100644 --- a/test/fallback_pure_spec.rb +++ b/test/fallback_pure_spec.rb @@ -24,9 +24,10 @@ require 'inline' +require 'fuzzystringmatch' describe Inline, "when c compile failed, fall back into pure " do it "is for JRuby...
Support rspec <I> syntax on JRuby, too.
kiyoka_fuzzy-string-match
train
rb
590839dd600d94c6252bf6a73b45f2fcc9802764
diff --git a/aws/resource_aws_wafregional_web_acl_association.go b/aws/resource_aws_wafregional_web_acl_association.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_wafregional_web_acl_association.go +++ b/aws/resource_aws_wafregional_web_acl_association.go @@ -59,8 +59,11 @@ func resourceAwsWafRegionalWebAclAssoc...
Final retry for wafregional acl association
terraform-providers_terraform-provider-aws
train
go
382e0d923a30daefe55253ea5bbc35de9b4be98e
diff --git a/lib/Client.js b/lib/Client.js index <HASH>..<HASH> 100644 --- a/lib/Client.js +++ b/lib/Client.js @@ -141,10 +141,11 @@ Client.prototype.request = function (options, callback) { } } - processKeys(data); + // JavaScriptify properties of response if it exists + da...
don't try to process null data (which is okay for <I>/empty response)
twilio_twilio-node
train
js
ae1628e396e2bec1a3833297d101b9d1d23abe17
diff --git a/lib/processImage.js b/lib/processImage.js index <HASH>..<HASH> 100644 --- a/lib/processImage.js +++ b/lib/processImage.js @@ -68,6 +68,9 @@ module.exports = function (options) { } else if (filter.destroy) { filter.destroy(); ...
cleanUp: Call .end() on all filters to free up resources.
papandreou_express-processimage
train
js