hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
dec9ac553bcd4a4b0ed71c3d2f47ff09123538f1
diff --git a/dist/tablefilter/tablefilter.js b/dist/tablefilter/tablefilter.js index <HASH>..<HASH> 100644 --- a/dist/tablefilter/tablefilter.js +++ b/dist/tablefilter/tablefilter.js @@ -1,6 +1,6 @@ /** * TableFilter v0.0.0 by Max Guglielmi - * build date: 2015-07-30T07:19:59.670Z + * build date: 2015-07-31T06...
Fixed tests for data retrieval for test-api
koalyptus_TableFilter
train
81b214a83ef16cd46f73a2e2b8dd88560c2c8143
diff --git a/src/Ease/Brick.php b/src/Ease/Brick.php index <HASH>..<HASH> 100644 --- a/src/Ease/Brick.php +++ b/src/Ease/Brick.php @@ -620,7 +620,7 @@ class Brick extends Sand $this->myTable = $myTable; } if (!isset($this->dblink) || !is_object($this->dblink)) { - $this->dblink...
Fix Calling DB/PDO
VitexSoftware_EaseFramework
train
a65b56d03e0cb4a16ad02775631238068256b419
diff --git a/lib/better_errors/error_page.rb b/lib/better_errors/error_page.rb index <HASH>..<HASH> 100644 --- a/lib/better_errors/error_page.rb +++ b/lib/better_errors/error_page.rb @@ -58,6 +58,14 @@ module BetterErrors exception.backtrace end + def exception_type + exception.type + end + + ...
Consolidate newlines in exception messages to avoid blank output The exception message will now have leading newlines removed to avoid displaying a blank message as a header.
BetterErrors_better_errors
train
ba506c83d26c36bd060b90013eec43eb3f3c5f01
diff --git a/lib/cuke_slicer/extractors/file_extractor.rb b/lib/cuke_slicer/extractors/file_extractor.rb index <HASH>..<HASH> 100644 --- a/lib/cuke_slicer/extractors/file_extractor.rb +++ b/lib/cuke_slicer/extractors/file_extractor.rb @@ -1,14 +1,12 @@ -require "cuke_slicer/helpers/extraction_helpers" -require "cuke_sl...
Refactoring. Put all of the filtering logic in one place and relocated several 'include' commands so that they are in the classes that actually use the functionality that is mixed in by the inclusion.
grange-insurance_cuke_slicer
train
2c8dff00ea56cf839f584b67c9775e81b6f07a8a
diff --git a/NavigationReact/sample/native/web/SceneNavigator.js b/NavigationReact/sample/native/web/SceneNavigator.js index <HASH>..<HASH> 100644 --- a/NavigationReact/sample/native/web/SceneNavigator.js +++ b/NavigationReact/sample/native/web/SceneNavigator.js @@ -1,4 +1,5 @@ -import React, { Component } from 'react'...
Added react motion to animate scenes
grahammendick_navigation
train
31d0daac1e625cfd73e5e6446ba3a144ed5b8935
diff --git a/lib/elastic_apm/transport/filters/secrets_filter.rb b/lib/elastic_apm/transport/filters/secrets_filter.rb index <HASH>..<HASH> 100644 --- a/lib/elastic_apm/transport/filters/secrets_filter.rb +++ b/lib/elastic_apm/transport/filters/secrets_filter.rb @@ -9,6 +9,7 @@ module ElasticAPM KEY_FILTERS ...
Add authentication/authorization to redacted keys
elastic_apm-agent-ruby
train
af6813559ea18e4ea7bcc9c5ce5e59988f8539a9
diff --git a/gbdxtools/images/tms_image.py b/gbdxtools/images/tms_image.py index <HASH>..<HASH> 100644 --- a/gbdxtools/images/tms_image.py +++ b/gbdxtools/images/tms_image.py @@ -186,11 +186,11 @@ class TmsImage(GeoDaskImage): url="https://api.mapbox.com/v4/digitalglobe.nal0g75k/{z}/{x}/{y}.png", ...
trying to get TmsImage to work for first refactor, will be reconfigured in second refactor
DigitalGlobe_gbdxtools
train
46f983e7c7d27bbb9311ff23d2fa0b43c5d8e4c2
diff --git a/src/Database/Schema/SchemaManager.php b/src/Database/Schema/SchemaManager.php index <HASH>..<HASH> 100644 --- a/src/Database/Schema/SchemaManager.php +++ b/src/Database/Schema/SchemaManager.php @@ -103,32 +103,11 @@ abstract class SchemaManager }); } - public static function listTableCol...
Fix adding prefix to table that is already prefixed
the-control-group_voyager
train
321d38a2dc1ccabc15acc26e3b4493fee61682d6
diff --git a/dashi/tests/test_dashi.py b/dashi/tests/test_dashi.py index <HASH>..<HASH> 100644 --- a/dashi/tests/test_dashi.py +++ b/dashi/tests/test_dashi.py @@ -4,9 +4,13 @@ from functools import partial import itertools import uuid import logging +import time + from kombu.pools import connections + + import...
Add (failing) test for missing exchange bug Seems like we need a new strategy for RPC replies.
nimbusproject_dashi
train
b6825756e97699db4d8c0230605919da877493d5
diff --git a/packages/@vue/cli/__tests__/Generator.spec.js b/packages/@vue/cli/__tests__/Generator.spec.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli/__tests__/Generator.spec.js +++ b/packages/@vue/cli/__tests__/Generator.spec.js @@ -456,13 +456,16 @@ test('api: onCreateComplete', async () => { ], af...
test: fix failing tests that due to async support in Generator
vuejs_vue-cli
train
153c937399b642107f5043597a2c048e5f1b1d3a
diff --git a/pyof/v0x04/controller2switch/multipart_reply.py b/pyof/v0x04/controller2switch/multipart_reply.py index <HASH>..<HASH> 100644 --- a/pyof/v0x04/controller2switch/multipart_reply.py +++ b/pyof/v0x04/controller2switch/multipart_reply.py @@ -5,9 +5,11 @@ from enum import Enum # Local source tree imports fr...
Adding support to unpack TableFeature - Adding method to pack and unpack the body using multipart_type - Only TableFeature can be packed and unpacked now.
kytos_python-openflow
train
28e152fd2d15dc92ef82137a7ec335f6cdb41273
diff --git a/indra/db/util.py b/indra/db/util.py index <HASH>..<HASH> 100644 --- a/indra/db/util.py +++ b/indra/db/util.py @@ -152,6 +152,8 @@ def get_statements_without_agents(db, prefix, *other_stmt_clauses, **kwargs): if verbose: num_stmts = stmts_wo_agents_q.count() print("Adding agents for %...
Move fixes to verbose feature.
sorgerlab_indra
train
ae581d1e3047a570cc8e29d7d1d863f6843a99b9
diff --git a/src/Renderer/DotGraphRenderer.php b/src/Renderer/DotGraphRenderer.php index <HASH>..<HASH> 100644 --- a/src/Renderer/DotGraphRenderer.php +++ b/src/Renderer/DotGraphRenderer.php @@ -9,6 +9,10 @@ use Workflux\StateMachine\StateMachine; use Workflux\Transition\TransitionInterface; use Params\Immutable\Immu...
added missing class api docs. refs #<I>
shrink0r_workflux
train
96a1f1d42f179c3e9efa5a111d6f8a2464cd312e
diff --git a/builder.go b/builder.go index <HASH>..<HASH> 100644 --- a/builder.go +++ b/builder.go @@ -735,7 +735,7 @@ func (b *Builder) resizeIfNeeded() bool { totalCapacity += (uint64)(n.capacity) } } - partitionCount := len(b.replicaToPartitionToNodeIndex[0]) + partitionCount := uint32(len(b.replicaToPartit...
resizeIfNeeded bugfix
gholt_ring
train
7888f9b268f847e8d29ef71ca3f8a9f8a9bd1539
diff --git a/cmd/cloud.go b/cmd/cloud.go index <HASH>..<HASH> 100644 --- a/cmd/cloud.go +++ b/cmd/cloud.go @@ -30,6 +30,7 @@ import ( "time" "github.com/kelseyhightower/envconfig" + "github.com/loadimpact/k6/lib" "github.com/loadimpact/k6/stats/cloud" "github.com/loadimpact/k6/ui" "github.com/pkg/errors" @@...
Fix nil pointer and improve code readability
loadimpact_k6
train
cc53d310fd2bcd2ab443771f959b68899efe0b3c
diff --git a/src/Runner.php b/src/Runner.php index <HASH>..<HASH> 100644 --- a/src/Runner.php +++ b/src/Runner.php @@ -51,6 +51,17 @@ class Runner { if ( ! property_exists(Hooks::class, $propertyName)) throw new RuntimeException("Invalid property {$propertyName} trying to be accessed"); - return (st...
Fixed return hooks method to return empty array when hooks have not been registered to an event
ddelnano_dredd-hooks-php
train
567090ebb07a02ccd854ddae6aed9b38e192a5a2
diff --git a/tests/FluentDOM/Loader/HtmlTest.php b/tests/FluentDOM/Loader/HtmlTest.php index <HASH>..<HASH> 100644 --- a/tests/FluentDOM/Loader/HtmlTest.php +++ b/tests/FluentDOM/Loader/HtmlTest.php @@ -143,9 +143,13 @@ namespace FluentDOM\Loader { 'text/html-fragment' ) ); + $result = '...
Avoid empty element for fragment node in HHVM.
ThomasWeinert_FluentDOM
train
e594cdac75e0bd2a6b879d36b0c22f143aac7a97
diff --git a/inc/cloner/class-cloner.php b/inc/cloner/class-cloner.php index <HASH>..<HASH> 100644 --- a/inc/cloner/class-cloner.php +++ b/inc/cloner/class-cloner.php @@ -972,7 +972,7 @@ class Cloner { } } elseif ( $post_type === 'glossary' ) { foreach ( $this->sourceBookGlossary as $k => $v ) { - if ( $v...
PB-<I> Validate existence of metadata field for glossary terms (#<I>)
pressbooks_pressbooks
train
8553d92705f58cfdf3540aca09b3222a013443e7
diff --git a/src/toil/wdl/wdl_functions.py b/src/toil/wdl/wdl_functions.py index <HASH>..<HASH> 100644 --- a/src/toil/wdl/wdl_functions.py +++ b/src/toil/wdl/wdl_functions.py @@ -156,9 +156,6 @@ def generate_docker_bashscript_file(temp_dir, docker_dir, globs, cmd, job_name): with open(os.path.join(temp_dir, job_na...
Amend debugging and account for single tuples.
DataBiosphere_toil
train
a0f44ea6cbb356a3785ab167031384e5cea9a99a
diff --git a/bql/planner/data_access.go b/bql/planner/data_access.go index <HASH>..<HASH> 100644 --- a/bql/planner/data_access.go +++ b/bql/planner/data_access.go @@ -122,6 +122,15 @@ func tripleToRow(t *triple.Triple, cls *semantic.GraphClause) (table.Row, error) if cls.SBinding != "" { r[cls.SBinding] = &table.C...
Add the other binding extraction for subject on the conversion of result triple to a table row.
google_badwolf
train
e5add6750c4b8acbec9b3dfc9c598e337a86ae47
diff --git a/packages/now-cli/test/integration.js b/packages/now-cli/test/integration.js index <HASH>..<HASH> 100644 --- a/packages/now-cli/test/integration.js +++ b/packages/now-cli/test/integration.js @@ -2365,47 +2365,7 @@ test('should not prompt "project settings overwrite" for undetected projects', a t.is(outpu...
[now-cli] Remove `.only` and remove duplicate test (#<I>)
zeit_now-cli
train
04258726579d4f6c449d1f4e0b5fc06f765bef6b
diff --git a/eZ/Bundle/EzPublishElasticsearchSearchEngineBundle/DependencyInjection/EzPublishElasticsearchSearchEngineExtension.php b/eZ/Bundle/EzPublishElasticsearchSearchEngineBundle/DependencyInjection/EzPublishElasticsearchSearchEngineExtension.php index <HASH>..<HASH> 100644 --- a/eZ/Bundle/EzPublishElasticsearchS...
EZP-<I>: fixed: don't reuse existing variable
ezsystems_ezpublish-kernel
train
6e0edcaba8ee65c8be029cb58aedfefce8384f24
diff --git a/tests/pytests/integration/cli/test_salt.py b/tests/pytests/integration/cli/test_salt.py index <HASH>..<HASH> 100644 --- a/tests/pytests/integration/cli/test_salt.py +++ b/tests/pytests/integration/cli/test_salt.py @@ -13,6 +13,7 @@ import time import pytest import salt.defaults.exitcodes import salt.uti...
Reset signal handlers before starting the process
saltstack_salt
train
fa89cc5da2f008c53284b080fdfc63afa6e4d580
diff --git a/lib/httmultiparty.rb b/lib/httmultiparty.rb index <HASH>..<HASH> 100644 --- a/lib/httmultiparty.rb +++ b/lib/httmultiparty.rb @@ -46,10 +46,6 @@ module HTTMultiParty flattened end - class Basement - include HTTMultiParty - end - def self.get(*args) Basement.get(*args) end @@ -102,...
move class Basement down to resolve uninitialized constant HTTMultiParty::ClassMethods
jwagener-soundcloud_httmultiparty
train
85d1ca6abae1502933f30e05e547da931c51dcdd
diff --git a/xbee1.py b/xbee1.py index <HASH>..<HASH> 100644 --- a/xbee1.py +++ b/xbee1.py @@ -273,8 +273,8 @@ class XBee1(XBee): # Check if this packet was an IO sample # If so, process the sample data - if 'process_as_io_samples' in packet: - field_to_process = pa...
Fixed bug where name of field to be processed as io was incorrect in split_response
niolabs_python-xbee
train
e336ebeecf2f7e211a6d3a33e9ced8aa11029658
diff --git a/src/Symfony/Component/Config/Resource/GlobResource.php b/src/Symfony/Component/Config/Resource/GlobResource.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Config/Resource/GlobResource.php +++ b/src/Symfony/Component/Config/Resource/GlobResource.php @@ -93,7 +93,7 @@ class GlobResource implemen...
Fixing GlobResource when inside phar archive When packaging an Sf4 application as a PHAR archive using globs at various locations (`Kernel`, `services.yaml`) most glob files are not found because the `glob()` PHP method [does not support PHAR streams](<URL>
symfony_symfony
train
4df1885d591e00bb2dbdc50cb124beceef2b30ed
diff --git a/mongo/check.py b/mongo/check.py index <HASH>..<HASH> 100644 --- a/mongo/check.py +++ b/mongo/check.py @@ -944,15 +944,17 @@ class MongoDb(AgentCheck): oplog_data = {} + local_collections = localdb.collection_names() + for ol_collection_name in ("oplog.rs", "oplog.$m...
[mongo] Fix oplog detection issue (dd-agent #<I>) Use pymongo collection_names() to find the oplog For the timestamp calculation, request that the oplog entry has a valid timestamp.
DataDog_integrations-core
train
53a74ccd1138583865d8873389ce39d45684b135
diff --git a/stickytape/__init__.py b/stickytape/__init__.py index <HASH>..<HASH> 100644 --- a/stickytape/__init__.py +++ b/stickytape/__init__.py @@ -29,7 +29,8 @@ def script( sys_path=python_paths, add_python_modules=add_python_modules, )) - output.append(_indent(open(path).read())) + wit...
Assume UTF-8 encoding for script source file
mwilliamson_stickytape
train
dd256899cf540629fc2d88d4b4cb2eb911eebd1e
diff --git a/polyaxon/hpsearch/iteration_managers/hyperband.py b/polyaxon/hpsearch/iteration_managers/hyperband.py index <HASH>..<HASH> 100644 --- a/polyaxon/hpsearch/iteration_managers/hyperband.py +++ b/polyaxon/hpsearch/iteration_managers/hyperband.py @@ -1,3 +1,4 @@ +from hpsearch.exceptions import ExperimentGroupE...
Validate hyperband iteration creation
polyaxon_polyaxon
train
a88e1d49c069f6c0c9a4af686969c3986bbc750a
diff --git a/openquake/engine/calculators/hazard/event_based/core.py b/openquake/engine/calculators/hazard/event_based/core.py index <HASH>..<HASH> 100644 --- a/openquake/engine/calculators/hazard/event_based/core.py +++ b/openquake/engine/calculators/hazard/event_based/core.py @@ -397,10 +397,6 @@ def _save_gmfs(gmf_s...
Removed some verbose logs
gem_oq-engine
train
6289eae2876169564ab02ccceb66d26f62354bf8
diff --git a/test/lib/xrd.js b/test/lib/xrd.js index <HASH>..<HASH> 100644 --- a/test/lib/xrd.js +++ b/test/lib/xrd.js @@ -62,26 +62,32 @@ var typeCheck = function(type) { var xrdLinkCheck = function(def) { return function(err, doc, res) { - var i, prop, link; + var i, prop, link, + tes...
handle single link in XRD results
pump-io_pump.io
train
f34e032dd8b7da69530cd926e4c9667509a8d114
diff --git a/fedmsg_atomic_composer/composer.py b/fedmsg_atomic_composer/composer.py index <HASH>..<HASH> 100644 --- a/fedmsg_atomic_composer/composer.py +++ b/fedmsg_atomic_composer/composer.py @@ -42,7 +42,6 @@ class AtomicComposer(object): self.generate_repo_files(release) self.ostree_compo...
composer: Cleanup in a 'finally' block
fedora-infra_fedmsg-atomic-composer
train
e51b25365f9eda4fb0eb8a32f13d7d9534676433
diff --git a/script/debugger/debugview.js b/script/debugger/debugview.js index <HASH>..<HASH> 100644 --- a/script/debugger/debugview.js +++ b/script/debugger/debugview.js @@ -37,12 +37,14 @@ define('bigscreenplayer/debugger/debugview', logContainer.style.bottom = '1%'; logContainer.style.left = '1%'; ...
Improve Playback/Buffer Stalled Logging & Debug Tool Performance (#<I>) * add buffer stalled and playback stalled logging. Improve mse strategy error logging. * Debug tool view only adds a single DOM element per event (was adding <br> tags for each new line)
bbc_bigscreen-player
train
108e4eca16e010bed59a7f29992f84a19f0e64d6
diff --git a/core/pax-exam/src/main/java/org/ops4j/pax/exam/options/BootDelegationOption.java b/core/pax-exam/src/main/java/org/ops4j/pax/exam/options/BootDelegationOption.java index <HASH>..<HASH> 100644 --- a/core/pax-exam/src/main/java/org/ops4j/pax/exam/options/BootDelegationOption.java +++ b/core/pax-exam/src/main...
PAXEXAM-<I> introduce a ValueOption type for simpler parsing of value based options.
ops4j_org.ops4j.pax.exam2
train
910dfc3a0846d67fbc5ad60a0f5b7f56b5db117d
diff --git a/pmagpy/ipmag.py b/pmagpy/ipmag.py index <HASH>..<HASH> 100755 --- a/pmagpy/ipmag.py +++ b/pmagpy/ipmag.py @@ -8335,7 +8335,7 @@ def zeq(path_to_file='.', file='', data="", units='U', calculation_type="DE-BFL" Keywords: file= FILE a space or tab delimited file with - specimen t...
modified: ipmag.py => fixed bugs in zeq for notebook use modified: pmag.py
PmagPy_PmagPy
train
12f92c159b4c1380346573f0e5cd8f6f9072bb86
diff --git a/test/config/test_configurable.rb b/test/config/test_configurable.rb index <HASH>..<HASH> 100644 --- a/test/config/test_configurable.rb +++ b/test/config/test_configurable.rb @@ -1298,6 +1298,24 @@ module Fluent::Config first_log = obj.log.logs.first assert{ first_log && first_log.include?...
Add test for logger is nil
fluent_fluentd
train
b4112fcdb1967742013b1a335bf16a8d2ea28faa
diff --git a/Auth/OpenID/Discover.php b/Auth/OpenID/Discover.php index <HASH>..<HASH> 100644 --- a/Auth/OpenID/Discover.php +++ b/Auth/OpenID/Discover.php @@ -61,9 +61,9 @@ class Auth_OpenID_ServiceEndpoint { function supportsType($type_uri) { // Does this endpoint support this type? - return ...
[project @ Clarify supportsType]
openid_php-openid
train
f79a0d2821726baf4605900c3e4b3d95dc87ef9a
diff --git a/authenticators/cf_authenticator.go b/authenticators/cf_authenticator.go index <HASH>..<HASH> 100644 --- a/authenticators/cf_authenticator.go +++ b/authenticators/cf_authenticator.go @@ -80,6 +80,7 @@ func (cfa *CFAuthenticator) Authenticate(metadata ssh.ConnMetadata, password []b logger.Error("fetching-...
Close response body when getting ssh_access from CC
cloudfoundry_diego-ssh
train
83d54ebea88ba83d344e3fc3efda2c63d930dc37
diff --git a/build-executor/src/main/java/org/jboss/pnc/executor/DefaultBuildExecutor.java b/build-executor/src/main/java/org/jboss/pnc/executor/DefaultBuildExecutor.java index <HASH>..<HASH> 100644 --- a/build-executor/src/main/java/org/jboss/pnc/executor/DefaultBuildExecutor.java +++ b/build-executor/src/main/java/or...
Mark system error status as final. (cherry picked from commit a<I>a2)
project-ncl_pnc
train
79cf451e02d0b79dfa920211324aad911bba18de
diff --git a/lib/nats.js b/lib/nats.js index <HASH>..<HASH> 100644 --- a/lib/nats.js +++ b/lib/nats.js @@ -909,7 +909,7 @@ Client.prototype.createConnection = function () { * @api private */ Client.prototype.initState = function () { - this.ssid = 1 + this.ssid = 0 this.subs = {} this.reconnects = 0 thi...
FIX #<I> - subscription ids start at 2 (#<I>)
nats-io_node-nats
train
745bddfc97d508fabf0b5f7b2feba859efb2bf91
diff --git a/seefor.go b/seefor.go index <HASH>..<HASH> 100644 --- a/seefor.go +++ b/seefor.go @@ -5,28 +5,7 @@ import ( "net/http" ) -type Middleware func(http.ResponseWriter, *http.Request, Params, func()) - -type ResponseWriter struct { - status int - http.ResponseWriter -} - -func (w *ResponseWriter) WriteHead...
We don't have to customize ResponseWriter. Let middleware decides if we should continue to the next handler by calling next
vanng822_r2router
train
b0ed3cf1bf2e123bd17af94557925a3a3fe481b6
diff --git a/app/Models/Mutators/ArticleMutators.php b/app/Models/Mutators/ArticleMutators.php index <HASH>..<HASH> 100644 --- a/app/Models/Mutators/ArticleMutators.php +++ b/app/Models/Mutators/ArticleMutators.php @@ -30,8 +30,8 @@ trait ArticleMutators return null; } - // Give shortcode...
Update ArticleMutators.php
russsiq_bixbite
train
ad0b20b4d28e04c231805df96ef8e97a5c12db2a
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -10,10 +10,10 @@ setup( url='https://github.com/selwin/python-user-agents', license='MIT', description='A library to identify devices (phones, tablets) and their capabilities by parsing (browser/HTTP) user agent...
Rename README.rst to README.md in setup.py.
selwin_python-user-agents
train
773f1876ae7cb64a17b872fb14219daba11dcd48
diff --git a/lib/puppet/provider/package/aptrpm.rb b/lib/puppet/provider/package/aptrpm.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/provider/package/aptrpm.rb +++ b/lib/puppet/provider/package/aptrpm.rb @@ -10,6 +10,15 @@ Puppet::Type.type(:package).provide :aptrpm, :parent => :rpm, :source => :rpm do commands...
Ignore the pkg directory if it exists, and fix up a couple of tests that were erroring out, which also will help the confinement of package types a bit more. git-svn-id: <URL>
puppetlabs_puppet
train
6f01d0a431cd91fe4830032f3be2e21078e5c654
diff --git a/openpnm/phases/GenericPhase.py b/openpnm/phases/GenericPhase.py index <HASH>..<HASH> 100644 --- a/openpnm/phases/GenericPhase.py +++ b/openpnm/phases/GenericPhase.py @@ -86,8 +86,15 @@ class GenericPhase(Base, ModelsMixin): return net[element+'._id'] if prop == self.name: ...
This attempt adds a model to object if key not found
PMEAL_OpenPNM
train
de02af64483baaedf672bcc7b91bec67a1596e9e
diff --git a/master/buildbot/worker/openstack.py b/master/buildbot/worker/openstack.py index <HASH>..<HASH> 100644 --- a/master/buildbot/worker/openstack.py +++ b/master/buildbot/worker/openstack.py @@ -27,6 +27,7 @@ from twisted.python import log from buildbot import config from buildbot.interfaces import LatentWo...
openstack: Don't accept builds requesting different instance properties
buildbot_buildbot
train
5e596bf1cbc168827b175a4bbe42bab330b2930d
diff --git a/lib/datagrid/form_builder.rb b/lib/datagrid/form_builder.rb index <HASH>..<HASH> 100644 --- a/lib/datagrid/form_builder.rb +++ b/lib/datagrid/form_builder.rb @@ -13,7 +13,7 @@ module Datagrid def datagrid_label(filter_or_attribute, options = {}) filter = get_filter(filter_or_attribute) - ...
Fix bug where options passed through to label would not be passed properly to helper
bogdan_datagrid
train
91a3939bc1170edc4807bf206021bd240bdf0cc5
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from setuptools import setup if TkVersion <= 8.5: - message = "This version of ttkthemes does not support Tk 8.5 and earlier. Please install an earlier version." + message = "This version of ttkthemes d...
Fix RuntimeError message upon installation with Tk <I> or earlier (#<I>)
RedFantom_ttkthemes
train
248d6a787e68cb7796ad5a77613f8732883781f9
diff --git a/hawkular-wildfly-agent/src/main/java/org/hawkular/agent/monitor/protocol/EndpointService.java b/hawkular-wildfly-agent/src/main/java/org/hawkular/agent/monitor/protocol/EndpointService.java index <HASH>..<HASH> 100644 --- a/hawkular-wildfly-agent/src/main/java/org/hawkular/agent/monitor/protocol/EndpointSe...
trivial - move the remove method next to the add method
hawkular_hawkular-agent
train
8cbb70c61a3931d1e60b52373c5787bab6711a99
diff --git a/lib/Doctrine/DBAL/Logging/DebugStack.php b/lib/Doctrine/DBAL/Logging/DebugStack.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/DBAL/Logging/DebugStack.php +++ b/lib/Doctrine/DBAL/Logging/DebugStack.php @@ -43,6 +43,8 @@ class DebugStack implements SQLLogger public $start = null; + public $c...
DBAL-<I> - Fix wrong exception call.
doctrine_dbal
train
e8b52671aea20b26584973dadbb89833d829c0cb
diff --git a/lib/classes/session/memcache.php b/lib/classes/session/memcache.php index <HASH>..<HASH> 100644 --- a/lib/classes/session/memcache.php +++ b/lib/classes/session/memcache.php @@ -20,6 +20,9 @@ * This is based on the memcached code. It lacks some features, such as * locking options, but appears to work i...
MDL-<I> session: add support for multiple servers to memcache session driver Includes proper definition of object properties which fixes handling of timout default.
moodle_moodle
train
8fbbf4b75f167f58638ec09dbeaa0efec96ede16
diff --git a/lib/mashery/bnet_resource.rb b/lib/mashery/bnet_resource.rb index <HASH>..<HASH> 100644 --- a/lib/mashery/bnet_resource.rb +++ b/lib/mashery/bnet_resource.rb @@ -6,16 +6,13 @@ class Mashery::BnetResource end def self.from_api(raw_response) - # NOTE common tasks below -- marker for easier method ...
No we don't need them anymore, Milord.
keikun17_bnet-mashery-rb
train
f78858c7a97d53260a71fedb0a1078669b96df69
diff --git a/openquake/engine/engine.py b/openquake/engine/engine.py index <HASH>..<HASH> 100644 --- a/openquake/engine/engine.py +++ b/openquake/engine/engine.py @@ -45,6 +45,8 @@ OQ_API = 'https://api.openquake.org' TERMINATE = config.distribution.terminate_workers_on_revoke OQ_DISTRIBUTE = parallel.oq_distribute()...
Kill everything only on real SIGHUPs Former-commit-id: <I>f<I>aa3d<I>a5a<I>ad
gem_oq-engine
train
433176e41edb77df43ca115d04703170c8ab9198
diff --git a/examples/jenkins/pipeline/README.md b/examples/jenkins/pipeline/README.md index <HASH>..<HASH> 100644 --- a/examples/jenkins/pipeline/README.md +++ b/examples/jenkins/pipeline/README.md @@ -29,19 +29,7 @@ jenkins template represented by jenkinstemplate.json by running these commands a $ oc new-p...
really re-enable jenkins autoprovisioning
openshift_origin
train
0d00cf0eabd5a27a942c409fceee827d718c8e66
diff --git a/lib/csv_importer.rb b/lib/csv_importer.rb index <HASH>..<HASH> 100644 --- a/lib/csv_importer.rb +++ b/lib/csv_importer.rb @@ -7,9 +7,10 @@ module CSVImporter include Virtus.model attribute :content, String + attribute :file # IO def csv_rows - @csv_rows ||= sanitize(CSV.parse(con...
Import from an input stream - Closes #2
pcreux_csv-importer
train
f04f8ca4a301d5f4ac34cf76dab5c3408e2a10b3
diff --git a/tests/server/fileSystem/fileSystem.js b/tests/server/fileSystem/fileSystem.js index <HASH>..<HASH> 100644 --- a/tests/server/fileSystem/fileSystem.js +++ b/tests/server/fileSystem/fileSystem.js @@ -380,10 +380,13 @@ describe('fileSystem', function() { TYPES.forEach(function(TYPE) { it('should...
Fix unit tests about files validation Unit tests about files validation were failing on Linux (not on Windows) due to file names in lower case.
veo-labs_openveo-api
train
f0218fa3c971bb844e4c97e4166d8552bc66976f
diff --git a/lib/Document.js b/lib/Document.js index <HASH>..<HASH> 100644 --- a/lib/Document.js +++ b/lib/Document.js @@ -223,7 +223,8 @@ Document.prototype.distributeEdit = function(edit, fromLink) { // forward edit this.links.forEach(function(link) { if(link === fromLink) return + if(link === this.mast...
Document#distributeEdit: Don't send to master, since we gotta check back anyways
gulf_gulf
train
56531f413be34d348e04a31e645d3b15078459b9
diff --git a/src/main/java/com/jillesvangurp/iterables/Iterables.java b/src/main/java/com/jillesvangurp/iterables/Iterables.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/jillesvangurp/iterables/Iterables.java +++ b/src/main/java/com/jillesvangurp/iterables/Iterables.java @@ -22,6 +22,32 @@ public class Itera...
add convenience method to create peeking iterator from an iterable and to create an iterable from any array
jillesvangurp_iterables-support
train
fc6731c427a3451f819fcbcec6d246890944e5ea
diff --git a/lib/graphql/client/query_result.rb b/lib/graphql/client/query_result.rb index <HASH>..<HASH> 100644 --- a/lib/graphql/client/query_result.rb +++ b/lib/graphql/client/query_result.rb @@ -398,8 +398,6 @@ module GraphQL message = "unfetched field `#{field.name}' on #{type} type. https://git.io/v1y3...
Remove ImplicitlyFetchedFieldError field suggestion Mostly incorrect suggestion.
github_graphql-client
train
ffc7c01526d5103dafce063962a4323d0127c4de
diff --git a/lib/api_resources/pubsub_subscriptions.js b/lib/api_resources/pubsub_subscriptions.js index <HASH>..<HASH> 100644 --- a/lib/api_resources/pubsub_subscriptions.js +++ b/lib/api_resources/pubsub_subscriptions.js @@ -1,8 +1,16 @@ var qs = require('querystring'); var Subscription = module.exports = functio...
Added unsubscribe to proxy event subscriptions
zettajs_zetta
train
8ea505a16ba5fde82399d7fed53923cb827994eb
diff --git a/duniterpy/grammars/output.py b/duniterpy/grammars/output.py index <HASH>..<HASH> 100644 --- a/duniterpy/grammars/output.py +++ b/duniterpy/grammars/output.py @@ -48,6 +48,19 @@ class SIG: def __str__(self) -> str: return self.value + def __eq__(self, other: Any) -> bool: + """ + ...
[enh] output conditions: add __eq__() and __hash__() methods
duniter_duniter-python-api
train
900059602ff272907978705bd8d5814926798dec
diff --git a/src/core/OxygenCore.js b/src/core/OxygenCore.js index <HASH>..<HASH> 100644 --- a/src/core/OxygenCore.js +++ b/src/core/OxygenCore.js @@ -310,17 +310,14 @@ export default class Oxygen extends OxygenEvents { // initialize all services this.logger.debug('Loading services...'); - //...
Fix services enable/disable feature (#<I>)
oxygenhq_oxygen
train
61ba506d6d404c6b6bb09e96655510bce88222e9
diff --git a/src/main/java/org/eluder/coveralls/maven/plugin/AbstractCoverallsMojo.java b/src/main/java/org/eluder/coveralls/maven/plugin/AbstractCoverallsMojo.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/eluder/coveralls/maven/plugin/AbstractCoverallsMojo.java +++ b/src/main/java/org/eluder/coveralls/maven...
#<I>, #<I>: Cleaned skip property implementation.
trautonen_coveralls-maven-plugin
train
a81ed908bbad3ed5f9488853ae4ddad4cb2746ab
diff --git a/src/main/java/graphql/normalized/ExecutableNormalizedField.java b/src/main/java/graphql/normalized/ExecutableNormalizedField.java index <HASH>..<HASH> 100644 --- a/src/main/java/graphql/normalized/ExecutableNormalizedField.java +++ b/src/main/java/graphql/normalized/ExecutableNormalizedField.java @@ -166,7...
Update src/main/java/graphql/normalized/ExecutableNormalizedField.java
graphql-java_graphql-java
train
e7cfbb973778e11e855d1524d1638bc1c982a0a6
diff --git a/terraform/context_input_test.go b/terraform/context_input_test.go index <HASH>..<HASH> 100644 --- a/terraform/context_input_test.go +++ b/terraform/context_input_test.go @@ -8,6 +8,8 @@ import ( "testing" "github.com/zclconf/go-cty/cty" + + "github.com/hashicorp/terraform/config/configschema" ) f...
core: Fix TestContext2Input_hcl This test now needs to provide a mock schema for its resource type so that the two test arguments can be assigned.
hashicorp_terraform
train
676cdc1ae57de6ffca32f5102a56d0462fea01a6
diff --git a/src/util/internalCallTree.js b/src/util/internalCallTree.js index <HASH>..<HASH> 100644 --- a/src/util/internalCallTree.js +++ b/src/util/internalCallTree.js @@ -32,7 +32,7 @@ class InternalCallTree { if (!this.solidityProxy.loaded()) { this.event.trigger('callTreeBuildFailed', ['compilatio...
fix return of external call vs return of internal call
ethereum_remix
train
e02811496a8c09823fa7225ff20c10f7d6ae7368
diff --git a/visor-rest/src/main/java/de/uniulm/omi/cloudiator/visor/rest/entities/MonitorDto.java b/visor-rest/src/main/java/de/uniulm/omi/cloudiator/visor/rest/entities/MonitorDto.java index <HASH>..<HASH> 100644 --- a/visor-rest/src/main/java/de/uniulm/omi/cloudiator/visor/rest/entities/MonitorDto.java +++ b/visor-r...
Implemented toString method on monitor dtos
cloudiator_visor
train
24396bbc2c11eb7cf3f35ff1ca792aaeacec2444
diff --git a/serialize.js b/serialize.js index <HASH>..<HASH> 100644 --- a/serialize.js +++ b/serialize.js @@ -57,6 +57,7 @@ function isProperty(elem, key) { } function stylify(styles) { + if (typeof styles === 'string') return styles var attr = "" Object.keys(styles).forEach(function (key) { ...
fix style passed as a string. closes #<I>
Raynos_min-document
train
1c6d2f5fffd00bbba7ce572187b4cdd9f18df242
diff --git a/node-binance-api.js b/node-binance-api.js index <HASH>..<HASH> 100644 --- a/node-binance-api.js +++ b/node-binance-api.js @@ -47,8 +47,7 @@ module.exports = function() { if ( response && response.statusCode !== 200 ) return callback( response ); - if ( callback ) - return callback( null, JS...
Improved error handling & fixed user data streams
jaggedsoft_node-binance-api
train
abe8b92b60eba60c9b3f826985c2e4727ad9bd93
diff --git a/lib/arjdbc/firebird/adapter.rb b/lib/arjdbc/firebird/adapter.rb index <HASH>..<HASH> 100644 --- a/lib/arjdbc/firebird/adapter.rb +++ b/lib/arjdbc/firebird/adapter.rb @@ -166,11 +166,13 @@ module ArJdbc end # Should primary key values be selected from their corresponding - # sequence before t...
[firebird] align `prefetch_primary_key?` with Oracle (only for simple PKs)
jruby_activerecord-jdbc-adapter
train
3ee73a6a3779762254fd02a61528e21d9894628c
diff --git a/lib/xapian_db/config.rb b/lib/xapian_db/config.rb index <HASH>..<HASH> 100644 --- a/lib/xapian_db/config.rb +++ b/lib/xapian_db/config.rb @@ -17,18 +17,12 @@ module XapianDb yield @config if block_given? end - def database - @config._database - end - - de...
[CHG] Class level access to the instance variables of config
gernotkogler_xapian_db
train
32646f8eae457d9aa162cd2eb29d769b1c75e83b
diff --git a/env/grunt-2-env.js b/env/grunt-2-env.js index <HASH>..<HASH> 100644 --- a/env/grunt-2-env.js +++ b/env/grunt-2-env.js @@ -12,10 +12,10 @@ module.exports = function (grunt) { /* build environment */ grunt.extendConfig({ jshint: { - "env": [ "Gruntfile.js", "Gruntfile.d/*.js" ...
lint the correct files after recent world-order changes
rse_componentjs
train
0d7edfb3a75b61edbe205caee4817d59fc5060c7
diff --git a/lib/coverband/base.rb b/lib/coverband/base.rb index <HASH>..<HASH> 100644 --- a/lib/coverband/base.rb +++ b/lib/coverband/base.rb @@ -89,7 +89,7 @@ module Coverband if @reporter if @reporter.class.name.match(/redis/i) before_time = Time.now - @stats.increment "coverband....
Use `count` instead of `increment` to measure this
danmayer_coverband
train
0ee157c959ef9cd79474b3d499986305530d60b3
diff --git a/tests/unit/DataTransferObjectTest.php b/tests/unit/DataTransferObjectTest.php index <HASH>..<HASH> 100644 --- a/tests/unit/DataTransferObjectTest.php +++ b/tests/unit/DataTransferObjectTest.php @@ -2,7 +2,6 @@ use Aedart\DTO\DataTransferObject; use Codeception\Util\Debug; -use \Exception; use Faker\Fa...
Fixed PHP Warning: The use statement with non-compound name 'Exception'
aedart_data-transfer-object-dto
train
e8af4e576dbe350cac91a31ab27e4dbe1994bdae
diff --git a/android/src/com/chariotsolutions/nfc/plugin/NfcPlugin.java b/android/src/com/chariotsolutions/nfc/plugin/NfcPlugin.java index <HASH>..<HASH> 100644 --- a/android/src/com/chariotsolutions/nfc/plugin/NfcPlugin.java +++ b/android/src/com/chariotsolutions/nfc/plugin/NfcPlugin.java @@ -86,12 +86,9 @@ public cla...
Pushing tag writes off the Cordova WebCore thread
chariotsolutions_phonegap-nfc
train
72b99f2df0caf2938000d822a30ae3f732604f31
diff --git a/src/js/animsition.js b/src/js/animsition.js index <HASH>..<HASH> 100755 --- a/src/js/animsition.js +++ b/src/js/animsition.js @@ -87,8 +87,7 @@ }, addLoading: function(options){ - $(options.loadingParentElement) - .append('<div class="'+options.loadingClass+'"></div>'); + $(opt...
Fix spacing issue in addLoading loading element doesn't get added correctly without the fix
blivesta_animsition
train
eabcee49e6a31aac9ec81baeb6201174368f9e5a
diff --git a/examples/safe_remote_purchase/safe_remote_purchase.v.py b/examples/safe_remote_purchase/safe_remote_purchase.v.py index <HASH>..<HASH> 100644 --- a/examples/safe_remote_purchase/safe_remote_purchase.v.py +++ b/examples/safe_remote_purchase/safe_remote_purchase.v.py @@ -1,11 +1,17 @@ -#Safe Remote Purchase ...
Splitting comments over two lines where necessary to fit on the page on readthedocs
ethereum_vyper
train
744768ab301f4d02f9a06f847f6fccae611ee15e
diff --git a/sprd/view/svg/BendingTextConfigurationRendererClass.js b/sprd/view/svg/BendingTextConfigurationRendererClass.js index <HASH>..<HASH> 100644 --- a/sprd/view/svg/BendingTextConfigurationRendererClass.js +++ b/sprd/view/svg/BendingTextConfigurationRendererClass.js @@ -134,14 +134,13 @@ define(['xaml!sprd/view...
DEV-<I> Removed viewbox and width/height
spreadshirt_rAppid.js-sprd
train
eee27787abf6ba2d0b3049d18f2af1c034bb052d
diff --git a/pingdom/user.go b/pingdom/user.go index <HASH>..<HASH> 100644 --- a/pingdom/user.go +++ b/pingdom/user.go @@ -4,6 +4,7 @@ import ( "io/ioutil" "encoding/json" "strconv" + "fmt" ) type UserService struct { @@ -23,16 +24,9 @@ type UserApi interface { } // Get a list of all users and their conta...
Adding read method to get a single user.
russellcardullo_go-pingdom
train
48cf80b02c95ddf2750d4c58f4f96bc8d6f27bf3
diff --git a/tasks/nvm/cmd.js b/tasks/nvm/cmd.js index <HASH>..<HASH> 100755 --- a/tasks/nvm/cmd.js +++ b/tasks/nvm/cmd.js @@ -15,21 +15,14 @@ module.exports = function (gruntOrShipit) { var shipit = utils.getShipit(gruntOrShipit); function cmd(remote) { - - if(!remote) { - throw new Error( - ...
ensure shipit-nvm is inited before running cmd task
callerc1_shipit-nvm
train
361d4de7bbbb7a1f03ea16192491bb640bc79b58
diff --git a/troposphere/mediastore.py b/troposphere/mediastore.py index <HASH>..<HASH> 100644 --- a/troposphere/mediastore.py +++ b/troposphere/mediastore.py @@ -4,10 +4,10 @@ # See LICENSE file for full license. -from . import AWSObject +from . import AWSObject, Tags from . import AWSProperty from .validators ...
Adding misc AWS::MediaStore::Container properties, per May <I>, <I> update
cloudtools_troposphere
train
1386205f7ad6f645f7cb78a33dc03cd4916b3813
diff --git a/identify/identify.go b/identify/identify.go index <HASH>..<HASH> 100644 --- a/identify/identify.go +++ b/identify/identify.go @@ -31,30 +31,6 @@ var SupportedHashes = "SHA256,SHA512,SHA1" // ErrUnsupportedKeyType is returned when a private key cast/type switch fails. var ErrUnsupportedKeyType = errors.Ne...
chore(identify) move private func to bottom of file
ipfs_go-ipfs
train
3b3f81becf01a16aa6d90d8ae6b6a077c6cb2f83
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,14 +11,15 @@ # All configuration values have a default; values that are commented out # serve to show the default. -import sys, os +import os +import sys from django.conf import settings # If extens...
Use a better sys.path appending when building docs
SmileyChris_easy-thumbnails
train
0374f331376ec37cd616e55bf9e367745d0044ae
diff --git a/fmn/rules/utils.py b/fmn/rules/utils.py index <HASH>..<HASH> 100644 --- a/fmn/rules/utils.py +++ b/fmn/rules/utils.py @@ -201,9 +201,10 @@ def get_user_of_group(config, fas, groupname): def creator(): if not fas: return set() - return set(fas.group_members(groupname)) + ...
When retrieving the users in a group we're only interested in their username Otherwise this fails down the path.
fedora-infra_fmn.rules
train
6e411b1f5cc980c82366b4b390f834198795b969
diff --git a/www/tests/issues.py b/www/tests/issues.py index <HASH>..<HASH> 100644 --- a/www/tests/issues.py +++ b/www/tests/issues.py @@ -120,29 +120,6 @@ assert C.foo.abc == 1 assert C.foo.xyz == "haha" assert C.foo.booh == 42 -# issue 118 -class A: - - def toString(self): - return "whatever" - -assert ...
Move a few tests from issues.py to test_classes.py
brython-dev_brython
train
54c5be7e22a8073fab1aa4de6de82a6514fd36d0
diff --git a/lib/file_data/formats/exif/exif_data.rb b/lib/file_data/formats/exif/exif_data.rb index <HASH>..<HASH> 100644 --- a/lib/file_data/formats/exif/exif_data.rb +++ b/lib/file_data/formats/exif/exif_data.rb @@ -1,13 +1,11 @@ module FileData # Container for Exif tag values class ExifData - NAMES = { 0 ...
Move creation of image and thumbnail methods in ExifData outside of initialize so that they aren't redefined every time a new ExifData is created
ScottHaney_file_data
train
f9b26d23192545d950b11b06d3c90e24b9c5e30a
diff --git a/lib/ims/lti/models/lti_model.rb b/lib/ims/lti/models/lti_model.rb index <HASH>..<HASH> 100644 --- a/lib/ims/lti/models/lti_model.rb +++ b/lib/ims/lti/models/lti_model.rb @@ -4,8 +4,9 @@ module IMS::LTI::Models LTI_VERSION_2P1 = 'LTI-2p1'.freeze def initialize(attributes = {}) - self.attrib...
allow unkown attributes to be saved and retrived (#<I>) * allow unkown attributes to be saved and retrived * fix spelling, and dry up code * don't use internal methods for specs * spelling fix
instructure_ims-lti
train
d489567be63710fde31b82d440ad032a7d680363
diff --git a/h2o-core/src/main/java/water/H2O.java b/h2o-core/src/main/java/water/H2O.java index <HASH>..<HASH> 100644 --- a/h2o-core/src/main/java/water/H2O.java +++ b/h2o-core/src/main/java/water/H2O.java @@ -1978,6 +1978,9 @@ final public class H2O { public final H2ONode leader() { return _memary[0]; } + ...
Make sure CloudHandler works in client mode with no members
h2oai_h2o-3
train
28a2690021d23dc4adfa4a9b5aec0b3004c922c1
diff --git a/ChangeLog b/ChangeLog index <HASH>..<HASH> 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,10 @@ Release date: TBA Close #2309 + * Fix false positive ``undefined-variable`` and ``used-before-assignment`` with nonlocal keyword usage. + + Close #2049 + * Stop ``protected-access`` exce...
fix false positive ``undefined-variable`` and ``used-before-assignment`` with nonlocal keyword usage. incorporate review comments fix existing test case
PyCQA_pylint
train
22f4be72149b018d3c70fd9a20e27f2331388595
diff --git a/support/cas-server-support-oauth-core/src/main/java/org/apereo/cas/ticket/BaseIdTokenSigningAndEncryptionService.java b/support/cas-server-support-oauth-core/src/main/java/org/apereo/cas/ticket/BaseIdTokenSigningAndEncryptionService.java index <HASH>..<HASH> 100644 --- a/support/cas-server-support-oauth-co...
cntd testing UMA endpoints
apereo_cas
train
08291689d2bb6d37d5655167cae3a12359b3fd8e
diff --git a/theanets/graph.py b/theanets/graph.py index <HASH>..<HASH> 100644 --- a/theanets/graph.py +++ b/theanets/graph.py @@ -144,8 +144,11 @@ class Network(object): # if layer is a dictionary, try to extract a form for the layer, and # override our default keyword arguments with the rest. ...
Do not modify incoming layers dictionaries.
lmjohns3_theanets
train
f27009b78e2c104fb19c1c95b435e6d2c50d9fe8
diff --git a/lib/griddler/email_parser.rb b/lib/griddler/email_parser.rb index <HASH>..<HASH> 100644 --- a/lib/griddler/email_parser.rb +++ b/lib/griddler/email_parser.rb @@ -84,7 +84,9 @@ module Griddler::EmailParser /^On.*<\n?.*>.*\n?wrote:$/, /On.*wrote:/, /\*?From:.*$/i, - /^[[:space:]]*\d...
Handles most common French and Spanish formats
thoughtbot_griddler
train
ecc3c90aa1b3ea7900ccef504960c698af30e068
diff --git a/test/unit/Slide.test.js b/test/unit/Slide.test.js index <HASH>..<HASH> 100644 --- a/test/unit/Slide.test.js +++ b/test/unit/Slide.test.js @@ -27,6 +27,18 @@ describe('kittik::Slide', () => { }); }); + it('Should properly parse shapes', () => { + const shapes = [{name: 'Shape', type: 'Text', o...
test(package): Add few more tests
ghaiklor_kittik
train
922bb8301ef4cac88607a4119ac81976a982dd04
diff --git a/umap/plot.py b/umap/plot.py index <HASH>..<HASH> 100644 --- a/umap/plot.py +++ b/umap/plot.py @@ -1088,7 +1088,7 @@ def interactive( else: tooltips = None - bpl.output_notebook(hide_banner=True) + # bpl.output_notebook(hide_banner=True) # this doesn't work for non-note...
FIx bokeh plotting for non-notebook use
lmcinnes_umap
train
a61a3640fdf735e9a82cfc75f7a480e5ae367079
diff --git a/teneto/networkmeasures/shortest_temporal_path.py b/teneto/networkmeasures/shortest_temporal_path.py index <HASH>..<HASH> 100644 --- a/teneto/networkmeasures/shortest_temporal_path.py +++ b/teneto/networkmeasures/shortest_temporal_path.py @@ -271,8 +271,7 @@ def shortest_temporal_path(tnet, steps_per_t='all...
fixing bug in shortest temporal path (path includes)
wiheto_teneto
train
f7f9f02e94b871a9bc5b037ed867865ac378eb64
diff --git a/injector.py b/injector.py index <HASH>..<HASH> 100644 --- a/injector.py +++ b/injector.py @@ -1170,7 +1170,7 @@ class BoundProvider(object): self._interface = interface def __repr__(self): - return 'BoundProvider(%r, %r)' % ( + return '%s(%r, %r)' % ( type(self)._...
Fix BoundProvider's repr
alecthomas_injector
train
2460c9a21d8c14b37c68125aed06d6da7d23acd3
diff --git a/lib/generator.js b/lib/generator.js index <HASH>..<HASH> 100644 --- a/lib/generator.js +++ b/lib/generator.js @@ -1312,8 +1312,8 @@ paddedOutputWidth = Math.round(paddedOutputWidthFloat), paddedOutputHeight = Math.round(paddedOutputHeightFloat), - paddedOutputScale...
trim unexpected extra pixels from the result, also don't round floats until as late as possible
adobe-photoshop_generator-core
train
2e55a0a8a8951dc83aa7d01786e63bb29966f599
diff --git a/glymur/test/test_jp2k.py b/glymur/test/test_jp2k.py index <HASH>..<HASH> 100644 --- a/glymur/test/test_jp2k.py +++ b/glymur/test/test_jp2k.py @@ -1139,6 +1139,7 @@ class TestParsing(unittest.TestCase): with self.assertWarnsRegex(UserWarning, 'Invalid profile'): jp2 = Jp2k(filename) ...
pinpointed test_main_header as culprit for 3 unexplained failures
quintusdias_glymur
train
d53525b4da533f914eadbb78ab3b7df29e03cd2d
diff --git a/library/CM/Model/Splittest.php b/library/CM/Model/Splittest.php index <HASH>..<HASH> 100644 --- a/library/CM/Model/Splittest.php +++ b/library/CM/Model/Splittest.php @@ -5,6 +5,9 @@ class CM_Model_Splittest extends CM_Model_Abstract { /** @var bool */ private $_withoutPersistence; + /** @var...
Added method CM_Model_Splittest::setVariationWeightList() to set weights at runtime
cargomedia_cm
train
53a23d1ccbb50b5c25bb2d66d92eb213c96d867f
diff --git a/tasks/assemble.js b/tasks/assemble.js index <HASH>..<HASH> 100644 --- a/tasks/assemble.js +++ b/tasks/assemble.js @@ -377,6 +377,7 @@ module.exports = function(grunt) { pages.push({ filename: filename, + ext: options.ext, page: page, data: page...
adding file ext to the page info
assemble_grunt-assemble
train