hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
4180b9b7e69ab236b5565b1aa3f404e19b1d9a1e
diff --git a/spikeextractors/extractors/spikeglxrecordingextractor/spikeglxrecordingextractor.py b/spikeextractors/extractors/spikeglxrecordingextractor/spikeglxrecordingextractor.py index <HASH>..<HASH> 100644 --- a/spikeextractors/extractors/spikeglxrecordingextractor/spikeglxrecordingextractor.py +++ b/spikeextracto...
add locations and check ap channels not working for nidq, only for ap
SpikeInterface_spikeextractors
train
02ec9b95fe9d9413de9f7486affa278a6ae0a1ae
diff --git a/src/frontend/org/voltdb/client/Client.java b/src/frontend/org/voltdb/client/Client.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/client/Client.java +++ b/src/frontend/org/voltdb/client/Client.java @@ -182,6 +182,51 @@ public interface Client { F...
ENG-<I>: Add convenience methods to java client for @UpdateClasses
VoltDB_voltdb
train
ad4243da46ce96c210d3dd367d6012b08f69a3af
diff --git a/uportal-war/src/main/java/org/jasig/portal/portlets/search/portletregistry/PortletRegistrySearchService.java b/uportal-war/src/main/java/org/jasig/portal/portlets/search/portletregistry/PortletRegistrySearchService.java index <HASH>..<HASH> 100644 --- a/uportal-war/src/main/java/org/jasig/portal/portlets/s...
UP-<I> Search of portlets standardizes to lower case comparison
Jasig_uPortal
train
6530027c7c29279877ab58bfb42ba6bb99aba27c
diff --git a/src/feat/database/tools.py b/src/feat/database/tools.py index <HASH>..<HASH> 100644 --- a/src/feat/database/tools.py +++ b/src/feat/database/tools.py @@ -210,7 +210,7 @@ class ApplicationVersion(document.Document): @feat.register_view class ApplicationVersions(view.BaseView): - name = 'application-v...
Rename views to use underscore instead of dash.
f3at_feat
train
0e2a6ad3766aee0a75210bc2fd0589da9982e968
diff --git a/backend/etcd/etcd.go b/backend/etcd/etcd.go index <HASH>..<HASH> 100644 --- a/backend/etcd/etcd.go +++ b/backend/etcd/etcd.go @@ -1,25 +1,35 @@ package etcd import ( + "context" "errors" + "fmt" "time" "github.com/xordataexchange/crypt/backend" - goetcd "github.com/coreos/go-etcd/etcd" + goet...
Upgraded etcd library to current supported.
xordataexchange_crypt
train
72055051be91147a5b3c498b6b47f9e0419f57ff
diff --git a/languagetool-core/src/main/java/org/languagetool/rules/LongSentenceRule.java b/languagetool-core/src/main/java/org/languagetool/rules/LongSentenceRule.java index <HASH>..<HASH> 100644 --- a/languagetool-core/src/main/java/org/languagetool/rules/LongSentenceRule.java +++ b/languagetool-core/src/main/java/or...
LongSentenceRule: possibility for user configuration added again
languagetool-org_languagetool
train
0b681f2d58fc77c2cc8b0a67fb6961e32758cb56
diff --git a/lib/json_schema/reference_expander.rb b/lib/json_schema/reference_expander.rb index <HASH>..<HASH> 100644 --- a/lib/json_schema/reference_expander.rb +++ b/lib/json_schema/reference_expander.rb @@ -93,6 +93,7 @@ module JsonSchema if !ref schema_children(ref_schema) do |subschema| ...
Prevent infinite loop on external ref to global schema We manually construct a URI for the subschema's reference using the parent ref. However, if the parent ref is the same as ref schema's ref, then we've reached the end of the road and should not further dereference the subschema's children.
brandur_json_schema
train
ec5ae279f41b813fdfe2254baa1091d5159e8c0c
diff --git a/README.rst b/README.rst index <HASH>..<HASH> 100644 --- a/README.rst +++ b/README.rst @@ -57,10 +57,10 @@ Pytest fixtures to allow for easy testing are available. pass - Base = declarative_base(cls=Base) + DeclarativeBase = declarative_base(cls=Base) - class User(Base): + class...
Renamed Base to DeclarativeBase
nameko_nameko-sqlalchemy
train
0b8a5cef36be6360ee3061c2b1894294d3a845df
diff --git a/bcbio/variation/coverage.py b/bcbio/variation/coverage.py index <HASH>..<HASH> 100644 --- a/bcbio/variation/coverage.py +++ b/bcbio/variation/coverage.py @@ -244,19 +244,19 @@ def coverage_region_detailed_stats(target_name, bed_file, data, out_dir): Calculate coverage at different completeness cutoff ...
Coverage: skip QC for non-calculated targets
bcbio_bcbio-nextgen
train
1b8548e0ab5e1075e63169ada0aa5faee6dab562
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -12,6 +12,7 @@ import os import sys import textwrap import json +import time import re from setuptools import setup, Extension @@ -90,8 +91,27 @@ def main(): update_version() # Import the FFI modules without i...
Workaround for Windows build failure. See the comment in setup.py. Fixes #7.
geertj_gruvi
train
be745bb78a3b426afaf9118b987d90785fc8969c
diff --git a/src/main/java/com/cloudera/data/Dataset.java b/src/main/java/com/cloudera/data/Dataset.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/cloudera/data/Dataset.java +++ b/src/main/java/com/cloudera/data/Dataset.java @@ -36,17 +36,15 @@ public interface Dataset { Schema getSchema(); /** - * ...
Remove getPartitionExpression() from Dataset since it has been replaced by PartitionStrategy.
kite-sdk_kite
train
705ca7f21b2b557e0cfd5d0853b297fa53489d20
diff --git a/src/transformers/models/perceiver/modeling_perceiver.py b/src/transformers/models/perceiver/modeling_perceiver.py index <HASH>..<HASH> 100755 --- a/src/transformers/models/perceiver/modeling_perceiver.py +++ b/src/transformers/models/perceiver/modeling_perceiver.py @@ -1114,7 +1114,7 @@ class PerceiverForS...
Fix Perceiver docs (#<I>)
huggingface_pytorch-pretrained-BERT
train
35be997c2fc4733d4c2cba63941b1562541118f2
diff --git a/pkg/controller/volume/attachdetach/reconciler/reconciler.go b/pkg/controller/volume/attachdetach/reconciler/reconciler.go index <HASH>..<HASH> 100644 --- a/pkg/controller/volume/attachdetach/reconciler/reconciler.go +++ b/pkg/controller/volume/attachdetach/reconciler/reconciler.go @@ -220,7 +220,7 @@ func ...
volumes: promote some logs from info -> warning Part of #<I>
kubernetes_kubernetes
train
1439a1f4d27aaa96a812ae0fc6865c8d8986aa13
diff --git a/src/core/fontwatchrunner.js b/src/core/fontwatchrunner.js index <HASH>..<HASH> 100644 --- a/src/core/fontwatchrunner.js +++ b/src/core/fontwatchrunner.js @@ -126,8 +126,8 @@ webfont.FontWatchRunner.prototype.createHiddenElementWithFont_ = function( defaultFonts, opt_withoutFontFamily) { var variati...
Added font-variant normal to the style of the span.
typekit_webfontloader
train
e947df634b55ec99a9ce141354327749724292f3
diff --git a/ipwhois/tests/test_asn.py b/ipwhois/tests/test_asn.py index <HASH>..<HASH> 100644 --- a/ipwhois/tests/test_asn.py +++ b/ipwhois/tests/test_asn.py @@ -136,30 +136,7 @@ class TestIPASN(TestCommon): self.fail('Unexpected exception raised: {0}'.format(e)) def test_lookup(self): - dat...
Changes from secynic Changes from secynic.
secynic_ipwhois
train
6606c18565fa2e75ff79eb586d2613bab877651d
diff --git a/src/event.js b/src/event.js index <HASH>..<HASH> 100644 --- a/src/event.js +++ b/src/event.js @@ -16,7 +16,7 @@ // Events bubbling up the document may have been marked as prevented // by a handler lower down the tree; reflect the correct value. - this.isDefaultPrevented = ( src.defaultPrevented...
remove deprecated e.returnValue (holdover from jquery.event) b/c we don't support old ie anyway
cytoscape_cytoscape.js
train
94f9d2c4ef0b362aa4a72c5857e48a90cf6586ae
diff --git a/cwltool/load_tool.py b/cwltool/load_tool.py index <HASH>..<HASH> 100644 --- a/cwltool/load_tool.py +++ b/cwltool/load_tool.py @@ -45,7 +45,7 @@ def validate_document(document_loader, workflowobj, uri, enable_dev=False, stric if isinstance(workflowobj, list): workflowobj = { - "@g...
Almost passing draft-2 conformance with validation.
common-workflow-language_cwltool
train
e98eb7eef9c78c227c5759b1872edcb5f1e1461a
diff --git a/resources/cli/index.js b/resources/cli/index.js index <HASH>..<HASH> 100644 --- a/resources/cli/index.js +++ b/resources/cli/index.js @@ -1,17 +1,18 @@ var big = require('big'), cli = big.define('cli'); -cli.method('start', start); +cli.method('start', start, { + "description": "starts the big com...
[resources] Enabled CLI resource
bigcompany_big
train
18bf43ee05b104525834fd442924f0304120d6a5
diff --git a/js/binance.js b/js/binance.js index <HASH>..<HASH> 100644 --- a/js/binance.js +++ b/js/binance.js @@ -116,10 +116,14 @@ module.exports = class binance extends Exchange { }, 'fees': { 'trading': { + 'tierBased': false, //false for tier based + ...
added tier and type of commision for binance
ccxt_ccxt
train
569e245a18f5350e0d04aea30270bf987da08419
diff --git a/policy.go b/policy.go index <HASH>..<HASH> 100644 --- a/policy.go +++ b/policy.go @@ -123,7 +123,7 @@ type BasePolicy struct { // UseCompression tells the server to compress its response using zlib. // Use zlib compression on write or batch read commands when the command buffer size is greater // tha...
Adds comment for server version supported for compression
aerospike_aerospike-client-go
train
190ee9398dedbecf056bf0b80d3b2aa4cb211cd3
diff --git a/airflow/bin/cli.py b/airflow/bin/cli.py index <HASH>..<HASH> 100755 --- a/airflow/bin/cli.py +++ b/airflow/bin/cli.py @@ -80,7 +80,7 @@ def backfill(args): def trigger_dag(args): - + session = settings.Session() # TODO: verify dag_id execution_date = datetime.now() @@ -261,7 +261,7 ...
Bugfix and better logging of edge case
apache_airflow
train
627b1e9886b97bc7b2ac704457165c513659eaa0
diff --git a/tests/test_encapsulation.rb b/tests/test_encapsulation.rb index <HASH>..<HASH> 100644 --- a/tests/test_encapsulation.rb +++ b/tests/test_encapsulation.rb @@ -14,71 +14,64 @@ require_relative 'ciscotest' require_relative '../lib/cisco_node_utils/encapsulation' +require_relative '../lib/cisco_node_utils/...
test_encapsulation: cleanups * missing the module-type setup * removed redundant calls and tests * added pre_clean checks
cisco_cisco-network-node-utils
train
12a4d6a8a87d0b2ceb06124ab925fc73c590dc42
diff --git a/pom.xml b/pom.xml index <HASH>..<HASH> 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ <dependency> <groupId>com.blackducksoftware.integration</groupId> <artifactId>integration-common</artifactId> - <version>5.0.2</version> + <version>5.1.0</version> </dependency> ...
Fixing report for components with Unknown licenses and unknown versions. Fixing MetaService, Updating integration common version
blackducksoftware_blackduck-common
train
471e09cd3d5c347daaafa41dbb95d1aa08231ef4
diff --git a/fireplace/cards.py b/fireplace/cards.py index <HASH>..<HASH> 100644 --- a/fireplace/cards.py +++ b/fireplace/cards.py @@ -378,5 +378,10 @@ class Weapon(Card): class HeroPower(Card): + def play(self, target=None): + logging.info("%s plays hero power %r" % (self.controller, self)) + self.controller.av...
Make Hero Powers play()able once again
jleclanche_fireplace
train
b4b47f7f0ff53f70349e61f77586fff5edb824b1
diff --git a/pkg/datapath/link/link.go b/pkg/datapath/link/link.go index <HASH>..<HASH> 100644 --- a/pkg/datapath/link/link.go +++ b/pkg/datapath/link/link.go @@ -6,6 +6,7 @@ package link import ( "context" "fmt" + "strconv" "sync" "time" @@ -113,7 +114,17 @@ func (c *LinkCache) lookupName(ifIndex int) (stri...
datapath/link: Add Name helper for link names This commit shifts the ifName helper from the monitor package into the central link package so it can be associated directly with the LinkCache and allow other packages to get the interface in a human-friendly format without having to hold dedicated translation code in the...
cilium_cilium
train
766bfbea84e1efdf63285dabddf46e0349e37b16
diff --git a/lib/astrodrizzle/__init__.py b/lib/astrodrizzle/__init__.py index <HASH>..<HASH> 100644 --- a/lib/astrodrizzle/__init__.py +++ b/lib/astrodrizzle/__init__.py @@ -88,7 +88,7 @@ if False : else : __version__ = '4.1.0dev' -__vdate__ = '23-Aug-2011' +__vdate__ = '25-Aug-2011' # Revision based version ...
Corrected the problem with processing moving target data correctly with astrodrizzle. git-svn-id: <URL>
spacetelescope_drizzlepac
train
7b9287501869f9f53e12ecdcb471a8e76636294e
diff --git a/src/utilities/__tests__/assertValidName-test.js b/src/utilities/__tests__/assertValidName-test.js index <HASH>..<HASH> 100644 --- a/src/utilities/__tests__/assertValidName-test.js +++ b/src/utilities/__tests__/assertValidName-test.js @@ -23,8 +23,4 @@ describe('assertValidName()', () => { it('throws for...
Remove special case in assertValidName (#<I>) This __configs__ special case for assertValidName is no longer necessary now that we have the allowedLegacyNames mechanism.
graphql_graphql-js
train
e7ff4af1c525e0c8f70f381071809714318d68de
diff --git a/cumulusci/newcli/cli.py b/cumulusci/newcli/cli.py index <HASH>..<HASH> 100644 --- a/cumulusci/newcli/cli.py +++ b/cumulusci/newcli/cli.py @@ -625,7 +625,7 @@ def task_run(config, task_name, org, o, debug): traceback.print_exc() pdb.post_mortem() else: - raise e...
Fix exception handling to raise the actual exception rather than through Click's wrapper
SFDO-Tooling_CumulusCI
train
75246c0ca378cd91b27c8799369e3803b6bfd5c4
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,23 +1,31 @@ from distutils.core import setup + +try: + import pypandoc + long_description = pypandoc.convert('README.md', 'rst') +except(IOError, ImportError): + long_description = open('README.md').read() + setu...
Added long description, converting from markdown.
bakwc_PySyncObj
train
03a4150be9254f4472842fe8383171a71b0f039b
diff --git a/src/main/java/org/sql2o/Query.java b/src/main/java/org/sql2o/Query.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/sql2o/Query.java +++ b/src/main/java/org/sql2o/Query.java @@ -283,7 +283,7 @@ public class Query { }); } catch(SQLException ex){ - throw ...
added better error message, when executeAndFetch fails.
aaberg_sql2o
train
0f60f84e2cfd600f860ea164fc2537518eef8fa0
diff --git a/lib/aws.js b/lib/aws.js index <HASH>..<HASH> 100644 --- a/lib/aws.js +++ b/lib/aws.js @@ -70,7 +70,7 @@ aws.configure = function(options, callback) if (core.platform != "linux" || options.noConfigure || this.roles.indexOf(core.role) == -1) { if (this.key && !this.sdkProfile) return callback()...
skip aws meta check on first try
vseryakov_backendjs
train
0b3060bc42a14e74c5b04e655ad43d9429ff6be7
diff --git a/source/org/jasig/portal/channels/remotechannel/CRemoteChannel.java b/source/org/jasig/portal/channels/remotechannel/CRemoteChannel.java index <HASH>..<HASH> 100644 --- a/source/org/jasig/portal/channels/remotechannel/CRemoteChannel.java +++ b/source/org/jasig/portal/channels/remotechannel/CRemoteChannel.ja...
Removed "cookies=null" so that cookies actually get passed now. git-svn-id: <URL>
Jasig_uPortal
train
0c8a92af4759ee6d53c4c8a4d7a923d22d0c3da2
diff --git a/src/Monolog/Formatter/NormalizerFormatter.php b/src/Monolog/Formatter/NormalizerFormatter.php index <HASH>..<HASH> 100644 --- a/src/Monolog/Formatter/NormalizerFormatter.php +++ b/src/Monolog/Formatter/NormalizerFormatter.php @@ -150,9 +150,44 @@ class NormalizerFormatter implements FormatterInterface ...
Throw exception when json encoding fails and errors are not ignored, fixes #<I>
Seldaek_monolog
train
382672b5e7f3d7ab990a8f4d98c25abd6d238253
diff --git a/acceptance/tests/pluginsync/apply_should_sync_plugins.rb b/acceptance/tests/pluginsync/apply_should_sync_plugins.rb index <HASH>..<HASH> 100644 --- a/acceptance/tests/pluginsync/apply_should_sync_plugins.rb +++ b/acceptance/tests/pluginsync/apply_should_sync_plugins.rb @@ -128,7 +128,7 @@ begin on a...
Fix incorrect command execution in acceptance test This should be calling host.execute, which constructs a command object, rather than host.exec, which is trying to use the string as if it were a command object.
puppetlabs_puppet
train
ed81f1016513d3473d74fd3318854298a51a15d2
diff --git a/tools/soitoolkit-generator/soitoolkit-generator/src/main/java/org/soitoolkit/tools/generator/util/PreferencesUtil.java b/tools/soitoolkit-generator/soitoolkit-generator/src/main/java/org/soitoolkit/tools/generator/util/PreferencesUtil.java index <HASH>..<HASH> 100644 --- a/tools/soitoolkit-generator/soitoo...
Update issue <I> Changing default inbound-dir to point into the target-dir instead of having a user specific path.
soi-toolkit_soi-toolkit-mule
train
f3731eabb372e440252b19db0c6e3c882ea938f1
diff --git a/netty/src/main/java/io/grpc/netty/AbstractNettyHandler.java b/netty/src/main/java/io/grpc/netty/AbstractNettyHandler.java index <HASH>..<HASH> 100644 --- a/netty/src/main/java/io/grpc/netty/AbstractNettyHandler.java +++ b/netty/src/main/java/io/grpc/netty/AbstractNettyHandler.java @@ -206,9 +206,14 @@ abst...
netty: deflake ping flow control logic
grpc_grpc-java
train
25164372b8455c5ea3947cd412ae954f9b952088
diff --git a/structr-ui/src/main/resources/structr/js/crud.js b/structr-ui/src/main/resources/structr/js/crud.js index <HASH>..<HASH> 100644 --- a/structr-ui/src/main/resources/structr/js/crud.js +++ b/structr-ui/src/main/resources/structr/js/crud.js @@ -97,8 +97,10 @@ var _Crud = { _Crud.keys = []; ...
UI fine-tuning (avoid scrollbars in Data and Types view)
structr_structr
train
0b72f135b311e93162dabe61f9886456a65123aa
diff --git a/dramatiq/brokers/redis.py b/dramatiq/brokers/redis.py index <HASH>..<HASH> 100644 --- a/dramatiq/brokers/redis.py +++ b/dramatiq/brokers/redis.py @@ -231,9 +231,7 @@ class RedisBroker(Broker): if deadline and time.monotonic() >= deadline: raise QueueJoinTimeout(queue_name) -...
redis: fix race condition on join() in the redis broker. (#<I>)
Bogdanp_dramatiq
train
9407a7b8b940ae360807142d4327ee9682156652
diff --git a/gui/src/main/java/org/jboss/as/console/client/shared/subsys/activemq/connections/BridgesList.java b/gui/src/main/java/org/jboss/as/console/client/shared/subsys/activemq/connections/BridgesList.java index <HASH>..<HASH> 100644 --- a/gui/src/main/java/org/jboss/as/console/client/shared/subsys/activemq/connec...
* HAL-<I> - It is not possible to set -1 to reconnect attempts attribute of messaging bridge (#<I>) * HAL-<I> - Not possible to create security domain in Elytron subsystem configuration without outflow-security-domains attribute specified <URL>
hal_core
train
655d5e7115d1819d1acd8035e8a17ecf4789b782
diff --git a/cellpy/utils/batch.py b/cellpy/utils/batch.py index <HASH>..<HASH> 100644 --- a/cellpy/utils/batch.py +++ b/cellpy/utils/batch.py @@ -652,6 +652,8 @@ class Batch: shutil.copy(from_file, to_file) except shutil.SameFileError: logging.info("Same file! No point in...
add exception for FileNotFound handling in duplicate_cellpy_files in batch.py (and some minor fixes)
jepegit_cellpy
train
0ea251107481d5c10135ca7bc8bcc3cc86209746
diff --git a/team-service-client-spring/src/test/java/org/zalando/stups/fullstop/teams/RestTemplateTeamOperationsTest.java b/team-service-client-spring/src/test/java/org/zalando/stups/fullstop/teams/RestTemplateTeamOperationsTest.java index <HASH>..<HASH> 100644 --- a/team-service-client-spring/src/test/java/org/zaland...
don't verify order of MockServer requests
zalando-stups_fullstop
train
fd9c252ad756ca952df74cddebe7752f1f9bffe0
diff --git a/annis-gui/src/main/java/annis/gui/controlpanel/QueryPanel.java b/annis-gui/src/main/java/annis/gui/controlpanel/QueryPanel.java index <HASH>..<HASH> 100644 --- a/annis-gui/src/main/java/annis/gui/controlpanel/QueryPanel.java +++ b/annis-gui/src/main/java/annis/gui/controlpanel/QueryPanel.java @@ -21,6 +21,...
- replaced old RMI "isValidQuery" with new REST "check"
korpling_ANNIS
train
bcda41b508949be45741e408aa7f5d2f62935777
diff --git a/src/ol/render/webgl/polygonreplay.js b/src/ol/render/webgl/polygonreplay.js index <HASH>..<HASH> 100644 --- a/src/ol/render/webgl/polygonreplay.js +++ b/src/ol/render/webgl/polygonreplay.js @@ -88,17 +88,33 @@ if (ol.ENABLE_WEBGL) { for (i = 0, ii = holeFlatCoordinates.length; i < ii; ++i) { ...
Do not bridge holes outside of outer ring
openlayers_openlayers
train
c04ead5c51adf3085d73813133399468e6d87bb3
diff --git a/graylog2-server/src/main/java/org/graylog2/shared/initializers/RestApiService.java b/graylog2-server/src/main/java/org/graylog2/shared/initializers/RestApiService.java index <HASH>..<HASH> 100644 --- a/graylog2-server/src/main/java/org/graylog2/shared/initializers/RestApiService.java +++ b/graylog2-server/...
Extract plugin prefix string into a constant
Graylog2_graylog2-server
train
a740cbcaf25ff1b2d233851d5e2d5cce7e3d95c1
diff --git a/Neos.Flow/Classes/ObjectManagement/Proxy/ProxyClass.php b/Neos.Flow/Classes/ObjectManagement/Proxy/ProxyClass.php index <HASH>..<HASH> 100644 --- a/Neos.Flow/Classes/ObjectManagement/Proxy/ProxyClass.php +++ b/Neos.Flow/Classes/ObjectManagement/Proxy/ProxyClass.php @@ -257,6 +257,7 @@ class ProxyClass ...
BUGFIX: Ignore ProxyClass in code coverage of phpunit Add the @codeCoverageIgnore annotation to proxy class to ignore it in the coverage report.
neos_flow-development-collection
train
ee70361e53eabf3ca86ab1de28506bd7af5e608b
diff --git a/src/Symfony/Component/Form/Extension/Core/EventListener/ResizeFormListener.php b/src/Symfony/Component/Form/Extension/Core/EventListener/ResizeFormListener.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Form/Extension/Core/EventListener/ResizeFormListener.php +++ b/src/Symfony/Component/Form/E...
[Form] Fix <I> compatibility for ResizeFormListener
symfony_symfony
train
e2f1599604977774b9b619201a4ea6e0d8611397
diff --git a/client/driver/docker.go b/client/driver/docker.go index <HASH>..<HASH> 100644 --- a/client/driver/docker.go +++ b/client/driver/docker.go @@ -74,7 +74,7 @@ func (d *DockerDriver) Fingerprint(cfg *config.Config, node *structs.Node) (bool return false, nil } - privileged, err = strconv.ParseBool(d.con...
Fix build returned wrong value, and forot a ":" :/
hashicorp_nomad
train
982ce62432d4bc2c994946e0ff94044e4545e198
diff --git a/lib/app/helper/pagination_helper.js b/lib/app/helper/pagination_helper.js index <HASH>..<HASH> 100644 --- a/lib/app/helper/pagination_helper.js +++ b/lib/app/helper/pagination_helper.js @@ -50,6 +50,25 @@ module.exports = function HawkejsPagination(Hawkejs, Blast) { }); /** + * Is there a next page?...
Add pagination changes and language switcher
skerit_alchemy
train
1a87b27c1932c747ed994b7291a34b696bf0bae8
diff --git a/pymatgen/analysis/tests/test_adsorption.py b/pymatgen/analysis/tests/test_adsorption.py index <HASH>..<HASH> 100644 --- a/pymatgen/analysis/tests/test_adsorption.py +++ b/pymatgen/analysis/tests/test_adsorption.py @@ -38,25 +38,24 @@ class AdsorbateSiteFinderTest(PymatgenTest): def test_from_bulk_and_...
cleanup adsorption unittests
materialsproject_pymatgen
train
40362f3dc3c70999c55391d5a7d4292fdf4f2558
diff --git a/indra/tools/reading/submit_reading_pipeline.py b/indra/tools/reading/submit_reading_pipeline.py index <HASH>..<HASH> 100644 --- a/indra/tools/reading/submit_reading_pipeline.py +++ b/indra/tools/reading/submit_reading_pipeline.py @@ -432,6 +432,18 @@ class Submitter(object): self.job_list = job_li...
Add ability to call wait_for_complete using object.
sorgerlab_indra
train
9b8e63124ad66bce07ac702178edb097a0cf20e7
diff --git a/ext_emconf.php b/ext_emconf.php index <HASH>..<HASH> 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -17,5 +17,5 @@ $EM_CONF[$_EXTKEY] = [ 'author' => 'Tim Schreiner', 'author_email' => 'schreiner.tim@gmail.com', 'author_company' => '', - 'version' => '2.3.0-dev', + 'version' => '2...
[RELEASE] Set version to <I>
codemonkey1988_responsive-images
train
dc5843ac1d27640959fccb3c5b4c2838869f1ec0
diff --git a/cmd/jujud/agent/machine_test.go b/cmd/jujud/agent/machine_test.go index <HASH>..<HASH> 100644 --- a/cmd/jujud/agent/machine_test.go +++ b/cmd/jujud/agent/machine_test.go @@ -508,8 +508,7 @@ func (s *MachineSuite) TestManageEnviron(c *gc.C) { r0.waitForWorker(c, "txnpruner") r1 := s.singularRecord.nex...
Test fixes - don't care about the order that the workers are listed in. - check that all workers have started, not just the last on the list.
juju_juju
train
78178982a001475d580b8f368454b10bb309b27a
diff --git a/src/rez/utils/colorize.py b/src/rez/utils/colorize.py index <HASH>..<HASH> 100644 --- a/src/rez/utils/colorize.py +++ b/src/rez/utils/colorize.py @@ -298,6 +298,7 @@ class Printer(object): def __call__(self, msg='', style=None): print >> self.buf, self.get(msg, style) + self.buf.flus...
Call the flush method every time a Printer instance is called (so everytime it prints)
nerdvegas_rez
train
2d2c77c2331dcd04bf2095498305cb3253706f91
diff --git a/src/element.set.hooks.js b/src/element.set.hooks.js index <HASH>..<HASH> 100644 --- a/src/element.set.hooks.js +++ b/src/element.set.hooks.js @@ -1,4 +1,5 @@ var _ = require("./utils"), + features = require("./features"), hooks = {}; hooks.value = function(node, value) { @@ -27,13 +28,13 @@ hoo...
normalize button instead of which + use features.js everywhere
chemerisuk_better-dom
train
5fc1c1d0ce7d351d68c3596099449e05de885f5d
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ * df.values respects masked arrays [#640](https://github.com/vaexio/vaex/pull/640) * Rewriting a virtual column and doing a state transfer does not lead to `ValueError: list.remove(...
fix: Using automatic names for aggregators led to many underscores in name
vaexio_vaex
train
1c9030dff23b2c09d47d4d71d2e0a8d5452d243c
diff --git a/src/main/java/com/mebigfatguy/fbcontrib/utils/SerialVersionCalc.java b/src/main/java/com/mebigfatguy/fbcontrib/utils/SerialVersionCalc.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/mebigfatguy/fbcontrib/utils/SerialVersionCalc.java +++ b/src/main/java/com/mebigfatguy/fbcontrib/utils/SerialVersio...
Fix build : 2 PMD violations and 2 spotbugs violations
mebigfatguy_fb-contrib
train
095ecb93a72ddb25dc25d7186984a575e6f18e8b
diff --git a/modules/keyboard.js b/modules/keyboard.js index <HASH>..<HASH> 100644 --- a/modules/keyboard.js +++ b/modules/keyboard.js @@ -44,6 +44,7 @@ class Keyboard extends Module { if (handlers.length > 0) { let range = this.quill.getSelection(); handlers.forEach((handler) => { + i...
test for added handlers calling preventDefault() (#<I>)
quilljs_quill
train
b284f8ad697940be274f46694b937d8270c7babd
diff --git a/lib/node_modules/@stdlib/stats/incr/mstdev/lib/main.js b/lib/node_modules/@stdlib/stats/incr/mstdev/lib/main.js index <HASH>..<HASH> 100644 --- a/lib/node_modules/@stdlib/stats/incr/mstdev/lib/main.js +++ b/lib/node_modules/@stdlib/stats/incr/mstdev/lib/main.js @@ -162,9 +162,9 @@ function incrmstdev( W, m...
Use an unbiased estimator for the sample variance when provided a known mean
stdlib-js_stdlib
train
c65fdef8704c0674de4dc764d15997ad666a1459
diff --git a/lib/actions/ResourcesRemove.js b/lib/actions/ResourcesRemove.js index <HASH>..<HASH> 100644 --- a/lib/actions/ResourcesRemove.js +++ b/lib/actions/ResourcesRemove.js @@ -11,9 +11,7 @@ module.exports = function(SPlugin, serverlessPath) { SError = require(path.join(serverlessPath, 'ServerlessError')...
removes loads and fs dependencies;
serverless_serverless
train
3987c411750b3bd0d80d00fd890aa5d7f4da3f1d
diff --git a/lib/route_translator/route_set/translator.rb b/lib/route_translator/route_set/translator.rb index <HASH>..<HASH> 100644 --- a/lib/route_translator/route_set/translator.rb +++ b/lib/route_translator/route_set/translator.rb @@ -109,7 +109,10 @@ module RouteTranslator [route.app, conditions, route.re...
Work around route creation systems, closes #<I>
enriclluelles_route_translator
train
c4427772a8dcb6c79611b19b149072d228a85a98
diff --git a/core/src/main/java/com/orientechnologies/orient/core/sql/OCommandExecutorSQLSelect.java b/core/src/main/java/com/orientechnologies/orient/core/sql/OCommandExecutorSQLSelect.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/orientechnologies/orient/core/sql/OCommandExecutorSQLSelect.java +++ b/c...
Fixed bug reported by Andrey in the Forum about ORDER BY + LIMIT parsing error in SQL statements
orientechnologies_orientdb
train
b43966f0eaa281d2f344b12221fe3c9d0f8e9ef5
diff --git a/scripts/clean-and-run-downlevel-dts.js b/scripts/clean-and-run-downlevel-dts.js index <HASH>..<HASH> 100644 --- a/scripts/clean-and-run-downlevel-dts.js +++ b/scripts/clean-and-run-downlevel-dts.js @@ -3,7 +3,7 @@ * @description Removes '{repo-root}/ts3.5' directory, re-creates it, runs * `npm run dow...
#<I>, #<I> - Updated 'clean-and-run*' script's 'completed successfully' message. - Ran auto format on 'clean-and-run' script.
differui_rollup-plugin-sass
train
6809b28cbdc5faca9debe7021fc55f2b5ad9b03b
diff --git a/install/lib/class.installer.php b/install/lib/class.installer.php index <HASH>..<HASH> 100644 --- a/install/lib/class.installer.php +++ b/install/lib/class.installer.php @@ -468,7 +468,13 @@ // Configuration: Populating array $conf = Symphony::Configuration()->get(); + ...
Make sure configuration is traversable This should prevent us from installing over a broken configuration Picked from b<I>d3dc0
symphonycms_symphony-2
train
abba89bd466c2f45ad5e2387001f8cd3bcb41bfe
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -34,11 +34,9 @@ setup(name='lettuce', author=u'Gabriel Falcao', author_email='gabriel@nacaolivre.org', url='http://github.com/gabrielfalcao/lettuce', - scripts = ['lettuce/lettuce'], packages=get_package...
Removed "scripts" entry from setup.py file. Using only "console_scripts", that also generates an executable file on Windows
aloetesting_aloe_django
train
372b5842169d05d4c38d44a25fe03d3c1b3c7500
diff --git a/stylelint.config.js b/stylelint.config.js index <HASH>..<HASH> 100644 --- a/stylelint.config.js +++ b/stylelint.config.js @@ -74,7 +74,7 @@ module.exports = { ignore: ['inside-parens'] } ], - 'number-leading-zero': 'never', + 'number-leading-zero': 'always', 'number-max-prec...
Adjust to sync with Prettier for CSS
alexilyaev_stylelint-find-rules
train
46759f5337a6cd5f44341f5acd50e9b7fe23d504
diff --git a/lib/volt/models/persistors/array_store.rb b/lib/volt/models/persistors/array_store.rb index <HASH>..<HASH> 100644 --- a/lib/volt/models/persistors/array_store.rb +++ b/lib/volt/models/persistors/array_store.rb @@ -269,6 +269,11 @@ module Volt $loading_models = false end + # Called wh...
Fix empty second query issue on server, closes #<I>
voltrb_volt
train
0673694d1288a3e3298a055bd67e7feae9f6d48c
diff --git a/lib/ircnode.js b/lib/ircnode.js index <HASH>..<HASH> 100644 --- a/lib/ircnode.js +++ b/lib/ircnode.js @@ -27,7 +27,11 @@ irc.userLoop = setInterval(function () { irc.config = JSON.parse(fs.readFileSync(config_file)); irc.users = JSON.parse(fs.readFileSync(user_file)); -irc.hosts = JSON.parse(fs.re...
Made hosts file optional. Subject to testing.
totallymike_ircnode
train
e85994783bb19a734f371c80369ee07ed0744442
diff --git a/dev/com.ibm.ws.ejbcontainer.core/src/com/ibm/ejs/container/HandleListProxy.java b/dev/com.ibm.ws.ejbcontainer.core/src/com/ibm/ejs/container/HandleListProxy.java index <HASH>..<HASH> 100644 --- a/dev/com.ibm.ws.ejbcontainer.core/src/com/ibm/ejs/container/HandleListProxy.java +++ b/dev/com.ibm.ws.ejbcontain...
Issue #<I> missed update to ejb class
OpenLiberty_open-liberty
train
bbc4a7fb48ac971d91769e89ce7312642097df3e
diff --git a/admin_media.php b/admin_media.php index <HASH>..<HASH> 100644 --- a/admin_media.php +++ b/admin_media.php @@ -1259,35 +1259,35 @@ echo WT_JS_START; ?> } - if ($media["EXISTS"]) { - echo "<br />"; - switch ($media["EXISTS"]) { - case 1: - echo "<br />".WT_I18N::...
#<I> - Linkage of media to source is not stored (version <I>)
fisharebest_webtrees
train
912e731c5a83c3e8d50b7b3516a256a9b2bc71d1
diff --git a/js-modules/prettify.js b/js-modules/prettify.js index <HASH>..<HASH> 100644 --- a/js-modules/prettify.js +++ b/js-modules/prettify.js @@ -59,6 +59,8 @@ include("defs.js"); +var HACK_TO_FIX_JS_INCLUDE_PL; + /** * {@type !{ * 'createSimpleLexer': function (Array, Array): (function (JobT)),
a hack to fix an issue with js_include.pl include('defs.js') in prettify.js was inserted in the wrong place, this is because of the way the perl script expects surrounding lines to look like. So we add a dummy variable declaration without preceding comment lines.
google_code-prettify
train
282ff24ae2e09f4458a4a654d3763f1d81886952
diff --git a/doc/conf.py b/doc/conf.py index <HASH>..<HASH> 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -52,9 +52,9 @@ copyright = u'2017, Microsoft' # built documents. # # The short X.Y version. -version = '2.2.1' +version = '2.3.1' # The full version, including alpha/beta/rc tags. -release = '2.2.1' +release = ...
python <I> release version bump
Azure_azure-sdk-for-python
train
3ccb553f9f124336ad42eaa7647a0f05a357780f
diff --git a/salt/renderers/gpg.py b/salt/renderers/gpg.py index <HASH>..<HASH> 100644 --- a/salt/renderers/gpg.py +++ b/salt/renderers/gpg.py @@ -244,11 +244,16 @@ def _get_key_dir(): ''' return the location of the GPG key directory ''' + gpg_keydir = None if 'config.get' in __salt__: g...
get config_dir based off conf_file get config_dir based off conf_file if config_dir not in __opts__ ZD <I>
saltstack_salt
train
683819501761aad2372698d6bff2c2b9fc26d9f9
diff --git a/java/grpc-client/src/main/java/io/vitess/client/grpc/GrpcClientFactory.java b/java/grpc-client/src/main/java/io/vitess/client/grpc/GrpcClientFactory.java index <HASH>..<HASH> 100644 --- a/java/grpc-client/src/main/java/io/vitess/client/grpc/GrpcClientFactory.java +++ b/java/grpc-client/src/main/java/io/vit...
Test failure case - renamed "credentials" to "callCredentials" - added a failure case to unit test
vitessio_vitess
train
28a5719f5fc275343f7cad11722284527d108426
diff --git a/lib/client.js b/lib/client.js index <HASH>..<HASH> 100644 --- a/lib/client.js +++ b/lib/client.js @@ -246,6 +246,7 @@ MatrixClient.prototype.downloadKeys = function(userIds, forceDownload) { self.sessionStore.storeEndToEndDevicesForUser( userId, res.device_keys...
Add method for listing the device keys we have for a user
matrix-org_matrix-js-sdk
train
04c6c9a0e176cb69de3a6c9df342b02485a36069
diff --git a/lib/active_merchant/billing/gateways/litle.rb b/lib/active_merchant/billing/gateways/litle.rb index <HASH>..<HASH> 100755 --- a/lib/active_merchant/billing/gateways/litle.rb +++ b/lib/active_merchant/billing/gateways/litle.rb @@ -101,6 +101,10 @@ module ActiveMerchant #:nodoc: build_response(:regi...
Allow setting test mode per transaction for litle
activemerchant_active_merchant
train
44c80703ed852d16e48232afb0b4c2b49bdc6ff1
diff --git a/src/wyil/transforms/BackPropagation.java b/src/wyil/transforms/BackPropagation.java index <HASH>..<HASH> 100755 --- a/src/wyil/transforms/BackPropagation.java +++ b/src/wyil/transforms/BackPropagation.java @@ -202,8 +202,7 @@ public class BackPropagation extends BackwardFlowAnalysis<BackPropagation.Env> { ...
Minor bug fix for debug and back-propagation.
Whiley_WhileyCompiler
train
d8eea3118c11f23123f3d229e9102e4aee2b0d01
diff --git a/org.jenetics/src/main/java/org/jenetics/engine/Optimizer.java b/org.jenetics/src/main/java/org/jenetics/engine/Optimizer.java index <HASH>..<HASH> 100644 --- a/org.jenetics/src/main/java/org/jenetics/engine/Optimizer.java +++ b/org.jenetics/src/main/java/org/jenetics/engine/Optimizer.java @@ -33,7 +33,7 @@...
Implement 'Optimizer'.
jenetics_jenetics
train
e0083567bb9c3bcac96cd4880e6ff0b3277d51c0
diff --git a/pyspectral/tests/test_rayleigh.py b/pyspectral/tests/test_rayleigh.py index <HASH>..<HASH> 100644 --- a/pyspectral/tests/test_rayleigh.py +++ b/pyspectral/tests/test_rayleigh.py @@ -137,7 +137,7 @@ class TestRayleighDask(unittest.TestCase): get_rsr_version.return_code = RSR_DATA_VERSION g...
Simplify creation of dask arrays for input
pytroll_pyspectral
train
6d16ad02e25b3259a4a90bd769cc3c4920f6cb9b
diff --git a/lib/fetch/base.rb b/lib/fetch/base.rb index <HASH>..<HASH> 100644 --- a/lib/fetch/base.rb +++ b/lib/fetch/base.rb @@ -16,36 +16,13 @@ module Fetch # progress do |progress| # # update progress in percent # end - define_callback :before_fetch, + define_callback :sources, + ...
Use callbacks for sources and modules
bogrobotten_fetch
train
263fa2386b43c84a3edad0ef33a1820295a39966
diff --git a/lib/codelog/command/bump.rb b/lib/codelog/command/bump.rb index <HASH>..<HASH> 100644 --- a/lib/codelog/command/bump.rb +++ b/lib/codelog/command/bump.rb @@ -23,7 +23,7 @@ module Codelog def next_version(version_type) last_version = last_created_changelog.split('.').map(&:to_i) - c...
Fixed non-downcase valid commands being ignored by the code flow
codus_codelog
train
1feb7a0ef4ff095b9712f891385207b60f4c2e6c
diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/utils/System2.java b/sonar-plugin-api/src/main/java/org/sonar/api/utils/System2.java index <HASH>..<HASH> 100644 --- a/sonar-plugin-api/src/main/java/org/sonar/api/utils/System2.java +++ b/sonar-plugin-api/src/main/java/org/sonar/api/utils/System2.java @@ -127,6...
Fix test to make it run on mac os (#<I>) * fix test to make it run on mac os
SonarSource_sonarqube
train
f535ab0c8c0d6be1c2ba6e3adc9fe181bf610552
diff --git a/Lib/glyphsLib/builder/features.py b/Lib/glyphsLib/builder/features.py index <HASH>..<HASH> 100644 --- a/Lib/glyphsLib/builder/features.py +++ b/Lib/glyphsLib/builder/features.py @@ -100,7 +100,7 @@ def _to_ufo_features( if feature_name: name = feature_name.groups()[-1] ...
[builder] Handle more feature names Not all feature names can b e handled by the simple syntax (e.g. if a language etc. other than the default is used, or having multiple name statements). Also instead of using regex while we already have the parsed AST, use it.
googlefonts_glyphsLib
train
6bd5007f4f7c85d13879ed46a0d383644f0dccae
diff --git a/annotations/src/main/java/com/google/j2objc/annotations/AutoreleasePool.java b/annotations/src/main/java/com/google/j2objc/annotations/AutoreleasePool.java index <HASH>..<HASH> 100644 --- a/annotations/src/main/java/com/google/j2objc/annotations/AutoreleasePool.java +++ b/annotations/src/main/java/com/goog...
Updates the javadoc for some annotations, adding content that was previously in reference docs.
google_j2objc
train
5f34163b88c06a8ff1f3c591370fd24483953ffa
diff --git a/src/transformers/modeling_flax_utils.py b/src/transformers/modeling_flax_utils.py index <HASH>..<HASH> 100644 --- a/src/transformers/modeling_flax_utils.py +++ b/src/transformers/modeling_flax_utils.py @@ -210,7 +210,7 @@ class FlaxPreTrainedModel(PushToHubMixin, FlaxGenerationMixin): resume_d...
Add missing character (#<I>)
huggingface_pytorch-pretrained-BERT
train
20085794f023e2e5cf7d772a67f9c3b2e3afc93f
diff --git a/container_test.go b/container_test.go index <HASH>..<HASH> 100644 --- a/container_test.go +++ b/container_test.go @@ -267,8 +267,7 @@ func TestStart(t *testing.T) { // Try to avoid the timeoout in destroy. Best effort, don't check error cStdin, _ := container.StdinPipe() cStdin.Close() - container.Wa...
Increase the timeout in TestStart() to make sure the container has the time to die within the function
containers_storage
train
9f59c2b3b7187659961805e8c22b096e9f62e2a8
diff --git a/pyprophet/main.py b/pyprophet/main.py index <HASH>..<HASH> 100644 --- a/pyprophet/main.py +++ b/pyprophet/main.py @@ -260,7 +260,7 @@ def reduce(infile, outfile): @click.option('--out','outfile', required=True, type=click.Path(exists=False), help='Merged OSW output file.') @click.option('--same_run/--no-...
[FEATURE: Merge UPDATE]: Make merged_post_scored_runs boolean flag for def merge
PyProphet_pyprophet
train
b0ac20dadade86382d296fce5008d39691004962
diff --git a/keys.go b/keys.go index <HASH>..<HASH> 100644 --- a/keys.go +++ b/keys.go @@ -79,6 +79,17 @@ func ImportKeysFromFile(fname string) ([]*Account, error) { return ImportKeys(f) } +// ExportKeysToFile will create the named file (or truncate it) and write all the accounts to that file in libotr format. +fu...
Final pieces of libotr export of accounts, for issue #<I>
coyim_otr3
train
5005502c38a9bd5709a9b340c8aae3b58c194cc7
diff --git a/SlevomatCodingStandard/Sniffs/Whitespaces/DuplicateSpacesSniff.php b/SlevomatCodingStandard/Sniffs/Whitespaces/DuplicateSpacesSniff.php index <HASH>..<HASH> 100644 --- a/SlevomatCodingStandard/Sniffs/Whitespaces/DuplicateSpacesSniff.php +++ b/SlevomatCodingStandard/Sniffs/Whitespaces/DuplicateSpacesSniff.p...
DuplicateSpacesSniff: Ignore indentation in doccomments
slevomat_coding-standard
train
91b35674a0d97d0e815ec08f69e0268fa8c81ebd
diff --git a/host-controller/src/main/java/org/jboss/as/host/controller/operations/StartServersHandler.java b/host-controller/src/main/java/org/jboss/as/host/controller/operations/StartServersHandler.java index <HASH>..<HASH> 100644 --- a/host-controller/src/main/java/org/jboss/as/host/controller/operations/StartServer...
[WFCORE-<I>] Avoid start duplicate servers after reloading a HC [WFCORE-<I>] Fix problem starting servers even if they were registered
wildfly_wildfly-core
train
366d8db0549ece02e5c90b727435492027229f59
diff --git a/stravalib/client.py b/stravalib/client.py index <HASH>..<HASH> 100644 --- a/stravalib/client.py +++ b/stravalib/client.py @@ -552,7 +552,7 @@ class Client(object): def update_activity(self, activity_id, name=None, activity_type=None, private=None, commute=None, trainer=None,...
added device_name to update_activity
hozn_stravalib
train
fc9340213e2907fe22625dbe9e356ecb5745866d
diff --git a/cake/libs/inflector.php b/cake/libs/inflector.php index <HASH>..<HASH> 100644 --- a/cake/libs/inflector.php +++ b/cake/libs/inflector.php @@ -56,7 +56,7 @@ class Inflector { '/(c)hild$/i' => '\1hildren', '/(buffal|tomat)o$/i' => '\1\2oes', '/(alumn|bacill|cact|foc|fung|nucle|radi|stimul|syllab|...
Applying patch from 'thatcode', makes the 'us' rule case insensitive. Fixes #<I>
cakephp_cakephp
train
ac994bb26a38f1af01496bc518f5b7f5cee83100
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "test" }, "dependencies": { - "hosted-git-info": "^2.0.2", + "hosted-git-info": "^2.1.4", "semver": "4" }, "devDependencies": { diff --git a/test/bitbucket.js b/...
hosted-git-info@<I>
npm_npm-package-arg
train
c6a41bb4f0523bf1aba7ad09914282fe928795e8
diff --git a/fireplace/actions.py b/fireplace/actions.py index <HASH>..<HASH> 100644 --- a/fireplace/actions.py +++ b/fireplace/actions.py @@ -268,6 +268,34 @@ class Play(GameAction): card.choose = None +class Activate(GameAction): + class Args(Action.Args): + PLAYER = 0 + HEROPOWER = 1 + TARGET = 2 + + def g...
Implement Activate() action This works like the play() action. Closes #<I>.
jleclanche_fireplace
train
a6864e265f4d5ab8138fa596073eaadd41ef055d
diff --git a/src/lib/MagicSpoon.js b/src/lib/MagicSpoon.js index <HASH>..<HASH> 100644 --- a/src/lib/MagicSpoon.js +++ b/src/lib/MagicSpoon.js @@ -191,7 +191,7 @@ const MagicSpoon = { // Will always be less than or equal to the current balance sdkAccount.calculatePaddedReserve = () => { const...
Fixed calculate padded reserve(extra value changed to <I>)
stellarterm_stellarterm
train
69294766deb11d3b90cfe0a3dbda76547f846859
diff --git a/src/main/java/com/tomgibara/streams/ByteReadStream.java b/src/main/java/com/tomgibara/streams/ByteReadStream.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/tomgibara/streams/ByteReadStream.java +++ b/src/main/java/com/tomgibara/streams/ByteReadStream.java @@ -162,12 +162,11 @@ public final class ...
Provides specialized implementations for byte buffer methods.
tomgibara_streams
train
0211d3a486ac76138efe4bfb73d4e1ebea0ae239
diff --git a/packages/dvan/lib/index.js b/packages/dvan/lib/index.js index <HASH>..<HASH> 100644 --- a/packages/dvan/lib/index.js +++ b/packages/dvan/lib/index.js @@ -1,5 +1,6 @@ const path = require('path') const merge = require('lodash.merge') +const resolveFrom = require('resolve-from') const logger = require('@d...
Update a way to require from CWD
evillt_dvan
train
187b507b3d1dacc2fa7b399b7d33d203d98aa26b
diff --git a/server/src/test/java/org/apache/druid/curator/CuratorModuleTest.java b/server/src/test/java/org/apache/druid/curator/CuratorModuleTest.java index <HASH>..<HASH> 100644 --- a/server/src/test/java/org/apache/druid/curator/CuratorModuleTest.java +++ b/server/src/test/java/org/apache/druid/curator/CuratorModul...
Fix CuratorModule flaky test (#<I>) For CuratorModuleTest. exitsJvmWhenMaxRetriesExceeded(), the expected log message is intermittently not the first one in the list of captured log messages. For example, it is the second one in <URL>
apache_incubator-druid
train
8aca902011981a236cedf32d0c859078c7881b71
diff --git a/oauthlib/oauth1/rfc5849/__init__.py b/oauthlib/oauth1/rfc5849/__init__.py index <HASH>..<HASH> 100644 --- a/oauthlib/oauth1/rfc5849/__init__.py +++ b/oauthlib/oauth1/rfc5849/__init__.py @@ -173,10 +173,12 @@ class Client(object): params.append(('oauth_verifier', self.verifier)) # pr...
Update comments regarding OAuth Request Body Hash. (#<I>)
oauthlib_oauthlib
train
f340becb19006b7ae8778fe31b48d6724eb0fef5
diff --git a/tests/test_plugins.py b/tests/test_plugins.py index <HASH>..<HASH> 100644 --- a/tests/test_plugins.py +++ b/tests/test_plugins.py @@ -33,7 +33,9 @@ def cmd2(arg): # which calls `dist.requires()` and the `cligj.plugins.group()` decorator # doesn't allow us to change this. Because we are manually register...
Added note about why DistStub() is used instead of pkg_resources.Distribution()
mapbox_cligj
train
38cce6114f3fd4f3053bde5d96878c166ef8ae5b
diff --git a/lib/celluloid.rb b/lib/celluloid.rb index <HASH>..<HASH> 100644 --- a/lib/celluloid.rb +++ b/lib/celluloid.rb @@ -285,10 +285,15 @@ module Celluloid # messages in its mailbox in the meantime def defer(&block) # This implementation relies on the present implementation of - # Celluloid::Future,...
Handle #async internally within an actor
celluloid_celluloid
train