hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
cdc3b7c48ddc3b7e7f54935b1bba97893c3c5b37
diff --git a/src/Kafka/Protocol/Fetch/MessageSet.php b/src/Kafka/Protocol/Fetch/MessageSet.php index <HASH>..<HASH> 100644 --- a/src/Kafka/Protocol/Fetch/MessageSet.php +++ b/src/Kafka/Protocol/Fetch/MessageSet.php @@ -165,7 +165,7 @@ class MessageSet implements \Iterator */ public function valid() { - ...
MOD: Fix bug when partition's messageSetSize is 0, it may cause other partition can't be comsumed as well.
weiboad_kafka-php
train
1b5c5a9cf590e4a47bab884245113cb505303026
diff --git a/lib/apirequest.js b/lib/apirequest.js index <HASH>..<HASH> 100644 --- a/lib/apirequest.js +++ b/lib/apirequest.js @@ -32,11 +32,10 @@ function createAPIRequest(context, params, options, isMedia, callback) { var req; var media = params.media; var resource = params.resource; - var authClient = para...
Inherit auth from heirarchy
googleapis_google-api-nodejs-client
train
0bf26b03ae80808d6669c83da046829baab44ed9
diff --git a/src/ocrmypdf/optimize.py b/src/ocrmypdf/optimize.py index <HASH>..<HASH> 100644 --- a/src/ocrmypdf/optimize.py +++ b/src/ocrmypdf/optimize.py @@ -25,6 +25,7 @@ from pathlib import Path from PIL import Image import pikepdf +from pikepdf import Name, Dictionary from . import leptonica from ._jobconte...
optimize: Modernize pikepdf usage
jbarlow83_OCRmyPDF
train
0b4d9a255d9f06b9a68b0e1cd90f27f82bdadb06
diff --git a/time/src/main/java/io/atomix/time/LogicalTimestamp.java b/time/src/main/java/io/atomix/time/LogicalTimestamp.java index <HASH>..<HASH> 100644 --- a/time/src/main/java/io/atomix/time/LogicalTimestamp.java +++ b/time/src/main/java/io/atomix/time/LogicalTimestamp.java @@ -28,6 +28,17 @@ import static com.goog...
Add factory methods to timestamps.
atomix_atomix
train
923f86b50eaa26e8cd4309bac02f2ed2bf3f1994
diff --git a/spec/unit/block_score/person_spec.rb b/spec/unit/block_score/person_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/block_score/person_spec.rb +++ b/spec/unit/block_score/person_spec.rb @@ -15,7 +15,9 @@ RSpec.describe BlockScore::Person do end context 'invalid person' do - subject(:pe...
Reformat to consolidate ID validation This also reformats the spec to limit line length
BlockScore_blockscore-ruby
train
a913917d58e6d61b7443b796719af9709bbc593b
diff --git a/addon/components/total-share-results/component.js b/addon/components/total-share-results/component.js index <HASH>..<HASH> 100644 --- a/addon/components/total-share-results/component.js +++ b/addon/components/total-share-results/component.js @@ -13,10 +13,10 @@ import hostAppName from '../../mixins/host-ap...
If hostAppName not in serviceMap, use ‘searchable events’ by default.
CenterForOpenScience_ember-osf
train
4b37e45567723faa8942f3f95d1780e6e1a2a5c3
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -302,7 +302,8 @@ module.exports = function(grunt) { "docs", "shell:checkoutDocs", "bumpDocsBuild", - "shell:updateDocs" + "shell:updateDocs", + ...
improve oninput fix for ie + others
chemerisuk_better-dom
train
1800e10ec462ce6eff93bd8959f231dbad8fbb64
diff --git a/src/Talus.php b/src/Talus.php index <HASH>..<HASH> 100644 --- a/src/Talus.php +++ b/src/Talus.php @@ -11,6 +11,7 @@ use Exception; use InvalidArgumentException; use AvalancheDevelopment\CrashPad\ErrorHandler; +use AvalancheDevelopment\SwaggerHeaderMiddleware\Header; use AvalancheDevelopment\SwaggerRou...
Updates Talus to include middleware better-ly
avalanche-development_talus
train
53a8f2d0c8d32c8e77dd52279a707b28a80a5416
diff --git a/src/main/java/org/codehaus/groovy/ast/MethodCallTransformation.java b/src/main/java/org/codehaus/groovy/ast/MethodCallTransformation.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/codehaus/groovy/ast/MethodCallTransformation.java +++ b/src/main/java/org/codehaus/groovy/ast/MethodCallTransformatio...
GROOVY-<I>: STC: cannot write final field after initializer
apache_groovy
train
5117f2a836bb966ed26473ba410a4aae5c22a127
diff --git a/scripts/java-class.java b/scripts/java-class.java index <HASH>..<HASH> 100644 --- a/scripts/java-class.java +++ b/scripts/java-class.java @@ -81,7 +81,7 @@ public class <%= classname %> { "BLAS native library not found in path. Copying native library " + "from the ...
A lot of small errors in the end :(
jblas-project_jblas
train
cd4b155821468b3cf05d77dafc33ec0053062bbd
diff --git a/drivers/src/main/java/de/uniulm/omi/cloudiator/sword/drivers/flexiant/converters/FlexiantLocationToLocation.java b/drivers/src/main/java/de/uniulm/omi/cloudiator/sword/drivers/flexiant/converters/FlexiantLocationToLocation.java index <HASH>..<HASH> 100644 --- a/drivers/src/main/java/de/uniulm/omi/cloudiato...
Added location scope converter for flexiant
cloudiator_sword
train
9b864549dacf24c74b11d2594a3f55258913eee4
diff --git a/lib/database_rewinder/cleaner.rb b/lib/database_rewinder/cleaner.rb index <HASH>..<HASH> 100644 --- a/lib/database_rewinder/cleaner.rb +++ b/lib/database_rewinder/cleaner.rb @@ -1,6 +1,6 @@ module DatabaseRewinder class Cleaner - attr_accessor :db, :connection_name, :inserted_tables, :pool + attr...
Let Cleaner#only & Cleaner#except be public
amatsuda_database_rewinder
train
20047fbdafadbd5860d67b361a620df7deab637c
diff --git a/system/src/Grav/Console/Cli/ServerCommand.php b/system/src/Grav/Console/Cli/ServerCommand.php index <HASH>..<HASH> 100644 --- a/system/src/Grav/Console/Cli/ServerCommand.php +++ b/system/src/Grav/Console/Cli/ServerCommand.php @@ -9,17 +9,11 @@ namespace Grav\Console\Cli; -use Grav\Common\Grav; -use Gr...
Helpful stuff for `bin/grav server`
getgrav_grav
train
3de6b76942030cda864f1cddc252d935c9946b29
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py index <HASH>..<HASH> 100755 --- a/tools/run_tests/run_tests.py +++ b/tools/run_tests/run_tests.py @@ -132,8 +132,10 @@ class CLanguage(object): if config.build_config in target['exclude_configs']: continue if self.platform =...
use correct path for C tests on win<I>
grpc_grpc
train
b0c5f75d7dda7ac973ef63491c6c97887a89e4f6
diff --git a/src/test/java/net/finmath/montecarlo/automaticdifferentiation/backward/RandomVariableDifferentiableAADPerformanceTest.java b/src/test/java/net/finmath/montecarlo/automaticdifferentiation/backward/RandomVariableDifferentiableAADPerformanceTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/net/finmath...
Reduced number of path to speed up tests.
finmath_finmath-lib
train
fb37fbf6dcb408540716b8231761e8ebaf5879b3
diff --git a/tests/test_ulid.py b/tests/test_ulid.py index <HASH>..<HASH> 100644 --- a/tests/test_ulid.py +++ b/tests/test_ulid.py @@ -223,6 +223,15 @@ def test_memoryview_unorderble_with_unsupported_type(valid_bytes_128, unsupporte op(mv, unsupported_comparison_type()) +def test_memoryview_supports_by...
Add __bytes__ support to MemoryView
ahawker_ulid
train
35d50f3dc3d74237b5ccb045a978cd849d55317c
diff --git a/lib/bamboo.js b/lib/bamboo.js index <HASH>..<HASH> 100644 --- a/lib/bamboo.js +++ b/lib/bamboo.js @@ -161,6 +161,37 @@ module.exports = function(host, username, password) { callback(null, bodyJson.lifeCycleState); }); }; + + + /** + * Callback for getBuildState + ...
add ability to get build's state
sebarmeli_bamboo-api
train
60ef8012bc48a3b219b2dc8a82783c8e5f0de116
diff --git a/contrib/log_correlation/stackdriver/src/test/java/io/opencensus/contrib/logcorrelation/stackdriver/OpenCensusTraceLoggingEnhancerTest.java b/contrib/log_correlation/stackdriver/src/test/java/io/opencensus/contrib/logcorrelation/stackdriver/OpenCensusTraceLoggingEnhancerTest.java index <HASH>..<HASH> 100644...
Refactor OpenCensusTraceLoggingEnhancerTest. This commit removes some duplicated code and refactors the test helper method so that it is easier to add more tests.
census-instrumentation_opencensus-java
train
48aa7a7c33ec00845c58adaacecc9a90cd4c2603
diff --git a/src/server/vendor/bazil.org/fuse/fs/serve.go b/src/server/vendor/bazil.org/fuse/fs/serve.go index <HASH>..<HASH> 100644 --- a/src/server/vendor/bazil.org/fuse/fs/serve.go +++ b/src/server/vendor/bazil.org/fuse/fs/serve.go @@ -1198,6 +1198,13 @@ func (c *Server) serve(r fuse.Request) { s := &fuse.ReadRes...
Try alternate patch candidate from TV. This also works
pachyderm_pachyderm
train
c937d7baac92ba8cabcdd7d44cbe1671834fa0c0
diff --git a/src/fs/explore.js b/src/fs/explore.js index <HASH>..<HASH> 100644 --- a/src/fs/explore.js +++ b/src/fs/explore.js @@ -7,6 +7,8 @@ /*exported _gpfFsExploreEnumerator*/ // IFileStorage.explore helper /*#endif*/ +var GPF_FS_EXPLORE_BEFORE_START = -1; + /** * Automate the use of getInfo on a path array ...
no-magic-numbers (#<I>)
ArnaudBuchholz_gpf-js
train
e7528b33c3c3e6097b05ab076f8289ee13a2ff47
diff --git a/gilt/shell.py b/gilt/shell.py index <HASH>..<HASH> 100644 --- a/gilt/shell.py +++ b/gilt/shell.py @@ -43,6 +43,7 @@ class NotFoundError(Exception): "--config", default="gilt.yml", help="Path to config file. Default gilt.yml", + type=click.File('r'), ) @click.option( "--debug/--no-...
Allow click to attempt file open (#<I>) Click has error handling when passing a file as a flag. Lets use it.
metacloud_gilt
train
58e0be15f40a8782279682f0a8b0c4ee4e6f68ce
diff --git a/spec/support/fixture_helpers.rb b/spec/support/fixture_helpers.rb index <HASH>..<HASH> 100644 --- a/spec/support/fixture_helpers.rb +++ b/spec/support/fixture_helpers.rb @@ -3,4 +3,8 @@ module FixtureHelpers root = File.expand_path('../../fixtures', __FILE__) File.join(root, relative_path) end...
Add helper to load and parse json payloads.
rollbar_rollbar-gem
train
689f4e6d733e33a852369ec11b2f67ebe42b35df
diff --git a/mango-core/src/main/java/org/calrissian/mango/domain/Entity.java b/mango-core/src/main/java/org/calrissian/mango/domain/Entity.java index <HASH>..<HASH> 100644 --- a/mango-core/src/main/java/org/calrissian/mango/domain/Entity.java +++ b/mango-core/src/main/java/org/calrissian/mango/domain/Entity.java @@ -2...
Removing unnecessary methods from Event and Entity interfaces (we now have seperate interfaces for those methods)
calrissian_mango
train
bacf167490431863516d4d16b96c3d8bc24a3f0a
diff --git a/src/main/java/org/nustaq/kontraktor/impl/ActorProxyFactory.java b/src/main/java/org/nustaq/kontraktor/impl/ActorProxyFactory.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/nustaq/kontraktor/impl/ActorProxyFactory.java +++ b/src/main/java/org/nustaq/kontraktor/impl/ActorProxyFactory.java @@ -182,7...
fix npe with @inthread from non-actor code
RuedigerMoeller_kontraktor
train
9c4af029b213d412cf7b2d339f9ba912c17cb84a
diff --git a/core/src/main/java/com/orientechnologies/orient/core/sql/parser/OArraySelector.java b/core/src/main/java/com/orientechnologies/orient/core/sql/parser/OArraySelector.java index <HASH>..<HASH> 100755 --- a/core/src/main/java/com/orientechnologies/orient/core/sql/parser/OArraySelector.java +++ b/core/src/main...
Fix array selection in MATCH statements Resolves: #<I>
orientechnologies_orientdb
train
e6d4a593c7eaf5b85b77b597a190056fd14bb933
diff --git a/lib/eb_deployer/version.rb b/lib/eb_deployer/version.rb index <HASH>..<HASH> 100644 --- a/lib/eb_deployer/version.rb +++ b/lib/eb_deployer/version.rb @@ -1,3 +1,3 @@ module EbDeployer - VERSION = "0.0.9" + VERSION = "0.0.10" end
bump up version to <I>
ThoughtWorksStudios_eb_deployer
train
0e8f4a4004e129553c2d446fbec97687972c3cbe
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Use `go get -u github.com/huandu/facebook` to get or update it. ### Quick start ### -Here is a sample to read my Facebook first name by uid. +Here is a sample that reads my Facebook first name by uid. ...
docs: fixed spelling and grammar README.md: fixed spelling and grammar
huandu_facebook
train
9e24d2c3a16efe4854c8b6463c7513a5824cc8f9
diff --git a/src/feat/gateway/resources.py b/src/feat/gateway/resources.py index <HASH>..<HASH> 100644 --- a/src/feat/gateway/resources.py +++ b/src/feat/gateway/resources.py @@ -503,6 +503,22 @@ class ActionResource(BaseResource): def got_data(data): response.set_header("Cache-Control", "no-cache...
Support retrive actions returning custom encoding in gateway and texthtml renderer.
f3at_feat
train
9672b9d3b8a1b47107ef31c3b2868fdcee7a37af
diff --git a/utils/contract-address.js b/utils/contract-address.js index <HASH>..<HASH> 100644 --- a/utils/contract-address.js +++ b/utils/contract-address.js @@ -1,15 +1,15 @@ -var getAddress = require('./address.js').getAddress; -var convert = require('./convert.js'); -var keccak256 = require('./keccak256.js'); -va...
Renamed rlp to RLP.
ethers-io_ethers.js
train
7b2f902bb7d9277edf6b4021650f39436f316432
diff --git a/grakn-engine/src/main/java/ai/grakn/engine/controller/CommitLogController.java b/grakn-engine/src/main/java/ai/grakn/engine/controller/CommitLogController.java index <HASH>..<HASH> 100644 --- a/grakn-engine/src/main/java/ai/grakn/engine/controller/CommitLogController.java +++ b/grakn-engine/src/main/java/a...
Fix log line (#<I>)
graknlabs_grakn
train
ed39af2433b3c11df9f77cbc374fbc8788c02df1
diff --git a/contrib/native/kafkaproducer.go b/contrib/native/kafkaproducer.go index <HASH>..<HASH> 100644 --- a/contrib/native/kafkaproducer.go +++ b/contrib/native/kafkaproducer.go @@ -306,9 +306,10 @@ func (prod *KafkaProducer) produceMessage(msg core.Message) { func (prod *KafkaProducer) storeRTT(msg *core.Messa...
[fix] crash when routing in producer.kafka
trivago_gollum
train
383493babe97c2a44c467eb4e68fccdd58c00819
diff --git a/hazelcast/src/main/java/com/hazelcast/spi/impl/operationservice/impl/operations/PartitionIteratingOperation.java b/hazelcast/src/main/java/com/hazelcast/spi/impl/operationservice/impl/operations/PartitionIteratingOperation.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/main/java/com/hazelcast/spi/imp...
Cleanup of whitespaces in PartitionIteratingOperation.
hazelcast_hazelcast
train
239747c2c7a45a55304b14061dd09e2945372a0f
diff --git a/spec/acceptance/neovim-ruby-host_spec.rb b/spec/acceptance/neovim-ruby-host_spec.rb index <HASH>..<HASH> 100644 --- a/spec/acceptance/neovim-ruby-host_spec.rb +++ b/spec/acceptance/neovim-ruby-host_spec.rb @@ -34,7 +34,7 @@ RSpec.describe "neovim-ruby-host" do # Start the remote host host_nvim....
Add extra sleep to acceptance test to debug travis failures
neovim_neovim-ruby
train
93e466c2b6538db7c45d40d76211d9b27d349f62
diff --git a/leveldb/memdb/memdb.go b/leveldb/memdb/memdb.go index <HASH>..<HASH> 100644 --- a/leveldb/memdb/memdb.go +++ b/leveldb/memdb/memdb.go @@ -71,6 +71,9 @@ func (i *dbIter) First() bool { } func (i *dbIter) Last() bool { + if i.p == nil { + return false + } i.forward = false i.p.mu.RLock() defer i.p...
memdb: Set variables to nil when iterator get released Related to issue #<I>.
FactomProject_goleveldb
train
44421c2be9c0222d0a0e4ea8dfae039553e44fee
diff --git a/pen/core.py b/pen/core.py index <HASH>..<HASH> 100644 --- a/pen/core.py +++ b/pen/core.py @@ -14,6 +14,7 @@ class ExitStatus: """Exit status code constants.""" OK = 0 ERROR = 1 + ABORT = 2 def show_error(msg): @@ -70,16 +71,18 @@ def cmd_delete(args): if major != None: ...
delete list only asks again when list contains elements
cwoebker_pen
train
072befe3c8bd16de32362592edd8d6a24da7877c
diff --git a/pywb/archivalrouter.py b/pywb/archivalrouter.py index <HASH>..<HASH> 100644 --- a/pywb/archivalrouter.py +++ b/pywb/archivalrouter.py @@ -27,11 +27,19 @@ class ArchivalRequestRouter: return handler, req - return self.fallback, WbRequest(env) + return self.fallback, WbRequ...
archivalrouter: support handler chaining, using call convention and pass prev response
webrecorder_pywb
train
421266c92f9db1568a32810f2e66cee5ed7f3d3a
diff --git a/mqlight.js b/mqlight.js index <HASH>..<HASH> 100644 --- a/mqlight.js +++ b/mqlight.js @@ -2126,29 +2126,35 @@ Client.prototype.checkForMessages = function() { } } - if (qos === exports.QOS_AT_MOST_ONCE) { - messenger.accept(protonMsg); - } - if (qos === e...
don't accept or settle if messenger is stopped
mqlight_nodejs-mqlight
train
0b1986b4e5e1fd9be0336e934072a115c3d50139
diff --git a/templates/default/login-feide.php b/templates/default/login-feide.php index <HASH>..<HASH> 100644 --- a/templates/default/login-feide.php +++ b/templates/default/login-feide.php @@ -1,7 +1,5 @@ <?php -$this->data['header'] = $this->t($this->data['header']); - $this->includeAtTemplateBase('includes/head...
Things are done in included header.php. Ignore one more config-file.
simplesamlphp_saml2
train
437efe1760c5f5e2bcee2256690f562c11951af8
diff --git a/src/feat/common/serialization/banana.py b/src/feat/common/serialization/banana.py index <HASH>..<HASH> 100644 --- a/src/feat/common/serialization/banana.py +++ b/src/feat/common/serialization/banana.py @@ -25,8 +25,9 @@ from cStringIO import StringIO from twisted.spread import banana -from feat.common...
Teach banana serializer to serialize bound method of agents and function types. This breaks the compatibility with non-feat banana serializer, but it removes the pain of passing those types as parameters to side effect functions from the agent calls.
f3at_feat
train
339eba52400dde8732b03e32624607a4517a556c
diff --git a/specs-go/version.go b/specs-go/version.go index <HASH>..<HASH> 100644 --- a/specs-go/version.go +++ b/specs-go/version.go @@ -11,7 +11,7 @@ const ( VersionPatch = 0 // VersionDev indicates development branch. Releases will be empty string. - VersionDev = "-rc3-dev" + VersionDev = "-rc4" ) // Vers...
version: release <I>-rc4
opencontainers_runtime-spec
train
64401610b50d1952f4d0c8976916aa789ccc43e3
diff --git a/activerecord/lib/active_record/relation/calculations.rb b/activerecord/lib/active_record/relation/calculations.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/relation/calculations.rb +++ b/activerecord/lib/active_record/relation/calculations.rb @@ -139,7 +139,7 @@ module ActiveRecord ...
[skip ci] #distinct instead of #uniq as #uniq will be removed from Rails <I> as per the Active Support exception raised: ActiveSupport::DeprecationException: DEPRECATION WARNING: uniq is deprecated and will be removed from Rails <I> (use distinct instead).
rails_rails
train
2fb76beab2067df5d95c4ef3ad521e76534f5db0
diff --git a/TODO b/TODO index <HASH>..<HASH> 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,6 @@ TODO: - - Proper logging of all requests, including 404's. Response code recording in the response object. - If contexts are the same between routers, don't blow up - 500 handling: - write test for panic in middlewar...
Allow context to be teh same context as subrouter
gocraft_web
train
20678b21c7985ac4593f19a9cc4979ea0c8f7634
diff --git a/pycbc/inject.py b/pycbc/inject.py index <HASH>..<HASH> 100644 --- a/pycbc/inject.py +++ b/pycbc/inject.py @@ -138,9 +138,10 @@ class InjectionSet(object): f_l = f_lower - if (inj.numrel_data != None): + if (inj.numrel_data != None and inj.numrel_data != ""): ##...
For NR injections numrel_data chould neither None, nor "". Proper check was added. Usually in xml files numrel_data is set to "" for non NR injections.
gwastro_pycbc
train
582dcbe54c93bf3c69d0a2fcb4e8dbf99617a7c3
diff --git a/fs_test.go b/fs_test.go index <HASH>..<HASH> 100644 --- a/fs_test.go +++ b/fs_test.go @@ -100,6 +100,17 @@ func TestOpenFile(t *testing.T) { t.Errorf("%v: appending, expected '%v', got: '%v'", fs.Name(), expectedContents, string(contents)) } f.Close() + + f, err = fs.OpenFile(path, os.O_RDWR|os....
Support O_TRUNC flag to MemMapFs.OpenFile To truncate an existing file when opening.
spf13_afero
train
47ed5fc832ce57ebe2dc5f60316f34580e172c6d
diff --git a/structr-core/src/main/java/org/structr/core/script/StructrScriptable.java b/structr-core/src/main/java/org/structr/core/script/StructrScriptable.java index <HASH>..<HASH> 100644 --- a/structr-core/src/main/java/org/structr/core/script/StructrScriptable.java +++ b/structr-core/src/main/java/org/structr/core...
Feature: Adds doAs function for javascript
structr_structr
train
43bad6b85cdd0a33648d769328d3cdbeba4ee25b
diff --git a/synapse/models/risk.py b/synapse/models/risk.py index <HASH>..<HASH> 100644 --- a/synapse/models/risk.py +++ b/synapse/models/risk.py @@ -157,6 +157,9 @@ class RiskModule(s_module.CoreModule): ('item', ('mat:item', {}), { 'doc': 'The vulnerable material item.',...
Add host property to risk:hasvuln (SYN-<I>) (#<I>)
vertexproject_synapse
train
244a5bc1f367ff701e676403a411239c4b1d1f04
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ After this we will switch probably to real [Semantic Versioning 2.0.0](http://se * Fix #1728: Ingress enricher is using Ingress kind * Fix #1732: Correctly replacing template placeholders in he...
Fix #<I>: Fix failures in PUT during applying ImageStreams
fabric8io_fabric8-maven-plugin
train
a9fbf0ea0d837b89005a13728cc0afd31fd7c88f
diff --git a/lib/omnibus/packagers/base.rb b/lib/omnibus/packagers/base.rb index <HASH>..<HASH> 100644 --- a/lib/omnibus/packagers/base.rb +++ b/lib/omnibus/packagers/base.rb @@ -221,7 +221,7 @@ module Omnibus # # @return [String] def staging_dir - File.expand_path("#{project.package_tmp}/#{undersco...
Remove unnecessary delegator on Project#package_tmp
chef_omnibus
train
a34c584306d5befa1c15edddb5ffcb7cea54adef
diff --git a/lib/python/vdm/static/js/vdm.ui.js b/lib/python/vdm/static/js/vdm.ui.js index <HASH>..<HASH> 100644 --- a/lib/python/vdm/static/js/vdm.ui.js +++ b/lib/python/vdm/static/js/vdm.ui.js @@ -4702,7 +4702,7 @@ var loadPage = function() { var showHideSub = 'none'; var subClass =...
VDM-<I>: Fixed issue with newly added import/export configuration in collapsed form expands automatically
VoltDB_voltdb
train
31855b7496c746f557575d008860f44db1f2935b
diff --git a/qbit-core/src/main/java/io/advantageous/qbit/service/ServiceBuilder.java b/qbit-core/src/main/java/io/advantageous/qbit/service/ServiceBuilder.java index <HASH>..<HASH> 100644 --- a/qbit-core/src/main/java/io/advantageous/qbit/service/ServiceBuilder.java +++ b/qbit-core/src/main/java/io/advantageous/qbit/s...
marked buildAndStart @Depricated
advantageous_qbit
train
071105a565f298d5146a347bf596d5ead61de387
diff --git a/phpconsole/phpconsole.php b/phpconsole/phpconsole.php index <HASH>..<HASH> 100644 --- a/phpconsole/phpconsole.php +++ b/phpconsole/phpconsole.php @@ -32,6 +32,8 @@ class Phpconsole { private $passed_ssl_test; private $ssl_test_error_message; private $ssl_verification_enabled; + private $c...
Send context for a function that sends data
phpconsole_phpconsole
train
a8e1876de50c46059807506953971bf3a400ebe8
diff --git a/lib/rspec-puppet/monkey_patches/win32/registry.rb b/lib/rspec-puppet/monkey_patches/win32/registry.rb index <HASH>..<HASH> 100644 --- a/lib/rspec-puppet/monkey_patches/win32/registry.rb +++ b/lib/rspec-puppet/monkey_patches/win32/registry.rb @@ -68,4 +68,12 @@ module RSpec end end end -end \...
Load summy Win<I>::Registry went it doesn't exist on the system running the tests
rodjek_rspec-puppet
train
dd09aeb424aa414f5d852612c1824902e870f4c5
diff --git a/tests/WebinoDev/ModuleTest.php b/tests/WebinoDev/ModuleTest.php index <HASH>..<HASH> 100644 --- a/tests/WebinoDev/ModuleTest.php +++ b/tests/WebinoDev/ModuleTest.php @@ -9,8 +9,10 @@ namespace WebinoDev; +use Yandex\Allure\Adapter\Annotation\Title; + /** - * Generated by PHPUnit_SkeletonGenerator 1.2...
Updated ModuleTest, added Allure titles
webino_WebinoDev
train
d8e34b350274faab3d56ba2e6bef44ef7c7bf9ac
diff --git a/src/nodes/ComponentNode.js b/src/nodes/ComponentNode.js index <HASH>..<HASH> 100644 --- a/src/nodes/ComponentNode.js +++ b/src/nodes/ComponentNode.js @@ -25,6 +25,7 @@ export default function ComponentNode(component) { } this.type = NODE_TYPE_COMPONENT; + this.component = component; thi...
Make "component" property public for ComponentNode and FunctionComponentNode
dfilatov_vidom
train
098240cb180a2149802963174de44c570b642427
diff --git a/identical_to_test.go b/identical_to_test.go index <HASH>..<HASH> 100644 --- a/identical_to_test.go +++ b/identical_to_test.go @@ -210,6 +210,24 @@ func (t *IdenticalToTest) Bools() { } func (t *IdenticalToTest) Ints() { + var m Matcher + var err error + + m = IdenticalTo(int(17)) + ExpectEq("identical ...
IdenticalToTest.Ints
jacobsa_oglematchers
train
fdce55e7933f778e3a3a2de9435dd9416ced2f06
diff --git a/morphia/src/main/java/com/google/code/morphia/converters/IterableConverter.java b/morphia/src/main/java/com/google/code/morphia/converters/IterableConverter.java index <HASH>..<HASH> 100644 --- a/morphia/src/main/java/com/google/code/morphia/converters/IterableConverter.java +++ b/morphia/src/main/java/com...
fixes issue with storing null/empty lists
MorphiaOrg_morphia
train
16407f7fb151c920cf6dfc974ffe2228c218e523
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( url="http://github.com/tobami/littlechef", download_url="http://github.com/tobami/littlechef/tags", keywords=["chef", "devops", "operations", "sysadmin"], - install_requires=['fabric>=1....
Add version constrain to jinja2.
tobami_littlechef
train
e2c78e7654e75ff91371d54f059641ead37f4b60
diff --git a/src/nfa/fragment.js b/src/nfa/fragment.js index <HASH>..<HASH> 100644 --- a/src/nfa/fragment.js +++ b/src/nfa/fragment.js @@ -191,7 +191,8 @@ build.ZERO_OR_MORE = function(frag) { // console.log(util.inspect(newHead, false, null)); // console.log('--------------------------------'); - var loopTran...
fix oneOrMore, zeroOrOne
clausejs_clausejs
train
a01dbb8518f397abde6634c75ed9c6d37548f522
diff --git a/Tone/core/Master.js b/Tone/core/Master.js index <HASH>..<HASH> 100644 --- a/Tone/core/Master.js +++ b/Tone/core/Master.js @@ -41,18 +41,19 @@ define(["Tone/core/Tone"], function(Tone){ }; /** - * @param {number} value + * @param {number} db volume in decibels * @param {Tone.Time=} fadeTime ...
setVolume in db like other set volumes
Tonejs_Tone.js
train
9b38f1205a7ab1c0ba33e75d4c2195fd1db69697
diff --git a/examples/12-new-customer-payment.php b/examples/12-new-customer-payment.php index <HASH>..<HASH> 100644 --- a/examples/12-new-customer-payment.php +++ b/examples/12-new-customer-payment.php @@ -33,7 +33,7 @@ try { * Linking customers to payments has a few benefits, see: * https://docs.mollie.co...
Use new array notation like in other examples
mollie_mollie-api-php
train
784b39d127f7ea44e7068463b1af031e2b6c82dd
diff --git a/test/test_pnutils.py b/test/test_pnutils.py index <HASH>..<HASH> 100644 --- a/test/test_pnutils.py +++ b/test/test_pnutils.py @@ -1,5 +1,4 @@ - -# Copyright (C) 2012 Alex Nitz +# Copyright (C) 2012 Alex Nitz, Josh Willis # # This program is free software; you can redistribute it and/or modify it # und...
Refactor PN utility unittests
gwastro_pycbc
train
4bd5d60fc3b068adb1119e1e1a6fafdc310ca5f3
diff --git a/shinken/modules/glpidb_broker/glpidb_broker.py b/shinken/modules/glpidb_broker/glpidb_broker.py index <HASH>..<HASH> 100644 --- a/shinken/modules/glpidb_broker/glpidb_broker.py +++ b/shinken/modules/glpidb_broker/glpidb_broker.py @@ -62,7 +62,7 @@ class Glpidb_broker(BaseModule): #Service ...
Fix glpidb_broket to update GLPI DB for business rules
Alignak-monitoring_alignak
train
9045c42c2dde1bd82bbbd52f42746ef74a984ece
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -9,11 +9,11 @@ def readme(): setup( name = 'datums', - packages = ['datums.pipeline', 'datums.models'], + packages = ['datums.pipeline', 'datums.models', 'datums.accessors'], scripts = ['bin/datums'], v...
Updating dependencies in setup script.
thejunglejane_datums
train
4793b702476bf90204ef666ed849023dc1e4fe81
diff --git a/moneywagon/services.py b/moneywagon/services.py index <HASH>..<HASH> 100644 --- a/moneywagon/services.py +++ b/moneywagon/services.py @@ -160,7 +160,7 @@ class NXTPortal(Service): class CryptoID(Service): supported_cryptos = [ - 'drk', 'bc', 'bay', 'block', 'cann', 'uno', 'vrc', 'xc', 'uro',...
renamed drk to dash, version bump
priestc_moneywagon
train
fdbcdc1d3cebca3845e3b5926d0855df26d20e0a
diff --git a/autoflake.py b/autoflake.py index <HASH>..<HASH> 100755 --- a/autoflake.py +++ b/autoflake.py @@ -271,6 +271,10 @@ def filter_unused_import(line, remove_all_unused_imports, imports, if not remove_all_unused_imports and package not in imports: return line else: + # ...
Document reasoning This relates to #9.
myint_autoflake
train
913aadb0239f870ec233e6780777c1164f061e1e
diff --git a/blockstore/blockstored.py b/blockstore/blockstored.py index <HASH>..<HASH> 100644 --- a/blockstore/blockstored.py +++ b/blockstore/blockstored.py @@ -1530,7 +1530,7 @@ class BlockstoredRPC(jsonrpc.JSONRPC, object): return client.get_immutable( str(blockchain_id), str(data_hash) ) -def stop_ser...
Add --clean and --kill to the 'stop' command: * clean will remove the PID file unconditionally * kill will send SIGTERM and then SIGKILL
blockstack_blockstack-core
train
d1b589cfd49389c3ad51c711240b9e1036f529b3
diff --git a/Command/FetchVendorCommand.php b/Command/FetchVendorCommand.php index <HASH>..<HASH> 100644 --- a/Command/FetchVendorCommand.php +++ b/Command/FetchVendorCommand.php @@ -64,5 +64,7 @@ class FetchVendorCommand extends Command $output->write($helper->formatSection('Progress', $buffer, 'info'...
<feature> Clarify steps to user
avanzu_AdminThemeBundle
train
9c940d5cfd6ead5563e8b2d1c7795c7e44299411
diff --git a/lib/specinfra/backend/ssh.rb b/lib/specinfra/backend/ssh.rb index <HASH>..<HASH> 100644 --- a/lib/specinfra/backend/ssh.rb +++ b/lib/specinfra/backend/ssh.rb @@ -115,7 +115,7 @@ module Specinfra::Backend channel.on_extended_data do |ch, type, data| if data.match /you must have a t...
Fix error message when pty is needed
mizzy_specinfra
train
c1df1a788ca3038bc1c2b9346d61ccbebfa84a19
diff --git a/app/models/rubygem.rb b/app/models/rubygem.rb index <HASH>..<HASH> 100644 --- a/app/models/rubygem.rb +++ b/app/models/rubygem.rb @@ -3,6 +3,8 @@ class Rubygem < ActiveRecord::Base has_many :versions has_many :dependencies + validates_presence_of :name + attr_accessor :data, :spec before_val...
Testing updating the index with a new version
rubygems_rubygems.org
train
9c0de236456069fbc5cd9dc8c19d98c19913b698
diff --git a/test/res.location.js b/test/res.location.js index <HASH>..<HASH> 100644 --- a/test/res.location.js +++ b/test/res.location.js @@ -64,7 +64,7 @@ describe('res', function(){ request(app) .get('/post/1') .end(function(err, res){ - res.headers.should.have.property('location'...
Update tests expectancy of location headers
expressjs_express
train
6ec4191000df37adccab7cf3f7b57bc72b107541
diff --git a/src/u.js b/src/u.js index <HASH>..<HASH> 100644 --- a/src/u.js +++ b/src/u.js @@ -354,7 +354,7 @@ */ append: function(children) { return this.each(function(index, el) { - children.each(function(child) { + children.each(function(index, child) { el.appendChild(child...
fix append, prepend, before and after methods
iamso_u.js
train
407a07301f8649db7071de20c9a4b3c05d262725
diff --git a/lib/htmlbeautifier/builder.rb b/lib/htmlbeautifier/builder.rb index <HASH>..<HASH> 100644 --- a/lib/htmlbeautifier/builder.rb +++ b/lib/htmlbeautifier/builder.rb @@ -4,7 +4,7 @@ module HtmlBeautifier class Builder RUBY_INDENT = - %r{ ^ ( if | unless | while | begin | elsif | else )\b + ...
Indent after `until` and `for` The `do` keyword is optional.
threedaymonk_htmlbeautifier
train
9369872fb9edc907b11237f85ef0a25ac5e04930
diff --git a/peri/interpolation.py b/peri/interpolation.py index <HASH>..<HASH> 100644 --- a/peri/interpolation.py +++ b/peri/interpolation.py @@ -59,7 +59,8 @@ class BarnesInterpolation1D(object): >>> d_known = np.sin(x_known) >>> barnes = BarnesInterpolation1D(x_known, d_known) >>> x_check ...
Fixing examples in interpolation to follow the same pattern
peri-source_peri
train
0ec119cfa374bc76c9950f61424e19eb842783c4
diff --git a/src/Canvas.js b/src/Canvas.js index <HASH>..<HASH> 100644 --- a/src/Canvas.js +++ b/src/Canvas.js @@ -33,9 +33,14 @@ export default class Canvas { * @returns { Object } - Canvas */ load() { + const isImage = this.img.complete !== undefined; if (!this.img.width || !this.img.height || !t...
Add check to find if the element is an image Add check to get width and height if element is not an image
GianlucaGuarini_parallax
train
8740910f405688c9e81ef33cdd9a4ae17d8ffd9d
diff --git a/requirements.txt b/requirements.txt index <HASH>..<HASH> 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,6 @@ numpy matplotlib opencv-python tifffile -glymur==0.8.12 cython python-dateutil pyproj diff --git a/sentinelhub/io_utils.py b/sentinelhub/io_utils.py index <HASH>..<HASH> 10064...
glymur for jp2 images replaced by opencv and file correction
sentinel-hub_sentinelhub-py
train
bcb0d1fec3a3e019181920580fa91ff3fb4b3790
diff --git a/tensorflow_probability/python/experimental/mcmc/windowed_sampling.py b/tensorflow_probability/python/experimental/mcmc/windowed_sampling.py index <HASH>..<HASH> 100644 --- a/tensorflow_probability/python/experimental/mcmc/windowed_sampling.py +++ b/tensorflow_probability/python/experimental/mcmc/windowed_s...
Fix float<I> behavior in windowed sampling. The default step size was explicitly float<I>. The logic was also a bit involved, and is now its own function. PiperOrigin-RevId: <I>
tensorflow_probability
train
338f165cab442b74da9c71567ca581c28b219da8
diff --git a/request.go b/request.go index <HASH>..<HASH> 100644 --- a/request.go +++ b/request.go @@ -17,6 +17,7 @@ import ( "net/http" "net/url" "os" + "strings" "time" "github.com/cenkalti/backoff" @@ -40,14 +41,49 @@ func (client *Client) uriForAPI(api string) (string, error) { return apiBase.String()...
Redact api and app keys from errors (#<I>) * Redact api and app keys from errors * Don't try to redact zero-length api and app keys * Unset api / app keys resulted in redacted being inserted between each letter of the error string. This will ensure only actually set (rather than empty string) api / app keys ar...
zorkian_go-datadog-api
train
0045ae8609c3370ff7a9d661a576f1b318b25a72
diff --git a/lib/wechat/corp_api.rb b/lib/wechat/corp_api.rb index <HASH>..<HASH> 100644 --- a/lib/wechat/corp_api.rb +++ b/lib/wechat/corp_api.rb @@ -24,6 +24,15 @@ module Wechat get 'agent/get', params: { agentid: agentid } end + def checkin(useridlist, starttime = Time.now.beginning_of_day, endtime ...
add checkin api, test included
Eric-Guo_wechat
train
cc611a288f3ff5b46c87f697f7fb03324eea5616
diff --git a/lib/Model/index.js b/lib/Model/index.js index <HASH>..<HASH> 100644 --- a/lib/Model/index.js +++ b/lib/Model/index.js @@ -41,6 +41,12 @@ class Model { props[p] = c return props }, {}) + + this.columnToPropertyType = {} + this.columnNames.map(col => { + this.columnToPropertyTyp...
checks if property is jsonb type rather than just looking for 'launches'
wmfs_pg-model
train
fbac2685a435fe9a3984898d2f728140da82c687
diff --git a/src/javascript/core/EventTarget.js b/src/javascript/core/EventTarget.js index <HASH>..<HASH> 100644 --- a/src/javascript/core/EventTarget.js +++ b/src/javascript/core/EventTarget.js @@ -147,7 +147,7 @@ define('moxie/core/EventTarget', [ var uid, list, args, tmpEvt, evt = {}; if (Basic.typeO...
EventTarget: Fix regression - bring back ability to fire async events.
moxiecode_moxie
train
5476a93df2e27f852222674a177db2ac5706ace8
diff --git a/mod/forum/view.php b/mod/forum/view.php index <HASH>..<HASH> 100644 --- a/mod/forum/view.php +++ b/mod/forum/view.php @@ -172,8 +172,11 @@ if (! $post = forum_get_post_full($discussion->firstpost)) { error("Could not find the first post in this forum"); } - ...
Fix the mode handling for "single" forums
moodle_moodle
train
2bbf0b55025b7f1275a27c936373ef20d318a3b8
diff --git a/chess/__init__.py b/chess/__init__.py index <HASH>..<HASH> 100644 --- a/chess/__init__.py +++ b/chess/__init__.py @@ -2045,7 +2045,7 @@ class Board(BaseBoard): Checks if the player to move can claim a draw by threefold repetition. Draw by threefold repetition can be claimed if the posit...
docs: Fix a few typos There are small typos in: - chess/__init__.py - chess/syzygy.py Fixes: - Should read `necessary` rather than `nescessary`. - Should read `occurred` rather than `occured`.
niklasf_python-chess
train
2c7956460cf0b91adbe4c6c1a7d30e0d4712345b
diff --git a/tests/com/dtmilano/android/adb/adbclienttests.py b/tests/com/dtmilano/android/adb/adbclienttests.py index <HASH>..<HASH> 100644 --- a/tests/com/dtmilano/android/adb/adbclienttests.py +++ b/tests/com/dtmilano/android/adb/adbclienttests.py @@ -20,11 +20,11 @@ from com.dtmilano.android.common import obtainAdb...
AVC: Cleanup adbclient constants Use tuple instead of array for checking packages
dtmilano_AndroidViewClient
train
91304cb5c7b0d1567736ed84ffff9b8ab87e2eaf
diff --git a/fiber_pool.js b/fiber_pool.js index <HASH>..<HASH> 100644 --- a/fiber_pool.js +++ b/fiber_pool.js @@ -1,18 +1,17 @@ var assert = require("assert"); -var Fiber = require("fibers"); var undefined; -// Just in case someone tampers with Fiber.yield, don't let that interfere -// with our processing of the c...
Move fibers to devDependencies, and rely on Promise.Fiber.
meteor_promise
train
75e857b76bf8f212dca26efe102e4d9ee7a5cf2e
diff --git a/ghost/limit-service/lib/config.js b/ghost/limit-service/lib/config.js index <HASH>..<HASH> 100644 --- a/ghost/limit-service/lib/config.js +++ b/ghost/limit-service/lib/config.js @@ -8,12 +8,17 @@ module.exports = { staff: { currentCountQuery: async (db) => { let result = await db...
Updated staff count query to include invites refs: <URL>
TryGhost_Ghost
train
4506ab2a32ea659afcc5c1320e4206676e53c80b
diff --git a/tests/ConfigTest.php b/tests/ConfigTest.php index <HASH>..<HASH> 100644 --- a/tests/ConfigTest.php +++ b/tests/ConfigTest.php @@ -375,6 +375,8 @@ class ConfigTest extends BaseRollbarTest public function testSender() { + $this->markTestSkipped('FIXME -- What assertions should we test here...
fix: explicit mark of incomplete test This particular test makes no assertions, when it should if it's going to be a test. Needs further analysis, but for now we shall mark it explicitly as being skipped. (Transitioning it from "risky" to "skipped".)
rollbar_rollbar-php
train
66865fe03e38fb3c28e1cf2bee89c0d55ef8248e
diff --git a/src/appsettings/settings.py b/src/appsettings/settings.py index <HASH>..<HASH> 100644 --- a/src/appsettings/settings.py +++ b/src/appsettings/settings.py @@ -44,6 +44,18 @@ check_list = _type_checker(list) check_dict = _type_checker(dict) check_set = _type_checker(set) +def check_positive_int(name, val...
Add PositiveInt and PositiveFloat settings
Genida_django-appsettings
train
8ba9557cfb99becc189061456d91540aad0f2a04
diff --git a/Lib/pyhsm/basic_cmd.py b/Lib/pyhsm/basic_cmd.py index <HASH>..<HASH> 100644 --- a/Lib/pyhsm/basic_cmd.py +++ b/Lib/pyhsm/basic_cmd.py @@ -81,12 +81,12 @@ class YHSM_Cmd_Random(YHSM_Cmd): """ def __init__(self, stick, num_bytes): packed = chr(num_bytes) - YHSM_Cmd.__init__(self, st...
rename YHSM_RANDOM_GET to YHSM_RANDOM_GENERATE
Yubico_python-pyhsm
train
3bb604fd330a817a8c1bbe09fb700d1bba38ce07
diff --git a/src/PhpdocFilter.php b/src/PhpdocFilter.php index <HASH>..<HASH> 100644 --- a/src/PhpdocFilter.php +++ b/src/PhpdocFilter.php @@ -19,7 +19,7 @@ use Codex\Support\Collection; * @author CLI * @copyright Copyright (c) 2015, CLI. All rights reserved * - * @Filter("phpdoc", config="config", p...
changed markdown filter to parser. fixed apiUrl / debug php to javascript. updated docs
codex-project_addon-phpdoc
train
d69ae3b9d36d3712d6ddb0de15fbb626f79aaebc
diff --git a/themes/theme-gmd/e2e/integration/functional/CartPage.js b/themes/theme-gmd/e2e/integration/functional/CartPage.js index <HASH>..<HASH> 100755 --- a/themes/theme-gmd/e2e/integration/functional/CartPage.js +++ b/themes/theme-gmd/e2e/integration/functional/CartPage.js @@ -96,17 +96,21 @@ describe('functional ...
PWA-<I> added timeout for test stability
shopgate_pwa
train
5c6b03695c1ceabf9e0649aecc5e36f3671bf552
diff --git a/src/main/java/com/semanticcms/file/model/File.java b/src/main/java/com/semanticcms/file/model/File.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/semanticcms/file/model/File.java +++ b/src/main/java/com/semanticcms/file/model/File.java @@ -86,7 +86,11 @@ public class File extends Element { @Ove...
Using different CSS class for different icon for folders vs files.
aoindustries_semanticcms-file-model
train
d475a7b1aac3434ac8ed9db0d73965f29d97e511
diff --git a/lib/socialcast-git-extensions.rb b/lib/socialcast-git-extensions.rb index <HASH>..<HASH> 100644 --- a/lib/socialcast-git-extensions.rb +++ b/lib/socialcast-git-extensions.rb @@ -62,9 +62,9 @@ module Socialcast tickets.each do |ticket| print_issue ticket fields = [] - fields << Jira4...
fix updating jira tickets when resetting prototype branch
socialcast_socialcast-git-extensions
train
5f5be14c49a0b0883900152fd9d8b33ac621361e
diff --git a/playhouse/reflection.py b/playhouse/reflection.py index <HASH>..<HASH> 100644 --- a/playhouse/reflection.py +++ b/playhouse/reflection.py @@ -1,7 +1,6 @@ import re from peewee import * - try: from MySQLdb.constants import FIELD_TYPE except ImportError: @@ -9,6 +8,10 @@ except ImportError: ...
Dynamically add custom types to pg reflection.
coleifer_peewee
train
52c624079e685a5bcdc13af25b86ea08ca34d6d1
diff --git a/examples/assets/js/bootstrap-modals.js b/examples/assets/js/bootstrap-modals.js index <HASH>..<HASH> 100644 --- a/examples/assets/js/bootstrap-modals.js +++ b/examples/assets/js/bootstrap-modals.js @@ -6,9 +6,9 @@ $.support.transition = (function(){ var thisBody = document.body || document.document...
sometimes i get emotional about semicolons
twbs_bootstrap
train
6d7b0859b7450f5c7403a10ecea810b2de9466b5
diff --git a/tasks/server.js b/tasks/server.js index <HASH>..<HASH> 100644 --- a/tasks/server.js +++ b/tasks/server.js @@ -45,6 +45,21 @@ module.exports = function (gulp, config) { }); }, + runCommand: function (command, cb) { + var spawn = require('child_process').spawn; + var env = _.extend...
feat(server): runCommand task
emartech_boar-tasks
train
04ae628ca55904a2768b4fec59a99803b6fe0850
diff --git a/daemon/monitor.go b/daemon/monitor.go index <HASH>..<HASH> 100644 --- a/daemon/monitor.go +++ b/daemon/monitor.go @@ -45,7 +45,7 @@ func (daemon *Daemon) StateChanged(id string, e libcontainerd.StateInfo) error { c.StreamConfig.Wait() c.Reset(false) - restart, wait, err := c.RestartManager().Shoul...
Ensure health probe is stopped when a container exits
moby_moby
train
8ec91a66e3c3140c9176b52384a4603582545930
diff --git a/packages/nivo-line/src/LineAreas.js b/packages/nivo-line/src/LineAreas.js index <HASH>..<HASH> 100644 --- a/packages/nivo-line/src/LineAreas.js +++ b/packages/nivo-line/src/LineAreas.js @@ -25,15 +25,18 @@ const LineAreas = ({ if (animate !== true) { return ( <g> - ...
feat(stack): make line areas stack in front of each other visibly #<I>
plouc_nivo
train
4ee843d75a81ece2c9a09ff2f4abbea66bb19604
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,12 @@ Also, note that realistically, 100% of the model might not be representable via ### Overview -This function to generate a properties object from a lens object. It has two options that affects the gen...
Changed options signature to be easier to be made backward-compatible with changes
Magnitus-_ramda-lens-converter
train
64b415e12a6abf5acc7624b535332dc8dff3942c
diff --git a/trace_viewer/build/trace2html.py b/trace_viewer/build/trace2html.py index <HASH>..<HASH> 100644 --- a/trace_viewer/build/trace2html.py +++ b/trace_viewer/build/trace2html.py @@ -53,7 +53,7 @@ class ViewerDataScript(generate.ExtraScript): def WriteToFile(self, output_file): output_file.write('<scrip...
Making sure temporary named file is created with 'w' mode. Currently, this causes permission error on Windows platform
catapult-project_catapult
train
56b19b3cd692a107f1b90cfdd536b106d9d04871
diff --git a/helpers/hash.js b/helpers/hash.js index <HASH>..<HASH> 100644 --- a/helpers/hash.js +++ b/helpers/hash.js @@ -61,7 +61,11 @@ var short = function(av) { hasher.update("" + a); } - return hasher.digest("base64").substring(0, 12); + var v = hasher.digest("base64").substring(0, 8); + v...
canonical thing ids
dpjanes_node-iotdb
train