hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
a5dcf2fff8444e751e8fc3119bfc3e86a5b9f77a | diff --git a/lib/netsuite/records/deposit_payment_list.rb b/lib/netsuite/records/deposit_payment_list.rb
index <HASH>..<HASH> 100644
--- a/lib/netsuite/records/deposit_payment_list.rb
+++ b/lib/netsuite/records/deposit_payment_list.rb
@@ -1,35 +1,15 @@
module NetSuite
module Records
- class DepositPaymentList
- ... | Use sublist on deposit payment sublist
This may be a breaking change for some people! | NetSweet_netsuite | train |
1709ec7898c87e4369f5324302f274f254857dc3 | diff --git a/sdk/core/azure-mgmt-core/azure/mgmt/core/policies/_base_async.py b/sdk/core/azure-mgmt-core/azure/mgmt/core/policies/_base_async.py
index <HASH>..<HASH> 100644
--- a/sdk/core/azure-mgmt-core/azure/mgmt/core/policies/_base_async.py
+++ b/sdk/core/azure-mgmt-core/azure/mgmt/core/policies/_base_async.py
@@ -8... | Adding a missing await in _async_register_rp (#<I>) | Azure_azure-sdk-for-python | train |
85d962dbd1fc78ea933ed0a0fe57e776ee753795 | diff --git a/mapping/core/src/main/java/it/unibz/inf/ontop/spec/mapping/transformer/impl/DefaultMappingTransformer.java b/mapping/core/src/main/java/it/unibz/inf/ontop/spec/mapping/transformer/impl/DefaultMappingTransformer.java
index <HASH>..<HASH> 100644
--- a/mapping/core/src/main/java/it/unibz/inf/ontop/spec/mappin... | Disconnect facts from ontology pres. in DefaultMappingTransformer. | ontop_ontop | train |
edaed3597c9dc02ec81e8e3d33b4772c6f831188 | diff --git a/py/testdir_multi_jvm/test_KMeans_covtype20x.py b/py/testdir_multi_jvm/test_KMeans_covtype20x.py
index <HASH>..<HASH> 100644
--- a/py/testdir_multi_jvm/test_KMeans_covtype20x.py
+++ b/py/testdir_multi_jvm/test_KMeans_covtype20x.py
@@ -42,7 +42,7 @@ class Basic(unittest.TestCase):
# creates csvF... | don't do Jstack polling..has a problem.
test_parse_1k_files: don't redirect to s3. creates local files | h2oai_h2o-2 | train |
cee331a3b3ed500e2f3311c2c4f84cb5933f87aa | diff --git a/fsnotify_bsd.go b/fsnotify_bsd.go
index <HASH>..<HASH> 100644
--- a/fsnotify_bsd.go
+++ b/fsnotify_bsd.go
@@ -50,7 +50,9 @@ func (e *FileEvent) IsCreate() bool { return e.create }
func (e *FileEvent) IsDelete() bool { return (e.mask & NOTE_DELETE) == NOTE_DELETE }
// IsModify reports whether the FileEv... | BSD - Fix issue reported by robfig
EINTR can be returned by kevent in two cases:
1) fork() while parent/child is calling kevent() will result in the
process calling kevent() to get EINTR while other process is registering
the same kqueue at the kernel level.
2) A file event occurs before timeout expires, but is not ye... | howeyc_fsnotify | train |
c26d1e89d31987251b034d97b977ee9eedd0a534 | diff --git a/domainutil/util.go b/domainutil/util.go
index <HASH>..<HASH> 100644
--- a/domainutil/util.go
+++ b/domainutil/util.go
@@ -23,6 +23,16 @@ func Subdomain(url string) string {
return ""
}
+// DomainPrefix returns second-level domain from provided url.
+// If no SLD is found in provided url, this function... | Add DomainPrefix function, returns second-level domain from provided url | bobesa_go-domain-util | train |
6df1105de37e55810dc4c8f64218e992d67927c9 | diff --git a/lib/guideline/checkers/abc_complexity_checker.rb b/lib/guideline/checkers/abc_complexity_checker.rb
index <HASH>..<HASH> 100644
--- a/lib/guideline/checkers/abc_complexity_checker.rb
+++ b/lib/guideline/checkers/abc_complexity_checker.rb
@@ -1,4 +1,4 @@
-require "ripper"
+require "code_analyzer"
module ... | Require code analyzer in AbcComplexityChecker forgot by mistake | r7kamura_guideline | train |
983c0868e7155d8983cd9073f68f1f2fc28e03c0 | diff --git a/src/parse-mockdb.js b/src/parse-mockdb.js
index <HASH>..<HASH> 100644
--- a/src/parse-mockdb.js
+++ b/src/parse-mockdb.js
@@ -684,7 +684,7 @@ function runHook(className, hookType, data) {
// TODO Stub out Parse.Cloud.useMasterKey() so that we can report the correct 'master'
// value here.
- ... | Use .then instead of .done to get a promise result. (#<I>)
Use .then instead of .done
This makes it so that hooks returning Promises instead of Parse.Promises will work correctly. | Hustle_parse-mockdb | train |
566fbdd777a9333e07ccf468e1eec5603dd2630f | diff --git a/salt/netapi/rest_cherrypy/app.py b/salt/netapi/rest_cherrypy/app.py
index <HASH>..<HASH> 100644
--- a/salt/netapi/rest_cherrypy/app.py
+++ b/salt/netapi/rest_cherrypy/app.py
@@ -814,6 +814,7 @@ def urlencoded_processor(entity):
body_bytes.seek(0)
# Patch fp
entity.fp = body_bytes... | Tell python we're done with `contents` | saltstack_salt | train |
876a6ed7571ee455e0339c14adc54cbf3488daa9 | diff --git a/cmd/deployment_cmd.go b/cmd/deployment_cmd.go
index <HASH>..<HASH> 100644
--- a/cmd/deployment_cmd.go
+++ b/cmd/deployment_cmd.go
@@ -2,6 +2,15 @@ package cmd
import (
"errors"
+ "fmt"
+ "io/ioutil"
+ "os"
+ "os/user"
+ "path"
+)
+
+const (
+ BOSH_MICRO_FILENAME = ".bosh_micro"
)
type deploymentCm... | Completed DeploymentCmd implementation
[#<I>] | cloudfoundry_bosh-init | train |
547406b85521653486ca07b54c6eee2791229598 | diff --git a/src/Wt2Html/TT/Sanitizer.php b/src/Wt2Html/TT/Sanitizer.php
index <HASH>..<HASH> 100644
--- a/src/Wt2Html/TT/Sanitizer.php
+++ b/src/Wt2Html/TT/Sanitizer.php
@@ -397,8 +397,9 @@ class Sanitizer extends TokenHandler {
*/
public static function attributeWhitelist( string $element ): array {
// PORT-F... | Move flipping array into Sanitizer::attributeWhitelist
Fixes the usage in the gallery extension and more tests pass.
Change-Id: I0a8a<I>de2d<I>fe<I>f<I>b8f5e<I>da0ab | wikimedia_parsoid | train |
dd4db347f34c6f114b9b8db74b2706cb7f8f73fa | diff --git a/python-package/xgboost/callback.py b/python-package/xgboost/callback.py
index <HASH>..<HASH> 100644
--- a/python-package/xgboost/callback.py
+++ b/python-package/xgboost/callback.py
@@ -549,7 +549,7 @@ class EarlyStopping(TrainingCallback):
# user to decide.
maximize_metrics = ('a... | Fix early stopping behavior with MAPE metric (#<I>) | dmlc_xgboost | train |
99365cb8693f10829aebb5d329595eaa4503e926 | diff --git a/resource.go b/resource.go
index <HASH>..<HASH> 100644
--- a/resource.go
+++ b/resource.go
@@ -203,7 +203,13 @@ func resolveIDs(draft *Draft, base string, v interface{}, ids map[string]map[str
return resolveIDs(draft, base, v, ids)
}
- schemaKeys := []string{"not", "additionalProperties"}
+ schemaKey... | cleanup: simlify resolveIDs impl | santhosh-tekuri_jsonschema | train |
383c7e5c8f125f43218ba92c954619f8d75beb54 | diff --git a/web/app/ner/ner.js b/web/app/ner/ner.js
index <HASH>..<HASH> 100644
--- a/web/app/ner/ner.js
+++ b/web/app/ner/ner.js
@@ -300,6 +300,14 @@ function processFile(filename, id) {
};
}
+function generate_id(filename){
+ // TODO(choudhury): technically, this can lead to identical ids (e.g.,
+ // "... | Abstracted out notion of making a unique idea per file into own function. | Kitware_tangelo | train |
59d19be599b639936a8b05b3d972e502dacc28b8 | diff --git a/src/com/google/javascript/jscomp/CheckJSDoc.java b/src/com/google/javascript/jscomp/CheckJSDoc.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/CheckJSDoc.java
+++ b/src/com/google/javascript/jscomp/CheckJSDoc.java
@@ -45,6 +45,10 @@ final class CheckJSDoc extends AbstractPostOrderCa... | Added an error for using arrow function as constructor.
The addition is to catch the following case /** @constructor */ var a = ()=>{};
-------------
Created by MOE: <URL> | google_closure-compiler | train |
ade5aa4c5a5bc9e4a40292bb6592f6a74000955e | diff --git a/benchmark/benchmark.rb b/benchmark/benchmark.rb
index <HASH>..<HASH> 100644
--- a/benchmark/benchmark.rb
+++ b/benchmark/benchmark.rb
@@ -11,7 +11,7 @@ require "representative/xml"
@books = [
OpenStruct.new(
- :title => "Sailing for old dogs",
+ :title => "Sailing for old dogs",
:authors ... | Delete a redundant line of code. | mdub_representative | train |
039b3ba4bc3fc4422cbce846548dc51ba85505b3 | diff --git a/lib/codemirror.js b/lib/codemirror.js
index <HASH>..<HASH> 100644
--- a/lib/codemirror.js
+++ b/lib/codemirror.js
@@ -594,7 +594,7 @@ var CodeMirror = (function() {
if (options.onKeyEvent && options.onKeyEvent(instance, addStop(e))) return;
var keyCode = e_prop(e, "keyCode"), charCode = e_pro... | Fix repeating of backspace and tab keys in Opera Windows | codemirror_CodeMirror | train |
5dd74572e73e4af1b18e8bc5a68f0d5a9c5c1f0e | diff --git a/prov-dot/src/main/java/org/openprovenance/prov/dot/ProvToDot.java b/prov-dot/src/main/java/org/openprovenance/prov/dot/ProvToDot.java
index <HASH>..<HASH> 100644
--- a/prov-dot/src/main/java/org/openprovenance/prov/dot/ProvToDot.java
+++ b/prov-dot/src/main/java/org/openprovenance/prov/dot/ProvToDot.java
@... | removed exit message in prov-dot | lucmoreau_ProvToolbox | train |
b04a8405745857c59c531364546abd19bd4ed626 | diff --git a/lib/utils/config.js b/lib/utils/config.js
index <HASH>..<HASH> 100644
--- a/lib/utils/config.js
+++ b/lib/utils/config.js
@@ -485,8 +485,8 @@ const initParams = (persistent, options) => {
stdin: options.stdin != null,
env: env ? env.split(',') : [],
};
- if (options.production == null) {
- ... | Do not overwrite the NODE_ENV environment variable (#<I>) | brunch_brunch | train |
3e8edc7341508e21f769b88651cfac3663f52d02 | diff --git a/lib/core/plugin/fog_machine.rb b/lib/core/plugin/fog_machine.rb
index <HASH>..<HASH> 100644
--- a/lib/core/plugin/fog_machine.rb
+++ b/lib/core/plugin/fog_machine.rb
@@ -49,9 +49,11 @@ class Fog < CORL.plugin_class(:machine)
#---
def server=id
+ @server = nil
+
if id.is_a?(String)
- ... | Fixing load issue related to empty plugin_name in the base fog machine provider. | coralnexus_corl | train |
0a4e226c8ffa016fede311955f23831f727740d3 | diff --git a/src/components/com_application/application.php b/src/components/com_application/application.php
index <HASH>..<HASH> 100644
--- a/src/components/com_application/application.php
+++ b/src/components/com_application/application.php
@@ -222,4 +222,4 @@ class ComApplication extends AnObject implements AnServic... | reverting to <I> files | anahitasocial_anahita | train |
34b53e70998ca80006c5b1732ea7865f67c9fc75 | diff --git a/agent/consul/acl_test.go b/agent/consul/acl_test.go
index <HASH>..<HASH> 100644
--- a/agent/consul/acl_test.go
+++ b/agent/consul/acl_test.go
@@ -214,7 +214,6 @@ func (d *ACLResolverTestDelegate) RPC(method string, args interface{}, reply int
panic("Bad Test Implmentation: should provide a policyResolve... | A few misc fixes found by go vet | hashicorp_consul | train |
45071db32ef4eeafc5d4e8026c818d0560338404 | diff --git a/dbusmock/mockobject.py b/dbusmock/mockobject.py
index <HASH>..<HASH> 100644
--- a/dbusmock/mockobject.py
+++ b/dbusmock/mockobject.py
@@ -84,6 +84,7 @@ class DBusMockObject(dbus.service.Object):
self.path = path
self.interface = interface
self.is_object_manager = is_object_manage... | mockobject: Add convenience methods for emitting ObjectManager signals
Constructing the property lists from the subclass that is creating the
object is just too much hassle.
Also, track the manager object, so that the methods can be invoked on
any objects in the hierarchy. | martinpitt_python-dbusmock | train |
247c7c974e7fb582c5dba6192066bfea4773e609 | diff --git a/dwave/cloud/client.py b/dwave/cloud/client.py
index <HASH>..<HASH> 100644
--- a/dwave/cloud/client.py
+++ b/dwave/cloud/client.py
@@ -1206,7 +1206,7 @@ class Client(object):
if 'id' not in message:
raise InvalidAPIResponseError("'id' missing in problem description response")
... | Use the new submission id setter from the client | dwavesystems_dwave-cloud-client | train |
fc4aa7cc7944534e9dfd84ffca44583572d53119 | diff --git a/monstro/urls/resolver.py b/monstro/urls/resolver.py
index <HASH>..<HASH> 100644
--- a/monstro/urls/resolver.py
+++ b/monstro/urls/resolver.py
@@ -24,9 +24,10 @@ class Resolver(object):
yield URLSpec(**pattern)
elif isinstance(pattern, URLSpec):
yield pattern
+... | Added handling nested resolvers without inclusion. | bindlock_monstro | train |
8158ebd43098c40832103894ec68bc0ff8b619b0 | diff --git a/src/test/java/jp/co/future/uroborosql/context/SqlContextFactoryTest.java b/src/test/java/jp/co/future/uroborosql/context/SqlContextFactoryTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/jp/co/future/uroborosql/context/SqlContextFactoryTest.java
+++ b/src/test/java/jp/co/future/uroborosql/context/... | [fix] failed jenkins test (#<I>)
* [update] SqlContextFactoryImpl now accepts other types
close #<I>
SqlContextFactoryImpl now accepts types that can be mapped to JDBC
* [fix] failed jenkins test | future-architect_uroborosql | train |
0e246409e964a94680dd75a18d2cd4be287ff403 | diff --git a/yellowbrick/classifier.py b/yellowbrick/classifier.py
index <HASH>..<HASH> 100644
--- a/yellowbrick/classifier.py
+++ b/yellowbrick/classifier.py
@@ -522,3 +522,46 @@ class ClassBalance(ClassificationScoreVisualizer):
# Compute the ceiling for the y limit
cmax, cmin = max(self.support.val... | added single call wrapper for ClassBalance for issue #<I> | DistrictDataLabs_yellowbrick | train |
c1d3bbee9e3854686551bfc1ddcf9429964ba35c | diff --git a/examples/example_1_toy_function_locally/run_me.py b/examples/example_1_toy_function_locally/run_me.py
index <HASH>..<HASH> 100644
--- a/examples/example_1_toy_function_locally/run_me.py
+++ b/examples/example_1_toy_function_locally/run_me.py
@@ -48,10 +48,10 @@ for i in range(num_workers):
#Try BOHB her... | added min_bandwidth also to the kde | automl_HpBandSter | train |
684628fd660db66a6236f8244e1627afed574208 | diff --git a/lib/cucumber/formatter/ansicolor.rb b/lib/cucumber/formatter/ansicolor.rb
index <HASH>..<HASH> 100644
--- a/lib/cucumber/formatter/ansicolor.rb
+++ b/lib/cucumber/formatter/ansicolor.rb
@@ -93,7 +93,7 @@ module Cucumber
# def failed_param(string=nil, &proc)
# red(bold(string, &proc)) + ... | Fixed typo in PR #<I>.
> we should use each_key not each_value in ansicolor | cucumber_cucumber-ruby | train |
babbc3786c1e67c7e222bd0e341ea15633ba9d0d | diff --git a/app/models/manifestation.rb b/app/models/manifestation.rb
index <HASH>..<HASH> 100644
--- a/app/models/manifestation.rb
+++ b/app/models/manifestation.rb
@@ -515,6 +515,7 @@ class Manifestation < ActiveRecord::Base
manifestation_created_at
manifestation_updated_at
manifestation_identif... | export addess_address next-l/enju_leaf#<I> | next-l_enju_biblio | train |
c46af91f3dee7e7334bb7f39e05a986e15919542 | diff --git a/presto-orc/src/main/java/com/facebook/presto/orc/metadata/OrcMetadataReader.java b/presto-orc/src/main/java/com/facebook/presto/orc/metadata/OrcMetadataReader.java
index <HASH>..<HASH> 100644
--- a/presto-orc/src/main/java/com/facebook/presto/orc/metadata/OrcMetadataReader.java
+++ b/presto-orc/src/main/ja... | Disable ORC String and Date statistics which are broken
The merge logic ORC String and Date statistics are broken so the statistics
for stripes and files in ORC can not be used for String and Date columns. | prestodb_presto | train |
ed69d5ba4eb8d0afc497346c9a4a3b21499cd663 | diff --git a/lxd/db/node.go b/lxd/db/node.go
index <HASH>..<HASH> 100644
--- a/lxd/db/node.go
+++ b/lxd/db/node.go
@@ -391,8 +391,9 @@ func (c *ClusterTx) NodeOfflineThreshold() (time.Duration, error) {
return threshold, nil
}
-// NodeWithLeastContainers returns the name of the non-offline node with
-// with the l... | Consider pending containers when placing a new container | lxc_lxd | train |
192295041b8b94d7479d47fe8c11db076c53404a | diff --git a/libraries/common/constants/Device.js b/libraries/common/constants/Device.js
index <HASH>..<HASH> 100644
--- a/libraries/common/constants/Device.js
+++ b/libraries/common/constants/Device.js
@@ -4,7 +4,14 @@ export const OS_IOS = 'ios';
export const TYPE_PHONE = 'phone';
-export const MODEL_NAMES_IPHON... | PWA-<I> added support for iphoneXs, XsMax, XR | shopgate_pwa | train |
2c1c8580db1facb1cf640d14dfd1063a79d20b2a | diff --git a/AntiSpoofHooks.php b/AntiSpoofHooks.php
index <HASH>..<HASH> 100644
--- a/AntiSpoofHooks.php
+++ b/AntiSpoofHooks.php
@@ -52,7 +52,7 @@ class AntiSpoofHooks {
}
$name = $user->getName();
- $spoof = self::makeSpoofUser( $name );
+ $spoof = static::makeSpoofUser( $name );
if ( $spoof->isLegal() ... | Few more LSB for good measure | wikimedia_mediawiki-extensions-AntiSpoof | train |
d26a177b678836b198b63330ae164972fcef6a67 | diff --git a/ChangeLog b/ChangeLog
index <HASH>..<HASH> 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
* Enhanced TabeleCell to return nil when there is no corresponding cell for a referenced column
* Added css selector support for SelectList and Div
* Added ability to pass clasname as string to visit... | added params hash as new page class variable | cheezy_page-object | train |
959c1f8d11f4ee5a47f20e7f9d1e9e73caf342ab | diff --git a/O365/__init__.py b/O365/__init__.py
index <HASH>..<HASH> 100644
--- a/O365/__init__.py
+++ b/O365/__init__.py
@@ -1,6 +1,8 @@
"""
A simple python library to interact with Microsoft Graph and Office 365 API
"""
+import warnings
+
from .__version__ import __version__
from .account import Account
from .... | DeprecationWarnings should now be printed out | O365_python-o365 | train |
fdb7a073d62dde565db0083811e5ada3e4875660 | diff --git a/library/src/main/java/de/mrapp/android/dialog/decorator/ListDialogDecorator.java b/library/src/main/java/de/mrapp/android/dialog/decorator/ListDialogDecorator.java
index <HASH>..<HASH> 100644
--- a/library/src/main/java/de/mrapp/android/dialog/decorator/ListDialogDecorator.java
+++ b/library/src/main/java/... | Prevent IndexOutOfBoundsException in single choice list dialog, if selected item index is less than 0. | michael-rapp_AndroidMaterialDialog | train |
567671a29f29818ff2fd5e1719db9bcbfe7709da | diff --git a/src/Flare/Traits/ModelAdmin/ModelQuerying.php b/src/Flare/Traits/ModelAdmin/ModelQuerying.php
index <HASH>..<HASH> 100644
--- a/src/Flare/Traits/ModelAdmin/ModelQuerying.php
+++ b/src/Flare/Traits/ModelAdmin/ModelQuerying.php
@@ -88,7 +88,7 @@ trait ModelQuerying
return $model->paginate($this-... | Fix Model Query Ordering when Pagination is off | laravelflare_flare | train |
b0978fbcc7065181f83dcb4f0ebbd790d223912f | diff --git a/src/helpers/d3.dynamicBackground.js b/src/helpers/d3.dynamicBackground.js
index <HASH>..<HASH> 100644
--- a/src/helpers/d3.dynamicBackground.js
+++ b/src/helpers/d3.dynamicBackground.js
@@ -22,6 +22,7 @@ export default Class.extend({
this.xAlign = "center";
this.yAlign = "center";
this.eleme... | Calculate text size on hidden sample (#<I>) | vizabi_vizabi | train |
02b19f337f0a045fe3ba1c8b21e8ca016763c8b8 | diff --git a/modules/ve2/dm/ve.dm.Document.js b/modules/ve2/dm/ve.dm.Document.js
index <HASH>..<HASH> 100644
--- a/modules/ve2/dm/ve.dm.Document.js
+++ b/modules/ve2/dm/ve.dm.Document.js
@@ -119,6 +119,15 @@ ve.dm.Document = function( data, parentDocument ) {
// This can only happen if we got unbalanced data
... | Add zero-length text nodes to empty content nodes
This is needed to make the results of certain transactions' tree sync
round-trip cleanly through the ve.dm.Document constructor
Change-Id: I2ab<I>ec6bd7afba5b<I>c<I>f9fa2d<I>d | wikimedia_parsoid | train |
4754e6c91aee2499ea11cd2af521432fa7db757d | diff --git a/payex/pxorder.py b/payex/pxorder.py
index <HASH>..<HASH> 100644
--- a/payex/pxorder.py
+++ b/payex/pxorder.py
@@ -105,3 +105,23 @@ class PxOrderCapture4Handler(PxOrderHandler):
self._endpoint = self._client.service.Capture4
return self._send_request()
+
+class PxOrderGetTransact... | Added GetTransactionDetails2 handler | PayEx_pypayex | train |
3abffe16d46db5e79389a66f0ed723ad77ed3700 | diff --git a/test/runtime/kafka.go b/test/runtime/kafka.go
index <HASH>..<HASH> 100644
--- a/test/runtime/kafka.go
+++ b/test/runtime/kafka.go
@@ -129,6 +129,9 @@ var _ = Describe("RuntimeValidatedKafka", func() {
})
It("Kafka Policy Ingress", func() {
+ // GH-3440 Re-enable when stable
+ return
+
_, err := ... | test: Disable unstable Kafka runtime test | cilium_cilium | train |
79638b3185dbd638e72447e3dbd9f52464e93ec9 | diff --git a/src/consumer/runner.js b/src/consumer/runner.js
index <HASH>..<HASH> 100644
--- a/src/consumer/runner.js
+++ b/src/consumer/runner.js
@@ -132,6 +132,7 @@ module.exports = class Runner {
this.consumerGroup.resolveOffset({ topic, partition, offset: message.offset })
await this.consumerGroup.h... | Use conditional commit when running each message | tulios_kafkajs | train |
0710050472babcbfe11ab9670b1060c23beb1b00 | diff --git a/examples/change-query/webpack.config.js b/examples/change-query/webpack.config.js
index <HASH>..<HASH> 100644
--- a/examples/change-query/webpack.config.js
+++ b/examples/change-query/webpack.config.js
@@ -21,9 +21,6 @@ module.exports = {
}],
},
resolve: {
- alias: {
- 'redux-filterlist'... | Removed excess webpack aliases from examples | vtaits_redux-filterlist | train |
7fb6b54afa66a65a5025760118d803c764d03539 | diff --git a/cumulusci/cli/cli.py b/cumulusci/cli/cli.py
index <HASH>..<HASH> 100644
--- a/cumulusci/cli/cli.py
+++ b/cumulusci/cli/cli.py
@@ -19,6 +19,7 @@ from cumulusci.core.config import TaskConfig
from cumulusci.core.config import YamlGlobalConfig
from cumulusci.core.config import YamlProjectConfig
from cumulus... | Issue #<I>, handle BrowserTestFailure in the CLI | SFDO-Tooling_CumulusCI | train |
e3ddd0ffa9d934eb4f41c569e6999a8a02964b3e | diff --git a/lib/hawkejs.js b/lib/hawkejs.js
index <HASH>..<HASH> 100644
--- a/lib/hawkejs.js
+++ b/lib/hawkejs.js
@@ -415,7 +415,7 @@ hawkejs._renderTemplates = function _renderTemplates (template, payload, $update
*
* @author Jelle De Loecker <[email protected]>
* @since 2013.01.22
- * @version 2013.01.2... | Join blocks using no separator (in stead of a newline), this fixes newlines popping up for no reason, fixes #1 | skerit_hawkejs | train |
189c7ea54e18fa69f00928ab9d0dfb2483a77601 | diff --git a/retry_hijackable_client_test.go b/retry_hijackable_client_test.go
index <HASH>..<HASH> 100644
--- a/retry_hijackable_client_test.go
+++ b/retry_hijackable_client_test.go
@@ -44,14 +44,13 @@ var _ = Describe("RetryHijackableClient", func() {
})
retryableErrors := []error{
- syscall.ECONNREFUSED,
- s... | added comments and removed redundant connection reset by peer" message | concourse_retryhttp | train |
6a6665effe03bd15df3bd63ad2d512e7f84a1778 | diff --git a/src/main/java/com/twilio/sdk/resource/instance/sip/CredentialListInstance.java b/src/main/java/com/twilio/sdk/resource/instance/sip/CredentialListInstance.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/twilio/sdk/resource/instance/sip/CredentialListInstance.java
+++ b/src/main/java/com/twilio/sdk... | add comments explaining naming quirks for sip | twilio_twilio-java | train |
02e7ad99cca2cf77a4b3678f402cfdc6259b4332 | diff --git a/shadows/supportv4/src/main/java/org/robolectric/shadows/support/v4/SupportFragmentController.java b/shadows/supportv4/src/main/java/org/robolectric/shadows/support/v4/SupportFragmentController.java
index <HASH>..<HASH> 100644
--- a/shadows/supportv4/src/main/java/org/robolectric/shadows/support/v4/SupportF... | Add saveInstanceState method to SupportFragmentController
PiperOrigin-RevId: <I> | robolectric_robolectric | train |
9701bacb2e577099adf436ed74fcb01e7e3d31fc | diff --git a/lib/Github/Api/Repo.php b/lib/Github/Api/Repo.php
index <HASH>..<HASH> 100644
--- a/lib/Github/Api/Repo.php
+++ b/lib/Github/Api/Repo.php
@@ -33,6 +33,16 @@ class Repo extends Api
}
/**
+ * Get a list of the repositories that the authenticated user can push to
+ *
+ * @return array... | Invert removal of method. Throw exception instead | KnpLabs_php-github-api | train |
534989c8ea0beaad97d32fb57ae81d7006194421 | diff --git a/web/src/test/java/org/springframework/security/web/authentication/rememberme/JdbcTokenRepositoryImplTests.java b/web/src/test/java/org/springframework/security/web/authentication/rememberme/JdbcTokenRepositoryImplTests.java
index <HASH>..<HASH> 100644
--- a/web/src/test/java/org/springframework/security/we... | SEC-<I>: Fix tests to verify debug logging instead of info | spring-projects_spring-security | train |
e79d6984e190e18187b55f85df45d2b80b818adb | diff --git a/aws/resource_aws_instance.go b/aws/resource_aws_instance.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_instance.go
+++ b/aws/resource_aws_instance.go
@@ -116,6 +116,7 @@ func resourceAwsInstance() *schema.Resource {
return ""
}
},
+ ValidateFunc: validateInstanceUserDataSize,
... | r/aws_instance: validate user data size during plan | terraform-providers_terraform-provider-aws | train |
297487d6201308f83bb71704399c1d2f9e3561eb | diff --git a/lxd/db/instance_profiles.go b/lxd/db/instance_profiles.go
index <HASH>..<HASH> 100644
--- a/lxd/db/instance_profiles.go
+++ b/lxd/db/instance_profiles.go
@@ -22,9 +22,9 @@ import "fmt"
// InstanceProfile is an association table struct that associates Instances
// to Profiles.
type InstanceProfile struct... | lxd/db/instance/profiles: Use 'order' tag to order queries by apply order | lxc_lxd | train |
d7b8b716efdb7c3c7d6b1645563871a5f3389ee7 | diff --git a/src/ReflectionEngine.php b/src/ReflectionEngine.php
index <HASH>..<HASH> 100644
--- a/src/ReflectionEngine.php
+++ b/src/ReflectionEngine.php
@@ -53,18 +53,31 @@ class ReflectionEngine
*/
protected static $traverser = null;
+ /**
+ * @var null|Lexer
+ */
+ protected static $lexer... | Configure lexer to capture token positions for new parser too | goaop_parser-reflection | train |
67a4f331cf4f9553269766a657c78ad783880d18 | diff --git a/tests/test_forms.py b/tests/test_forms.py
index <HASH>..<HASH> 100644
--- a/tests/test_forms.py
+++ b/tests/test_forms.py
@@ -1162,3 +1162,16 @@ def test_show_prevents_read_from_instance():
foo = Field(show=False)
MyForm(data=Struct(), instance=object())
+
+
+def test_choice_post_validation... | Added test for the bug where post_validation of Field.choice was overwritten (fixes #9) | TriOptima_tri.form | train |
766e8957bed9e2d140615f354d3f63f780fe98a3 | diff --git a/openquake/server/views.py b/openquake/server/views.py
index <HASH>..<HASH> 100644
--- a/openquake/server/views.py
+++ b/openquake/server/views.py
@@ -350,9 +350,10 @@ def calc_list(request, id=None):
Responses are in JSON.
"""
base_url = _get_base_url(request)
+ # always filter calculatio... | Always filter calculation unless request comes from a superuser | gem_oq-engine | train |
be3c6c87ff7281064cfb68cf7f3c872ed06a7eed | diff --git a/Application/Config/config.cache.php b/Application/Config/config.cache.php
index <HASH>..<HASH> 100644
--- a/Application/Config/config.cache.php
+++ b/Application/Config/config.cache.php
@@ -1,7 +1,7 @@
<?php
return array(
- 'cache_path' => '',
+ 'cache_file_path' => '',
'memcached' => array(
'd... | Implemented new config.core.php variables.
It is now possible to disable the modules and the events system using the config file. This will completely turn the system off.
The event system will still load the event classes but it will not send them around. | FuzeWorks_Core | train |
ac7128c03691b59637d0073ec226ecaf2f902de1 | diff --git a/src/frontend/org/voltdb/RealVoltDB.java b/src/frontend/org/voltdb/RealVoltDB.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/RealVoltDB.java
+++ b/src/frontend/org/voltdb/RealVoltDB.java
@@ -353,6 +353,9 @@ public class RealVoltDB implements VoltDBInterface, RestoreAgent.Callback, HostM
... | ENG-<I> do not resume replication for DR consumer if durability is off (#<I>)
ENG-<I>: Do not resume replication for DR consumer if durability is off | VoltDB_voltdb | train |
752c860ba058f06e5ac9b7a1a411aaa4373a54b5 | diff --git a/spec/project_spec.rb b/spec/project_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/project_spec.rb
+++ b/spec/project_spec.rb
@@ -96,6 +96,7 @@ describe 'RuboCop Project' do
let(:bodies) do
entries.map do |entry|
entry
+ .gsub(/`[^`]+`/, '``')
.s... | Ignore contents of backticks in changelog spec | rubocop-hq_rubocop | train |
8a85626a710056dfd23cb4560e43d16b206655c5 | diff --git a/context.go b/context.go
index <HASH>..<HASH> 100644
--- a/context.go
+++ b/context.go
@@ -3,6 +3,7 @@ package echo
import (
"encoding/json"
"encoding/xml"
+ "fmt"
"io"
"mime"
"mime/multipart"
@@ -140,6 +141,10 @@ type (
// client to save the file.
Attachment(io.ReadSeeker, string) error
... | Inline feature (#<I>) | labstack_echo | train |
999620a7d5cad90167c181d8b8d29e4747f7caae | diff --git a/dist/signature-form.tpl.html.js b/dist/signature-form.tpl.html.js
index <HASH>..<HASH> 100644
--- a/dist/signature-form.tpl.html.js
+++ b/dist/signature-form.tpl.html.js
@@ -1,8 +1,8 @@
var ngModule;
try {
- ngModule = angular.module('wfm.component.signature');
+ ngModule = angular.module('wfm.signatur... | Rename to fh-wfm-signature | raincatcher-beta_raincatcher-signature | train |
29931635f5a6bd58814d77fd519439a015c01adb | diff --git a/src/Models/AdminModel.php b/src/Models/AdminModel.php
index <HASH>..<HASH> 100644
--- a/src/Models/AdminModel.php
+++ b/src/Models/AdminModel.php
@@ -9,7 +9,7 @@ use Symfony\Component\HttpFoundation\File\File;
/**
* Class AdminModel.
*/
-class AdminModel extends Model
+abstract class AdminModel extend... | Make AdminModel abstract and add method to manually set uploaded files. | despark_ignicms | train |
f8ae20c061bc99833f65d5965b25bae58343fc99 | diff --git a/dask_ml/_partial.py b/dask_ml/_partial.py
index <HASH>..<HASH> 100644
--- a/dask_ml/_partial.py
+++ b/dask_ml/_partial.py
@@ -7,6 +7,7 @@ import dask
import numpy as np
import sklearn.utils
from dask.delayed import Delayed
+from dask.highlevelgraph import HighLevelGraph
from toolz import partial
log... | Fix `Delayed` optimization issue (#<I>) | dask_dask-ml | train |
8615b3e88bee3cac37661e2279a72a9ae1c68582 | diff --git a/src/test/java/org/bff/javampd/MPDPlayerTest.java b/src/test/java/org/bff/javampd/MPDPlayerTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/bff/javampd/MPDPlayerTest.java
+++ b/src/test/java/org/bff/javampd/MPDPlayerTest.java
@@ -54,6 +54,7 @@ public class MPDPlayerTest extends BaseTest {
... | Issue <I>: Isolate unit tests | finnyb_javampd | train |
f0c0688524b2783d3c9ec651619569afb15b0e77 | diff --git a/zappa/cli.py b/zappa/cli.py
index <HASH>..<HASH> 100755
--- a/zappa/cli.py
+++ b/zappa/cli.py
@@ -2000,6 +2000,7 @@ class ZappaCLI(object):
self.profile_name = self.stage_config.get('profile_name', None)
self.log_level = self.stage_config.get('log_level', "DEBUG")
self.domain = s... | Add base_path stripping and fix unsetting of base_path | Miserlou_Zappa | train |
b3ac14a6490d63c37d9e56c598fb7f936b62b671 | diff --git a/lib/discordrb/data.rb b/lib/discordrb/data.rb
index <HASH>..<HASH> 100644
--- a/lib/discordrb/data.rb
+++ b/lib/discordrb/data.rb
@@ -3021,13 +3021,11 @@ module Discordrb
@avatar = data['avatar']
# Will not exist if the data was requested through a webhook token
- if data['user']
- ... | Rework Webhook to fit guard clauses | meew0_discordrb | train |
6889353fa2fc38ec214cfb259b6a40d97780ba93 | diff --git a/src/Helpers/ColorHelper.php b/src/Helpers/ColorHelper.php
index <HASH>..<HASH> 100644
--- a/src/Helpers/ColorHelper.php
+++ b/src/Helpers/ColorHelper.php
@@ -54,6 +54,25 @@ class ColorHelper
}
/**
+ * Converts a hex color to rgba
+ * @param string $hexColor eg. '#00ffff'
+ * @param ... | Added rgba and theme_color helpers, extended the card_with_icon component | artkonekt_appshell | train |
c8871aabb76c5b548b639da6d82c3c18cab1c1f8 | diff --git a/src/Model/ModelTrait.php b/src/Model/ModelTrait.php
index <HASH>..<HASH> 100644
--- a/src/Model/ModelTrait.php
+++ b/src/Model/ModelTrait.php
@@ -58,9 +58,7 @@ trait ModelTrait
$getter = "get" . ucfirst($prop);
if (method_exists($this, $getter)) {
$value = $this->... | Null is a valid data type that we shouldn't discard | lexide_clay | train |
7d55bea900cc7813277ff4266dcbc4077d9e107b | diff --git a/lib/sassc/import_handler.rb b/lib/sassc/import_handler.rb
index <HASH>..<HASH> 100644
--- a/lib/sassc/import_handler.rb
+++ b/lib/sassc/import_handler.rb
@@ -22,7 +22,10 @@ module SassC
private
def import_function
- @import_function ||= FFI::Function.new(:pointer, [:string, :string, :point... | parent/base filename is properly passed to importer | sass_sassc-ruby | train |
68b1424ef37e8b8c0b0a4175689328fca2055b70 | diff --git a/ryu/controller/controller.py b/ryu/controller/controller.py
index <HASH>..<HASH> 100644
--- a/ryu/controller/controller.py
+++ b/ryu/controller/controller.py
@@ -13,11 +13,11 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org... | controller: eliminate weakref of datapath.ev_q.aux | osrg_ryu | train |
8a7e3b6c7c9c5846dd16ca836a54e104f9194f8f | diff --git a/testsuite/test_workflows.py b/testsuite/test_workflows.py
index <HASH>..<HASH> 100644
--- a/testsuite/test_workflows.py
+++ b/testsuite/test_workflows.py
@@ -35,29 +35,6 @@ TEST_PACKAGES = [
]
-class WorkflowViewTest(InvenioTestCase):
-
- """ Test search view functions. """
-
- def test_main_adm... | workflows: remove view test
* Removes the view test as it does not test anything as the
page requires login and it has different behavior if DEBUG
mode is available and thus fails (<I> vs <I>). This can create
confusion when developing. | inveniosoftware-contrib_invenio-workflows | train |
6bff81ae84aef9a4c71edfaab5e1cf55e2839b84 | diff --git a/src/sap.ui.core/src/sap/ui/core/dnd/DragDropBase.js b/src/sap.ui.core/src/sap/ui/core/dnd/DragDropBase.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.core/src/sap/ui/core/dnd/DragDropBase.js
+++ b/src/sap.ui.core/src/sap/ui/core/dnd/DragDropBase.js
@@ -25,6 +25,7 @@ sap.ui.define(['../Element', '../librar... | [INTERNAL] DragDropInfo: dropEffect workaround for IE
- In IE, we can only control the cursor image by setting effectAllowed
in the dragstart event. Setting dropEffect in the dragover handler has
no effect and it does not change the cursor.
Change-Id: I7edca<I>d<I>d<I>d4fc<I>dbbf<I>f<I> | SAP_openui5 | train |
3ababa264dc404e9f8eae01045a4531b0b5bd692 | diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
index <HASH>..<HASH> 100755
--- a/setuptools/command/easy_install.py
+++ b/setuptools/command/easy_install.py
@@ -1862,6 +1862,19 @@ class CommandSpec(list):
launcher = os.environ.get('__PYVENV_LAUNCHER__', _default)
@class... | Update install_scripts to use CommandSpec for generating script headers. | pypa_setuptools | train |
fba9377c69a2ac8e1a6483251b681e9c033b1ade | diff --git a/src/js/client/ajaxCapable.js b/src/js/client/ajaxCapable.js
index <HASH>..<HASH> 100644
--- a/src/js/client/ajaxCapable.js
+++ b/src/js/client/ajaxCapable.js
@@ -7,18 +7,26 @@
1. The request data, which is the result of transforming the model according to the rules specified in
`options.rules.... | GPII-<I>: Streamlined processing of AJAX options and updated documentation to reflect recent changes. | GPII_gpii-handlebars | train |
44b0dae8e1d24f12d044240853c276b9ce3e1f86 | diff --git a/examples/test_categories.php b/examples/test_categories.php
index <HASH>..<HASH> 100644
--- a/examples/test_categories.php
+++ b/examples/test_categories.php
@@ -6,6 +6,7 @@ include("../Market/MarketSession.php");
$session = new MarketSession();
$session->login(GOOGLE_EMAIL, GOOGLE_PASSWD);
+$sessio... | Added setAndroidId call | koconder_android-market-api-php | train |
b3587a8874910f25a338e19191e10f2982fc52f9 | diff --git a/servers/src/test/java/tachyon/master/file/meta/InodeFileTest.java b/servers/src/test/java/tachyon/master/file/meta/InodeFileTest.java
index <HASH>..<HASH> 100644
--- a/servers/src/test/java/tachyon/master/file/meta/InodeFileTest.java
+++ b/servers/src/test/java/tachyon/master/file/meta/InodeFileTest.java
@... | [SMALLFIX] space before ++ | Alluxio_alluxio | train |
8c9557b316eec5f971af62299c531e3dc9e57b57 | diff --git a/test/gir_ffi/in_out_pointer_test.rb b/test/gir_ffi/in_out_pointer_test.rb
index <HASH>..<HASH> 100644
--- a/test/gir_ffi/in_out_pointer_test.rb
+++ b/test/gir_ffi/in_out_pointer_test.rb
@@ -1,7 +1,5 @@
require 'gir_ffi_test_helper'
-require 'gir_ffi/in_out_pointer'
-
describe GirFFI::InOutPointer do
... | Trust test helper to require all of GirFFI | mvz_gir_ffi | train |
6c1f77ff79caf4a1484c4da5c2535c09ca6d3c16 | diff --git a/src/java/voldemort/server/protocol/admin/AsyncOperationRunner.java b/src/java/voldemort/server/protocol/admin/AsyncOperationRunner.java
index <HASH>..<HASH> 100644
--- a/src/java/voldemort/server/protocol/admin/AsyncOperationRunner.java
+++ b/src/java/voldemort/server/protocol/admin/AsyncOperationRunner.ja... | reverted asyncRunner change to Not remove operations after completion. | voldemort_voldemort | train |
aabd11dd8d746e59ff25f5ccd27011d9171991af | diff --git a/great_expectations/datasource/generator/batch_generator.py b/great_expectations/datasource/generator/batch_generator.py
index <HASH>..<HASH> 100644
--- a/great_expectations/datasource/generator/batch_generator.py
+++ b/great_expectations/datasource/generator/batch_generator.py
@@ -25,7 +25,48 @@ class Batc... | Add additional batch_generator documentation | great-expectations_great_expectations | train |
dc0a97cfb04233cdd619972513fd1bc520d102c2 | diff --git a/src/Finder.php b/src/Finder.php
index <HASH>..<HASH> 100644
--- a/src/Finder.php
+++ b/src/Finder.php
@@ -33,9 +33,9 @@ class Finder
private $type;
/**
- * @var string|null
+ * @var string[]
*/
- private $conditions;
+ private $where = [];
/**
* @var string
@@ -... | Support multiple calls to where() in finder | activecollab_databaseobject | train |
1ce1abf216dd61098579bd61d764fed9b601d479 | diff --git a/lib/express/static.js b/lib/express/static.js
index <HASH>..<HASH> 100644
--- a/lib/express/static.js
+++ b/lib/express/static.js
@@ -41,13 +41,17 @@ exports.File = Class({
*/
send: function(request) {
- var file = this.path
+ var cache, file = this.path
+ if (cache = request.cache.get(... | Static file caching. Closes #<I>
Boosts performance of static file serving roughly %<I> | expressjs_express | train |
54b17850262ae5775544e6c763bf192442ba0a9e | diff --git a/billy/importers/names.py b/billy/importers/names.py
index <HASH>..<HASH> 100644
--- a/billy/importers/names.py
+++ b/billy/importers/names.py
@@ -111,7 +111,8 @@ class NameMatcher(object):
if (term == self._term or not term) and leg_id:
self._manual[chamber][name] = leg_id
-... | fix importer if name is already manually matched in lower/upper | openstates_billy | train |
06be60abec0c68f7efaa37e2b0b579403ff1c548 | diff --git a/Form/Extension/Field/Type/FormTypeFieldExtension.php b/Form/Extension/Field/Type/FormTypeFieldExtension.php
index <HASH>..<HASH> 100644
--- a/Form/Extension/Field/Type/FormTypeFieldExtension.php
+++ b/Form/Extension/Field/Type/FormTypeFieldExtension.php
@@ -16,6 +16,8 @@ use Symfony\Component\Form\FormBuil... | Refs #<I> : Follows the BC Break of the default form options in the extension | sonata-project_SonataAdminBundle | train |
745c127a6549961cd2a63920b9e6467008411200 | diff --git a/losantrest/client.py b/losantrest/client.py
index <HASH>..<HASH> 100644
--- a/losantrest/client.py
+++ b/losantrest/client.py
@@ -26,7 +26,10 @@ SOFTWARE.
# pylint: disable=E0401
import requests
-import collections
+try:
+ from collections.abc import Mapping
+except ImportError:
+ from collection... | accidentally overwrote that mapping change again | Losant_losant-rest-python | train |
b3d90ccc975605e58604521b054291e55cf0daf7 | diff --git a/python/phonenumbers/__init__.py b/python/phonenumbers/__init__.py
index <HASH>..<HASH> 100644
--- a/python/phonenumbers/__init__.py
+++ b/python/phonenumbers/__init__.py
@@ -146,7 +146,7 @@ from .phonenumbermatcher import PhoneNumberMatch, PhoneNumberMatcher, Leniency
# Version number is taken from the ... | Prep for <I> release | daviddrysdale_python-phonenumbers | train |
00417acdaf9952c645a2fa53ff83c8f6dc376aa4 | diff --git a/centinel/primitives/tls.py b/centinel/primitives/tls.py
index <HASH>..<HASH> 100644
--- a/centinel/primitives/tls.py
+++ b/centinel/primitives/tls.py
@@ -32,6 +32,8 @@ def get_fingerprint(host, port=443, external=None, log_prefix=''):
except ssl.SSLError:
# exception could also happen here
... | add comment to TLS primitive to clarify the logic | iclab_centinel | train |
e9f041356860998e77e9bf2f670379b26c386d33 | diff --git a/vault/activity_log.go b/vault/activity_log.go
index <HASH>..<HASH> 100644
--- a/vault/activity_log.go
+++ b/vault/activity_log.go
@@ -1498,6 +1498,9 @@ func (a *ActivityLog) loadConfigOrDefault(ctx context.Context) (activityConfig,
return config, nil
}
+// HandleTokenCreation adds the TokenEntry to t... | [VAULT-<I>] Count entity tokens on use (#<I>) | hashicorp_vault | train |
d3c10471fb565ddb287c6d18b8176864149a80c3 | diff --git a/internetarchive/iacli/ia.py b/internetarchive/iacli/ia.py
index <HASH>..<HASH> 100755
--- a/internetarchive/iacli/ia.py
+++ b/internetarchive/iacli/ia.py
@@ -92,7 +92,7 @@ def main():
globals()['ia_module'] = __import__(module, fromlist=['internetarchive.iacli'])
except ImportError:
... | Exit with <I> if subcommand does not exist. | jjjake_internetarchive | train |
1250312287a8cb4cfff33fda56e64c9767d8b135 | diff --git a/cmd/gateway-main.go b/cmd/gateway-main.go
index <HASH>..<HASH> 100644
--- a/cmd/gateway-main.go
+++ b/cmd/gateway-main.go
@@ -301,9 +301,6 @@ func StartGateway(ctx *cli.Context, gw Gateway) {
logger.FatalIf(globalNotificationSys.Init(GlobalContext, buckets, newObject), "Unable to initialize notification... | fail ready/liveness if etcd is unhealthy in gateway mode (#<I>) | minio_minio | train |
da0a48dc9494af3c9e2fabe53e5724ecf0f50a45 | diff --git a/lib/emir/recipes/aiv/slits.py b/lib/emir/recipes/aiv/slits.py
index <HASH>..<HASH> 100644
--- a/lib/emir/recipes/aiv/slits.py
+++ b/lib/emir/recipes/aiv/slits.py
@@ -34,6 +34,9 @@ from numina.array.fwhm import compute_fwhm_2d_simple
from numina.array.utils import expand_region
import matplotlib.pyplot ... | Return the table with center and FWHM | guaix-ucm_pyemir | train |
aa5dfd8b28a61951c9eb749c2f199bd1aa6cf535 | diff --git a/cmd/kubeadm/app/cmd/upgrade/common.go b/cmd/kubeadm/app/cmd/upgrade/common.go
index <HASH>..<HASH> 100644
--- a/cmd/kubeadm/app/cmd/upgrade/common.go
+++ b/cmd/kubeadm/app/cmd/upgrade/common.go
@@ -163,24 +163,6 @@ func enforceRequirements(flags *applyPlanFlags, args []string, dryRun bool, upgr
newK8sVe... | kubeadm: fail faster when the version is not provided | kubernetes_kubernetes | train |
c77c9280c96199b00f65c46a7b2bce46bb1944d1 | diff --git a/spec/integration/string_querying_spec.rb b/spec/integration/string_querying_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/integration/string_querying_spec.rb
+++ b/spec/integration/string_querying_spec.rb
@@ -206,7 +206,7 @@ ScopedSearch::RSpec::Database.test_databases.each do |db|
end
it... | Fix test to make sure the database query actually gets executed. | wvanbergen_scoped_search | train |
20e48bb3e7a34d7c30212b4ba83bed58492f12bd | diff --git a/django-openstack/django_openstack/auth/views.py b/django-openstack/django_openstack/auth/views.py
index <HASH>..<HASH> 100644
--- a/django-openstack/django_openstack/auth/views.py
+++ b/django-openstack/django_openstack/auth/views.py
@@ -35,6 +35,9 @@ class Login(forms.SelfHandlingForm):
except ... | improve error handling when keystone and other services are down | openstack_horizon | train |
3657e96df273041c9f7f001ba6fb5dde2b2cb1e2 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -162,7 +162,7 @@ TuyaCloud.prototype.request = async function (options) {
debug(apiResult.body);
if (data.success === false) {
- throw new TuyaCloudRequestError({code: data.errorCode, message: data.errorMsg})
... | Formatting: fix lack of semicolon | TuyaAPI_cloud | train |
a23c3e345b5b7d951fb557bfe393209e70a2d69b | diff --git a/src/streamlink/plugins/artetv.py b/src/streamlink/plugins/artetv.py
index <HASH>..<HASH> 100644
--- a/src/streamlink/plugins/artetv.py
+++ b/src/streamlink/plugins/artetv.py
@@ -1,16 +1,14 @@
"""Plugin for Arte.tv, bi-lingual art and culture channel."""
+import logging
import re
+from operator import i... | plugins.artetv: only pick the first variant of the stream (#<I>) | streamlink_streamlink | train |
8b9a673748c12f5ffb893603424ebed9cbabd04f | diff --git a/contrib/py_stress/stress.py b/contrib/py_stress/stress.py
index <HASH>..<HASH> 100644
--- a/contrib/py_stress/stress.py
+++ b/contrib/py_stress/stress.py
@@ -67,7 +67,7 @@ parser.add_option('-c', '--columns', type="int", dest="columns",
help="Number of columns per key", default=5)
parse... | stress.py stdev accepts float instead of int. Patch by Oren Benjamin; revied by brandonwilliams for CASSANDRA-<I>
git-svn-id: <URL> | Stratio_stratio-cassandra | train |
366d2169fbc0e0f803b68c042b77b6b480836dbc | diff --git a/accounts/abi/abi.go b/accounts/abi/abi.go
index <HASH>..<HASH> 100644
--- a/accounts/abi/abi.go
+++ b/accounts/abi/abi.go
@@ -95,7 +95,7 @@ func (abi ABI) getArguments(name string, data []byte) (Arguments, error) {
args = event.Inputs
}
if args == nil {
- return nil, errors.New("abi: could not loca... | accounts/abi: display name in "method/event not found" error (#<I>) | ethereum_go-ethereum | train |
94120a0fdca7150c6aa99a038a535eb8b92c7464 | diff --git a/.travis.yml b/.travis.yml
index <HASH>..<HASH> 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,9 +25,8 @@ before_install:
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then pip install -r requirements-dev-py3.txt; fi
- travis_wait travis_retry pip install -r requirements-dev.txt
- - travis_wai... | removed debugging statements and added absolute_import future to models | bethgelab_foolbox | train |
6e3a799be3532927438494cf1f74a2bb81a50948 | diff --git a/raccoon/lib/tls.py b/raccoon/lib/tls.py
index <HASH>..<HASH> 100644
--- a/raccoon/lib/tls.py
+++ b/raccoon/lib/tls.py
@@ -76,9 +76,9 @@ class TLSHandler(TLSCipherSuiteChecker):
result_lines = cert_details.split("\n")
for i, line in enumerate(result_lines):
- if "Subject Alter... | fixed SAN dupes in TLS report | evyatarmeged_Raccoon | train |
9708ff95fdbaf416104db29946cc7256e092c9b1 | diff --git a/lib/setuplib.php b/lib/setuplib.php
index <HASH>..<HASH> 100644
--- a/lib/setuplib.php
+++ b/lib/setuplib.php
@@ -63,7 +63,14 @@ define('MEMORY_HUGE', -4);
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @deprecated since 2.0
*/
-class object extends stdClass {};
+class objec... | MDL-<I> setuplib: depreciate class object properly
Previously was marked depricated but not throwwing debugging | moodle_moodle | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.