hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
7643d87cdd030cf92c3d35194089f3157e32af79
diff --git a/src/main/java/org/odlabs/wiquery/core/commons/WiQueryCoreHeaderContributor.java b/src/main/java/org/odlabs/wiquery/core/commons/WiQueryCoreHeaderContributor.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/odlabs/wiquery/core/commons/WiQueryCoreHeaderContributor.java +++ b/src/main/java/org/odlabs/...
fix on r<I>. the wrong variable was used, this breaks all ajax requests targets. svn path=/trunk/; revision=<I>
WiQuery_wiquery
train
18b96068b13ab2c7b296194ad55734f654197449
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -184,10 +184,11 @@ about.) For more on Alan Kay, go to youtube and vimeo. His 30+ min lectures are heavenly. + The End ------- -... for now. +... for now. (Todo: async and css). diff --git a/lib/json_applet....
Implemented: attrs are run through sanitizer.
da99_www_app
train
23143bb7d132c0b67a70029af66abe643d664f5e
diff --git a/acceptancetests/jujupy/exceptions.py b/acceptancetests/jujupy/exceptions.py index <HASH>..<HASH> 100644 --- a/acceptancetests/jujupy/exceptions.py +++ b/acceptancetests/jujupy/exceptions.py @@ -28,9 +28,6 @@ class StatusTimeout(Exception): class ControllersTimeout(Exception): """Raised when 'juju sho...
Remove BackupTimeout as it's no longer required
juju_juju
train
57f576bbf1e1ec85520b3b1a5d981cf166554e6a
diff --git a/rpcserver.go b/rpcserver.go index <HASH>..<HASH> 100644 --- a/rpcserver.go +++ b/rpcserver.go @@ -951,6 +951,8 @@ func (r *rpcServer) PendingChannels(ctx context.Context, }, ) + resp.TotalLimboBalance += channel.LocalBalance + // If the channel was force closed, then we'll need to query ...
rpc: include pending close channels in total limbo balance
lightningnetwork_lnd
train
483308b165313541541e8436c0460d22e437fb3b
diff --git a/skorch/helper.py b/skorch/helper.py index <HASH>..<HASH> 100644 --- a/skorch/helper.py +++ b/skorch/helper.py @@ -5,6 +5,7 @@ They should not be used in skorch directly. """ from functools import partial from skorch.utils import _make_split +from skorch.utils import _make_optimizer class SliceDict(...
RFC: Converts make_optimizer to a private func (#<I>)
skorch-dev_skorch
train
07e3b9315c3d87205ef5ac890767c277f29d9068
diff --git a/core/src/main/java/io/undertow/util/DateUtils.java b/core/src/main/java/io/undertow/util/DateUtils.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/io/undertow/util/DateUtils.java +++ b/core/src/main/java/io/undertow/util/DateUtils.java @@ -23,6 +23,7 @@ import java.text.SimpleDateFormat; import ...
Change to using a timer to invalidate the date rather than calling nanoTime each request
undertow-io_undertow
train
426f30a9620f3a3a3f75f9e3f663c3348218ce85
diff --git a/lib/query.js b/lib/query.js index <HASH>..<HASH> 100644 --- a/lib/query.js +++ b/lib/query.js @@ -12,6 +12,9 @@ var Query = function(config) { //set or used until a rowDescription message comes in this.rowDescription = null; this.callback = config.callback; + this._fieldNames = []; + this._field...
started making listeners non-closure based
brianc_node-postgres
train
340017153e4ebea134bba5bd7cfb33600617e924
diff --git a/keanu-python/tests/test_gradient_optimization.py b/keanu-python/tests/test_gradient_optimization.py index <HASH>..<HASH> 100644 --- a/keanu-python/tests/test_gradient_optimization.py +++ b/keanu-python/tests/test_gradient_optimization.py @@ -22,7 +22,7 @@ def test_gradient_op_bayes_net(model): def test_...
Use size instead of len on Java lists.
improbable-research_keanu
train
7d8e12dfb3d92049c496c6388972326425b34dec
diff --git a/test/vector-test.js b/test/vector-test.js index <HASH>..<HASH> 100644 --- a/test/vector-test.js +++ b/test/vector-test.js @@ -605,6 +605,24 @@ describe("vector", function () { [(7*4)+(8*5)+(9*6)]]); assertVectorsExactlyEqual(r, expected); }); + it("should mult...
Fix size check for matrix multiplication.
benmosheron_ben-loves-vectors
train
b30fe7de05afcb8a3675c79314bb2fabf4d7782c
diff --git a/advanced/attributes/src/main/java/org/arakhne/afc/attrs/attr/AttributeComparator.java b/advanced/attributes/src/main/java/org/arakhne/afc/attrs/attr/AttributeComparator.java index <HASH>..<HASH> 100644 --- a/advanced/attributes/src/main/java/org/arakhne/afc/attrs/attr/AttributeComparator.java +++ b/advance...
Add the missed dependencies in the maven tool module.
gallandarakhneorg_afc
train
1ac0f18a91bfccff7b809c23cf64ab2520d59d8f
diff --git a/languagetool-core/src/main/java/org/languagetool/tagging/disambiguation/rules/DisambiguationPatternRuleReplacer.java b/languagetool-core/src/main/java/org/languagetool/tagging/disambiguation/rules/DisambiguationPatternRuleReplacer.java index <HASH>..<HASH> 100644 --- a/languagetool-core/src/main/java/org/l...
corrected the token that is passed when creating a new MatchState
languagetool-org_languagetool
train
9e5f12f8b4cdb7e1b0c39f0f9e6fc5678454cbf7
diff --git a/command/helpers_test.go b/command/helpers_test.go index <HASH>..<HASH> 100644 --- a/command/helpers_test.go +++ b/command/helpers_test.go @@ -312,8 +312,9 @@ func TestPrettyTimeDiff(t *testing.T) { {-20460 * time.Hour, "2y4mo ago"}, } for _, tc := range test_cases { - t2 := time.Now().Add(tc.d) - ...
Declare time.Now once to prevent flakiness
hashicorp_nomad
train
c3130ce81159d227ea13b56c7db23fb9bbd41cbf
diff --git a/core/common/src/main/java/alluxio/cli/CommandUtils.java b/core/common/src/main/java/alluxio/cli/CommandUtils.java index <HASH>..<HASH> 100644 --- a/core/common/src/main/java/alluxio/cli/CommandUtils.java +++ b/core/common/src/main/java/alluxio/cli/CommandUtils.java @@ -13,7 +13,6 @@ package alluxio.cli; ...
Deprecate Throwables.propagate with RuntimeException in CommandUtils.java
Alluxio_alluxio
train
ad234f225f7ccd79114cba997bc2d318b1f0b90c
diff --git a/moto/batch/models.py b/moto/batch/models.py index <HASH>..<HASH> 100644 --- a/moto/batch/models.py +++ b/moto/batch/models.py @@ -815,8 +815,10 @@ class BatchBackend(BaseBackend): raise InvalidParameterValueException( "computeResources must contain {0}".format(param) ...
Batch: computeResources.instanceRole is an instance profile It's not an IAM role (the API parameter name in Batch is a misnomer). Validation by matching against known role ARNs will always fail. Scan the known instance profile ARNs instead.
spulec_moto
train
3fdc01e477bf61480ef07ec4639a87eb3c827e44
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/dashboards_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/dashboards_controller.rb index <HASH>..<HASH> 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/dashboards_controller.rb +++ b/sonar-server/src/main/webapp/WE...
SONAR-<I> Return proper response codes on unauthorized operation
SonarSource_sonarqube
train
f63bfc6b51ac5ae2eb0eda200d22d8181e875733
diff --git a/service_configuration_lib/__init__.py b/service_configuration_lib/__init__.py index <HASH>..<HASH> 100644 --- a/service_configuration_lib/__init__.py +++ b/service_configuration_lib/__init__.py @@ -141,12 +141,19 @@ def services_deployed_on(hostname, service_configuration=None): running_services = ser...
Make it so that deployed_to: True causes a service to be deployed everywhere
Yelp_service_configuration_lib
train
634f4479ff12654870dc3416c872dd092d449a20
diff --git a/karma.saucelabs.conf.js b/karma.saucelabs.conf.js index <HASH>..<HASH> 100644 --- a/karma.saucelabs.conf.js +++ b/karma.saucelabs.conf.js @@ -1,6 +1,16 @@ 'use strict' var customLaunchers = { + win10chrome: { + base: 'SauceLabs', + browserName: 'chrome', + platform: 'Windows 10' + }, + win1...
Moving to available browsers in saucelabs
holidayextras_barometer
train
0130e9c194735be7514f1d420e7fdba595e21d4d
diff --git a/lib/utils/format_utils.js b/lib/utils/format_utils.js index <HASH>..<HASH> 100644 --- a/lib/utils/format_utils.js +++ b/lib/utils/format_utils.js @@ -19,7 +19,13 @@ function formatComment(comment) { return parts[0]; } return parts.reduce(function(previousValue, currentValue) { - return previo...
drive multiline javadoc unchanged from JDL Studio to generated domain class this change is tested with PR jhipster/generator-jhipster#<I> advisable is merge this PR after jhipster/generator-jhipster#<I> is merged fix jhipster/jhipster-core#<I>
jhipster_jhipster-core
train
56b2e1ae7ae2335f7292d740a3004901fae7293f
diff --git a/src/Composer/Installer.php b/src/Composer/Installer.php index <HASH>..<HASH> 100644 --- a/src/Composer/Installer.php +++ b/src/Composer/Installer.php @@ -35,6 +35,7 @@ use Composer\Installer\NoopInstaller; use Composer\Installer\SuggestedPackagesReporter; use Composer\IO\IOInterface; use Composer\Packag...
Allow installing an aliased root package
composer_composer
train
3bbc312ec1cd35b5c8c00d78353cc0fdfe8bddfd
diff --git a/conll2003-evaluation/src/main/java/org/t3as/ner/conll2003/Util.java b/conll2003-evaluation/src/main/java/org/t3as/ner/conll2003/Util.java index <HASH>..<HASH> 100644 --- a/conll2003-evaluation/src/main/java/org/t3as/ner/conll2003/Util.java +++ b/conll2003-evaluation/src/main/java/org/t3as/ner/conll2003/Uti...
Added some comments to the code.
NICTA_nicta-ner
train
fbe27e61d41a145226dd246b9bcc0b7d8be7f3cb
diff --git a/commands/system/download.js b/commands/system/download.js index <HASH>..<HASH> 100644 --- a/commands/system/download.js +++ b/commands/system/download.js @@ -1,57 +1,76 @@ const request = require("superagent"); const vm = require("vm"); -var fs = require("fs"); +var fs = require("fs-extra"); exports.r...
Fix Download Command Using new paths. Downloaded commands go in client.
dirigeants_komada
train
3fdc481a5eba4a8059d2dd7945d4e9e1d5b1d1c2
diff --git a/lib/codemirror.js b/lib/codemirror.js index <HASH>..<HASH> 100644 --- a/lib/codemirror.js +++ b/lib/codemirror.js @@ -4767,11 +4767,11 @@ window.CodeMirror = (function() { if (extend) extendSelection(this, pos); else setSelection(this, pos, pos); }), - setSelection: docOperation(funct...
Add (undocumented, not yet final) extra argument to setSelection and extendSelection Issue #<I>
codemirror_CodeMirror
train
7c81513dac23aa65f723ced72f266b234922c3a9
diff --git a/validator/file.php b/validator/file.php index <HASH>..<HASH> 100644 --- a/validator/file.php +++ b/validator/file.php @@ -210,6 +210,7 @@ class file } else { + // @todo: stylesheet.css have yet to be fixed for 3.1 $this->messages->push('debug', $this->user->lang('FILE_NOT_VALIDATED', $origin...
Add validation of <I> into <I>
phpbb_phpbb-translation-validator
train
587f013159eaa31ebd70dc52a990081231c2af59
diff --git a/public/js/omega.js b/public/js/omega.js index <HASH>..<HASH> 100644 --- a/public/js/omega.js +++ b/public/js/omega.js @@ -139,7 +139,8 @@ var OmegaIssueTracker = {}; }); this.socket.on('issue prioritized', function (updater, id, props) { - that.handleMessage(updater + ' marked ' + id + ' as criti...
Can now toggle issues as critical. Added a quick test... need node tests.
wachunga_omega
train
f5f4e316b81016ca005f74af4c25e52850171013
diff --git a/test/helpers/utils.go b/test/helpers/utils.go index <HASH>..<HASH> 100644 --- a/test/helpers/utils.go +++ b/test/helpers/utils.go @@ -338,3 +338,21 @@ func ManifestGet(manifestFilename string) string { } return filepath.Join(BasePath, "k8sT", "manifests", manifestFilename) } + +// WriteOrAppendToFile ...
Test: added WriteOrAppendToFile helper function Added `WriteOrAppendToFile` helper function to be able to append data to any other file.
cilium_cilium
train
3be1b53532d234122009b07ef570828a746c3c40
diff --git a/src/species/toucher.js b/src/species/toucher.js index <HASH>..<HASH> 100644 --- a/src/species/toucher.js +++ b/src/species/toucher.js @@ -190,21 +190,25 @@ define(function(require) { event = document.createEvent('Event'); event.initEvent('touch' + type, true, true); - // just like the mobile b...
added touch methods/properies, as described by w3c
marmelab_gremlins.js
train
8c8ec7d516128bdabc5ec7891b9a4154af77bb6d
diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index <HASH>..<HASH> 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -2,6 +2,7 @@ * Fixed error where default session class does not exist. * Fixed human_name for the model to use its own human name and not delegate to the associated model. Translation should be unde...
Fixed human_attribute_name to use Authlogic keys for translation instead of ActiveRecord
binarylogic_authlogic
train
7d2bbb6ca4d5c3edd576def3f042e6c39549bb57
diff --git a/actionpack/test/controller/render_test.rb b/actionpack/test/controller/render_test.rb index <HASH>..<HASH> 100644 --- a/actionpack/test/controller/render_test.rb +++ b/actionpack/test/controller/render_test.rb @@ -102,12 +102,12 @@ class TestController < ActionController::Base end def conditional_h...
Removed max-stale from the tests since it's a request cache-control directive, just for clarity sake.
rails_rails
train
5e827318a1dd6a55969709b9e9609513905d450d
diff --git a/archive.go b/archive.go index <HASH>..<HASH> 100644 --- a/archive.go +++ b/archive.go @@ -226,8 +226,16 @@ func (v *volume) nextVolName() { func (v *volume) next() (*fileBlockHeader, error) { for { + var atEOF bool + h, err := v.fileBlockReader.next() - if err != errArchiveContinues { + switch e...
Allow multi volume files to not have end blocks. Some older multi volume files may not have end blocks. If there is no end block, just try and open the next volume. If it doesnt exist, assume the archive ends. If the next volume file is invalid and the archive really should have ended there will be errors.
nwaples_rardecode
train
df91466adc1c4a2bf01533b40a022a4bc0249c42
diff --git a/pypet/tests/unittests/utils_test.py b/pypet/tests/unittests/utils_test.py index <HASH>..<HASH> 100644 --- a/pypet/tests/unittests/utils_test.py +++ b/pypet/tests/unittests/utils_test.py @@ -3,7 +3,10 @@ __author__ = 'Robert Meyer' import time import sys import pickle -from collections import Set, Sequen...
fix(py<I>): correct collections related imports
SmokinCaterpillar_pypet
train
c48b7648a7ad7790a2dfc42a8b59a7f3cdeceb45
diff --git a/code/pages/ExtensibleSearchPage.php b/code/pages/ExtensibleSearchPage.php index <HASH>..<HASH> 100644 --- a/code/pages/ExtensibleSearchPage.php +++ b/code/pages/ExtensibleSearchPage.php @@ -687,7 +687,7 @@ class ExtensibleSearchPage_Controller extends Page_Controller { // Determine whether the search pa...
Cleaning up the extensible search page results definition.
nglasl_silverstripe-extensible-search
train
aa2c1dcee06b3aa5cbbf87574a0940c5a1cfbf2f
diff --git a/tests/test_ipuz.py b/tests/test_ipuz.py index <HASH>..<HASH> 100644 --- a/tests/test_ipuz.py +++ b/tests/test_ipuz.py @@ -456,7 +456,7 @@ class IPUZWriteTestCase(IPUZBaseTestCase): class IPUZRoundTripTestCase(IPUZBaseTestCase): - def test_first_ipuz_file(self): + def test_first_ipuz_file_with_js...
Added test case for JSONP round trip
svisser_ipuz
train
72c7bd2311594a896386b9a7789f709748e9d1cc
diff --git a/src/Properties/HigherOrderCollectionProxyPropertyExtension.php b/src/Properties/HigherOrderCollectionProxyPropertyExtension.php index <HASH>..<HASH> 100644 --- a/src/Properties/HigherOrderCollectionProxyPropertyExtension.php +++ b/src/Properties/HigherOrderCollectionProxyPropertyExtension.php @@ -12,7 +12,...
fix: use original class reflection to avoid type issues
nunomaduro_larastan
train
5a5baec719ea1fc55da62779dd19e1e9a749e033
diff --git a/insteonplm/plm.py b/insteonplm/plm.py index <HASH>..<HASH> 100644 --- a/insteonplm/plm.py +++ b/insteonplm/plm.py @@ -58,6 +58,7 @@ class PLM(asyncio.Protocol, DeviceBase): self._write_transport_lock = asyncio.Lock(loop=self._loop) self._message_callbacks = MessageCallback() self...
Update for all-link complete callback
nugget_python-insteonplm
train
219aaa06eb16a77de61d1e675761aa6b0a0e95b7
diff --git a/lib/cuporter/node/html.rb b/lib/cuporter/node/html.rb index <HASH>..<HASH> 100644 --- a/lib/cuporter/node/html.rb +++ b/lib/cuporter/node/html.rb @@ -6,7 +6,7 @@ module Cuporter class Parent < NodeBase def build - super('div') + super(node_name) self << ul ...
pretty doc structure for feature view, tag view broken
twcamper_cuporter
train
5b36e4f908ed1f39773777ed5e22447f5d65029c
diff --git a/lib/collection/property.js b/lib/collection/property.js index <HASH>..<HASH> 100644 --- a/lib/collection/property.js +++ b/lib/collection/property.js @@ -103,13 +103,14 @@ _.extend(Property.prototype, /** @lends Property.prototype */ { * @private * @draft * - * @param {VariableList=} ...
Updated Property.toObjectResolved to accept and forward an additional `overrides` parameter to the substitution function of variable replacement
postmanlabs_postman-collection
train
b5f7ab4c6ab48eeeecd01640a057bb092597c0bb
diff --git a/gocode.go b/gocode.go index <HASH>..<HASH> 100644 --- a/gocode.go +++ b/gocode.go @@ -16,6 +16,7 @@ var ( server = flag.Bool("s", false, "run a server instead of a client") format = flag.String("f", "nice", "output format (vim | emacs | nice)") input = flag.String("in", "", "use this file instead of ...
Reorganize debug output mechanism.
nsf_gocode
train
11af585101a2af98891b47101c045a457f2ac1dc
diff --git a/core/core.js b/core/core.js index <HASH>..<HASH> 100644 --- a/core/core.js +++ b/core/core.js @@ -1698,7 +1698,7 @@ exports._bootstrap = function(self, name) { break; case 'core.Image': self.element.remove(); - self.element = $('<img/>'); + self.element = $('<div/>'); self.parent.element...
Image is not img anymore (fix annoying image borders).
pureqml_qmlcore
train
aa8c33270b7304fb1a5310d205c22ad9fdd88645
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,14 @@ Have a look at the [examples](example/). ### Basic Authentication Flow ```php -$provider = new \Alcohol\OAuth2\Client\Provider\EveOnline([ +$provider = new Alcohol\OAuth2\Client\Provider\EveOnline([ ...
adjust readme, examples and configuration of provider
alcohol_oauth2-eveonline
train
d23c4ab462930f410ebdd4a4dfa007b1fbe36944
diff --git a/source/application/controllers/admin/article_stock.php b/source/application/controllers/admin/article_stock.php index <HASH>..<HASH> 100644 --- a/source/application/controllers/admin/article_stock.php +++ b/source/application/controllers/admin/article_stock.php @@ -16,7 +16,7 @@ * along with OXID eShop C...
ESDEV-<I> Remove edition based code from article_stock
OXID-eSales_oxideshop_ce
train
1c26fe427df0422467dfa8de73929feb1eba2890
diff --git a/core/src/main/java/org/infinispan/notifications/cachelistener/CacheNotifierImpl.java b/core/src/main/java/org/infinispan/notifications/cachelistener/CacheNotifierImpl.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/infinispan/notifications/cachelistener/CacheNotifierImpl.java +++ b/core/src/m...
ISPN-<I> CacheNotifier should use the cache member and not the view members
infinispan_infinispan
train
2bb3199da718be4e3150b5555bbf12364c3987be
diff --git a/src/core/vdom/patch.js b/src/core/vdom/patch.js index <HASH>..<HASH> 100644 --- a/src/core/vdom/patch.js +++ b/src/core/vdom/patch.js @@ -550,6 +550,9 @@ export function createPatchFunction (backend) { if (isDef(oldCh) && isDef(ch)) { if (oldCh !== ch) updateChildren(elm, oldCh, ch, inserte...
polish: warn duplicate keys when patching children into empty node (#<I>) close #<I>
kaola-fed_megalo
train
ff4e72d20e901d0ae9e011328c0bae137d309f7e
diff --git a/azure-storage-blob/azure/storage/blob/_upload_chunking.py b/azure-storage-blob/azure/storage/blob/_upload_chunking.py index <HASH>..<HASH> 100644 --- a/azure-storage-blob/azure/storage/blob/_upload_chunking.py +++ b/azure-storage-blob/azure/storage/blob/_upload_chunking.py @@ -290,17 +290,12 @@ class _Bloc...
Minor improvement to page blob upload optimization
Azure_azure-storage-python
train
4f7cd5b8e4a7a585bef2f991de8c31ae2459daf3
diff --git a/libtelemetry/src/main/java/com/mapbox/android/telemetry/ChinaCertificatePins.java b/libtelemetry/src/main/java/com/mapbox/android/telemetry/ChinaCertificatePins.java index <HASH>..<HASH> 100644 --- a/libtelemetry/src/main/java/com/mapbox/android/telemetry/ChinaCertificatePins.java +++ b/libtelemetry/src/ma...
Add new China Certificate Hashes (#<I>) * New Digicert Hashes - generated new digicerts hashes * Geotrust certs - added new geotrust hashes
mapbox_mapbox-events-android
train
50cdbe7f917a06004120b0568ed1ab06737684dd
diff --git a/vendor/assets/javascripts/perspectives.js b/vendor/assets/javascripts/perspectives.js index <HASH>..<HASH> 100644 --- a/vendor/assets/javascripts/perspectives.js +++ b/vendor/assets/javascripts/perspectives.js @@ -42,21 +42,21 @@ }).attr('content') } - var renderPerspectivesResponse = function(h...
Prefer event delegation - Allow users to listen to response events on a link they want to listen to, and do whatever they want with the response data
Genius_perspectives
train
8c651d59a7cf9a335cb5afb44ee7b564be934b4d
diff --git a/docs/source/conf.py b/docs/source/conf.py index <HASH>..<HASH> 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -31,6 +31,9 @@ # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. +# namingpath = ...
dev - Set Name Optimized (#8) Added setting values optimisation, returning self reference on set_name method.
chrizzFTD_naming
train
e7451c455da449d023360d6dd9977f2697ffc3c9
diff --git a/src/Column/ResolvedColumnType.php b/src/Column/ResolvedColumnType.php index <HASH>..<HASH> 100644 --- a/src/Column/ResolvedColumnType.php +++ b/src/Column/ResolvedColumnType.php @@ -229,7 +229,7 @@ class ResolvedColumnType implements ResolvedColumnTypeInterface $values = []; - foreach (...
provide field_mapping values as assoc array
rollerworks-graveyard_datagrid
train
a7fce6d9176cf3662d153af54270f345eb0bec8d
diff --git a/examples/run_squad.py b/examples/run_squad.py index <HASH>..<HASH> 100644 --- a/examples/run_squad.py +++ b/examples/run_squad.py @@ -241,7 +241,10 @@ def evaluate(args, model, tokenizer, prefix=""): # Compute predictions output_prediction_file = os.path.join(args.output_dir, "predictions_{}.json...
fix squad v1 error (na_prob_file should be None)
huggingface_pytorch-pretrained-BERT
train
4cb2e1e07be7ca308d624f459f96774e00493519
diff --git a/routing/dht/dht_test.go b/routing/dht/dht_test.go index <HASH>..<HASH> 100644 --- a/routing/dht/dht_test.go +++ b/routing/dht/dht_test.go @@ -208,7 +208,7 @@ func TestProvides(t *testing.T) { func TestLayeredGet(t *testing.T) { u.Debug = false - addrs,_,dhts := setupDHTS(4, t) + addrs, _, dhts := setu...
add fauxNet to stand in for Swarm in tests to reproduce various network conditions
ipfs_go-ipfs
train
8a545a3534f1ac6ab335a9726058bc75811cd232
diff --git a/config/routes.rb b/config/routes.rb index <HASH>..<HASH> 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,7 +1,3 @@ Rails.application.routes.draw do - namespace :outpost do - resources :sessions, only: [:create, :destroy] - get 'login' => "sessions#new", as: :login - get 'logout' ...
Move routes out of outpost for now
SCPR_outpost
train
cb7198523333a7abf80babed78dfcbc929babf49
diff --git a/examples/simple.js b/examples/simple.js index <HASH>..<HASH> 100644 --- a/examples/simple.js +++ b/examples/simple.js @@ -3,8 +3,8 @@ var rna = require("drawrnajs"); var app = rna.vis; //initalize input boxes with example structure -document.getElementById('SEQ_BOX').value = "CAGCACGACACUAGCAGUCAGUGUCA...
fixed bug in .getCoordinates
bene200_drawrnajs
train
a99f845c45d6702da4d3c0af61df2e52080c9257
diff --git a/internal/pkg/platform/platform_matcher_test.go b/internal/pkg/platform/platform_matcher_test.go index <HASH>..<HASH> 100644 --- a/internal/pkg/platform/platform_matcher_test.go +++ b/internal/pkg/platform/platform_matcher_test.go @@ -1,6 +1,7 @@ package platform import ( + "fmt" "testing" "github...
Combine the two TestWantedPlatforms* tests ... and make them table-driven. Does not change the test contents.
containers_image
train
fba679410bd85b64313a3e93aec68992342876b1
diff --git a/test_reporter.py b/test_reporter.py index <HASH>..<HASH> 100644 --- a/test_reporter.py +++ b/test_reporter.py @@ -1,8 +1,14 @@ +import sys from mock import patch import moban.reporter as reporter -from StringIO import StringIO from nose.tools import eq_ +PY2 = sys.info[0] == 2 +if PY2: + from Strin...
:bug: fix python 3 problem with stringio
moremoban_moban-handlebars
train
1b4113843f328171e4884ca9dfbffebe04078246
diff --git a/meshcut.py b/meshcut.py index <HASH>..<HASH> 100644 --- a/meshcut.py +++ b/meshcut.py @@ -322,7 +322,6 @@ def merge_close_vertices(verts, faces, close_epsilon=1e-5): # Compute a mapping from old to new : for each input vert, store the index # of the new vert it will be merged into - close_ep...
Removed redefined close_epsilon
julienr_meshcut
train
1ef60fae643fddd4712c1db21aac135bcee0a75f
diff --git a/extensions/featured-header.php b/extensions/featured-header.php index <HASH>..<HASH> 100644 --- a/extensions/featured-header.php +++ b/extensions/featured-header.php @@ -16,7 +16,7 @@ * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * @package FeaturedHeader - *...
Featured Header <I>.
justintadlock_hybrid-core
train
2026dbc635c461daf62da09a3c588f61f3db2f5f
diff --git a/src/serve.js b/src/serve.js index <HASH>..<HASH> 100644 --- a/src/serve.js +++ b/src/serve.js @@ -13,7 +13,7 @@ program function serve(inputPath, options) { const Server = require('./services/Server'); - let server = new Server({watch: options.watch}); + let server = new Server({watch: options.watc...
Fix serving snippets from subdirectories of the cwd Previously, only serving snippets from the current working directory of the serve command was supported. Support serving a snippet, which is in a directory descendant of the current working directory. In this case, files in the current working directory will be serv...
eclipsesource_tabris-js-cli
train
1e47457f7d80eb586be83ee3d46547656d179d99
diff --git a/metpy/plots/tests/test_skewt.py b/metpy/plots/tests/test_skewt.py index <HASH>..<HASH> 100644 --- a/metpy/plots/tests/test_skewt.py +++ b/metpy/plots/tests/test_skewt.py @@ -3,6 +3,7 @@ # SPDX-License-Identifier: BSD-3-Clause """Tests for the `skewt` module.""" +import matplotlib from matplotlib.grids...
MNT: Increase threshold for new tests on matplotlib <I> These pass fine on <I> without it, so I'm just going to blame <I> cruftiness.
Unidata_MetPy
train
476fb565cecb483f7506f4dceb438d506464194d
diff --git a/consensus/clique/clique.go b/consensus/clique/clique.go index <HASH>..<HASH> 100644 --- a/consensus/clique/clique.go +++ b/consensus/clique/clique.go @@ -600,8 +600,7 @@ func (c *Clique) Seal(chain consensus.ChainHeaderReader, block *types.Block, res } // For 0-period chains, refuse to seal empty block...
miner, consensus/clique: avoid memory leak during block stasis (#<I>) This PR fixes a problem which arises on clique networks when there is a network stall. Previously, the worker packages were tracked, even if the sealing engine decided not to seal the block (due to clique rules about recent signing). These tracked-b...
ethereum_go-ethereum
train
aed3ff36311d997690666134a3dcf6188ef72289
diff --git a/build.py b/build.py index <HASH>..<HASH> 100644 --- a/build.py +++ b/build.py @@ -11,6 +11,8 @@ import sys import os import re import hashlib +import urllib2 +import shutil try: import __builtin__ as builtin @@ -636,16 +638,46 @@ def preprocess(xidl, target): # Where it all begins... # ###...
Now using the stable release VirtualBox.xidl in the library.py build process
sethmlarson_virtualbox-python
train
7a9f53a0b2fb9a006322d376c7dca841b598ed56
diff --git a/packages/widget-message-meet/Gruntfile.js b/packages/widget-message-meet/Gruntfile.js index <HASH>..<HASH> 100644 --- a/packages/widget-message-meet/Gruntfile.js +++ b/packages/widget-message-meet/Gruntfile.js @@ -10,16 +10,15 @@ var path = require('path'); module.exports = function configGrunt(grunt) ...
refactor(widget-message-meet): Switch to grunt-shell to bypass grunt-webpack bug
webex_spark-js-sdk
train
1e91f997cbc571d45b7c3e88a55936fa56eb3036
diff --git a/findschemes.py b/findschemes.py index <HASH>..<HASH> 100755 --- a/findschemes.py +++ b/findschemes.py @@ -146,9 +146,8 @@ def e_unnorm_post(t_table, words, stanzas, schemes, rprobs): scheme_indices = schemes.get_schemes_for_len(len(stanza)) for scheme_index in scheme_indices: ...
Multiply probs with rprobs column-wise
jvamvas_rhymediscovery
train
fcbcab7be1f9241f9e56edbdff4ee92261f4f204
diff --git a/src/com/google/javascript/jscomp/Es6RewriteModules.java b/src/com/google/javascript/jscomp/Es6RewriteModules.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/Es6RewriteModules.java +++ b/src/com/google/javascript/jscomp/Es6RewriteModules.java @@ -146,11 +146,12 @@ public final class ...
Inject Es6RewriteModules with a ModuleMetadataMap to make the dependency clearer. ------------- Created by MOE: <URL>
google_closure-compiler
train
9d89cb04ac330c8600949a3df9411533b1f6a1de
diff --git a/vine-core/src/main/java/com/blankstyle/vine/eventbus/root/RootVerticle.java b/vine-core/src/main/java/com/blankstyle/vine/eventbus/root/RootVerticle.java index <HASH>..<HASH> 100644 --- a/vine-core/src/main/java/com/blankstyle/vine/eventbus/root/RootVerticle.java +++ b/vine-core/src/main/java/com/blankstyl...
Refactor stem verticle to use heartbeats if a root address is provided.
kuujo_vertigo
train
ea109c8d04109f02bc8a202f991dd7330bc8a947
diff --git a/pywws/WeatherStation.py b/pywws/WeatherStation.py index <HASH>..<HASH> 100755 --- a/pywws/WeatherStation.py +++ b/pywws/WeatherStation.py @@ -382,21 +382,26 @@ class weather_station: self.devh.controlMsg(usb.TYPE_CLASS + usb.RECIP_INTERFACE, 9, [0xA1, buf_1, b...
Improved reliability of reading & writing weather station data. Added new 'magic number' to list of recognised ones.
jim-easterbrook_pywws
train
6ac204d625c70fe01b59c13cfd2d1f55f3051a4f
diff --git a/spec/support/mock_spec_helper.rb b/spec/support/mock_spec_helper.rb index <HASH>..<HASH> 100644 --- a/spec/support/mock_spec_helper.rb +++ b/spec/support/mock_spec_helper.rb @@ -1,12 +1,12 @@ - module MockSpecHelper def mock_rest_client @api_version = RightApi::Client::API_VERSION + @test_acc...
acu<I> Fixing broken stubs to get specs green
rightscale_right_api_client
train
f49052837799bb6826271d028e2e8a681ef4d9e1
diff --git a/pandas/core/frame.py b/pandas/core/frame.py index <HASH>..<HASH> 100644 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -3395,7 +3395,7 @@ class DataFrame(NDFrame): Parameters ---------- - other : DataFrame + other : DataFrame, or object coercible into a DataFrame...
Allow DataFrame.update to accept non DataFrame object and attempt to coerce.
pandas-dev_pandas
train
3718c74fe17f67d9f8bdfa56b9e1bf612a2b9b3b
diff --git a/openquake/calculators/base.py b/openquake/calculators/base.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/base.py +++ b/openquake/calculators/base.py @@ -903,11 +903,10 @@ def save_gmfs(calculator): oq = calculator.oqparam logging.info('Reading gmfs from file') if oq.inputs['gmfs...
Worked on the GMFs importer [skip hazardlib]
gem_oq-engine
train
df987b98782f527d023437343b41a3f0478177ea
diff --git a/grails-web-common/src/main/groovy/org/codehaus/groovy/grails/web/servlet/DefaultGrailsApplicationAttributes.java b/grails-web-common/src/main/groovy/org/codehaus/groovy/grails/web/servlet/DefaultGrailsApplicationAttributes.java index <HASH>..<HASH> 100644 --- a/grails-web-common/src/main/groovy/org/codehau...
resolve beans lazily in DefaultGrailsApplicationAttributes
grails_grails-core
train
717d1f8b5c0ce050ddb97224c8f01c6ca6029669
diff --git a/plugins/rate_limit.js b/plugins/rate_limit.js index <HASH>..<HASH> 100644 --- a/plugins/rate_limit.js +++ b/plugins/rate_limit.js @@ -186,7 +186,13 @@ exports.rate_limit = function (connection, key, value, cb) { plugin.db.setex(key, ttl, 1, check_limits); } else { // old key ...
Updated logic to address case where Redis deletes record between get and incr. If incr creates a new record, make sure it also has a TTL. (#<I>)
haraka_Haraka
train
fc589e4e83e6fb176aca5e42a5b338d0be23fc39
diff --git a/.toys/ci.rb b/.toys/ci.rb index <HASH>..<HASH> 100644 --- a/.toys/ci.rb +++ b/.toys/ci.rb @@ -265,7 +265,14 @@ def find_changed_directories files dirs = Set.new files.each do |file| if file =~ %r{^([^/]+)/.+$} - dirs << Regexp.last_match[1] + dir = Regexp.last_match[1] + dirs << d...
chore: run tests for wrappers when child directories have changed
googleapis_google-cloud-ruby
train
d92beeee3dad366352379fc95dc40f387dd4cb9f
diff --git a/docs/sources/http_api/snapshot.md b/docs/sources/http_api/snapshot.md index <HASH>..<HASH> 100644 --- a/docs/sources/http_api/snapshot.md +++ b/docs/sources/http_api/snapshot.md @@ -68,7 +68,8 @@ JSON Body schema: "deleteKey":"XXXXXXX", "deleteUrl":"myurl/api/snapshots-delete/XXXXXXX", ...
API: add ID to snapshot API responses (#<I>) * API: add ID to snapshot API responses * API: update snapshot tests
grafana_grafana
train
667882fa81b647a5d060ef03ee8656302d945f28
diff --git a/penaltymodel_core/penaltymodel/core/classes/specification.py b/penaltymodel_core/penaltymodel/core/classes/specification.py index <HASH>..<HASH> 100644 --- a/penaltymodel_core/penaltymodel/core/classes/specification.py +++ b/penaltymodel_core/penaltymodel/core/classes/specification.py @@ -117,6 +117,9 @@ c...
Add min_classical_gap to docstrings
dwavesystems_penaltymodel
train
921904c726e70527721dfe59b16fcb2900bb5d9d
diff --git a/pymatgen/analysis/substrate_analyzer.py b/pymatgen/analysis/substrate_analyzer.py index <HASH>..<HASH> 100644 --- a/pymatgen/analysis/substrate_analyzer.py +++ b/pymatgen/analysis/substrate_analyzer.py @@ -317,12 +317,16 @@ class SubstrateAnalyzer: if elasticity_tensor is None: return...
Convert strain to IEEE to match with elastic tensor
materialsproject_pymatgen
train
bda08da60249cd9278d5354fd22e097d0b3d635f
diff --git a/pub/js/lib/swiping_container.js b/pub/js/lib/swiping_container.js index <HASH>..<HASH> 100644 --- a/pub/js/lib/swiping_container.js +++ b/pub/js/lib/swiping_container.js @@ -28,6 +28,10 @@ define(['lib/bind'], function (bind) { scrollPosition = outerContainer.scrollLeft, i...
Issue #<I>: Fix empty swiping blocks rendering
lizards-and-pumpkins_catalog
train
212b9f2e67b203d428cda70940112bdb6c290d86
diff --git a/lib/alias.js b/lib/alias.js index <HASH>..<HASH> 100644 --- a/lib/alias.js +++ b/lib/alias.js @@ -1,7 +1,9 @@ import retry from 'async-retry'; import Now from '../lib'; +import toHost from './to-host'; export default class Alias extends Now { + async ls () { return retry(async (bail) => { ...
alias: implement uid / host search
zeit_now-cli
train
c675d781f89f2057c8e5e0e53896adf468cfbac1
diff --git a/setuptools/command/build.py b/setuptools/command/build.py index <HASH>..<HASH> 100644 --- a/setuptools/command/build.py +++ b/setuptools/command/build.py @@ -65,6 +65,11 @@ class SubCommand(Protocol): of ``get_output_mapping()``. Alternatively, ``setuptools`` **MAY** attempt to use :doc:`im...
sdist: Add files from build subcommands (get_source_files)
pypa_setuptools
train
c254f4bfa8615b3191462bc386474d58996c20bf
diff --git a/src/main/resources/META-INF/resources/primefaces/menu/menu.js b/src/main/resources/META-INF/resources/primefaces/menu/menu.js index <HASH>..<HASH> 100644 --- a/src/main/resources/META-INF/resources/primefaces/menu/menu.js +++ b/src/main/resources/META-INF/resources/primefaces/menu/menu.js @@ -686,12 +686,1...
Restored contextmenu support for new tree widget
primefaces_primefaces
train
97c61370a1843588e460feff72a5bb34ebbad51d
diff --git a/pymatgen/io/qchem/inputs.py b/pymatgen/io/qchem/inputs.py index <HASH>..<HASH> 100644 --- a/pymatgen/io/qchem/inputs.py +++ b/pymatgen/io/qchem/inputs.py @@ -496,7 +496,7 @@ class QCInput(MSONable): Returns: List of sections. """ - patterns = {"sections": r"^\s*?\$([a-...
bugfix to detect underscore in van_der_waals
materialsproject_pymatgen
train
6379fed5d25b1e15a229df5896b306babdaf3ee2
diff --git a/workflows/recipe/__init__.py b/workflows/recipe/__init__.py index <HASH>..<HASH> 100644 --- a/workflows/recipe/__init__.py +++ b/workflows/recipe/__init__.py @@ -25,6 +25,7 @@ def _wrap_subscription(transport_layer, subscription_call, channel, callback, to connect all messages orig...
Return subscription IDs for wrapped subscriptions That way subscriptions created via the recipe wrapper can be unsubscribed again. Fixes #<I>.
DiamondLightSource_python-workflows
train
4b625ced123e3ee8b8d8adba61603ac13f6207a2
diff --git a/lib/provider.js b/lib/provider.js index <HASH>..<HASH> 100644 --- a/lib/provider.js +++ b/lib/provider.js @@ -26,7 +26,7 @@ function Provider(options) { this.options = Object.assign({}, defaultOptions, options); - var gethApiDouble = new GethApiDouble(Object.assign({}, options, { _provider: self })...
Revert bug which causes us to log by default
trufflesuite_ganache-core
train
98b96ab1e6ef94f283377b40efe71c4abfe7e5ea
diff --git a/test/codemirror.spec.js b/test/codemirror.spec.js index <HASH>..<HASH> 100644 --- a/test/codemirror.spec.js +++ b/test/codemirror.spec.js @@ -71,7 +71,7 @@ describe('uiCodemirror', function () { $compile('<div ui-codemirror></div>')(scope); expect(CodeMirror.callCount).toEqual(1); - ex...
chore: Initialise the editor value with the element content
angular-ui_ui-codemirror
train
bcb0a1ad505fc52afd800d829f363de8e76336c0
diff --git a/core/roboconf-messaging-rabbitmq/src/main/java/net/roboconf/messaging/rabbitmq/internal/RabbitMqClientAgent.java b/core/roboconf-messaging-rabbitmq/src/main/java/net/roboconf/messaging/rabbitmq/internal/RabbitMqClientAgent.java index <HASH>..<HASH> 100644 --- a/core/roboconf-messaging-rabbitmq/src/main/jav...
#<I> Improve log messages in the agent's messaging (RabbitMQ)
roboconf_roboconf-platform
train
d487f05d51f611e35286205f523a588cfbfa87d9
diff --git a/spyderlib/widgets/editor.py b/spyderlib/widgets/editor.py index <HASH>..<HASH> 100644 --- a/spyderlib/widgets/editor.py +++ b/spyderlib/widgets/editor.py @@ -1380,7 +1380,8 @@ class EditorStack(QWidget): if self.inspector is not None and self.inspector.dockwidget.isVisible(): # Objec...
Fixed Issue <I>: after calling object inspector automatically (with 'object inspector link' feature), the editor was loosing focus
spyder-ide_spyder
train
534395e7ea23109495aff3b0e63762af6d332378
diff --git a/src/Translation/TranslationFile.php b/src/Translation/TranslationFile.php index <HASH>..<HASH> 100644 --- a/src/Translation/TranslationFile.php +++ b/src/Translation/TranslationFile.php @@ -139,7 +139,6 @@ class TranslationFile ->name('*.php') ->notName('*~') ->exclud...
There are no php files (with translatable strings) in app folder.
bolt_bolt
train
6c12fcb62428b82291412633f2466989b74fe7e3
diff --git a/components/lib/datatable/BodyCell.js b/components/lib/datatable/BodyCell.js index <HASH>..<HASH> 100644 --- a/components/lib/datatable/BodyCell.js +++ b/components/lib/datatable/BodyCell.js @@ -511,7 +511,7 @@ export class BodyCell extends Component { const align = this.getColumnProp('align'); ...
Fixed #<I> - Body cell is not assigned with the className property of Column
primefaces_primereact
train
68753db53f3c80f8dbf5cbf3f9163c31778dafcc
diff --git a/ChangeLog.md b/ChangeLog.md index <HASH>..<HASH> 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,10 @@ # Changelog +## v2.4.3 + +- Corrected unneded config in DependencyInjection (04/03/2020) +- Removed sitch function to reduce Cyclomatic complexity (05/03/2020) + ## v2.4.2 - Cosmetic change...
- Corrected unneded config in DependencyInjection (<I>/<I>/<I>) - Removed sitch function to reduce Cyclomatic complexity (<I>/<I>/<I>)
975L_ConfigBundle
train
931fb3d8ddab068d79a7bf7c66b1f989ffdda200
diff --git a/lib/policies/oauth2-introspect/oauth2-introspect.js b/lib/policies/oauth2-introspect/oauth2-introspect.js index <HASH>..<HASH> 100644 --- a/lib/policies/oauth2-introspect/oauth2-introspect.js +++ b/lib/policies/oauth2-introspect/oauth2-introspect.js @@ -13,7 +13,8 @@ module.exports = function (actionParams...
Fixed: OAuth2 introspection cannot identify 'scope' claim token implementation Now OAuth2 introspection can read 'scope' and 'scopes' claims from different OAuth2 Token scopes implementations
ExpressGateway_express-gateway
train
3c6926cddc59e634d8eaa1c22cba9bf9d6dc0f7d
diff --git a/manager-bundle/src/Composer/ScriptHandler.php b/manager-bundle/src/Composer/ScriptHandler.php index <HASH>..<HASH> 100644 --- a/manager-bundle/src/Composer/ScriptHandler.php +++ b/manager-bundle/src/Composer/ScriptHandler.php @@ -50,27 +50,25 @@ class ScriptHandler $fs->ensureDirectoryExists($binD...
[Manager] Adjust composer script handler to use new command and throw exceptions on errors
contao_contao
train
8e01c93577be5ac7cb2545f2292b573434313f77
diff --git a/lib/api_client_base/request.rb b/lib/api_client_base/request.rb index <HASH>..<HASH> 100644 --- a/lib/api_client_base/request.rb +++ b/lib/api_client_base/request.rb @@ -59,8 +59,12 @@ module APIClientBase end def default_uri - uri = URI(host) - uri.path = api_client_base_path if !api...
Use URI.join to support appending a path to hosts that already have a path
bloom-solutions_api_client_base-ruby
train
df18be74a34afca43accfa98322d53eb27e5ac04
diff --git a/test/integration/rtpbroadcast.js b/test/integration/rtpbroadcast.js index <HASH>..<HASH> 100644 --- a/test/integration/rtpbroadcast.js +++ b/test/integration/rtpbroadcast.js @@ -66,8 +66,10 @@ describe('Rtpbroadcast tests', function() { }) .then(function(response) { var list = respon...
Fix rtpbroadcast integration test
cargomedia_janus-gateway-js
train
8eaf3303c2486a3edc067d81aa34a9645f316c34
diff --git a/spec/public/lawnchair-spec.js b/spec/public/lawnchair-spec.js index <HASH>..<HASH> 100644 --- a/spec/public/lawnchair-spec.js +++ b/spec/public/lawnchair-spec.js @@ -145,6 +145,14 @@ context('Lawnchair', function(){ }); }); + should( 'get 10 items in a page.', function() { + s...
Add paging to Lawnchair, at least for Webkit. The default page size is <I> records but can be modified via options when initializing the Lawnchair.
brianleroux_lawnchair
train
7e73d16f0efc904af6ee7cd978f7cc8993d598a9
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -20,8 +20,8 @@ __requires__ = 'setuptools >= 3.0.0' try: from setuptools import setup, Extension, find_packages, __version__ as stools_ver except: - print "Looks like your version of setuptools is too old. You should...
[setup] print version, if required version is not found.
markovmodel_PyEMMA
train
42eb640ac73253c869b0eac8707500ff95429e0c
diff --git a/dist/pptxgen.js b/dist/pptxgen.js index <HASH>..<HASH> 100644 --- a/dist/pptxgen.js +++ b/dist/pptxgen.js @@ -52,6 +52,7 @@ Number.isInteger = Number.isInteger || function(value) { // Detect Node.js (NODEJS is ultimately used to determine how to save: either `fs` or web-based, so using fs-detection is p...
made shapes and colors libraries available to front end apps (Issue #<I>)
gitbrent_PptxGenJS
train
0b3980a0c18fb3a99f6e8f9a79a0060bf8a19d4d
diff --git a/tests/conftest.py b/tests/conftest.py index <HASH>..<HASH> 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -47,7 +47,8 @@ def UnboundUser(engine): age = bloop.Column(bloop.Integer) name = bloop.Column(bloop.String) email = bloop.Column(bloop.String) - joined = bl...
Add field with different dynamo_name to test User
numberoverzero_bloop
train
ac6c25f7629011c9a51692e684b1e1db3422585d
diff --git a/spacy/_ml.py b/spacy/_ml.py index <HASH>..<HASH> 100644 --- a/spacy/_ml.py +++ b/spacy/_ml.py @@ -381,7 +381,8 @@ def fine_tune(embedding, combine=None): flat_grad = model.ops.flatten(d_output) model.d_mix[1] += flat_tokvecs.dot(flat_grad.T).sum() model.d_mix[0] += fl...
Check SGD is not None in update
explosion_spaCy
train
3a773d6fd2e5a4c60ae093c16eedfdc6518ec46c
diff --git a/tests/HigherOrderInput.test.js b/tests/HigherOrderInput.test.js index <HASH>..<HASH> 100644 --- a/tests/HigherOrderInput.test.js +++ b/tests/HigherOrderInput.test.js @@ -64,9 +64,7 @@ describe('ListInput', () => { const wrapper = mount( <ListInput ofType={GraphQLString} onChange={() => {}} /> ...
test(args): Add tests for removing items from lists and displaying arguments
pi-cubed_typed-ui
train
9d6351fd5a79ea708802279555957e0053930d71
diff --git a/wffweb/src/main/java/com/webfirmframework/wffweb/css/UrlCss3Value.java b/wffweb/src/main/java/com/webfirmframework/wffweb/css/UrlCss3Value.java index <HASH>..<HASH> 100644 --- a/wffweb/src/main/java/com/webfirmframework/wffweb/css/UrlCss3Value.java +++ b/wffweb/src/main/java/com/webfirmframework/wffweb/css...
Code improvement Avoided reassigning parameters such as 'urlString'
webfirmframework_wff
train
bc975100698ed0b1a63efc2f2a9699bb8a738226
diff --git a/src/Socket.php b/src/Socket.php index <HASH>..<HASH> 100644 --- a/src/Socket.php +++ b/src/Socket.php @@ -479,7 +479,7 @@ class Socket implements Stringable $return = @socket_import_stream($stream); if ($return === false || is_null($return)) { - throw new SocketException($str...
Don't pass non-socket resource to SocketException
navarr_Sockets
train
621b3f70382d283bdd3f40bc845848f5c39d2a2a
diff --git a/lib/networking/voicetransports/VoiceTransportBase.js b/lib/networking/voicetransports/VoiceTransportBase.js index <HASH>..<HASH> 100644 --- a/lib/networking/voicetransports/VoiceTransportBase.js +++ b/lib/networking/voicetransports/VoiceTransportBase.js @@ -139,7 +139,7 @@ class VoiceTransportBase { ...
Optimize muxing packet copy loops
qeled_discordie
train
f27bd985ee1cf5d7e6d7e30bf0ed55487161c1f5
diff --git a/server.js b/server.js index <HASH>..<HASH> 100644 --- a/server.js +++ b/server.js @@ -291,8 +291,9 @@ function sendMessage(fromDevice, data, fn){ if(!check.error){ if(securityImpl.canSend(fromDevice, check)){ - //to phone, but not from same phone - ...
added check for type=outboundSMS to sendMessages check
octoblu_meshblu
train