hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
20078cd88e9dcdcb29b8e73f5960e6d36f49625e
diff --git a/pyemma/coordinates/tests/test_featurizer.py b/pyemma/coordinates/tests/test_featurizer.py index <HASH>..<HASH> 100644 --- a/pyemma/coordinates/tests/test_featurizer.py +++ b/pyemma/coordinates/tests/test_featurizer.py @@ -126,6 +126,26 @@ class TestFeaturizer(unittest.TestCase): self.ref_frame = 0...
[test-featurizer] serialize before teardown and compare
markovmodel_PyEMMA
train
14b42ace4255548c81f9cefdbe8d919645ac2e75
diff --git a/Bundle/CoreBundle/Helper/ViewHelper.php b/Bundle/CoreBundle/Helper/ViewHelper.php index <HASH>..<HASH> 100644 --- a/Bundle/CoreBundle/Helper/ViewHelper.php +++ b/Bundle/CoreBundle/Helper/ViewHelper.php @@ -279,9 +279,8 @@ class ViewHelper * this methods allow you to add a translation to any view ...
fix a bug an changing locale on cloned page
Victoire_victoire
train
ebb69cedc2c67e7ff2178f4145284322079c98a0
diff --git a/lib/rscons/environment.rb b/lib/rscons/environment.rb index <HASH>..<HASH> 100644 --- a/lib/rscons/environment.rb +++ b/lib/rscons/environment.rb @@ -163,6 +163,8 @@ module Rscons # build operation succeeded. Post-build hooks can register new build # targets. # + # @since 1.7.0 + # ...
add @since tag to Environment#add_post_build_hook
holtrop_rscons
train
b74af1e0c4f14bd2a2750f10ce54168a17617f1b
diff --git a/lib/core/client.js b/lib/core/client.js index <HASH>..<HASH> 100644 --- a/lib/core/client.js +++ b/lib/core/client.js @@ -497,19 +497,18 @@ class Parser extends HTTPParser { try { request.onUpgrade(statusCode, headers, socket) - } catch (err) { - util.destroy(socket, err) - ...
refactor: use aborted
mcollina_undici
train
3a1d71d50541a89168ec5800c0d97e16c7bf6f41
diff --git a/coaster/utils/misc.py b/coaster/utils/misc.py index <HASH>..<HASH> 100644 --- a/coaster/utils/misc.py +++ b/coaster/utils/misc.py @@ -669,7 +669,6 @@ def get_email_domain(emailaddr): 'example.com' >>> get_email_domain('foobar') >>> get_email_domain('foo@bar@baz') - 'bar' >>> get_emai...
parseaddr is no longer fooled by an invalid address
hasgeek_coaster
train
ddb5d89e3d74a6b7fbf15b8818dd1aad4e9e4dd0
diff --git a/packages/node_modules/@webex/plugin-meetings/src/meeting/util.js b/packages/node_modules/@webex/plugin-meetings/src/meeting/util.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/plugin-meetings/src/meeting/util.js +++ b/packages/node_modules/@webex/plugin-meetings/src/meeting/util.js @@ -9...
fix(meeting): enforce moderator as true only if user sets hostPin
webex_spark-js-sdk
train
0e3a69b0e5e6cefc3b2bad983d20cf462662981c
diff --git a/backup/converter/moodle1/handlerlib.php b/backup/converter/moodle1/handlerlib.php index <HASH>..<HASH> 100644 --- a/backup/converter/moodle1/handlerlib.php +++ b/backup/converter/moodle1/handlerlib.php @@ -472,8 +472,11 @@ class moodle1_root_handler extends moodle1_xml_handler { $this->xmlwriter->...
MDL-<I> Provided a work around MDL-<I> Currently the underlying backup/restore code does not differentiate null and empty array data. So we have to explicitly check that we got array, even though the correct set_stash() was called.
moodle_moodle
train
9569773cf18d0dbac86d99e390567b7e4c0038f0
diff --git a/drools-core/src/test/java/org/drools/agent/KnowledgeAgentTest.java b/drools-core/src/test/java/org/drools/agent/KnowledgeAgentTest.java index <HASH>..<HASH> 100644 --- a/drools-core/src/test/java/org/drools/agent/KnowledgeAgentTest.java +++ b/drools-core/src/test/java/org/drools/agent/KnowledgeAgentTest.ja...
Adding FIXME to failing test
kiegroup_drools
train
aa5a60093fedfa853f14c10faf46d0c2ff7481da
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -29,9 +29,9 @@ setup(name = 'trimesh', author_email='mik3dh@gmail.com', license = 'MIT', url='http://github.com/mikedh/trimesh', - keywords = 'graphics mesh geometry', + keywords = 'graphics mesh...
changed development status from alpha -> beta
mikedh_trimesh
train
fa7c1b31189f909b23f41549bea0572ebb424ac3
diff --git a/agent/lib/kontena/network_adapters/weave.rb b/agent/lib/kontena/network_adapters/weave.rb index <HASH>..<HASH> 100644 --- a/agent/lib/kontena/network_adapters/weave.rb +++ b/agent/lib/kontena/network_adapters/weave.rb @@ -178,7 +178,7 @@ module Kontena::NetworkAdapters sleep 1 until images_exist? ...
Restart weave if trusted-subnets change (#<I>)
kontena_kontena
train
76780ab99cb3bc480ddfa0f11ef3791c36db5fd0
diff --git a/cake/console/libs/tasks/controller.php b/cake/console/libs/tasks/controller.php index <HASH>..<HASH> 100644 --- a/cake/console/libs/tasks/controller.php +++ b/cake/console/libs/tasks/controller.php @@ -469,12 +469,12 @@ class ControllerTask extends Shell { $this->out("\t(index, view, add, edit, delete)"...
Updating uses of Routing.admin to be Routing.prefixes, as Routing.admin is deprecated.
cakephp_cakephp
train
ca08de0189ed88946fc554b62a2a888c61e19afd
diff --git a/src/com/google/javascript/jscomp/InlineProperties.java b/src/com/google/javascript/jscomp/InlineProperties.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/InlineProperties.java +++ b/src/com/google/javascript/jscomp/InlineProperties.java @@ -263,6 +263,9 @@ final class InlinePropert...
Fix inConstructor() in InlineProperties. ------------- Created by MOE: <URL>
google_closure-compiler
train
e0f915c4a81cda17bf660e7e2a59cc5dea040948
diff --git a/src/sap.f/src/sap/f/GridContainer.js b/src/sap.f/src/sap/f/GridContainer.js index <HASH>..<HASH> 100644 --- a/src/sap.f/src/sap/f/GridContainer.js +++ b/src/sap.f/src/sap/f/GridContainer.js @@ -849,6 +849,10 @@ sap.ui.define([ return; } + if (this.bIsDestroyed) { + return; + } + var $that =...
[FIX] sap.f.GridContainer: Prevent errors when grid is destroyed on IE There was an error thrown if the grid is destroyed on IE, while a polyfill is scheduled. Change-Id: I9f<I>b<I>ddfcd<I>ce<I>d<I>ee2e1e<I> Snippix: <I> BCP: <I>
SAP_openui5
train
7ec2489c78f9734bae5bcfdc514b0c91621a6300
diff --git a/packages/react-native-web/src/vendor/react-native/VirtualizedList/index.js b/packages/react-native-web/src/vendor/react-native/VirtualizedList/index.js index <HASH>..<HASH> 100644 --- a/packages/react-native-web/src/vendor/react-native/VirtualizedList/index.js +++ b/packages/react-native-web/src/vendor/rea...
[fix] inverted VirtualizedList supports wheel events Close #<I> Close #<I> Fix #<I>
necolas_react-native-web
train
115fa19f3f0cefa07863222fbc14e97e3372ccb3
diff --git a/AegeanTools/wcs_helpers.py b/AegeanTools/wcs_helpers.py index <HASH>..<HASH> 100644 --- a/AegeanTools/wcs_helpers.py +++ b/AegeanTools/wcs_helpers.py @@ -157,16 +157,18 @@ class WCSHelper(object): x_off, y_off = self.sky2pix(translate(ra, dec, a, pa)) sx = np.sqrt((x - x_off) ** 2 + (y ...
added graphical testing for ellipse functions
PaulHancock_Aegean
train
fbe7d0e7169e8913c82b7ae086e6722b0997cd12
diff --git a/src/main/php/Uri.php b/src/main/php/Uri.php index <HASH>..<HASH> 100644 --- a/src/main/php/Uri.php +++ b/src/main/php/Uri.php @@ -169,7 +169,7 @@ abstract class Uri * * @param string $defaultPassword password to return if no password is set * @return string|null - * @deprecated ...
support for passwords will not be removed with <I>
stubbles_stubbles-peer
train
cff0c9fb4c43eb084da2c9c318af8f83ecba3de7
diff --git a/plugin/forward/setup.go b/plugin/forward/setup.go index <HASH>..<HASH> 100644 --- a/plugin/forward/setup.go +++ b/plugin/forward/setup.go @@ -114,7 +114,7 @@ func parseForward(c *caddy.Controller) (*Forward, error) { break } - // This is more of a bug in // dnsutil.ParseHostPortOrFile that ...
plugin/forward: test TLS setup (#<I>)
coredns_coredns
train
9ab902bdb0fb0ba33c861d98c682e99a2ea15768
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,8 +51,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'staticjinja' -copyright = u'2014, Ceasar Bautista' +project = 'staticjinja' +copyright = '201...
Remove python2 syntax using 2to3 I used `2to3 -w -n -f all .` and then did a couple manual tweaks. The mock library is available in the standard library as unittest.mock from python<I> onwards, so simplify importing that.
Ceasar_staticjinja
train
561a839719a679cbf078edc4519c566dc5dad978
diff --git a/stronghold/tests/middleware.py b/stronghold/tests/middleware.py index <HASH>..<HASH> 100644 --- a/stronghold/tests/middleware.py +++ b/stronghold/tests/middleware.py @@ -1,5 +1,11 @@ +import mock + +from stronghold.middleware import LoginRequiredMiddleware + from django.core.urlresolvers import reverse +f...
add test for process_view for redirect to login
mgrouchy_django-stronghold
train
5c141fc6a1006932f66d92a3226b42c24d76662b
diff --git a/soco/core.py b/soco/core.py index <HASH>..<HASH> 100755 --- a/soco/core.py +++ b/soco/core.py @@ -2122,7 +2122,7 @@ PLAY_MODES = ( "REPEAT_ONE", ) # soundbar product names -SOUNDBARS = ("playbase", "playbar", "beam", "sonos amp") +SOUNDBARS = ("playbase", "playbar", "beam", "sonos amp", "arc") if...
Update core.py Add the value "arc" to SOUNDBARS for "soundbar product names"
SoCo_SoCo
train
689b7da348fa8d946b3e11a2475484ea7850424c
diff --git a/lambdas/access_counts/index.py b/lambdas/access_counts/index.py index <HASH>..<HASH> 100644 --- a/lambdas/access_counts/index.py +++ b/lambdas/access_counts/index.py @@ -41,6 +41,7 @@ CREATE_OBJECT_ACCESS_LOG = textwrap.dedent(f"""\ json_extract_scalar(requestparameters, '$.bucketName') AS buc...
Filter out useless access logs (#<I>)
quiltdata_quilt
train
adbf3b0ccd315f953eda042dccc44c042798ec28
diff --git a/src/test/java/io/github/bonigarcia/wdm/test/InteractiveTest.java b/src/test/java/io/github/bonigarcia/wdm/test/InteractiveTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/io/github/bonigarcia/wdm/test/InteractiveTest.java +++ b/src/test/java/io/github/bonigarcia/wdm/test/InteractiveTest.java @@ -5...
Use conditional extension for edgedriver in interactive and server test
bonigarcia_webdrivermanager
train
fe3f20ccc90872902f40e163480a39c96fd921f1
diff --git a/src/Message/CIMCreateCardRequest.php b/src/Message/CIMCreateCardRequest.php index <HASH>..<HASH> 100644 --- a/src/Message/CIMCreateCardRequest.php +++ b/src/Message/CIMCreateCardRequest.php @@ -14,8 +14,8 @@ class CIMCreateCardRequest extends CIMAbstractRequest public function getData() { - ...
go back to previous getData order on CIMCreateCardRequest
thephpleague_omnipay-authorizenet
train
a1455c32ffe5fa6d5703f487e3320598e1799d0b
diff --git a/addmedia.php b/addmedia.php index <HASH>..<HASH> 100644 --- a/addmedia.php +++ b/addmedia.php @@ -397,12 +397,14 @@ case 'newentry': $mediaid = append_gedrec($newged, WT_GED_ID); } if ($mediaid) { - AddToLog('Media ID '.$mediaid.' successfully added.', 'edit'); if ($linktoid) { linkMed...
Reload parent window after creating new media object (only when adding to level 0 record - not when adding to level 1/2)
fisharebest_webtrees
train
1781654df7a804e7abf468c7b3e2ba140279b2f6
diff --git a/packages/@vue/cli-ui/src/graphql-api/api/route.js b/packages/@vue/cli-ui/src/graphql-api/api/route.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli-ui/src/graphql-api/api/route.js +++ b/packages/@vue/cli-ui/src/graphql-api/api/route.js @@ -11,7 +11,6 @@ const badgeSchema = createSchema(joi => ({ i...
refactor(ui): Removed badge.count option from PluginApi
vuejs_vue-cli
train
9e418c2411a2de0189e55a7b070deaa14c4669f7
diff --git a/java/src/test/java/com/google/appengine/tools/pipeline/MiscPipelineTest.java b/java/src/test/java/com/google/appengine/tools/pipeline/MiscPipelineTest.java index <HASH>..<HASH> 100644 --- a/java/src/test/java/com/google/appengine/tools/pipeline/MiscPipelineTest.java +++ b/java/src/test/java/com/google/appe...
added 3 tests for unfilled promise, filled promise and non-existent promise
GoogleCloudPlatform_appengine-pipelines
train
ea16ea7e41e0da6d036bf3fd704855242a25332e
diff --git a/src/resources/views/admin/index.blade.php b/src/resources/views/admin/index.blade.php index <HASH>..<HASH> 100644 --- a/src/resources/views/admin/index.blade.php +++ b/src/resources/views/admin/index.blade.php @@ -8,7 +8,6 @@ url-base="{{ route('api::index-tags') }}" locale="{{ config('typicms.co...
translatable-fields prop removed
TypiCMS_Tags
train
845d9a4b9f9deb48a7e26c05e2de5062927c545d
diff --git a/base.php b/base.php index <HASH>..<HASH> 100644 --- a/base.php +++ b/base.php @@ -1300,7 +1300,7 @@ final class Base extends Prefab implements ArrayAccess { * Provide ReST interface by mapping HTTP verb to class method * @return NULL * @param $url string - * @param $class string + * @param $class str...
Passing objects to map() (#<I>)
bcosca_fatfree-core
train
a38f340162b0ee62c4c924ce8adc6cc63b473b2e
diff --git a/webpack-docs.config.js b/webpack-docs.config.js index <HASH>..<HASH> 100644 --- a/webpack-docs.config.js +++ b/webpack-docs.config.js @@ -122,38 +122,6 @@ module.exports = (env = {}) => { ] }; - if (production) { - docsWebpackConfig.plugins.push( - new webpack.optimize.UglifyJsPlugin({ -...
Remove UglifyJSPlugin from docs site Former-commit-id: <I>ec<I>abb<I>eafeaaaa<I>c3cabb<I>c<I>
JetBrains_ring-ui
train
4c3b91df506f48bf075653d8f892b852b4c9ebd9
diff --git a/salt/modules/zypper.py b/salt/modules/zypper.py index <HASH>..<HASH> 100644 --- a/salt/modules/zypper.py +++ b/salt/modules/zypper.py @@ -343,7 +343,7 @@ def install(name=None, old = list_pkgs() downgrades = [] if fromrepo: - fromrepoopt = "--from {0} ".format(fromrepo) + fromr...
If a specific repo is requested, force the instalation. Otherwise, zypper asks interactively whether the vendor is to be changed.
saltstack_salt
train
4a367316ddd11a276725807895950b69699d2282
diff --git a/src/main/java/com/shippo/Shippo.java b/src/main/java/com/shippo/Shippo.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/shippo/Shippo.java +++ b/src/main/java/com/shippo/Shippo.java @@ -9,6 +9,9 @@ public abstract class Shippo { public static int RATES_REQ_TIMEOUT = 25000; // milliseconds ...
Setting HTTP timeouts to configurable
goshippo_shippo-java-client
train
ea07eaafc1b1393333b58fe45b14488d275c87eb
diff --git a/libkbfs/disk_block_cache.go b/libkbfs/disk_block_cache.go index <HASH>..<HASH> 100644 --- a/libkbfs/disk_block_cache.go +++ b/libkbfs/disk_block_cache.go @@ -450,6 +450,7 @@ func (cache *DiskBlockCacheStandard) evictLocked(ctx context.Context, } } iter := cache.lruDb.NewIterator(rng, nil) + defer it...
disk_block_cache: Add test for eviction. Currently flaky, need to make smarter measurement for probabilistic eviction.
keybase_client
train
a83f74233efbb26b13e5e86d1b58da6caa3e45c4
diff --git a/wsgiservice/__init__.py b/wsgiservice/__init__.py index <HASH>..<HASH> 100644 --- a/wsgiservice/__init__.py +++ b/wsgiservice/__init__.py @@ -24,6 +24,66 @@ class Router(object): return res +class Response(object): + _status_map = { + 100: '100 Continue', + 101: '101 S...
Use a Response object to pass around response status.
pneff_wsgiservice
train
7b150eb1afaa31a541f2f8c6bd5fdc2284272165
diff --git a/blinkpy/auth.py b/blinkpy/auth.py index <HASH>..<HASH> 100644 --- a/blinkpy/auth.py +++ b/blinkpy/auth.py @@ -32,7 +32,7 @@ class Auth: self.region_id = login_data.get("region_id", None) self.client_id = login_data.get("client_id", None) self.account_id = login_data.get("account_...
Changed the way the new login method switch is handled
fronzbot_blinkpy
train
2a810c7da208d77b10375c0d1d7cb6fb24d36f67
diff --git a/cmd/fs-v1.go b/cmd/fs-v1.go index <HASH>..<HASH> 100644 --- a/cmd/fs-v1.go +++ b/cmd/fs-v1.go @@ -187,14 +187,9 @@ func (fs *FSObjects) diskUsage(doneCh chan struct{}) { case <-doneCh: return errWalkAbort default: - var fi os.FileInfo - var err error - if hasSuffix(entry, slashSeparator) { ...
Improve du thread performance (#<I>)
minio_minio
train
39e8f2111c6c49cb3837e15e5572fb21f8442632
diff --git a/hgvs/edit.py b/hgvs/edit.py index <HASH>..<HASH> 100644 --- a/hgvs/edit.py +++ b/hgvs/edit.py @@ -58,7 +58,7 @@ class NARefAlt( Edit, recordtype.recordtype('NARefAlt', [('ref',None),('alt',Non class AARefAlt( Edit, recordtype.recordtype('AARefAlt', [('ref',None),('alt',None),('fs',None),('unce...
CORE-<I> - cleanup and test update
biocommons_hgvs
train
ef991bd231398b918fa0167e7a115c03da47fd61
diff --git a/Date/MomentFormatConverter.php b/Date/MomentFormatConverter.php index <HASH>..<HASH> 100644 --- a/Date/MomentFormatConverter.php +++ b/Date/MomentFormatConverter.php @@ -27,7 +27,8 @@ class MomentFormatConverter { /** * @var array This defines the mapping between PHP ICU date format (key) and m...
Added link to Moment formats To make it as easy as possible for other people to find the format syntax and build new mappings
sonata-project_SonataCoreBundle
train
9db3567cac9fb8e40306be4d5402ccfde79affc5
diff --git a/pkg/model/awsmodel/BUILD.bazel b/pkg/model/awsmodel/BUILD.bazel index <HASH>..<HASH> 100644 --- a/pkg/model/awsmodel/BUILD.bazel +++ b/pkg/model/awsmodel/BUILD.bazel @@ -13,6 +13,7 @@ go_library( deps = [ "//pkg/apis/kops:go_default_library", "//pkg/dns:go_default_library", + ...
fix: skip the load balancer attachment
kubernetes_kops
train
d9122a74a946efb912443136ec6784664c6f4220
diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -47,7 +47,7 @@ Yii Framework 2 Change Log - Enh #11850: Introduced `yii\widgets\Pjax::$submitEvent` to be able to customize event triggering PJAX form submit (Bvanleeuwe...
improved tests and docs for #<I>
yiisoft_yii2
train
3572266b0580aa82f95563b7dbb1996affd0f5c5
diff --git a/param/__init__.py b/param/__init__.py index <HASH>..<HASH> 100644 --- a/param/__init__.py +++ b/param/__init__.py @@ -1015,6 +1015,10 @@ class Tuple(Parameter): @classmethod + def serialize(cls, value): + return list(value) # As JSON has no tuple representation + + @classmethod d...
Fix serialization of Tuple (#<I>)
pyviz_param
train
c20137708d60ff15328fe88c1c33c89483cb4a94
diff --git a/spec/dogmatist/BuilderSpec.php b/spec/dogmatist/BuilderSpec.php index <HASH>..<HASH> 100644 --- a/spec/dogmatist/BuilderSpec.php +++ b/spec/dogmatist/BuilderSpec.php @@ -98,13 +98,13 @@ describe("Builder", function () { expect($field->isSingular())->toBe(true); }); - it("should set a fie...
Adjust behavior for multiple(field, 1, 1)
bravesheep_dogmatist
train
16e83e3224f231e58e677498a9c818f3b69a8edc
diff --git a/core/content-manager/src/main/java/org/wisdom/content/converters/ParamConverterEngine.java b/core/content-manager/src/main/java/org/wisdom/content/converters/ParamConverterEngine.java index <HASH>..<HASH> 100644 --- a/core/content-manager/src/main/java/org/wisdom/content/converters/ParamConverterEngine.jav...
Compilation using Java 8 reports a couple of ambiguous method call, and invalid cast.
wisdom-framework_wisdom
train
a5d9b244a3972761c2543070416318a19f7af113
diff --git a/playback/prepare_host.py b/playback/prepare_host.py index <HASH>..<HASH> 100644 --- a/playback/prepare_host.py +++ b/playback/prepare_host.py @@ -28,6 +28,7 @@ class PrepareHost(common.Common): """network time protocal (ntp)""" sudo('echo \'Asia/Shanghai\' > /etc/timezone') sud...
Fix unable to locate package chrony
jiasir_playback
train
adb0e78ed821de444737d2332f26b534b3e7f08e
diff --git a/webview/platforms/winforms.py b/webview/platforms/winforms.py index <HASH>..<HASH> 100644 --- a/webview/platforms/winforms.py +++ b/webview/platforms/winforms.py @@ -63,19 +63,31 @@ def _is_edge(): def _is_chromium(): - def edge_build(key): + def edge_build(key, description=""): try: ...
Updated the error message if Microsoft webview2 runtime is not found
r0x0r_pywebview
train
daa38eff367ee89af8333681c639d5c36b24d287
diff --git a/lib/techs/deps.js.js b/lib/techs/deps.js.js index <HASH>..<HASH> 100644 --- a/lib/techs/deps.js.js +++ b/lib/techs/deps.js.js @@ -1,5 +1,6 @@ var VM = require('vm'), Q = require('qq'), + PATH = require('path'), U = require('../util'), INHERIT = require('inherit'), Tech = require('.....
deps.js tech: Fix twice expansion of deps Close bem/bem-tools#<I>
bem-archive_bem-tools
train
b6b02d936693fa4afc5fea36cd20027b5d25c5ba
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -53,14 +53,22 @@ test: /match-filename\.js$/ // template is the path to template or function to process source // used for enhancing matching asset(s) template: path.join(__dirname, "template-path/my-custom-template.tmp...
Asset and args to custom source processor
jouni-kantola_templated-assets-webpack-plugin
train
5c335ac11d6eed49b889279ff0c3b70c4e4b2eb2
diff --git a/src/leaflet_layer.js b/src/leaflet_layer.js index <HASH>..<HASH> 100755 --- a/src/leaflet_layer.js +++ b/src/leaflet_layer.js @@ -166,6 +166,12 @@ function extendLeaflet(options) { blocking: false }).then(() => { + if (!this.options.attribu...
If no explicit attribution in leafletLayer, use attribution in YAML sources.
tangrams_tangram
train
17952f3e06826e2c99f577360e4ff6f48ac7d5f6
diff --git a/packet_handler_map.go b/packet_handler_map.go index <HASH>..<HASH> 100644 --- a/packet_handler_map.go +++ b/packet_handler_map.go @@ -110,7 +110,7 @@ func setReceiveBuffer(c net.PacketConn, logger utils.Logger) error { return nil } -// only print warnings about the UPD receive buffer size once +// onl...
fix typo (#<I>)
lucas-clemente_quic-go
train
2d537dd42b7f783fa7d1ad394879393f25e0ac14
diff --git a/lib/puppet/type/file.rb b/lib/puppet/type/file.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/type/file.rb +++ b/lib/puppet/type/file.rb @@ -123,15 +123,16 @@ Puppet::Type.newtype(:file) do end newparam(:recurse) do - desc "Whether and how deeply to do recursive - management. Options are: ...
Better docs for file's recurse parameter This clarifies what "remote" and "local" mean, that `remote` requires a source parameter, and that `recurselimit` is what you want rather than trying to subtitute an integer for `inf`.
puppetlabs_puppet
train
5f2dbb5ae8ff534e91429646db593910967a912c
diff --git a/lib/ponder/irc.rb b/lib/ponder/irc.rb index <HASH>..<HASH> 100644 --- a/lib/ponder/irc.rb +++ b/lib/ponder/irc.rb @@ -12,9 +12,10 @@ module Ponder raw "PRIVMSG #{recipient} :#{message}" end + # register when connected def register raw "NICK #{@config.nick}" - raw "USER...
added the functionality of chosing an username
tbuehlmann_ponder
train
6c532974cd4ba0091be5e781f0b238bb94504051
diff --git a/lib/select.js b/lib/select.js index <HASH>..<HASH> 100644 --- a/lib/select.js +++ b/lib/select.js @@ -28,13 +28,22 @@ var classes = function() { return rtn.join(' ') || undefined; } +var requestId = 0; + var Select = React.createClass({ - + + getDefaultProps: function() { + return { + autoload:...
Adding async options support
HubSpot_react-select-plus
train
81cdefc50cac605450724ed9968d15ec51677437
diff --git a/src/changes/changes.xml b/src/changes/changes.xml index <HASH>..<HASH> 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -6,6 +6,7 @@ </properties> <body> <release date="git master" version="7.9.1"> + <action dev="joniles" type="update">Set task start, finish and percent comple...
Set task start, finish and percent complete when reading SDEF files.
joniles_mpxj
train
1088a1e375a5dd390b824364fa6a4dd9c08cbede
diff --git a/ipywidgets/widgets/widget_float.py b/ipywidgets/widgets/widget_float.py index <HASH>..<HASH> 100644 --- a/ipywidgets/widgets/widget_float.py +++ b/ipywidgets/widgets/widget_float.py @@ -288,7 +288,7 @@ class _BoundedFloatRange(_FloatRange): def __init__(self, *args, **kwargs): min, max = kw...
Update widget_float.py Update logic in setting of default `value` field of the FloatRangeSlider so that numpy arrays can be passed as inputs (closes #<I>)
jupyter-widgets_ipywidgets
train
46b46184b10b10bdf129fd52c9d7b6aa2c0f9965
diff --git a/src/i18n/ro.js b/src/i18n/ro.js index <HASH>..<HASH> 100644 --- a/src/i18n/ro.js +++ b/src/i18n/ro.js @@ -68,8 +68,8 @@ export default { invalidErrorHint: 'Invalid', lastLoginInstructions: 'Ultima oară când te-ai conectat', loginAtLabel: ' Autentifică-te cu %s', - loginLabel: 'Autentificat', - l...
Update ro.js (#<I>)
auth0_lock
train
92c03cd24e23be41c1947d91a81366b1c2f76d76
diff --git a/src/deep-kernel/test/ContainerAware.js b/src/deep-kernel/test/ContainerAware.js index <HASH>..<HASH> 100644 --- a/src/deep-kernel/test/ContainerAware.js +++ b/src/deep-kernel/test/ContainerAware.js @@ -6,45 +6,15 @@ import sinonChai from 'sinon-chai'; import {ContainerAware} from '../lib.compiled/Containe...
Comment bind and _resolve identifier
MitocGroup_deep-framework
train
0bccf51bbae84d83ae0d6f5086db2e8d55235727
diff --git a/test/test_facebook.py b/test/test_facebook.py index <HASH>..<HASH> 100644 --- a/test/test_facebook.py +++ b/test/test_facebook.py @@ -44,7 +44,7 @@ class FacebookTestCase(unittest.TestCase): def tearDown(self): """Deletes the test users included in the test user list.""" token = face...
Use offline application access token generation. Speed up tests by using offline application access tokens by default.
mobolic_facebook-sdk
train
a4b07a9f662228ae3d523cb1337c458efd8c4da8
diff --git a/ChangeLog b/ChangeLog index <HASH>..<HASH> 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,2 +1,6 @@ +=== Version 0.2 +* Enhancements + * Added ability to add XML to the soap header + === Version 0.1 / 2013-3-4 Initial release diff --git a/lib/soap-object.rb b/lib/soap-object.rb index <HASH>..<HASH> 100644...
added soap_header class method to add XML to soap header
cheezy_soap-object
train
c889f5e0339d16491f0a64827df02e6913bfda47
diff --git a/triterminal.js b/triterminal.js index <HASH>..<HASH> 100644 --- a/triterminal.js +++ b/triterminal.js @@ -27,7 +27,12 @@ Triterm.prototype.writeUChar = function(u) { return this.writeTTChar(fromUnicode(u)); }; -Triterm.prototype.setTTChar = function(tt) { +Triterm.prototype.setTTChar = function(tt, x...
Refactor setTTChar to only set characters at give x,y; writeTTChar to advance cursor
thirdcoder_tritmapped-terminal
train
65abba1f9ef61c74d148ea4200fe86d407b66038
diff --git a/lib/excon.rb b/lib/excon.rb index <HASH>..<HASH> 100644 --- a/lib/excon.rb +++ b/lib/excon.rb @@ -111,6 +111,7 @@ module Excon end params = { :host => uri.host, + :hostname => uri.hostname, :path => uri.path, :port => uri.port, :q...
Ensure :hostname is passed down through Connection to the Socket. :hostname comes from URI#hostname and provides IPv6 addresses suitable for socket connections.
excon_excon
train
4a8b5edc4872537e814db2c82bae460f449f96fa
diff --git a/src/public/prefix-url.js b/src/public/prefix-url.js index <HASH>..<HASH> 100644 --- a/src/public/prefix-url.js +++ b/src/public/prefix-url.js @@ -8,9 +8,12 @@ function prefixUrl(url) { function prefixUrlAbsolute(url) { if (!siteOrigin) { - throw new Error( - 'siteOrigin is not specified. Unab...
Remove verbose error in production
mapbox_batfish
train
0b34fa0063f7301f874345d2bb2a0a4cf5652c10
diff --git a/test/unit/test_visual_recognition_v3.py b/test/unit/test_visual_recognition_v3.py index <HASH>..<HASH> 100644 --- a/test/unit/test_visual_recognition_v3.py +++ b/test/unit/test_visual_recognition_v3.py @@ -7,6 +7,7 @@ import jwt import time from unittest import TestCase +from ibm_cloud_sdk_core.authent...
test(VR): Update visuall recognition unit tests
watson-developer-cloud_python-sdk
train
c2205e67ca8a325c3a77e8b8efc9fc38088e64e3
diff --git a/src/utils/matchPercent.js b/src/utils/matchPercent.js index <HASH>..<HASH> 100644 --- a/src/utils/matchPercent.js +++ b/src/utils/matchPercent.js @@ -1,3 +1,3 @@ -const matchPercent = value => /(\d+\.?\d*)%/g.exec(value); +const matchPercent = value => /(-?\d+\.?\d*)%/g.exec(value); export default match...
Capture a potential minus in regex (#<I>)
diegomura_react-pdf
train
6733cdc37af38d1d57bf38781b75d934b6a93494
diff --git a/src/controllers/RolePermissionController.php b/src/controllers/RolePermissionController.php index <HASH>..<HASH> 100644 --- a/src/controllers/RolePermissionController.php +++ b/src/controllers/RolePermissionController.php @@ -44,7 +44,14 @@ class RolePermissionController extends Controller public func...
Fix problem with non-select item
libressltd_DeepPermission
train
4f4befc3c299aeff820f0b0549f4b78f72407d2d
diff --git a/lib/reporters/cli/index.js b/lib/reporters/cli/index.js index <HASH>..<HASH> 100644 --- a/lib/reporters/cli/index.js +++ b/lib/reporters/cli/index.js @@ -273,7 +273,7 @@ _.extend(PostmanCLIReporter, { (message += format(colors.gray('\ninside "%s"'), (failure.source.name || failure.source.i...
Storing the item in failure instead it's reference. We can change this later, but for now needed for HTML reporter
postmanlabs_newman
train
14f878955994173f9eae8fec081bd72c88c1b333
diff --git a/ejb3/src/main/java/org/jboss/as/ejb3/remote/protocol/versionone/MethodInvocationMessageHandler.java b/ejb3/src/main/java/org/jboss/as/ejb3/remote/protocol/versionone/MethodInvocationMessageHandler.java index <HASH>..<HASH> 100644 --- a/ejb3/src/main/java/org/jboss/as/ejb3/remote/protocol/versionone/MethodI...
[WFLY-<I>] Log EJB Request To Server at Trace Level
wildfly_wildfly
train
0ee521275912d323190de1be69d8b0d9fbf05d3d
diff --git a/circuitbreaker.go b/circuitbreaker.go index <HASH>..<HASH> 100644 --- a/circuitbreaker.go +++ b/circuitbreaker.go @@ -100,11 +100,19 @@ func (cb *ResettingBreaker) Fail() { atomic.StorePointer(&cb._lastFailure, unsafe.Pointer(&now)) } +// Ready will return true if the circuit breaker is ready to call ...
don't expose state, expose Ready instead
rubyist_circuitbreaker
train
4e6e8b4aabf08f791b496c3c1b8f0b7b0d97953b
diff --git a/src/java/voldemort/utils/pool/KeyedResourcePool.java b/src/java/voldemort/utils/pool/KeyedResourcePool.java index <HASH>..<HASH> 100644 --- a/src/java/voldemort/utils/pool/KeyedResourcePool.java +++ b/src/java/voldemort/utils/pool/KeyedResourcePool.java @@ -282,7 +282,7 @@ public class KeyedResourcePool<K,...
synchronize the reset of a specific keyed pool to avoid invoking destroyResource on the same resource multiple times.
voldemort_voldemort
train
1163f0387733a655b279efdb627304c6118fa538
diff --git a/src/core/const.js b/src/core/const.js index <HASH>..<HASH> 100644 --- a/src/core/const.js +++ b/src/core/const.js @@ -318,7 +318,7 @@ export const DATA_URI = /^\s*data:(?:([\w-]+)\/([\w+.-]+))?(?:;(charset=[\w-]+|b * @type {RegExp|string} * @example `<svg width="100" height="100"></svg>` */ -export c...
Adjust SVG_SIZE regex to support finding in 'svg width="<I>" ' or "svn width='<I>' "
pixijs_pixi.js
train
a32415aa69daf132c2ab570b3b2ac9c0af381f00
diff --git a/bulbs/polycontent/serializers.py b/bulbs/polycontent/serializers.py index <HASH>..<HASH> 100644 --- a/bulbs/polycontent/serializers.py +++ b/bulbs/polycontent/serializers.py @@ -27,7 +27,7 @@ class PolymorphicSerializer(object): if not serializer_class: raise ValueError( 'Model "%s" has no s...
Some comments plus YAGNI cuts
theonion_django-bulbs
train
485a19e619c79fd590d22cfeaaf522c62b5b98bc
diff --git a/lib/friendly_id/finder_methods.rb b/lib/friendly_id/finder_methods.rb index <HASH>..<HASH> 100644 --- a/lib/friendly_id/finder_methods.rb +++ b/lib/friendly_id/finder_methods.rb @@ -16,5 +16,22 @@ module FriendlyId return super if !@klass.respond_to?(:friendly_id) || id.unfriendly_id? where(@...
Added support for #exists? Closes GH #<I>
norman_friendly_id
train
38bd4c829e55b7d2363e4ddbbddf12928710ba24
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -873,6 +873,7 @@ Age.getValidationErrorMessage = function (value, path, context) { The following standard options are available (see http://facebook.github.io/react-native/docs/textinput.html): +- `allowFontScaling` ...
added allowFontScaling to TextBox. (#<I>)
gcanti_tcomb-form-native
train
11a19916c084b5ceee32180988eee9c2e1ebff05
diff --git a/django_payzen/admin.py b/django_payzen/admin.py index <HASH>..<HASH> 100644 --- a/django_payzen/admin.py +++ b/django_payzen/admin.py @@ -5,14 +5,14 @@ from . import models class PaymentRequestAdmin(admin.ModelAdmin): model = models.PaymentRequest - list_display = ("vads_amount", "get_vads_curre...
Reorder list dispay in RequestPayment and RequestResponse lists.
bsvetchine_django-payzen
train
d1a9133982063ba6d97bf06867538fb669306d62
diff --git a/parse.go b/parse.go index <HASH>..<HASH> 100644 --- a/parse.go +++ b/parse.go @@ -326,9 +326,6 @@ func (p *parser) advanceBoth(tok Token, val string) { } func (p *parser) readUntil(b byte) (string, bool) { - if p.nextErr != nil && len(p.remaining) > 0 && p.remaining[0] != b { - return string(p.readByt...
parse: remove now dead readUntil() check Found by cover.
mvdan_sh
train
9d764d93fbc86fdb5d7573259285900b0b3264a9
diff --git a/src/project/FileTreeView.js b/src/project/FileTreeView.js index <HASH>..<HASH> 100644 --- a/src/project/FileTreeView.js +++ b/src/project/FileTreeView.js @@ -222,6 +222,11 @@ define(function (require, exports, module) { this.props.actions.setContext(this.myPath()); return ...
Don't retain focus on mouse down events.
adobe_brackets
train
c3acf4d593451cdb2a7aeed7e9bc2c25fc7ab686
diff --git a/tests/unit/states/test_archive.py b/tests/unit/states/test_archive.py index <HASH>..<HASH> 100644 --- a/tests/unit/states/test_archive.py +++ b/tests/unit/states/test_archive.py @@ -43,7 +43,7 @@ def _isfile_side_effect(path): '/tmp/test_extracted_tar': False, 'c:\\tmp\\test_extracted_tar...
Drive letter is sometimes uppercase. Ignore that since it's not what's being tested.
saltstack_salt
train
fb6a6718f5cfd81caa398ac3ed381c86e618bd14
diff --git a/Documentation/install/upgrade.rst b/Documentation/install/upgrade.rst index <HASH>..<HASH> 100644 --- a/Documentation/install/upgrade.rst +++ b/Documentation/install/upgrade.rst @@ -342,6 +342,8 @@ New Metrics Removed options ~~~~~~~~~~~~~~~ +* ``disable-ipv4``, ``keep-bpf-templates``: These options we...
daemon, option: remove disable-ipv4 and keep-bpf-templates options deprecated in <I> Remove the disable-ipv4 and keep-bpf-templates that were announced to be deprecated in the <I> upgrade notes and to be removed in the <I> release.
cilium_cilium
train
30ac2936d1926d09aaed4ad94054a5905e49dac3
diff --git a/spec/desk_api/request/retry_spec.rb b/spec/desk_api/request/retry_spec.rb index <HASH>..<HASH> 100644 --- a/spec/desk_api/request/retry_spec.rb +++ b/spec/desk_api/request/retry_spec.rb @@ -3,6 +3,8 @@ require 'desk_api/request/retry' describe DeskApi::Request::Retry do before do + VCR.turn_off! +...
removed vcd from this spec because it's not needed.
forcedotcom_salesforce-deskcom-api
train
8c6d672a2b85bde15e005d15b6dd995c7d7b584f
diff --git a/src/helpers.php b/src/helpers.php index <HASH>..<HASH> 100644 --- a/src/helpers.php +++ b/src/helpers.php @@ -6,7 +6,12 @@ if (!function_exists('setting')) { if ( ! config()->get($setting_name)) { // Decode the settings to an associative array. - $site_settings = json_...
when setting file not exists, not crashing
summerblue_administrator
train
a71439607fb6ef91a4c227fd5d37e511465f3e2a
diff --git a/java/src/main/java/org/msgpack/BufferedUnpackerImpl.java b/java/src/main/java/org/msgpack/BufferedUnpackerImpl.java index <HASH>..<HASH> 100644 --- a/java/src/main/java/org/msgpack/BufferedUnpackerImpl.java +++ b/java/src/main/java/org/msgpack/BufferedUnpackerImpl.java @@ -420,6 +420,18 @@ abstract class B...
java: performance improvement for ByteBufferTemplate
msgpack_msgpack-ruby
train
5e8aa28944d6f23ee02b17e88728379502d415ae
diff --git a/lib/pusher.rb b/lib/pusher.rb index <HASH>..<HASH> 100644 --- a/lib/pusher.rb +++ b/lib/pusher.rb @@ -7,7 +7,7 @@ module Pusher class << self attr_accessor :host, :port attr_writer :logger - attr_accessor :app_id, :key, :secret + attr_accessor :url, :key, :secret def logger ...
example of simplification with use of url
pusher_pusher-http-ruby
train
30ef81025b3fb117451c7852822857f06a9e7b8c
diff --git a/nipap-cli/nipap_cli/nipap_cli.py b/nipap-cli/nipap_cli/nipap_cli.py index <HASH>..<HASH> 100755 --- a/nipap-cli/nipap_cli/nipap_cli.py +++ b/nipap-cli/nipap_cli/nipap_cli.py @@ -322,6 +322,7 @@ def list_prefix(arg, opts): offset = 0 # small initial limit for "instant" result limit = 50 + ...
Add dynamic sizing of prefix column of CLI The CLI will now try to guess the size of the prefix column based on the widest prefix (with indent) of the initial result set + <I>. It's just a guess but lightyears better than nothing. Fixes #<I>.
SpriteLink_NIPAP
train
cbc2024875ae8c4af5b0ee23ccb01e33ae56ec3b
diff --git a/smack-integration-test/src/main/java/org/igniterealtime/smack/inttest/SmackIntegrationTestFramework.java b/smack-integration-test/src/main/java/org/igniterealtime/smack/inttest/SmackIntegrationTestFramework.java index <HASH>..<HASH> 100644 --- a/smack-integration-test/src/main/java/org/igniterealtime/smack...
sinttest: print smack version
igniterealtime_Smack
train
6872f4f2967bd9bc874e6ed32eaee34ce9290947
diff --git a/lib/quality/runner.rb b/lib/quality/runner.rb index <HASH>..<HASH> 100644 --- a/lib/quality/runner.rb +++ b/lib/quality/runner.rb @@ -1,3 +1,4 @@ +require 'active_support/inflector' require 'forwardable' require_relative 'tools/cane' require_relative 'tools/flay' @@ -17,7 +18,7 @@ module Quality in...
Treat a module LikeThis as if it was a gem like_this - prepare for rails_best_practices
apiology_quality
train
0c8f3ee5e0c5d15be9aaec3d331f26cab62897e5
diff --git a/lib/passenger/abstract_server.rb b/lib/passenger/abstract_server.rb index <HASH>..<HASH> 100644 --- a/lib/passenger/abstract_server.rb +++ b/lib/passenger/abstract_server.rb @@ -111,6 +111,13 @@ class AbstractServer STDERR.sync = true @parent_socket.close NativeSupport.close_all_file_descrip...
Fix some bugs in conservative spawning support.
phusion_passenger
train
f7cbe4d5e51591c4aae2c9f4b8dc60a606e15c5c
diff --git a/lib/api.js b/lib/api.js index <HASH>..<HASH> 100644 --- a/lib/api.js +++ b/lib/api.js @@ -6,6 +6,7 @@ var util = require('util'); var Promise = require('when').Promise; var ResourceProcessor = require('./resource-processor'); var Response = require('./response'); +var RequestError = require('./errors')....
Honor "action" and "format" URL parameters again (was broken), and do not crash when "action" is not implemented.
godmodelabs_flora
train
3efced7fb3d5e150a1dbef4ce7ed3d97cf100701
diff --git a/leaflet-providers.js b/leaflet-providers.js index <HASH>..<HASH> 100644 --- a/leaflet-providers.js +++ b/leaflet-providers.js @@ -503,7 +503,7 @@ maxZoom: 9, format: 'jpg', time: '', - tilematrixset: 'GoogleMapsCompatible_Level', + tilematrixset: 'GoogleMapsCompatible_Level' }, ...
Remove trailing comma to fix CI
leaflet-extras_leaflet-providers
train
c89724e13472fe53877640fa1866d3b393285c0b
diff --git a/commands/ProcessCommand.php b/commands/ProcessCommand.php index <HASH>..<HASH> 100644 --- a/commands/ProcessCommand.php +++ b/commands/ProcessCommand.php @@ -83,7 +83,7 @@ abstract class ProcessCommand extends CConsoleCommand $error = $this->getError(); $return = proc_close($this-...
pass the return code to the exception (fixes #5)
crisu83_yii-consoletools
train
36cfe6846b316ae35c1a229de295d7f702b69614
diff --git a/ChangeLog b/ChangeLog index <HASH>..<HASH> 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ Change log for the astroid package (used to be astng) ===================================================== -- + * Enums created with functional syntax are now iterable * Don't crash when getting t...
Enums created with functional syntax are now iterable. Close PyCQA/pylint#<I>
PyCQA_astroid
train
b186790ca07b9252bd08c01e238cfeac131a35dd
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index <HASH>..<HASH> 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,7 @@ +2.1.1 +- Bugfix: The comments may break out of the getter analysis + json. + 2.1.0 - Added getter method analysis for models. - Added search options to both skins. diff --git a/resources/s...
Bugfix: The comments may break out of the getter analysis json.
brainworxx_kreXX
train
fd83ca255bb33b1cda6b880edcdc245fd6cff834
diff --git a/js/src/forum/utils/reply.js b/js/src/forum/utils/reply.js index <HASH>..<HASH> 100644 --- a/js/src/forum/utils/reply.js +++ b/js/src/forum/utils/reply.js @@ -4,7 +4,7 @@ import cleanDisplayName from './cleanDisplayName'; function insertMention(post, composer, quote) { const user = post.user(); - con...
Add space when inserting a post mention
flarum_mentions
train
01799c27731a5432ef6b1ee0afac6ccd77d13d30
diff --git a/test/test_alexa_integration_express.js b/test/test_alexa_integration_express.js index <HASH>..<HASH> 100644 --- a/test/test_alexa_integration_express.js +++ b/test/test_alexa_integration_express.js @@ -173,13 +173,13 @@ describe("Alexa", function() { }); }); - context("#express with checkC...
Added test that the cert is not checked on GET and debugger is invoked. Closes #<I>.
alexa-js_alexa-app
train
0c17fc43668a9409a6ff142850990f7e4772c679
diff --git a/rednose.py b/rednose.py index <HASH>..<HASH> 100644 --- a/rednose.py +++ b/rednose.py @@ -27,7 +27,8 @@ # WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. -import os +from __future__ import print_function +import os, sys import linecache import re import time...
integrate the changes from the fix_encoding branch, with ostensible (but untested as yet) python 3 compatibility
JBKahn_rednose
train
e6e21521638c83c5e23406f66a299df23df0af7f
diff --git a/hazelcast/src/test/java/com/hazelcast/map/NearCacheTest.java b/hazelcast/src/test/java/com/hazelcast/map/NearCacheTest.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/test/java/com/hazelcast/map/NearCacheTest.java +++ b/hazelcast/src/test/java/com/hazelcast/map/NearCacheTest.java @@ -18,14 +18,12 @@ p...
found a better(proper) way to disable invalidation
hazelcast_hazelcast
train
2310dbcbb559172641bab419c893e5e0fd7cffe5
diff --git a/ndb/query.py b/ndb/query.py index <HASH>..<HASH> 100644 --- a/ndb/query.py +++ b/ndb/query.py @@ -7,7 +7,9 @@ from google.appengine.api import datastore_types from google.appengine.datastore import datastore_query from google.appengine.datastore import datastore_rpc +from ndb import context from ndb i...
Add "looper()" method to Query class.
GoogleCloudPlatform_datastore-ndb-python
train
eb8232354ccfd516195b66213247a0590f9e21c4
diff --git a/lib/discordrb/bot.rb b/lib/discordrb/bot.rb index <HASH>..<HASH> 100644 --- a/lib/discordrb/bot.rb +++ b/lib/discordrb/bot.rb @@ -1015,8 +1015,9 @@ module Discordrb end if opcode == Opcodes::HEARTBEAT_ACK - # Set this to true so when sending the next heartbeat it won't try to reconne...
Change heartbeat_received to awaiting_ack to avoid nil checks
meew0_discordrb
train
baa6bdbda2d5ed35fe7abb0a8ec317aa0b1c28e6
diff --git a/addon/components/flexberry-lookup.js b/addon/components/flexberry-lookup.js index <HASH>..<HASH> 100644 --- a/addon/components/flexberry-lookup.js +++ b/addon/components/flexberry-lookup.js @@ -503,7 +503,8 @@ export default FlexberryBaseComponent.extend({ * @param {Function} callback *...
Fix flexberry-lookup select without projection
Flexberry_ember-flexberry
train
b6558523aaaa29360b50b784e7155fd157cef038
diff --git a/lib/extensions.js b/lib/extensions.js index <HASH>..<HASH> 100644 --- a/lib/extensions.js +++ b/lib/extensions.js @@ -259,6 +259,17 @@ function getBinaryPath() { } /** + * Looks for the configured cache path. If none is found, fall back to the NPM + * cache folder + * + * @api public + */ +function get...
Install: Use a cache folder for binary download New order of operations 1. Look for existing binary in vendor folder 2. Create target vendor folder 3. Look to see if we’ve cached a copy in the configured or NPM cache 4. Download to current version’s /CACHE/node-sass/version/binding_file 5. Copy the cached download to ...
sass_node-sass
train
fbfe50cd7360d5ffab5037d8b0bb3cb34efc2a79
diff --git a/lib/https/index.js b/lib/https/index.js index <HASH>..<HASH> 100644 --- a/lib/https/index.js +++ b/lib/https/index.js @@ -133,8 +133,8 @@ function resolveWebsocket(socket, wss) { socket.write(rawData); execCallback(null, socket); }; - var reqDelay = util.getMatcherValue(_rules...
refactor: refine resDelay
avwo_whistle
train
de392a98465ef0de5b03909cae175af9e21d2ffd
diff --git a/src/ol/renderer/canvas/VectorLayer.js b/src/ol/renderer/canvas/VectorLayer.js index <HASH>..<HASH> 100644 --- a/src/ol/renderer/canvas/VectorLayer.js +++ b/src/ol/renderer/canvas/VectorLayer.js @@ -63,12 +63,6 @@ class CanvasVectorLayerRenderer extends CanvasLayerRenderer { this.animatingOrInteracting...
Don't fire rendercomplete event while icons are loading
openlayers_openlayers
train
633e20fc6feacf963203ed9d1c9943c617b970fb
diff --git a/log_test.go b/log_test.go index <HASH>..<HASH> 100644 --- a/log_test.go +++ b/log_test.go @@ -1,18 +1,17 @@ package log import ( - "fmt" "testing" ) type testLogger struct{} func (t *testLogger) Log(v ...interface{}) { - fmt.Print(v...) + return } func (t *testLogger) Logf(format string, v...
test logger should not import fmt
go-log_log
train