hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
eb98e212cb525df1a3d21c75e33cae941d0cbbc3 | diff --git a/libnetwork/drivers/bridge/link.go b/libnetwork/drivers/bridge/link.go
index <HASH>..<HASH> 100644
--- a/libnetwork/drivers/bridge/link.go
+++ b/libnetwork/drivers/bridge/link.go
@@ -69,7 +69,7 @@ func linkContainers(action, parentIP, childIP string, ports []netutils.PortBindi
return InvalidLinkIPAddrErr... | Reuse existing docker chain constant in link.go
- in bridge driver | moby_moby | train |
0225b9129df80899e0a1f5d59f3d8eee281573c6 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -25,6 +25,9 @@ var headers = {
// Location of token file to generate when user authenticates
var tokenFile = __dirname + '/authtoken.txt';
+// Keep track of the number of failed files to change the file break color for rea... | Added non-zero exit code when local files fail, Fixes #5 | ChrisWren_mdlint | train |
d6011e6f77e890135f4899b8a30d2a51f70a8734 | diff --git a/closure/goog/positioning/positioning_test.js b/closure/goog/positioning/positioning_test.js
index <HASH>..<HASH> 100644
--- a/closure/goog/positioning/positioning_test.js
+++ b/closure/goog/positioning/positioning_test.js
@@ -696,7 +696,15 @@ function testPositionAtAnchorWithResizeHeight() {
viewpor... | Add some tolerance for subpixel positioning on IE<I>/<I>.
-------------
Created by MOE: <URL> | google_closure-library | train |
1ca41ba1e0dd9b3c73d48ff26c321145ea29cdc6 | diff --git a/primer3/__init__.py b/primer3/__init__.py
index <HASH>..<HASH> 100644
--- a/primer3/__init__.py
+++ b/primer3/__init__.py
@@ -8,6 +8,15 @@ Current Primer3 version included in package: 2.3.6
Support for both Python 2.7.x and Python 3.x.x
'''
+import os
+LOCAL_DIR = os.path.dirname(os.path.realpath(__fil... | cython binding for thermo paramaters proof of concept is done | libnano_primer3-py | train |
53bb3b8736a9d90c29caad39690fb194ccde910c | diff --git a/python/vaex/io/colfits.py b/python/vaex/io/colfits.py
index <HASH>..<HASH> 100644
--- a/python/vaex/io/colfits.py
+++ b/python/vaex/io/colfits.py
@@ -45,6 +45,7 @@ def empty(filename, length, column_names, data_types, data_shapes):
write("NAXIS", 2, "number of array dimensions")
write("NAXIS1", byte_si... | fixed fits export PCOUNT=0, and wrote test to make sure astropy can read it | vaexio_vaex | train |
7ca2ed28a18959d35693c11c4528f70bc261ec84 | diff --git a/src/main/java/com/github/davidmoten/rx/jdbc/Database.java b/src/main/java/com/github/davidmoten/rx/jdbc/Database.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/github/davidmoten/rx/jdbc/Database.java
+++ b/src/main/java/com/github/davidmoten/rx/jdbc/Database.java
@@ -264,12 +264,12 @@ final publi... | add username and password to parameters that can be passed in Database.Builder | davidmoten_rxjava-jdbc | train |
aeecb9cdf54b91f06b328993c64884ec81196bae | diff --git a/breacharbiter_test.go b/breacharbiter_test.go
index <HASH>..<HASH> 100644
--- a/breacharbiter_test.go
+++ b/breacharbiter_test.go
@@ -970,7 +970,7 @@ func TestBreachHandoffSuccess(t *testing.T) {
// Send one HTLC to Bob and perform a state transition to lock it in.
htlcAmount := lnwire.NewMSatFromSatos... | breacharbiter_test: utilize update channel state transition APIs | lightningnetwork_lnd | train |
483da57d1789b07cafc52a764919daafc5083e31 | diff --git a/core/helpers/Url.php b/core/helpers/Url.php
index <HASH>..<HASH> 100644
--- a/core/helpers/Url.php
+++ b/core/helpers/Url.php
@@ -38,7 +38,7 @@ class Url extends \yii\helpers\Url
}
/**
- * Only stil exists to avoid bc break, fromer known as `to()` us `Url::toRoute(['/module/controller/a... | added docs to web view class, removed privat storage var for public html
getter. | luyadev_luya | train |
726c3cc74e6db49747e0123d1d81fca0bcc98761 | diff --git a/app/User.php b/app/User.php
index <HASH>..<HASH> 100644
--- a/app/User.php
+++ b/app/User.php
@@ -263,8 +263,8 @@ class User {
// Don't delete the logs.
Database::prepare("UPDATE `##log` SET user_id=NULL WHERE user_id =?")->execute(array($this->user_id));
// Take over the user’s pending changes. (... | Cannot delete user with pending changes | fisharebest_webtrees | train |
e4d0e22a25006fa64c4e098b924fa3d4da9ebd70 | diff --git a/pingu/corpus/io/default.py b/pingu/corpus/io/default.py
index <HASH>..<HASH> 100644
--- a/pingu/corpus/io/default.py
+++ b/pingu/corpus/io/default.py
@@ -149,7 +149,7 @@ class DefaultWriter(base.CorpusWriter):
utt_issuer_path = os.path.join(path, UTT_ISSUER_FILE_NAME)
container_path = os.... | fix writers to use path from method call not from corpus | ynop_audiomate | train |
d20f7fc64ea4f89580e62fc564b6c3734a5e92fe | diff --git a/python/bigdl/dllib/keras/converter.py b/python/bigdl/dllib/keras/converter.py
index <HASH>..<HASH> 100644
--- a/python/bigdl/dllib/keras/converter.py
+++ b/python/bigdl/dllib/keras/converter.py
@@ -20,6 +20,7 @@ import bigdl.nn.layer as BLayer
from bigdl.optim.optimizer import L1L2Regularizer as BRegulari... | support hdfs and s3 (#<I>) | intel-analytics_BigDL | train |
842090056690a9b0397fc49e43e4accf5c34c8e1 | diff --git a/reqres.js b/reqres.js
index <HASH>..<HASH> 100644
--- a/reqres.js
+++ b/reqres.js
@@ -317,7 +317,7 @@ function TChannelOutgoingResponse(id, options) {
self.headers = options.headers || {};
self.checksumType = options.checksumType || 0;
self.checksum = options.checksum || null;
- self.ok =... | TChannelOutgoingResponse: init ok correcter | uber_tchannel-node | train |
bab12e35dad07df883bfb240af9a1d25952c3048 | diff --git a/src/Builder/Delete.php b/src/Builder/Delete.php
index <HASH>..<HASH> 100644
--- a/src/Builder/Delete.php
+++ b/src/Builder/Delete.php
@@ -19,6 +19,12 @@ class Delete extends Builder
*/
public $table;
+ /**
+ * Specifies the table to remove data from
+ *
+ * @param string $table... | Adds docblocks to the methods of each builder object | p810_mysql-helper | train |
a4f6fbdbf239700826c648587cfc81d1e4062dc1 | diff --git a/src/main/javascript/index.js b/src/main/javascript/index.js
index <HASH>..<HASH> 100644
--- a/src/main/javascript/index.js
+++ b/src/main/javascript/index.js
@@ -1,4 +1,4 @@
/*global require, module, BytePushers */
/*jshint -W079 */
-var BytePushers = require('./software.bytepushers.oop');
+var BytePushe... | renamed path to required library. | byte-pushers_bytepushers-js-oop | train |
1fea2a43b48f42a8480729136d98320d74cd83f3 | diff --git a/hazelcast/src/main/java/com/hazelcast/map/impl/operation/KeyBasedMapOperation.java b/hazelcast/src/main/java/com/hazelcast/map/impl/operation/KeyBasedMapOperation.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/map/impl/operation/KeyBasedMapOperation.java
+++ b/hazelcast/src/ma... | Read and write 'name' field on the level where it's defined (#<I>)
Fixes: hazelcast/hazelcast#<I> | hazelcast_hazelcast | train |
087e68c7917d97f561526e2189535c3ad680915d | diff --git a/ext_emconf.php b/ext_emconf.php
index <HASH>..<HASH> 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -31,7 +31,7 @@ $EM_CONF[$_EXTKEY] = array(
'suggests' => array(
'typo3' => '4.7.1-0.0.0',
't3jquery' => '1.8.0-0.0.0',
- 'nkwgok' => '2.0.0-0.0.0',
+ 'nkwgok' => '2.2.0-0.0.0',
),
),... | depend on nkwgok <I> if it is used | subugoe_typo3-pazpar2 | train |
2caecd0b75c5b65e00f2580eee7014a99bf7ed16 | diff --git a/mongoctl/objects/mongod.py b/mongoctl/objects/mongod.py
index <HASH>..<HASH> 100644
--- a/mongoctl/objects/mongod.py
+++ b/mongoctl/objects/mongod.py
@@ -96,9 +96,9 @@ class MongodServer(server.Server):
if self.is_shard_server():
cmd_options["shardsvr"] = True
- # remove wire... | disregard wiredTigerCacheSizeGB if it was not a float | mongolab_mongoctl | train |
e38d56228909eada704982cdd6390dbca4533ec3 | diff --git a/src/Array.js b/src/Array.js
index <HASH>..<HASH> 100644
--- a/src/Array.js
+++ b/src/Array.js
@@ -8,7 +8,9 @@ function extend (Y) {
this._model = _model
// Array of all the neccessary content
this._content = _content
+ this._debugEvents = [] // TODO: remove!!
this.eventHand... | more debugging. Need to copy for my other working place | y-js_y-array | train |
babecb6d4925215f6143b2ffcec79543e2eea080 | diff --git a/plugins/inputs/mesos/mesos.go b/plugins/inputs/mesos/mesos.go
index <HASH>..<HASH> 100644
--- a/plugins/inputs/mesos/mesos.go
+++ b/plugins/inputs/mesos/mesos.go
@@ -7,6 +7,7 @@ import (
"log"
"net"
"net/http"
+ "strconv"
"strings"
"sync"
@@ -16,7 +17,7 @@ import (
)
type Mesos struct {
- T... | feat(timeout): Use timeout setting
* Use timeout as parameter in the http request
* A bit of cleanup
* More tests | influxdata_telegraf | train |
415ae71cb24a40bf3ee2af83f985ca5051461b93 | diff --git a/tofu/tests/tests02_data/test_04_core_new.py b/tofu/tests/tests02_data/test_04_core_new.py
index <HASH>..<HASH> 100644
--- a/tofu/tests/tests02_data/test_04_core_new.py
+++ b/tofu/tests/tests02_data/test_04_core_new.py
@@ -11,9 +11,6 @@ import warnings
import numpy as np
import matplotlib.pyplot as plt
... | [#<I>] Removed nose dependency | ToFuProject_tofu | train |
6469c84c96333f6006a3ee8672ea1829eb88cc23 | diff --git a/spec/travis/addons/github_status/event_handler_spec.rb b/spec/travis/addons/github_status/event_handler_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/travis/addons/github_status/event_handler_spec.rb
+++ b/spec/travis/addons/github_status/event_handler_spec.rb
@@ -92,5 +92,13 @@ describe Travis::Addons::G... | spec(github-status): add spec testing the no-tokens case
This tests the bug that <I>fd6dfe<I>c1ae<I>ca5f4bf8b<I>d<I>c<I> fixed. | travis-ci_travis-core | train |
e98b3b68d95aaa3f1e09157f46478ba9d88df81a | diff --git a/geomajas/backend/geomajas-command/src/main/java/org/geomajas/command/configuration/GetMapConfigurationCommand.java b/geomajas/backend/geomajas-command/src/main/java/org/geomajas/command/configuration/GetMapConfigurationCommand.java
index <HASH>..<HASH> 100644
--- a/geomajas/backend/geomajas-command/src/mai... | Fix MAJ-<I>: layer tree nodes were never expanded in original layer tree view on client
In securityClone(ClientLayerTreeNodeInfo original) the "expanded' property was not cloned. | geomajas_geomajas-project-server | train |
00aceaae37e60b8e55d8997cc1a6777748a92558 | diff --git a/python/ray/tests/test_client.py b/python/ray/tests/test_client.py
index <HASH>..<HASH> 100644
--- a/python/ray/tests/test_client.py
+++ b/python/ray/tests/test_client.py
@@ -1,3 +1,4 @@
+import os
import pytest
import time
import sys
@@ -417,15 +418,16 @@ def test_basic_named_actor(ray_start_regular_sha... | [Client] Test Serialization in a platform independent way. (#<I>) | ray-project_ray | train |
8f2125581e8f7b3f6e3b9bbe0093232122be5616 | diff --git a/lib/appsignal/version.rb b/lib/appsignal/version.rb
index <HASH>..<HASH> 100644
--- a/lib/appsignal/version.rb
+++ b/lib/appsignal/version.rb
@@ -1,5 +1,5 @@
require 'yaml'
module Appsignal
- VERSION = '0.12.beta.43'
+ VERSION = '0.12.beta.44'
end | Bump to <I>.beta<I> [ci skip] | appsignal_appsignal-ruby | train |
afc80cc6d745261ca8134e419bdb1d375aece5a4 | diff --git a/build_tools/generate_code.py b/build_tools/generate_code.py
index <HASH>..<HASH> 100644
--- a/build_tools/generate_code.py
+++ b/build_tools/generate_code.py
@@ -93,6 +93,7 @@ DONT_TRACE = {
'_weakrefset.py':LIB_FILE,
'linecache.py':LIB_FILE,
'threading.py':LIB_FILE,
+ 'dis.py':LIB_FILE,
... | Add `dis` to files for ignoring | fabioz_PyDev.Debugger | train |
ff7e3ab4fb67da6ef26a1c143f4f08ed03714bb5 | diff --git a/lib/puppetserver/ca/cli.rb b/lib/puppetserver/ca/cli.rb
index <HASH>..<HASH> 100644
--- a/lib/puppetserver/ca/cli.rb
+++ b/lib/puppetserver/ca/cli.rb
@@ -66,8 +66,8 @@ module Puppetserver
end
values.each do |value|
- if value =~ unresolved_setting
- @errors << "Could... | (SERVER-<I>) Error when parseable settings in conf | puppetlabs_puppetserver-ca-cli | train |
12b16e5e3eee26be1aa6fc1e2632da47bc63c706 | diff --git a/controllers/login/steamLogin.go b/controllers/login/steamLogin.go
index <HASH>..<HASH> 100644
--- a/controllers/login/steamLogin.go
+++ b/controllers/login/steamLogin.go
@@ -97,12 +97,6 @@ func LogoutHandler(w http.ResponseWriter, r *http.Request) {
cookie.Expires = time.Time{}
http.SetCookie(w, cookie... | Logout: Don't redirect to referer. | TF2Stadium_Helen | train |
a0fe68bc07c9b551a7daec87b31f481878f4d450 | diff --git a/gitlab/__init__.py b/gitlab/__init__.py
index <HASH>..<HASH> 100644
--- a/gitlab/__init__.py
+++ b/gitlab/__init__.py
@@ -854,7 +854,13 @@ class User(GitlabObject):
requiredCreateAttrs = ['email', 'username', 'name']
optionalCreateAttrs = ['password', 'skype', 'linkedin', 'twitter',
... | Can bypassing confirm when creating new user | python-gitlab_python-gitlab | train |
9ba84c1d7d4b0af19c2b79382940f14005c52c69 | diff --git a/idol/src/main/java/com/hp/autonomy/searchcomponents/idol/view/IdolViewServerServiceImpl.java b/idol/src/main/java/com/hp/autonomy/searchcomponents/idol/view/IdolViewServerServiceImpl.java
index <HASH>..<HASH> 100644
--- a/idol/src/main/java/com/hp/autonomy/searchcomponents/idol/view/IdolViewServerServiceIm... | (CORE-<I>) Speed up preview of documents which use connector- or view-based previews. Instead of fetching the entire document in one a=getContent query, we now apply print=fields and printfields to limit to AUTN_IDENTIFIER, AUTN_GROUP and the configured View reference field. This is enough for connector and view based ... | microfocus-idol_haven-search-components | train |
b0a66f8dc1bface9c8eb2af986c8d2dd3031744a | diff --git a/util/common.js b/util/common.js
index <HASH>..<HASH> 100644
--- a/util/common.js
+++ b/util/common.js
@@ -4,7 +4,7 @@
* Author: Miklos Maroti
*/
-define([ "util/assert", "storage/mongo", "storage/cache", "storage/commit", "core/tasync", "core/core", "core/guidcore", "util/sax", "fs", "bin/getconfi... | cleanup core directory finished
Former-commit-id: <I>e0bad<I>ef7ff<I>adee<I>b5aada2b<I> | webgme_webgme-engine | train |
094faa164a0dbeb9a9062ed57514e85fa3c66c04 | diff --git a/in.go b/in.go
index <HASH>..<HASH> 100644
--- a/in.go
+++ b/in.go
@@ -4,10 +4,14 @@
package validation
-import "errors"
+import (
+ "errors"
+ "reflect"
+)
// In returns a validation rule that checks if a value can be found in the given list of values.
-// Note that the value being checked and the ... | Fixes #<I>: support less restrictive equality comparison by the In rule | go-ozzo_ozzo-validation | train |
fd7eb40daf07023ec3c5fce128fc86bad5a47c55 | diff --git a/presto-main/src/main/java/com/facebook/presto/sql/planner/optimizations/AddExchanges.java b/presto-main/src/main/java/com/facebook/presto/sql/planner/optimizations/AddExchanges.java
index <HASH>..<HASH> 100644
--- a/presto-main/src/main/java/com/facebook/presto/sql/planner/optimizations/AddExchanges.java
+... | Fix type mismatch in AddExchanges.Rewriter.visitUnnest | prestodb_presto | train |
15ee078a8ce7622ca4e7e7a298affa4182674c11 | diff --git a/src/Builder/ServerBuilder.php b/src/Builder/ServerBuilder.php
index <HASH>..<HASH> 100644
--- a/src/Builder/ServerBuilder.php
+++ b/src/Builder/ServerBuilder.php
@@ -200,11 +200,11 @@ final class ServerBuilder
$this->setupFormats($c);
$this->setupTrustDecisionManager($c);
- $c[Tr... | Bugfix packed attestation wrong verififer and other small fixes | madwizard-thomas_webauthn-server | train |
4a1c331423d40a9475e67085112c184aa7e149f4 | diff --git a/core/src/main/java/com/dtolabs/client/utils/HttpClientChannel.java b/core/src/main/java/com/dtolabs/client/utils/HttpClientChannel.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/dtolabs/client/utils/HttpClientChannel.java
+++ b/core/src/main/java/com/dtolabs/client/utils/HttpClientChannel.ja... | Support system properties http.proxyPort/http.proxyPort for CLI tools | rundeck_rundeck | train |
9590336c499047ff186248401331c8122c9ab9ae | diff --git a/PHPCI/Builder.php b/PHPCI/Builder.php
index <HASH>..<HASH> 100644
--- a/PHPCI/Builder.php
+++ b/PHPCI/Builder.php
@@ -215,15 +215,6 @@ class Builder implements LoggerAwareInterface
$this->pluginExecutor->executePlugins($this->config, 'failure');
$this->buildLogger->logFail... | Added a new configuration variable, PHPCI_BUILD_ROOT_DI.
This variable allows to change where the build happens.
It defaults to PHPCI_DIR.'PHPCI/build/'.
Moved build path calculate and build removal into the Build class.
Also remove the build directory when deleting the build.
Close #<I> | dancryer_PHPCI | train |
55ab6b6e5f1536f87ffd6eef065878f6e4946e18 | diff --git a/.remarkrc.js b/.remarkrc.js
index <HASH>..<HASH> 100644
--- a/.remarkrc.js
+++ b/.remarkrc.js
@@ -3,5 +3,10 @@
'use strict';
module.exports = {
- plugins: ['@minna-ui/remarklint-config'],
+ plugins: [
+ '@minna-ui/remarklint-config',
+
+ // rules
+ ['lint-no-file-name-irregular-characters', ... | Tweak remark lint internal config to suit docs | WeAreGenki_minna-ui | train |
a9a27c40fdd61996d21093766b09087c99cf4f5d | diff --git a/internal/descriptor/services.go b/internal/descriptor/services.go
index <HASH>..<HASH> 100644
--- a/internal/descriptor/services.go
+++ b/internal/descriptor/services.go
@@ -248,7 +248,7 @@ func (r *Registry) newParam(meth *Method, path string) (Parameter, error) {
if IsWellKnownType(*target.TypeName) {... | Reworked Error message in newParam() in services.go (#<I>)
* Reworked Error message for newParam() in services.go
* Added Test error case for PathParam | grpc-ecosystem_grpc-gateway | train |
ad7f20faa353376a4d462975538cb580bf7ee43a | diff --git a/web/src/test/java/uk/ac/ebi/atlas/acceptance/selenium/fixture/internal/RemoteDriverFactory.java b/web/src/test/java/uk/ac/ebi/atlas/acceptance/selenium/fixture/internal/RemoteDriverFactory.java
index <HASH>..<HASH> 100644
--- a/web/src/test/java/uk/ac/ebi/atlas/acceptance/selenium/fixture/internal/RemoteDr... | use ma-selenium (which is OK now) to speed up build | ebi-gene-expression-group_atlas | train |
aba28cbafe0bb1cf30fda0edefef7fa5494c3381 | 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
@@ -232,7 +232,9 @@
case 'eachuser':
if (!empty($forum->intro)) {
- print_box(format_text($forum->intro), 'generalbox', 'intro');
+ $op... | "FORUM/MDL-<I>, replace p with div in forum summary, merged from <I>" | moodle_moodle | train |
47009a01233e727fcc01bd1537a07c61439d4c74 | diff --git a/v1/backends/null/null.go b/v1/backends/null/null.go
index <HASH>..<HASH> 100644
--- a/v1/backends/null/null.go
+++ b/v1/backends/null/null.go
@@ -39,13 +39,13 @@ func (e ErrTasknotFound) Error() string {
return fmt.Sprintf("Task not found: %v", e.taskUUID)
}
-// Backend represents an "eager" in-memory... | CC - Cleanup some comments in null ResultBackend (#<I>) | RichardKnop_machinery | train |
1c0a78a4fdb881cb6c14a0a29c2890334974d984 | diff --git a/pkg/controller/service/controller.go b/pkg/controller/service/controller.go
index <HASH>..<HASH> 100644
--- a/pkg/controller/service/controller.go
+++ b/pkg/controller/service/controller.go
@@ -804,8 +804,7 @@ func (s *Controller) addFinalizer(service *v1.Service) error {
updated.ObjectMeta.Finalizers = ... | Use servicePatch methods from cloud-provider repo in service-controller | kubernetes_kubernetes | train |
d5fde6a4b9954d7b3dc4d188e0f7ed6577a5f2b6 | diff --git a/lib/request.js b/lib/request.js
index <HASH>..<HASH> 100644
--- a/lib/request.js
+++ b/lib/request.js
@@ -226,7 +226,7 @@ req.param = function(name, defaultValue){
var params = this.params || {};
var body = this.body || {};
var query = this.query || {};
- if (null != params[name]) return params[n... | added test to illustrate req.params as an array | expressjs_express | train |
ecf5ba772e99fdbe64405acab644ba1398d27a87 | diff --git a/src/components/networked-share.js b/src/components/networked-share.js
index <HASH>..<HASH> 100644
--- a/src/components/networked-share.js
+++ b/src/components/networked-share.js
@@ -357,7 +357,7 @@ AFRAME.registerComponent('networked-share', {
if (elComponents.hasOwnProperty(element)) {
... | component getData() --> component.data now that optimizations removed the function | networked-aframe_networked-aframe | train |
31dbabc28354736feb86845ef0112dfb5673b196 | diff --git a/src/core/components/files.js b/src/core/components/files.js
index <HASH>..<HASH> 100644
--- a/src/core/components/files.js
+++ b/src/core/components/files.js
@@ -184,10 +184,15 @@ class AddStreamDuplex extends Duplex {
super(Object.assign({ objectMode: true }, options))
this._pullStream = pullStr... | fix: added backpressure to the add stream (#<I>)
* fix: added backpressure to the add stream | ipfs_js-ipfs | train |
18b07efaf49c6e7c9d85c71aa1996b79f86bb3e6 | diff --git a/enrol/authorize/localfuncs.php b/enrol/authorize/localfuncs.php
index <HASH>..<HASH> 100644
--- a/enrol/authorize/localfuncs.php
+++ b/enrol/authorize/localfuncs.php
@@ -49,7 +49,7 @@ function prevent_double_paid($course)
}
if (isset($SESSION->ccpaid)) {
unset($SESSION->ccpaid);
- ... | sesskey added to logout.php MDL-<I> | moodle_moodle | train |
828b003d9fcddf5445577481e9e96b443f6cd302 | diff --git a/medoo.php b/medoo.php
index <HASH>..<HASH> 100644
--- a/medoo.php
+++ b/medoo.php
@@ -11,7 +11,7 @@ class medoo
{
protected $database_type = 'mysql';
- // For MySQL, MSSQL, Sybase
+ // For MySQL, Mariadb, MSSQL, Sybase, PostgreSQL, Oracle
protected $server = 'localhost';
protected $username = 'u... | [feature] Add support for Oracle database | catfan_Medoo | train |
020f8f88f3343f5a3aac0ae25b80cd2fcbc98718 | diff --git a/azure-mgmt-resources/src/main/java/com/microsoft/azure/management/resources/fluentcore/arm/collection/implementation/TopLevelModifiableResourcesImpl.java b/azure-mgmt-resources/src/main/java/com/microsoft/azure/management/resources/fluentcore/arm/collection/implementation/TopLevelModifiableResourcesImpl.ja... | minor bug fix in deleteByIdsAsync | Azure_azure-sdk-for-java | train |
6a2ea6f506a87c6ec31baa573a061749b63ec5e4 | diff --git a/src/Block/Service/AbstractBlockService.php b/src/Block/Service/AbstractBlockService.php
index <HASH>..<HASH> 100644
--- a/src/Block/Service/AbstractBlockService.php
+++ b/src/Block/Service/AbstractBlockService.php
@@ -69,7 +69,7 @@ abstract class AbstractBlockService implements BlockServiceInterface
{... | Remove current timestamp from cache key | sonata-project_SonataBlockBundle | train |
0979c9953478d8d78a35210c4d8ae811e5f4111b | diff --git a/mp3/decoder.go b/mp3/decoder.go
index <HASH>..<HASH> 100644
--- a/mp3/decoder.go
+++ b/mp3/decoder.go
@@ -58,6 +58,7 @@ func (d *Decoder) Duration() (time.Duration, error) {
return 0, errors.New("can't calculate the duration of a nil pointer")
}
fr := &Frame{}
+ var frameDuration time.Duration
var... | mp3: better catch of bad data | mattetti_audio | train |
2ce9a1f59de384476399be5d858be01c859172e1 | diff --git a/tag/manage.php b/tag/manage.php
index <HASH>..<HASH> 100644
--- a/tag/manage.php
+++ b/tag/manage.php
@@ -116,7 +116,7 @@ switch($action) {
foreach ( $new_otags as $new_otag ) {
if ( $new_otag_id = tag_get_id($new_otag) ) {
// tag exists, change the type
- ... | MDL-<I>: typo in function name - wrong call meant tag type was set incorrectly (merge from <I>) | moodle_moodle | train |
5f5125ad93e0a0eb60ee7be67faecd8ffcaf9124 | diff --git a/lib/megam/api/version.rb b/lib/megam/api/version.rb
index <HASH>..<HASH> 100644
--- a/lib/megam/api/version.rb
+++ b/lib/megam/api/version.rb
@@ -1,5 +1,5 @@
module Megam
class API
- VERSION = "0.14"
+ VERSION = "0.15"
end
end | <I> common yml | megamsys_megam_api | train |
fac564c04840a78f04af44d814748c95b7d1a342 | diff --git a/mapchete/log.py b/mapchete/log.py
index <HASH>..<HASH> 100644
--- a/mapchete/log.py
+++ b/mapchete/log.py
@@ -18,11 +18,64 @@ all_mapchete_packages = set(
)
)
+key_value_replace_patterns = {
+ "AWS_ACCESS_KEY_ID": "***",
+ "AWS_SECRET_ACCESS_KEY": "***",
+}
+
+
+class KeyValueFilter(logging.F... | add custom log filter to replace secrets (#<I>) | ungarj_mapchete | train |
6f008ac0637a7236e1752d84c6d9bde5b523dc7d | diff --git a/src/sap.ui.unified/src/sap/ui/unified/calendar/MonthRenderer.js b/src/sap.ui.unified/src/sap/ui/unified/calendar/MonthRenderer.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.unified/src/sap/ui/unified/calendar/MonthRenderer.js
+++ b/src/sap.ui.unified/src/sap/ui/unified/calendar/MonthRenderer.js
@@ -292,7... | [FIX] sap.ui.uinified.Calendar current day is wrong displayed
for some time zones
Change-Id: Ifef<I>d<I>a2a<I>dc0c5f<I>da5ea6d7c
BCP: <I> | SAP_openui5 | train |
05ca10ed4ed50b3c518f41ec7b9d2ea91dcf1386 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -26,7 +26,9 @@ module.exports = function(source) {
}
return value;
}
- entries(vars).map(([key, value]) => {
+ entries(vars).map((entry) => {
+ const key = entry[0];
+ const val... | fix: deconstruction does not work in Node 5 | joscha_less-vars-loader | train |
45f3608269d3aa9e47fe6b924730d9122815f9e1 | diff --git a/dallinger/prolific.py b/dallinger/prolific.py
index <HASH>..<HASH> 100644
--- a/dallinger/prolific.py
+++ b/dallinger/prolific.py
@@ -53,12 +53,34 @@ class ProlificService:
the study on Prolific. If we get there first, there will be an error
because the submission hasn't happened yet.
... | Make sure the participant has submitted their session/assignment before trying to approve it | Dallinger_Dallinger | train |
04e6913056e5bdc2261fb2d37e16b1892f50bf2b | diff --git a/elasticutils/__init__.py b/elasticutils/__init__.py
index <HASH>..<HASH> 100644
--- a/elasticutils/__init__.py
+++ b/elasticutils/__init__.py
@@ -13,7 +13,7 @@ log = logging.getLogger('elasticutils')
# Note: Don't change these--they're not part of the API.
-DEFAULT_URLS = ['http://localhost:9200']
+DE... | By default connect to localhost, not localhost:<I>
<I> is http port that would break if thrift was requested for example | mozilla_elasticutils | train |
d6634c20269b0f9f6d8616d71616140057f8cf53 | diff --git a/web/src/main/webapp/js/views.js b/web/src/main/webapp/js/views.js
index <HASH>..<HASH> 100644
--- a/web/src/main/webapp/js/views.js
+++ b/web/src/main/webapp/js/views.js
@@ -168,14 +168,14 @@ App.FormSelect = App.FormField.extend({
requiredBinding: 'parentView.required',
attributeBindings: ['required... | Bug fix
Fixed bug in App.FormSelect in views.js | crawljax_crawljax | train |
23a60cfeb6f67d36d01c00993b32079dbba8fa93 | diff --git a/src/shared/js/ch.AutoComplete.js b/src/shared/js/ch.AutoComplete.js
index <HASH>..<HASH> 100644
--- a/src/shared/js/ch.AutoComplete.js
+++ b/src/shared/js/ch.AutoComplete.js
@@ -1,37 +1,31 @@
-/**
-* AutoComplete lets you suggest anything from an input element. Use a suggestion service or use a collection ... | GH-<I> added side and align to the defaults object configuration | mercadolibre_chico | train |
93dab7966150b3f2fdd7fd8b1d546e017111d10f | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -131,11 +131,14 @@ var getInstance = function () {
*/
user.prototype.initApplication = function(app) {
var self = this;
+
if(molecuel.config && molecuel.config.user.secret) {
// Initialize Passport! Also use pas... | fixed mlcl_elements integration with generic created by and lastchangedby references | molecuel_mlcl_user | train |
18294270c20c640c7aba7a34d2efe84718f41008 | diff --git a/schema_salad/codegen.py b/schema_salad/codegen.py
index <HASH>..<HASH> 100644
--- a/schema_salad/codegen.py
+++ b/schema_salad/codegen.py
@@ -90,7 +90,13 @@ def codegen(lang, # type: str
cg.declare_field(fieldpred, tl, f.get("doc"), optional)
- cg.end_class(rec["... | Add checks for redundant fields in codegen-ed code (#<I>)
* Move attrs to a class variable in codegen | common-workflow-language_schema_salad | train |
cbed8dd59684a31e69c3a4a96c42723a2be7e57b | diff --git a/brainpy/__init__.py b/brainpy/__init__.py
index <HASH>..<HASH> 100644
--- a/brainpy/__init__.py
+++ b/brainpy/__init__.py
@@ -5,4 +5,6 @@ A Python Implementation of the Baffling Recursive Algorithm for Isotopic cluster
__author__ = "Joshua Klein & Han Hu"
-from brainpy import isotopic_variants, Isotop... | Expose more massing tools in __init__ | mobiusklein_brainpy | train |
dad837d6490dcef2baa5ffccf5db6455e55d8eaf | diff --git a/scripts/generateSkillMeta.js b/scripts/generateSkillMeta.js
index <HASH>..<HASH> 100644
--- a/scripts/generateSkillMeta.js
+++ b/scripts/generateSkillMeta.js
@@ -3,6 +3,7 @@ const { promisify } = require('util');
const fs = require('fs');
const path = require('path');
const { Grammar, Parser } = require... | Fixed encoding issues
similar to <I>fd3b0f<I>f5fb7e<I>c<I>ff<I>ece4 | eps1lon_poe-i18n | train |
903305b9ccbc350b0f6d3806a2cb1710442dbe00 | diff --git a/src/Illuminate/Support/Collection.php b/src/Illuminate/Support/Collection.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Support/Collection.php
+++ b/src/Illuminate/Support/Collection.php
@@ -248,7 +248,7 @@ class Collection implements ArrayAccess, Arrayable, Countable, IteratorAggregate
*/
... | [<I>] fix bug when using 'some' alias for the 'contains' method (#<I>)
* fix bug when using 'some' alias for the 'contains' method
* remove array_filter 'cause it doesnt solve the problem | laravel_framework | train |
1ec47d9f087f4bdf5e4422463802342ed38d77b1 | diff --git a/seleniumbase/fixtures/base_case.py b/seleniumbase/fixtures/base_case.py
index <HASH>..<HASH> 100755
--- a/seleniumbase/fixtures/base_case.py
+++ b/seleniumbase/fixtures/base_case.py
@@ -1706,6 +1706,22 @@ class BaseCase(unittest.TestCase):
except Exception:
pass
+ def cho... | Add the choose_file() method for uploading a file | seleniumbase_SeleniumBase | train |
edcb529531029187b2a3a001fa2c631fd9693316 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -23,6 +23,11 @@ module.exports = function (fileName, globalOptions) {
options = extend({}, globalOptions || {});
options.includePaths = extend([], (globalOptions ? globalOptions.includ... | Handle baseDir option to resolve include paths before rendering; | davidguttman_sassify | train |
c59c5f9b923ab5b4c40bb9993774517a4126651a | diff --git a/pythran/tests/test_pep8.py b/pythran/tests/test_pep8.py
index <HASH>..<HASH> 100644
--- a/pythran/tests/test_pep8.py
+++ b/pythran/tests/test_pep8.py
@@ -1,9 +1,10 @@
import unittest
import pythran
import pep8
-import inspect
+import glob
import os
+
class TestPEP8(unittest.TestCase):
'''
... | Fixup pep8 unittest. Use glob(*.py) on Pythran install dir
Exclude parsetab.py because it is autogenerated | serge-sans-paille_pythran | train |
24d5690130798dd590a236cc4b0b95064232bdbb | diff --git a/src/utilities/extendSchema.js b/src/utilities/extendSchema.js
index <HASH>..<HASH> 100644
--- a/src/utilities/extendSchema.js
+++ b/src/utilities/extendSchema.js
@@ -705,16 +705,16 @@ export function extendSchemaImpl(
}
function concatMaybeArrays<X>(
- ...arrays: $ReadOnlyArray<?$ReadOnlyArray<X>>
+ ... | Simplify 'concatMaybeArrays' (#<I>) | graphql_graphql-js | train |
f4122dd7cfa47b19486c1481af1bccfe25383634 | diff --git a/chacha/chachaAVX2_amd64.go b/chacha/chachaAVX2_amd64.go
index <HASH>..<HASH> 100644
--- a/chacha/chachaAVX2_amd64.go
+++ b/chacha/chachaAVX2_amd64.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a license that can be
// found in the LICENSE file.
-// +build amd64, go1.7, !gccgo, !appengine... | Disable AVX2 again - Version dependend compilation needs investigation | aead_chacha20 | train |
af53f010875bfbefcd3d5a614817f702295b5b93 | diff --git a/shutit_pexpect.py b/shutit_pexpect.py
index <HASH>..<HASH> 100644
--- a/shutit_pexpect.py
+++ b/shutit_pexpect.py
@@ -1771,7 +1771,10 @@ class ShutItPexpectSession(object):
lines = filter(lambda x: x.find('\x08') == -1, lines)
before = '\n'.join(lines)
# Remove the command we ran in from the out... | Tidied up long-standing issue with stripping send_and_get_ooutput | ianmiell_shutit | train |
fa5ca179baf54561b7a999bda5c037b07fd0556d | diff --git a/cas-server-webapp-config/src/main/java/org/apereo/cas/config/CasWebflowContextConfiguration.java b/cas-server-webapp-config/src/main/java/org/apereo/cas/config/CasWebflowContextConfiguration.java
index <HASH>..<HASH> 100644
--- a/cas-server-webapp-config/src/main/java/org/apereo/cas/config/CasWebflowContex... | Refactored web flow APIs | apereo_cas | train |
f52cd3d70927270e04ce9d199900a88af6f7ed8a | diff --git a/src/adapt/epub.js b/src/adapt/epub.js
index <HASH>..<HASH> 100644
--- a/src/adapt/epub.js
+++ b/src/adapt/epub.js
@@ -1943,12 +1943,9 @@ adapt.epub.OPFView.prototype.getPageViewItem = function(spineIndex) {
const style = store.getStyleForDoc(xmldoc);
const customRenderer = self.makeCustom... | Fix again #<I>
considering spread page border and special case where specified viewport size equals to natural viewport size | vivliostyle_vivliostyle.js | train |
6b70374b1f0b0762d89bc9973ef58e81d945c47b | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -5,13 +5,22 @@ var evalRule = require('./evalRule');
var queryRulesetFn = require('./queryRulesetFn');
var selectRulesToEval = require('./selectRulesToEval');
-var rulesets = {
- 'rid1x0': require('./rules... | adjusting how rulesets are managed | Picolab_pico-engine | train |
5e1ed2533ff73da33b366d4da71595542271abfe | diff --git a/.happo.js b/.happo.js
index <HASH>..<HASH> 100644
--- a/.happo.js
+++ b/.happo.js
@@ -16,9 +16,6 @@ module.exports = {
targets: {
'chrome': new RemoteBrowserTarget('chrome', {
viewport: '800x600'
- }),
- 'internet explorer': new RemoteBrowserTarget('internet explorer', {
- viewpor... | test(happo): Remove IE from visual regression tests
* Testing in IE increases test duration and currently provides little value. | mineral-ui_mineral-ui | train |
81dc1dc844047f93c161a0cbb6bb4e426b67cfb5 | diff --git a/ethtool.go b/ethtool.go
index <HASH>..<HASH> 100644
--- a/ethtool.go
+++ b/ethtool.go
@@ -59,7 +59,7 @@ const (
// MAX_GSTRINGS maximum number of stats entries that ethtool can
// retrieve currently.
const (
- MAX_GSTRINGS = 200
+ MAX_GSTRINGS = 1000
)
type ifreq struct { | Increase max_gstrings
Bumping the value to <I> to resolve this error with some room.
"map[] ethtool currently doesn't support more than <I> entries, received <I>" | safchain_ethtool | train |
e43e548a3472671eef89f44a28634ba01732042d | diff --git a/infoschema/tables.go b/infoschema/tables.go
index <HASH>..<HASH> 100644
--- a/infoschema/tables.go
+++ b/infoschema/tables.go
@@ -797,6 +797,28 @@ func dataForColumnsInTable(schema *model.DBInfo, tbl *model.TableInfo) [][]types
if colLen == types.UnspecifiedLength {
colLen = defaultFlen
}
+ if c... | infoschema: fix bug of column size of set and enum type (#<I>) | pingcap_tidb | train |
5b236c948964f8a9917c5d08197272a33917bf18 | diff --git a/src/Sylius/Bundle/CoreBundle/DataFixtures/ORM/LoadOrdersData.php b/src/Sylius/Bundle/CoreBundle/DataFixtures/ORM/LoadOrdersData.php
index <HASH>..<HASH> 100644
--- a/src/Sylius/Bundle/CoreBundle/DataFixtures/ORM/LoadOrdersData.php
+++ b/src/Sylius/Bundle/CoreBundle/DataFixtures/ORM/LoadOrdersData.php
@@ -7... | Fix: Sometimes you have not to find the hardest solution... | Sylius_Sylius | train |
9e008355ae6a815ac9ab8b0f63a8d4686de57f2c | diff --git a/EventListener/UploadDoctrineListener.php b/EventListener/UploadDoctrineListener.php
index <HASH>..<HASH> 100644
--- a/EventListener/UploadDoctrineListener.php
+++ b/EventListener/UploadDoctrineListener.php
@@ -37,7 +37,7 @@ class UploadDoctrineListener implements EventSubscriber
];
}
- p... | [UploadBundle] Fixed the prePersist method name. | ruvents_ruwork-upload-bundle | train |
544e19aa80bfd7ea145b4d1ca22121ccaf1cb740 | diff --git a/lang/ja/README b/lang/ja/README
index <HASH>..<HASH> 100644
--- a/lang/ja/README
+++ b/lang/ja/README
@@ -1,7 +1,7 @@
MOODLE JAPANESE TRANSLATION
----------------------------------------------------------------------
STARTED : November 21, 2002
-LAST MODIFIED : July 26, 2005
+LAST MODIFIED : July ... | translated some new strings for admin.php. | moodle_moodle | train |
1d15602dad1909a2cc6346870cd329869d8ccc2d | diff --git a/sip-servlets-impl/src/main/java/org/mobicents/servlet/sip/message/TransactionApplicationData.java b/sip-servlets-impl/src/main/java/org/mobicents/servlet/sip/message/TransactionApplicationData.java
index <HASH>..<HASH> 100644
--- a/sip-servlets-impl/src/main/java/org/mobicents/servlet/sip/message/Transacti... | making it Serializable again, was removed during the findbugs bug fixing
git-svn-id: <URL> | RestComm_sip-servlets | train |
ad617184194ae2bb5a020e8f4a9facdd1f97c3a3 | diff --git a/time_wizard/mixins.py b/time_wizard/mixins.py
index <HASH>..<HASH> 100644
--- a/time_wizard/mixins.py
+++ b/time_wizard/mixins.py
@@ -41,4 +41,7 @@ class TimeWizardMixin(models.Model):
@property
def is_published(self):
- return self.time_wizard.is_published
+ if self.time_wizard_i... | Fix server error when no referenced time_wizard-instance is given | wfehr_django-time-wizard | train |
60ec4aef7b7b15f847425bab8fa5d3cf0511ff5e | diff --git a/lib/rspec-puppet.rb b/lib/rspec-puppet.rb
index <HASH>..<HASH> 100644
--- a/lib/rspec-puppet.rb
+++ b/lib/rspec-puppet.rb
@@ -1,9 +1,15 @@
require 'puppet'
require 'rspec'
+require 'fileutils'
+require 'tmpdir'
require 'rspec-puppet/matchers'
require 'rspec-puppet/example'
require 'rspec-puppet/setup'... | Preliminary Puppet <I> support | rodjek_rspec-puppet | train |
c4b81a1b8319375445ce62edff1f0e43e3a976ed | diff --git a/java-memcache/proto-google-cloud-memcache-v1/src/main/java/com/google/cloud/memcache/v1/InstanceName.java b/java-memcache/proto-google-cloud-memcache-v1/src/main/java/com/google/cloud/memcache/v1/InstanceName.java
index <HASH>..<HASH> 100644
--- a/java-memcache/proto-google-cloud-memcache-v1/src/main/java/... | chore: release gapic-generator-java <I> (#<I>)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
<URL>
PiperOrigin-RevId: <I>
Source-Link: <URL> | googleapis_google-cloud-java | train |
254528dfa4b00b33ed63f36085844ea13702a3e7 | diff --git a/src/main/java/com/threerings/gwt/ui/Bindings.java b/src/main/java/com/threerings/gwt/ui/Bindings.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/threerings/gwt/ui/Bindings.java
+++ b/src/main/java/com/threerings/gwt/ui/Bindings.java
@@ -24,6 +24,7 @@ package com.threerings.gwt.ui;
import com.goog... | Utility for binding the down state of a toggle button to a value. | threerings_gwt-utils | train |
f7c02c1eb2e39fe1179fc970a5b5d2a39d0608e3 | diff --git a/marv/_aggregate.py b/marv/_aggregate.py
index <HASH>..<HASH> 100644
--- a/marv/_aggregate.py
+++ b/marv/_aggregate.py
@@ -61,7 +61,7 @@ def object_pairs_hook(pairs):
key = pairs[0][0]
value = pairs[0][1]
if key == '$datetime':
- return datetime.strptime(value, '%Y-%m-%... | workaround for timestamps without fraction | ternaris_marv | train |
429b4df886930775b2ed8c100225b24579a7a4c7 | diff --git a/src/Formatters/LogstashFormatter.php b/src/Formatters/LogstashFormatter.php
index <HASH>..<HASH> 100644
--- a/src/Formatters/LogstashFormatter.php
+++ b/src/Formatters/LogstashFormatter.php
@@ -8,12 +8,17 @@ class LogstashFormatter extends NormalizerFormatter
* @var string
*/
private $appl... | Add configurable environment for LogstashFormatter | ordercloud_ordercloud-php-monolog | train |
55f659b8a4d99c4b74899b3b156a0d7c9a801523 | diff --git a/streamparser.py b/streamparser.py
index <HASH>..<HASH> 100644
--- a/streamparser.py
+++ b/streamparser.py
@@ -21,8 +21,8 @@ Knownness.__doc__ = """Level of knowledge associated with a lexical unit.
"""
-Reading = namedtuple('Reading', ['baseform', 'tags'])
-Reading.__doc__ = """A single subreading of ... | Reading→SReading, more honest | apertium_streamparser | train |
879ab3a6f1074f922bbba25b5f788eb72dab9444 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ setup(
"py-moneyed>=0.6.0,<2.0", # version limited to be installable with django-money
"django-money>=0.9.1",
"django-import-export>=0.5.0",
- "babel>=2.5.1",
+ "babel>=... | require babel at least <I> | adamcharnock_django-hordak | train |
dab4a8f69ad8b7745fb69b489810d198c5b3e980 | diff --git a/mythril/laser/ethereum/call.py b/mythril/laser/ethereum/call.py
index <HASH>..<HASH> 100644
--- a/mythril/laser/ethereum/call.py
+++ b/mythril/laser/ethereum/call.py
@@ -10,7 +10,7 @@ import mythril.laser.ethereum.util as util
from mythril.laser.ethereum import natives
from mythril.laser.ethereum.instruc... | Fix/natives (#<I>)
* Fix precompiles
* Fix black
* Deal with TypeError | ConsenSys_mythril-classic | train |
9512c1a851489a83c8d52aef0074d7c800017cca | diff --git a/pandas/tseries/period.py b/pandas/tseries/period.py
index <HASH>..<HASH> 100644
--- a/pandas/tseries/period.py
+++ b/pandas/tseries/period.py
@@ -1105,7 +1105,9 @@ class PeriodIndex(Int64Index):
def __unicode__(self):
output = self.__class__.__name__
output += u'('
- output +=... | fix for <I> which does not accept unicode literal prefix | pandas-dev_pandas | train |
2ae426b69b5a5be869bda01c7548818f8a4cfea5 | diff --git a/framework/helpers/BaseArrayHelper.php b/framework/helpers/BaseArrayHelper.php
index <HASH>..<HASH> 100644
--- a/framework/helpers/BaseArrayHelper.php
+++ b/framework/helpers/BaseArrayHelper.php
@@ -198,7 +198,7 @@ class BaseArrayHelper
$key = substr($key, $pos + 1);
}
- if (i... | #<I>: changed behavior of ArrayHelper::getValue() according to @azureru suggestion | yiisoft_yii-core | train |
1023cf1d72a3bfe56cbbf8ef89ad96725639e066 | diff --git a/src/core.js b/src/core.js
index <HASH>..<HASH> 100644
--- a/src/core.js
+++ b/src/core.js
@@ -1125,13 +1125,15 @@ jQuery.extend({
return (text || "").replace( /^\s+|\s+$/g, "" );
},
+ // NOTE: Due to the conflict with Scriptaculous (http://dev.jquery.com/ticket/3248)
+ // We remove support for funct... | jquery core: closes #<I>, #<I>, #<I>, #<I>, #<I>, #<I>. jQuery.makeArray doesn't support functions anymore. Voiding the conflict with Scriptaculous <I>.x. | jquery_jquery | train |
43bfb394b3464a2ab2996b61d1fc4f4330bf1966 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -41,10 +41,5 @@ setup(name='brokit',
maintainer_email="gregcaporaso@gmail.com",
url='https://github.com/biocore/brokit',
packages=find_packages(),
- install_requires=['scikit-bio == 0.0.0-dev'],
- ... | Update to skbio <I> | biocore_burrito-fillings | train |
0da4a08bdfea28a0cc881ca5831aadfcf8a3b7eb | diff --git a/activerecord/lib/active_record/associations/singular_association.rb b/activerecord/lib/active_record/associations/singular_association.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/associations/singular_association.rb
+++ b/activerecord/lib/active_record/associations/singular_associat... | Prevent `RangeError` for `belongs_to` associations
Currently to access `belongs_to` associations raises a `RangeError` if
foreign key attribute has out of range value.
It should return a nil value rather than raising a `RangeError`.
Fixes #<I>. | rails_rails | train |
cde7dc231d78bf3b35f1e006046c81d30e446d65 | diff --git a/androguard/core/bytecodes/apk.py b/androguard/core/bytecodes/apk.py
index <HASH>..<HASH> 100644
--- a/androguard/core/bytecodes/apk.py
+++ b/androguard/core/bytecodes/apk.py
@@ -904,7 +904,11 @@ class APK(object):
"""
# TODO: figure out if both android:name and name tag exist which one ... | added warning if the namespace parsing fails.
One can catch the warning and decide for now | androguard_androguard | train |
ab3c67dc4c7ab83acfd7fd2e2909fa2456a622cb | diff --git a/overpass/cli.py b/overpass/cli.py
index <HASH>..<HASH> 100644
--- a/overpass/cli.py
+++ b/overpass/cli.py
@@ -10,20 +10,20 @@ import overpass
@click.option('--timeout', default=25, help='Timeout in seconds.')
@click.option('--endpoint', default='http://overpass-api.de/api/interpreter',
help='URL of ... | change format to responseformat (format is a reserved word in Python) | mvexel_overpass-api-python-wrapper | train |
32b8d009cfb3e8a945b7dab7b8cad1434dcc43aa | diff --git a/src/Formatter/ResponseFormatter.php b/src/Formatter/ResponseFormatter.php
index <HASH>..<HASH> 100644
--- a/src/Formatter/ResponseFormatter.php
+++ b/src/Formatter/ResponseFormatter.php
@@ -173,6 +173,7 @@ class ResponseFormatter implements ResponseFormatterInterface
private function processRestEltT... | when identifier does not exist, it should return null instead of throwing exception | neoxygen_neo4j-neoclient | train |
7062333c94cbcb6ab3cc5663c918e00adbff47ca | diff --git a/cobald_tests/daemon/test_service.py b/cobald_tests/daemon/test_service.py
index <HASH>..<HASH> 100644
--- a/cobald_tests/daemon/test_service.py
+++ b/cobald_tests/daemon/test_service.py
@@ -98,17 +98,17 @@ class TestServiceRunner(object):
runner = ServiceRunner(accept_delay=0.1)
run_in_th... | fixed test for runtime.adopt | MatterMiners_cobald | train |
2739d6fea8ffb4a1291d0c6f976b5781daea1cdf | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -1,5 +1,4 @@
/* global module */
-
module.exports = function(grunt) {
'use strict';
@@ -100,7 +99,6 @@ module.exports = function(grunt) {
singlerun: {},
saucelabs: {
options: {
- ... | Cleaned up code now that everything is working | firebase_angularfire | train |
9736d803e05451f1c9da48dfde86387b14695392 | diff --git a/test/index.js b/test/index.js
index <HASH>..<HASH> 100644
--- a/test/index.js
+++ b/test/index.js
@@ -1,8 +1,8 @@
var tape = require('tape')
var electron = require('../')
-var fs = require('fs')
+var pathExists = require('path-exists')
tape('has binary', function(t) {
- t.ok(fs.existsSync(electron), ... | fs.existsSync() is depreciated in io.js | RnbWd_electron-bin | train |
2f4d9b479e198892f833f1cd29ab3c71f6cf897a | diff --git a/lib/pork.rb b/lib/pork.rb
index <HASH>..<HASH> 100644
--- a/lib/pork.rb
+++ b/lib/pork.rb
@@ -18,11 +18,23 @@ module Pork
module API
module_function
- def describe desc, &suite
+ def describe desc=:default, &suite
Pork.stats.start
Executor.execute(self, desc, &suite)
Po... | implement copy and paste (shared and behaves_like)
TODO: nested copy and paste | godfat_pork | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.