hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
ad9dd5150d5f1c3aef55371ecbe89a9abe0b3edb | diff --git a/sprd/entity/TextConfiguration.js b/sprd/entity/TextConfiguration.js
index <HASH>..<HASH> 100644
--- a/sprd/entity/TextConfiguration.js
+++ b/sprd/entity/TextConfiguration.js
@@ -517,7 +517,7 @@ define(['sprd/entity/Configuration', "flow", 'sprd/entity/Size', 'underscore', '
... | Forgot second parameter, which would use replace it with 'undefined '. | spreadshirt_rAppid.js-sprd | train |
08668f363f65e63774935cf185a9bc5dfedbf985 | diff --git a/xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/test/java/org/xwiki/rendering/internal/transformation/macro/TestFormatMacro.java b/xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/test/java/org/xwiki/rendering/internal/transformation/macro/TestFormatMacro.ja... | [Misc] Remove deprecated usages | xwiki_xwiki-rendering | train |
1f22701151be5af60297a352c8f03686627ff7aa | diff --git a/test/integration/buildclient_test.go b/test/integration/buildclient_test.go
index <HASH>..<HASH> 100644
--- a/test/integration/buildclient_test.go
+++ b/test/integration/buildclient_test.go
@@ -170,13 +170,16 @@ func NewTestBuildOpenshift(t *testing.T) *testBuildOpenshift {
t.Fatalf("Unable to configure... | Integration tests should let master load its own API | openshift_origin | train |
0a49de4eb551510cf4aafa7d212ec2bb8041f642 | diff --git a/image/tarexport/save.go b/image/tarexport/save.go
index <HASH>..<HASH> 100644
--- a/image/tarexport/save.go
+++ b/image/tarexport/save.go
@@ -6,6 +6,7 @@ import (
"io"
"io/ioutil"
"os"
+ "path"
"path/filepath"
"runtime"
"time"
@@ -219,7 +220,11 @@ func (s *saveSession) save(outStream io.Writer)... | LCOW: Write saved manifest.json in Unix paths | moby_moby | train |
20d0145b868b6f1648aabaa46d1caced25e46a46 | diff --git a/src/Aura/View/Helper/AbstractHelper.php b/src/Aura/View/Helper/AbstractHelper.php
index <HASH>..<HASH> 100644
--- a/src/Aura/View/Helper/AbstractHelper.php
+++ b/src/Aura/View/Helper/AbstractHelper.php
@@ -47,10 +47,12 @@ abstract class AbstractHelper
* @param array|Traversable $attribs From this arr... | for attribs helper, add a param that allows you to skip (blacklist) attribs in the array | auraphp_Aura.View | train |
35807f07648925bbd8d7848260e424a052fa344c | diff --git a/lib/transpiler.js b/lib/transpiler.js
index <HASH>..<HASH> 100644
--- a/lib/transpiler.js
+++ b/lib/transpiler.js
@@ -22,6 +22,7 @@ function shimSelector(selector, elementName) {
selectorRegexes = [
[/^:host\(([^:]+)\)$/, elementName+'$1'],
[/^:host(:hover|:active|:focus)... | Added :host[<attribute>] support | bosonic-labs_transpiler | train |
75e2dbbfccff84aa1eebde69b33c79e534f4054a | diff --git a/tests/test_gitcommit.py b/tests/test_gitcommit.py
index <HASH>..<HASH> 100644
--- a/tests/test_gitcommit.py
+++ b/tests/test_gitcommit.py
@@ -65,3 +65,74 @@ def test_commit_reading(repo):
assert c.get_path_data('sub/dir/dest.txt') == 'baz'
assert c.get_path_mode('sub/dir/dest.txt') == 0100644
+... | More tests for new Git Interface. | mbr_unleash | train |
b26ede3bc4750bb38fe58a20563ea9932808a521 | diff --git a/src/org/openscience/cdk/graph/rebond/Bspt.java b/src/org/openscience/cdk/graph/rebond/Bspt.java
index <HASH>..<HASH> 100644
--- a/src/org/openscience/cdk/graph/rebond/Bspt.java
+++ b/src/org/openscience/cdk/graph/rebond/Bspt.java
@@ -471,26 +471,3 @@ public final class Bspt {
}
}
-class Point impleme... | Removed Point class which is now in separate source file
git-svn-id: <URL> | cdk_cdk | train |
1b076e383a92246446f5c81088fd12313eebded8 | diff --git a/bookstore/tests/test_archive.py b/bookstore/tests/test_archive.py
index <HASH>..<HASH> 100644
--- a/bookstore/tests/test_archive.py
+++ b/bookstore/tests/test_archive.py
@@ -2,6 +2,7 @@
import asyncio
import pytest
import json
+import logging
from bookstore.archive import ArchiveRecord, BookstoreCont... | Add log capture to skip test to more strongly ensure code-path is hit | nteract_bookstore | train |
cd5faf0e89f3b7fb787c5a2b64d74805f8f6b5c8 | diff --git a/src/Keboola/StorageApi/Client.php b/src/Keboola/StorageApi/Client.php
index <HASH>..<HASH> 100644
--- a/src/Keboola/StorageApi/Client.php
+++ b/src/Keboola/StorageApi/Client.php
@@ -857,7 +857,8 @@ class Client
/**
*
- * Parse CSV into array
+ * Parse CSV string into array
+ * uses str_getcsv fun... | corrected camelcase for parseCsv method | keboola_storage-api-php-client | train |
e28fe5b1cb6210aa8fdc6ca5100418c916eee891 | diff --git a/pymatgen/io/gwwrapper/GWhelpers.py b/pymatgen/io/gwwrapper/GWhelpers.py
index <HASH>..<HASH> 100644
--- a/pymatgen/io/gwwrapper/GWhelpers.py
+++ b/pymatgen/io/gwwrapper/GWhelpers.py
@@ -33,7 +33,7 @@ def now():
def s_name(structure):
- name_ = str(structure.composition.reduced_formula) + '_' + str(... | saving output in a central place
Former-commit-id: fb<I>e<I>ae5dec<I>e6 [formerly <I>c5fd9de1d<I>f<I>aa8db<I>b<I>dd<I>e0]
Former-commit-id: <I>c<I>d4c<I>ea<I>b4daa4da<I>e4ca<I> | materialsproject_pymatgen | train |
4d4f8637d830ba9a72806fc127fe3497f7c0f23c | diff --git a/lib/plugins/aws/utils/credentials.js b/lib/plugins/aws/utils/credentials.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/aws/utils/credentials.js
+++ b/lib/plugins/aws/utils/credentials.js
@@ -44,7 +44,7 @@ const parseFileProfiles = (content) => {
return profiles;
};
-const writeCredentialsContent =... | refactor: Configure promise returning functions as async (#<I>) | serverless_serverless | train |
02f36cd5488b1331d9e41f7917c874c2444ef712 | diff --git a/raiden/network/transport/matrix.py b/raiden/network/transport/matrix.py
index <HASH>..<HASH> 100644
--- a/raiden/network/transport/matrix.py
+++ b/raiden/network/transport/matrix.py
@@ -681,8 +681,6 @@ class MatrixTransport(Runnable):
return True
def _receive_delivered(self, delivered: Deli... | Update handle_delivered to verify sender | raiden-network_raiden | train |
1c6e61cac6fa6bf54e19969c12f6ce52d0e2bd67 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ with open(os.path.join(os.path.dirname(__file__), 'CHANGES')) as fp:
setup(
name = 'pex',
- version = '0.7.0',
+ version = '0.7.0-rc0',
description = "The PEX packaging toolchain.",
long_descriptio... | Make pex an rc0 release. | pantsbuild_pex | train |
0be9a19da3051c0f6e912bc08e8d170d81373d8b | diff --git a/astrobase/lcproc.py b/astrobase/lcproc.py
index <HASH>..<HASH> 100644
--- a/astrobase/lcproc.py
+++ b/astrobase/lcproc.py
@@ -44,10 +44,10 @@ import os.path
import sys
try:
import cPickle as pickle
- from cStringIO import StringIO as strio
+ from cStringIO import StringIO as StrIO
except Exce... | lcproc: minor fix | waqasbhatti_astrobase | train |
74fc3fb0cc4ea1ad5b60f2668810bdc32ff5c26f | diff --git a/core.py b/core.py
index <HASH>..<HASH> 100755
--- a/core.py
+++ b/core.py
@@ -372,13 +372,13 @@ class Harvester:
processor = _ProcessorPayloadTypeMultiPart()
return processor
- def connect_device(self, index):
+ def connect_device(self, item_id=0):
if self.connecting_... | Allow clients to specify a set of unique information to connect a device | genicam_harvesters | train |
866a9d89739c27086f42bc0b46caead682c83e07 | diff --git a/client/components/navigation/browsable-list/browsable-list-item.js b/client/components/navigation/browsable-list/browsable-list-item.js
index <HASH>..<HASH> 100644
--- a/client/components/navigation/browsable-list/browsable-list-item.js
+++ b/client/components/navigation/browsable-list/browsable-list-item.... | chore: get react-router link component from react-router-dom | nossas_bonde-client | train |
62948dcc437151a90de02f9671e7275854e8f3d0 | diff --git a/sql-bricks.js b/sql-bricks.js
index <HASH>..<HASH> 100644
--- a/sql-bricks.js
+++ b/sql-bricks.js
@@ -115,21 +115,29 @@ proto.offset = function offset(count) {
return this;
};
-proto.union = function union() {
- var stmts = argsToArray(arguments);
- if (!stmts.length) {
- var stmt = new St... | Added INTERSECT, MINUS, EXCEPT | CSNW_sql-bricks | train |
67bfe6efa6de1837695286a609b13e734cfb517d | diff --git a/halo/halo.py b/halo/halo.py
index <HASH>..<HASH> 100644
--- a/halo/halo.py
+++ b/halo/halo.py
@@ -77,7 +77,7 @@ class Halo(object):
return Spinners['line'].value
def clear(self):
- if self._enabled is None:
+ if not self._enabled:
return self
sys.st... | Halo: Enabled property is now a boolean | manrajgrover_halo | train |
647d158b1722ce232b7ffced7a72cbd2f22b7dbb | diff --git a/dwave/cloud/solver.py b/dwave/cloud/solver.py
index <HASH>..<HASH> 100644
--- a/dwave/cloud/solver.py
+++ b/dwave/cloud/solver.py
@@ -389,16 +389,18 @@ class BaseUnstructuredSolver(BaseSolver):
"we need to upload it first.")
problem_id = self.upload_problem(problem).r... | Submit problem label only if specified by caller | dwavesystems_dwave-cloud-client | train |
963cac046263b4444a14dd90e6f439c70b1b25f0 | diff --git a/glad/parse.py b/glad/parse.py
index <HASH>..<HASH> 100644
--- a/glad/parse.py
+++ b/glad/parse.py
@@ -33,7 +33,7 @@ class Spec(object):
@classmethod
def from_svn(cls):
- return cls.from_url(cls.URL + cls.NAME + '.xml')
+ return cls.from_url(cls.API + cls.NAME + '.xml')
@cla... | glad: fixed downlooading of specs | Dav1dde_glad | train |
22f232ed4d6c82d649b02d0fea26978726659646 | diff --git a/src/Forms/DateField.php b/src/Forms/DateField.php
index <HASH>..<HASH> 100644
--- a/src/Forms/DateField.php
+++ b/src/Forms/DateField.php
@@ -7,6 +7,7 @@ use SilverStripe\i18n\i18n;
use InvalidArgumentException;
use SilverStripe\ORM\FieldType\DBDate;
use SilverStripe\ORM\FieldType\DBDatetime;
+use Silve... | Mark up <time> in validation errors
Allow better localisation of values in JS | silverstripe_silverstripe-framework | train |
f7b0b2d06b0b4a5731370c88112ebe2713c7f2fa | diff --git a/src/dropbox-api.js b/src/dropbox-api.js
index <HASH>..<HASH> 100644
--- a/src/dropbox-api.js
+++ b/src/dropbox-api.js
@@ -25,7 +25,7 @@ const updateRequestOptsFnList = [
}
},
/* If resource requires upload stream, provide valid header */
- (requestOpts, {requiresReadableStream}, userOpts) => { ... | check for error before accessing response (#3) | adasq_dropbox-v2-api | train |
e2825d22d0291c7024867fb80fa11eecba4b16bf | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -82,8 +82,8 @@ function partialApplier() {
}
}
-methodPromify.partial = partialApplier.bind(methodPromify)
-functionPromify.partial = partialApplier.bind(functionPromify)
+methodPromify.part = partialApplier.bind(methodP... | renamed partial() to part() for brevity | greim_ugly-adapter | train |
63cb3dc51d4c9544eaa72ab03484a2522933d654 | diff --git a/api/v1/api.go b/api/v1/api.go
index <HASH>..<HASH> 100644
--- a/api/v1/api.go
+++ b/api/v1/api.go
@@ -63,28 +63,28 @@ func compressionFilter(req *restful.Request, resp *restful.Response, chain *rest
}
// Labels used by the target schema. A target schema uniquely identifies a container.
-var targetLabel... | Fix issue in handling metric specific labels in the API. | kubernetes-retired_heapster | train |
b056b4a2b72c1835b7039c434fc286c3bb85ac97 | diff --git a/src/components/lists/ListTile.js b/src/components/lists/ListTile.js
index <HASH>..<HASH> 100755
--- a/src/components/lists/ListTile.js
+++ b/src/components/lists/ListTile.js
@@ -32,6 +32,13 @@ export default {
},
computed: {
+ classes () {
+ return {
+ 'list__tile': true,
+ 'l... | moved row from div to li | vuetifyjs_vuetify | train |
f4f2a7b51a5693c027cce42ee310d61ba4b5eebf | diff --git a/lxd/backup.go b/lxd/backup.go
index <HASH>..<HASH> 100644
--- a/lxd/backup.go
+++ b/lxd/backup.go
@@ -229,20 +229,28 @@ func backupGetInfo(r io.ReadSeeker) (*backupInfo, error) {
// fixBackupStoragePool changes the pool information in the backup.yaml. This
// is done only if the provided pool doesn't exi... | lxd: Support overriding pool when importing backups | lxc_lxd | train |
9ed5480ec221b44788cac8756a9cb8c40bdd56ce | diff --git a/src/Orchestra/View/FileViewFinder.php b/src/Orchestra/View/FileViewFinder.php
index <HASH>..<HASH> 100644
--- a/src/Orchestra/View/FileViewFinder.php
+++ b/src/Orchestra/View/FileViewFinder.php
@@ -12,6 +12,8 @@ class FileViewFinder extends \Illuminate\View\FileViewFinder {
{
list($namespace, $view) =... | Add additional docblock and typehint as array. | orchestral_view | train |
a216f968c17358665dde6d062f8c0b59568b0423 | diff --git a/src/frontend/org/voltdb/compiler/ProcedureCompiler.java b/src/frontend/org/voltdb/compiler/ProcedureCompiler.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/compiler/ProcedureCompiler.java
+++ b/src/frontend/org/voltdb/compiler/ProcedureCompiler.java
@@ -357,7 +357,7 @@ public abstract class... | ENG-<I>: revert stmt-proc name change | VoltDB_voltdb | train |
af11c8f140a01bd71a5c7b275a986d83a59d181e | diff --git a/lib/algoliasearch-rails.rb b/lib/algoliasearch-rails.rb
index <HASH>..<HASH> 100644
--- a/lib/algoliasearch-rails.rb
+++ b/lib/algoliasearch-rails.rb
@@ -97,6 +97,7 @@ module AlgoliaSearch
def use_serializer(serializer)
@serializer = serializer
+ # instance_variable_set("@serializer", se... | Only use serializer if it's set | algolia_algoliasearch-rails | train |
2c7c63e2fe8ca2e0204d3c422e0fe7eda0e35148 | diff --git a/packages/@vue/cli-service/lib/Service.js b/packages/@vue/cli-service/lib/Service.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli-service/lib/Service.js
+++ b/packages/@vue/cli-service/lib/Service.js
@@ -91,7 +91,6 @@ module.exports = class Service {
'./commands/build',
'./commands/insp... | fix(ui): remove ui from built in plugin list | vuejs_vue-cli | train |
40ed224749a9a1ab2ef80e2a44617600e30e3f0d | diff --git a/packages/babel-preset/index.js b/packages/babel-preset/index.js
index <HASH>..<HASH> 100644
--- a/packages/babel-preset/index.js
+++ b/packages/babel-preset/index.js
@@ -229,9 +229,7 @@ function preset(api, explicitOptions = {}) {
messagesDir: 'build/messages',
};
- if (!develo... | fix: include intl in dev mode
Must be included all the time for ID generation to work | 4Catalyzer_javascript | train |
4bef264241d24aa1abdff01a11c138c0c0c2af51 | diff --git a/lib/database/index.js b/lib/database/index.js
index <HASH>..<HASH> 100644
--- a/lib/database/index.js
+++ b/lib/database/index.js
@@ -17,7 +17,11 @@ var log = require('../log')
var exports = module.exports = function (env_config, callback) {
if (!env_config.couch.run) {
- return exports.checkExter... | fix(database): run full setup for external couch
* * *
This commit was sponsored by The Hoodie Firm.
You can hire The Hoodie Firm:
<URL> | hoodiehq_hoodie | train |
b6c30d70e1dd3f123f8e07a41762a193d4bef3d3 | diff --git a/sqlg-core/src/main/java/org/umlg/sqlg/structure/SqlgGraph.java b/sqlg-core/src/main/java/org/umlg/sqlg/structure/SqlgGraph.java
index <HASH>..<HASH> 100644
--- a/sqlg-core/src/main/java/org/umlg/sqlg/structure/SqlgGraph.java
+++ b/sqlg-core/src/main/java/org/umlg/sqlg/structure/SqlgGraph.java
@@ -232,7 +23... | Close data source in case of error while opening sqlg graph | pietermartin_sqlg | train |
9b157570e050daea7ecae1074ddc36ad2eed0184 | diff --git a/anndata/base.py b/anndata/base.py
index <HASH>..<HASH> 100644
--- a/anndata/base.py
+++ b/anndata/base.py
@@ -13,6 +13,7 @@ from copy import deepcopy
import numpy as np
from numpy import ma
import pandas as pd
+from numpy.lib.recfunctions import rec_drop_fields
from pandas.core.index import RangeIndex
... | Allow deleting obs/var cols
Fixes #<I> | theislab_anndata | train |
1d147e169a0eebb50cae1085b94c31df6fb1093d | diff --git a/db.class.php b/db.class.php
index <HASH>..<HASH> 100644
--- a/db.class.php
+++ b/db.class.php
@@ -36,6 +36,7 @@ class DB {
public static $throw_exception_on_nonsql_error = false;
public static $nested_transactions = false;
public static $usenull = true;
+ public static $ssl = array('key' => '', '... | ssl support (still untested) | SergeyTsalkov_meekrodb | train |
6037dee8519eb749e468c7eb684e0ee537f3747d | diff --git a/api/api.go b/api/api.go
index <HASH>..<HASH> 100644
--- a/api/api.go
+++ b/api/api.go
@@ -27,22 +27,21 @@ const (
defBucketPageSize = 100
)
-// Handler returns a handler that serves the Chain HTTP API.
-func Handler() chainhttp.Handler {
+// Handler returns a handler that serves the Chain HTTP API.... | api: nouser endpoint authentication
This commit creates a "nouser" namespace for API endpoints that transmit
sensitive data, but cannot be authenticated with an auth token. Internal
clients must have a shared secret in order to access these endpoints.
Closes chain/chainprv#<I>.
Reviewers: @kr | chain_chain | train |
179a62d96e3dc6ffa29c504692510affb48bb0f5 | diff --git a/neo/SmartContract/Contract.py b/neo/SmartContract/Contract.py
index <HASH>..<HASH> 100644
--- a/neo/SmartContract/Contract.py
+++ b/neo/SmartContract/Contract.py
@@ -158,7 +158,14 @@ class Contract(SerializableMixin, VerificationCode):
def Deserialize(self, reader):
self.PublicKeyHash = reade... | Lock contract.Deserialize to old ReadVarBytes (#<I>) | CityOfZion_neo-python | train |
2e1f92344d7416a847c552a498fa30fd704e8adb | diff --git a/web/concrete/core/helpers/mail.php b/web/concrete/core/helpers/mail.php
index <HASH>..<HASH> 100644
--- a/web/concrete/core/helpers/mail.php
+++ b/web/concrete/core/helpers/mail.php
@@ -42,6 +42,7 @@ class Concrete5_Helper_Mail {
$this->to = array();
$this->cc = array();
$this->bcc = array();
+ $... | reset replyto in mail helper
as mentioned here <URL> | concrete5_concrete5 | train |
a5e0aeb1a7a267273df11e5b1292e515ec4c5736 | diff --git a/flow-typed/debugger-html.js b/flow-typed/debugger-html.js
index <HASH>..<HASH> 100644
--- a/flow-typed/debugger-html.js
+++ b/flow-typed/debugger-html.js
@@ -2,35 +2,35 @@
declare module "debugger-html" {
/**
- * Breakpoint ID
- *
- * @memberof types
- * @static
- */
+ * Breakpoint ID
+ *
+ * @... | Prettify types (#<I>) | firefox-devtools_debugger | train |
c5e4db13c6ee49d1ba6b5b87b16c3b28247e5d64 | diff --git a/config/default/FeatureFlagChecker.conf.php b/config/default/FeatureFlagChecker.conf.php
index <HASH>..<HASH> 100644
--- a/config/default/FeatureFlagChecker.conf.php
+++ b/config/default/FeatureFlagChecker.conf.php
@@ -5,6 +5,6 @@ use oat\taoLti\models\classes\FeatureFlag\LtiFeatures;
return new FeatureF... | SectionVisibilityFilterInterface method is hidden
OPTION_ENABLED_FEATURES => OPTION_MANUALLY_ENABLED_FEATURES | oat-sa_tao-core | train |
a2df827486a49db212fef60ad8fa4d13a3c2f721 | diff --git a/tests/lib/rules/require-object-in-propequal.js b/tests/lib/rules/require-object-in-propequal.js
index <HASH>..<HASH> 100644
--- a/tests/lib/rules/require-object-in-propequal.js
+++ b/tests/lib/rules/require-object-in-propequal.js
@@ -38,7 +38,7 @@ function createInvalid(assertionCode, invalidValue) {
co... | Chore: Uncomment ES<I> tests in require-object-in-propequal (#<I>) | platinumazure_eslint-plugin-qunit | train |
bdd285748d8b8fc409f4d2139ee544a3f436bd28 | diff --git a/dBug.php b/dBug.php
index <HASH>..<HASH> 100755
--- a/dBug.php
+++ b/dBug.php
@@ -2,7 +2,7 @@
/*********************************************************************************************************************\
* LAST UPDATE
* ============
- * August 2nd, 2012
+ * August 6th, 2012
*
*
... | Added CSS to combat breakage when used with a CSS Reset
Specifically modeled against Eric A. Meyer's CSS reset (Available here: <URL> | ospinto_dBug | train |
165839931d5c95cb9f3fdfbbc46aae53605a979d | diff --git a/packages/react-ui-components/src/Icon/mapper.js b/packages/react-ui-components/src/Icon/mapper.js
index <HASH>..<HASH> 100644
--- a/packages/react-ui-components/src/Icon/mapper.js
+++ b/packages/react-ui-components/src/Icon/mapper.js
@@ -486,20 +486,19 @@ const mapper = icon => {
'youtube-square'
... | TASK: add support for unprefixed icons | neos_neos-ui | train |
40cee967e6b567a0e3f739fb84db9d19ef94d461 | diff --git a/src/lib/KevinGH/Box/Console/Command/Create.php b/src/lib/KevinGH/Box/Console/Command/Create.php
index <HASH>..<HASH> 100644
--- a/src/lib/KevinGH/Box/Console/Command/Create.php
+++ b/src/lib/KevinGH/Box/Console/Command/Create.php
@@ -98,7 +98,7 @@
$output->writeln(' - Adding files');
... | Warning user when no files were added. (closes #<I>) | box-project_box2 | train |
437bc24b49d1707756c98bd2a158ec87ce9e8af3 | diff --git a/lib/reporter.js b/lib/reporter.js
index <HASH>..<HASH> 100644
--- a/lib/reporter.js
+++ b/lib/reporter.js
@@ -45,11 +45,6 @@ var BaseReporter = function(adapter) {
this.writeCommonMsg = this.write;
- this.onRunStart = function(browsers) {
- this.browsers_ = browsers;
- };
-
-
this.onBrowserE... | DOTS reporter - wrap at <I>
[changelog] | karma-runner_karma | train |
c8d58f0bbefddad57c1ae8fdb2b1fb7f763f73ef | diff --git a/Services/Twilio.php b/Services/Twilio.php
index <HASH>..<HASH> 100644
--- a/Services/Twilio.php
+++ b/Services/Twilio.php
@@ -25,6 +25,7 @@ class Services_Twilio extends Services_Twilio_Resource
const USER_AGENT = 'twilio-php/3.5.2';
protected $http;
+ protected $retryAttempts;
protecte... | Make retryAttempts a protected object var | twilio_twilio-php | train |
abac2023bcc3d2da4ccf8afa1bc843324b8829ab | diff --git a/lib/webrat/selenium/selenium_session.rb b/lib/webrat/selenium/selenium_session.rb
index <HASH>..<HASH> 100644
--- a/lib/webrat/selenium/selenium_session.rb
+++ b/lib/webrat/selenium/selenium_session.rb
@@ -150,7 +150,7 @@ module Webrat
begin
value = yield
- rescue ::Spec::Expec... | removed reference to Rspec from common code | brynary_webrat | train |
8e9bc58ac53b09f3353c9fd9476e9120ff0655f5 | diff --git a/src/Http/Controllers/Support/FastLookupController.php b/src/Http/Controllers/Support/FastLookupController.php
index <HASH>..<HASH> 100644
--- a/src/Http/Controllers/Support/FastLookupController.php
+++ b/src/Http/Controllers/Support/FastLookupController.php
@@ -28,6 +28,7 @@ use Seat\Eveapi\Models\Alliance... | feat(lookups): implement a region lookup endpoint | eveseat_web | train |
8db8a763ae8c5c0456a161c93a765483887d9130 | diff --git a/dist.py b/dist.py
index <HASH>..<HASH> 100644
--- a/dist.py
+++ b/dist.py
@@ -752,9 +752,6 @@ class Distribution:
Returns the reinitialized command object.
"""
- print "reinitialize_command: command=%s" % command
- print " before: have_run =", self.have_run
-
fro... | Remove some debugging output from the last change. | pypa_setuptools | train |
e64cf876de7f87b68d59aa22fb2048ffbbd32104 | diff --git a/vent/api/plugins.py b/vent/api/plugins.py
index <HASH>..<HASH> 100644
--- a/vent/api/plugins.py
+++ b/vent/api/plugins.py
@@ -160,7 +160,7 @@ class Plugin:
matches.remove(match)
matches.append(override_t)
if len(matches) > 0... | build_manifest should only be called internally | CyberReboot_vent | train |
1515df08109fca86f9d0bc2af3885d7f1436553d | diff --git a/cherrypy/test/test_core.py b/cherrypy/test/test_core.py
index <HASH>..<HASH> 100644
--- a/cherrypy/test/test_core.py
+++ b/cherrypy/test/test_core.py
@@ -145,6 +145,9 @@ class CoreRequestHandlingTest(helper.CPWebCase):
def fragment(self, frag):
raise cherrypy.HTTPRedirect("/... | Test demonstrating auto-generated response content for redirects can produce malformed HTML. For #<I>. | cherrypy_cheroot | train |
b7f43974fa7bfa18323ac7f8ac73a714b0b20385 | diff --git a/km3pipe/io/aanet.py b/km3pipe/io/aanet.py
index <HASH>..<HASH> 100644
--- a/km3pipe/io/aanet.py
+++ b/km3pipe/io/aanet.py
@@ -166,7 +166,7 @@ class AanetPump(Pump):
return wgt1, wgt2, wgt3, wgt4
def _parse_tracks(self, tracks):
- out = {}
+ out = defaultdict(list)
for... | FIX actually read *all* tracks in AanetPump | tamasgal_km3pipe | train |
b23d4d0c0903fcf5025a96bc6ea7b00a84e80c3a | diff --git a/composer.json b/composer.json
index <HASH>..<HASH> 100644
--- a/composer.json
+++ b/composer.json
@@ -16,7 +16,7 @@
},
"autoload": {
"psr-4": {
- "ActiveCollab\\Utils\\": "src",
+ "ActiveCollab\\CurrentTimestamp\\": "src/CurrentTimestamp",
"ActiveCollab... | Make sure that util classes can "grow up" to full packages | activecollab_utils | train |
f704dbcdc384226783f01874d82b574c7814fa3a | diff --git a/pyontutils/namespaces.py b/pyontutils/namespaces.py
index <HASH>..<HASH> 100644
--- a/pyontutils/namespaces.py
+++ b/pyontutils/namespaces.py
@@ -15,9 +15,12 @@ def nsExact(namespace, slash=True):
uri = uri[:-1]
return rdflib.URIRef(uri)
-def _loadPrefixes():
+
+def getCuries(curies_locatio... | getCuries moved to namespaces
and combined with the equivalent implementation in _loadPrefixes | tgbugs_pyontutils | train |
bdf2377364ebfcd37498c7906d60310607470122 | diff --git a/app.js b/app.js
index <HASH>..<HASH> 100644
--- a/app.js
+++ b/app.js
@@ -20,11 +20,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-(function() {
- "use strict";
- var fs = require("fs"),
- sax = require("sax");
+var fs = require("fs"),
+ sax = requir... | made project into a module for node.js | ldbib_MEDLINEXMLToJSON | train |
c45de9d9e91f1819f3335fd0695d246e32c76fd9 | diff --git a/lib/phonelib/data_importer.rb b/lib/phonelib/data_importer.rb
index <HASH>..<HASH> 100644
--- a/lib/phonelib/data_importer.rb
+++ b/lib/phonelib/data_importer.rb
@@ -18,7 +18,7 @@ module Phonelib
include Phonelib::DataImporterHelper
# countries that can have double country prefix in number
... | added cuba for allowed double prefix countries | daddyz_phonelib | train |
a87789e64dc9af98f6ce0047c74f22cb95d777fd | diff --git a/MANIFEST.in b/MANIFEST.in
index <HASH>..<HASH> 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,5 +2,6 @@ include README.md
include LICENSE
include setup.py
include MANIFEST.in
+recursive-exclude test *
recursive-include uqbar *
recursive-exclude *.pyc
diff --git a/uqbar/graphs/Attributes.py b/uqbar/g... | Hardened Graphviz word pattern. | josiah-wolf-oberholtzer_uqbar | train |
672ea75c149852319f806854a7016bb64327e3ce | diff --git a/tests/Go/Aop/Pointcut/PointcutParserTest.php b/tests/Go/Aop/Pointcut/PointcutParserTest.php
index <HASH>..<HASH> 100644
--- a/tests/Go/Aop/Pointcut/PointcutParserTest.php
+++ b/tests/Go/Aop/Pointcut/PointcutParserTest.php
@@ -77,6 +77,8 @@ class PointcutParserTest extends \PHPUnit_Framework_TestCase
... | Add a smoke test for the new pointcut syntax | goaop_framework | train |
e951b7a5955d288c77b488401d5a15a64eb99145 | diff --git a/src/Resources/public/u2f.js b/src/Resources/public/u2f.js
index <HASH>..<HASH> 100644
--- a/src/Resources/public/u2f.js
+++ b/src/Resources/public/u2f.js
@@ -8,7 +8,7 @@ jQuery(function ($) {
*/
var ERROR_CODE_OK = 0;
- $('form#surfnet-stepup-u2f-register-device').forEach(function () {
+ ... | Use jQuery.fn.each() instead of Array.prototype.forEach
Array.prototype.forEach doesn't exist in every browser. jQuery's each
is cross-browser. | OpenConext_Stepup-u2f-bundle | train |
50bafe2d457ae6ce0bba7f77a8557aed5a98d847 | diff --git a/dispatch/static/manager/gulpfile.js b/dispatch/static/manager/gulpfile.js
index <HASH>..<HASH> 100644
--- a/dispatch/static/manager/gulpfile.js
+++ b/dispatch/static/manager/gulpfile.js
@@ -4,21 +4,26 @@ var webpack = require('webpack-stream');
var sass = require('gulp-sass');
var clean = require('gulp-c... | Separate clean functions in gulp file | ubyssey_dispatch | train |
cfd986c55db8243c527dd186ff6189c320cb66c0 | diff --git a/pip_accel/tests.py b/pip_accel/tests.py
index <HASH>..<HASH> 100644
--- a/pip_accel/tests.py
+++ b/pip_accel/tests.py
@@ -42,6 +42,7 @@ import unittest
# External dependencies.
import coloredlogs
+import pytest
from humanfriendly import coerce_boolean
from pip.commands.install import InstallCommand
... | Fix some tests for Windows (issue #<I>) | paylogic_pip-accel | train |
fab5759ebd9a4cd5cbaf01634b19e50f5ba5497e | diff --git a/src/Sylius/Bundle/CoreBundle/Fixture/Factory/ShopUserExampleFactory.php b/src/Sylius/Bundle/CoreBundle/Fixture/Factory/ShopUserExampleFactory.php
index <HASH>..<HASH> 100644
--- a/src/Sylius/Bundle/CoreBundle/Fixture/Factory/ShopUserExampleFactory.php
+++ b/src/Sylius/Bundle/CoreBundle/Fixture/Factory/Shop... | Fix CustomerComponent Typo
The `Sylius\Component\Customer\Model\CustomerInterface` was imported as **CustotmerComponent**. This is just to change that typo to **CustomerComponent**. It was also used 4 times in the class so I have changed those occurrences as well. | Sylius_Sylius | train |
dfd3e99dece2a3fc8daf3eeff0486ed63efc34c2 | diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/HttpKernel/Kernel.php
+++ b/src/Symfony/Component/HttpKernel/Kernel.php
@@ -60,12 +60,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface... | bumped Symfony version to <I> | symfony_symfony | train |
0aa0b0a06af390f3a0f98f0477bdf2f707430c43 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -27,6 +27,8 @@ h.check_version(name, majorv=2, minorv=7)
setup_dir = op.abspath(op.dirname(__file__))
requirements = [x.strip() for x in open(op.join(setup_dir, "requirements.txt"))]
h.install_requirements(requires=["cython... | [CI] Fix cmdclass for Py2 | tanghaibao_jcvi | train |
5699bf2a869ee1ceefa43c8bf9f2ac4d90a37fae | diff --git a/closure/goog/ui/ac/richremotearraymatcher_test.js b/closure/goog/ui/ac/richremotearraymatcher_test.js
index <HASH>..<HASH> 100644
--- a/closure/goog/ui/ac/richremotearraymatcher_test.js
+++ b/closure/goog/ui/ac/richremotearraymatcher_test.js
@@ -7,6 +7,7 @@
goog.module('goog.ui.ac.RichRemoteArrayMatcherTe... | Adjust Autocomplete test that fails in strict mode.
RELNOTES: n/a
PiperOrigin-RevId: <I> | google_closure-library | train |
599d7c191c8b8422b0dda7f4aee846ed04a43322 | diff --git a/graylog2-web-interface/karma.shared.js b/graylog2-web-interface/karma.shared.js
index <HASH>..<HASH> 100644
--- a/graylog2-web-interface/karma.shared.js
+++ b/graylog2-web-interface/karma.shared.js
@@ -28,7 +28,6 @@ module.exports = function(config) {
files: [
'config.js',
'build/vendor.... | Remove shared bundle from karma config. | Graylog2_graylog2-server | train |
587b5dadb25456ed18d079187269c6a1dae802f9 | diff --git a/build/travis-greenkeeper.js b/build/travis-greenkeeper.js
index <HASH>..<HASH> 100644
--- a/build/travis-greenkeeper.js
+++ b/build/travis-greenkeeper.js
@@ -12,7 +12,7 @@ if (!BRANCH.startsWith('greenkeeper/')) {
syncAll()
-const run = command => childProcess.spawnSync(command)
+const run = command =... | chore(build/update-nested-deps): log output of commands | vk-x_vk-x | train |
c91f427a8b701af811e954cf36c537308202e992 | diff --git a/core/src/com/google/zxing/qrcode/detector/Detector.java b/core/src/com/google/zxing/qrcode/detector/Detector.java
index <HASH>..<HASH> 100644
--- a/core/src/com/google/zxing/qrcode/detector/Detector.java
+++ b/core/src/com/google/zxing/qrcode/detector/Detector.java
@@ -334,6 +334,10 @@ public final class D... | Added a bit of defensive programming in the AlignmentPattern code. There were real world examples where the width passed to AlignmentPatternFinder was zero, which causes BitArray to throw when built with a size of zero. I'm going a little bit farther and not searching extremely small areas either.
Sean, please review.... | zxing_zxing | train |
c10cdb0afbd74efdcb532b97134c3837943ea365 | diff --git a/jbehave-core/src/main/java/org/jbehave/core/failures/BeforeOrAfterFailed.java b/jbehave-core/src/main/java/org/jbehave/core/failures/BeforeOrAfterFailed.java
index <HASH>..<HASH> 100755
--- a/jbehave-core/src/main/java/org/jbehave/core/failures/BeforeOrAfterFailed.java
+++ b/jbehave-core/src/main/java/org/... | JBEHAVE-<I>: Compactified failure message to include only short names. | jbehave_jbehave-core | train |
1e0f5c960f460bf742e17b2415db1af10b823c8e | diff --git a/fuel/datasets/hdf5.py b/fuel/datasets/hdf5.py
index <HASH>..<HASH> 100644
--- a/fuel/datasets/hdf5.py
+++ b/fuel/datasets/hdf5.py
@@ -564,7 +564,11 @@ class H5PYDataset(Dataset):
raise ValueError()
data = []
shapes = []
- handle = self._file_handle
+ try:
+ ... | Auto-open out-of-memory HDF5 files. | mila-iqia_fuel | train |
41afc31432f68669a730880e5b2f86685849dbe1 | diff --git a/src/Command/WsServerCommand.php b/src/Command/WsServerCommand.php
index <HASH>..<HASH> 100644
--- a/src/Command/WsServerCommand.php
+++ b/src/Command/WsServerCommand.php
@@ -12,7 +12,11 @@ use Swoft\WebSocket\Server\WebSocketServer;
/**
* Class WsServerCommand
- * @Command("http", desc="provide some c... | revert comment option 'coroutine' | swoft-cloud_swoft-websocket-server | train |
02c1f75bc97ec20d8d024c381a433b34c797a008 | diff --git a/pyxel/image.py b/pyxel/image.py
index <HASH>..<HASH> 100644
--- a/pyxel/image.py
+++ b/pyxel/image.py
@@ -22,7 +22,9 @@ class Image:
return self._data
def set(self, x, y, width, height, data):
- self._data[y:y + height, x:x + width] = data
+ self._data[y:y + height, x:x + widt... | Enabled to set string data to the Image | kitao_pyxel | train |
e6f0fb5669ed006c7ba0a87e3dedcd1ef4b126f3 | diff --git a/danceschool/payments/square/models.py b/danceschool/payments/square/models.py
index <HASH>..<HASH> 100644
--- a/danceschool/payments/square/models.py
+++ b/danceschool/payments/square/models.py
@@ -84,6 +84,9 @@ class SquarePaymentRecord(PaymentRecord):
amount = sum([x.amount_money.amount / 10... | Square online checkout is now operational and tested, including refunds. Point of sale integration still in progress. | django-danceschool_django-danceschool | train |
ee6bcd158157ce2bc971f2d4e59d2baa0cae44c8 | diff --git a/db/db.go b/db/db.go
index <HASH>..<HASH> 100644
--- a/db/db.go
+++ b/db/db.go
@@ -61,7 +61,7 @@ func (db *DB) load() error {
// Get number of partitions from the text file
if numParts, err := ioutil.ReadFile(numPartsFilePath); err != nil {
return err
- } else if db.numParts, err = strconv.Atoi(strin... | trim num_partitions file content from spaces and newline | HouzuoGuo_tiedot | train |
093c5c8601ef5d46ee2a042426c317e31353f65f | diff --git a/lib/LitleOnlineRequest.rb b/lib/LitleOnlineRequest.rb
index <HASH>..<HASH> 100755
--- a/lib/LitleOnlineRequest.rb
+++ b/lib/LitleOnlineRequest.rb
@@ -252,7 +252,7 @@ module LitleOnline
request.authentication = authentication
request.merchantId = get_merchant_id(options)
- request... | Updating version to <I> | Vantiv_litle-sdk-for-ruby | train |
92205b39ae65b724cd9eeac605cfe000ad878381 | diff --git a/tests/test_go_print.py b/tests/test_go_print.py
index <HASH>..<HASH> 100755
--- a/tests/test_go_print.py
+++ b/tests/test_go_print.py
@@ -22,7 +22,7 @@ def test_go_print(prt=sys.stdout):
def prt_pypath(prt):
"""Print PYTHONPATH contents."""
- pypathes = os.environ['PYTHONPATH']
+ pypathes = o... | Use get for dict w/default is None | tanghaibao_goatools | train |
3058fa3af1d70b1512dba6fda7cb00b023f8b4c4 | diff --git a/js/rainbow.js b/js/rainbow.js
index <HASH>..<HASH> 100644
--- a/js/rainbow.js
+++ b/js/rainbow.js
@@ -324,8 +324,7 @@ window.Rainbow = (function() {
*/
function _replaceAtPosition(position, replace, replace_with, code) {
var sub_string = code.substr(position);
- code = code.repla... | Fix bug with substring replace
Substring replacements were not always correct if there were multiple matches for the same pattern in the string.
This makes sure they always replace at the same position. | ccampbell_rainbow | train |
d3d81752bcd148b477ef9d9c4d8dd5ce36c8a912 | diff --git a/manticore/ethereum/__init__.py b/manticore/ethereum/__init__.py
index <HASH>..<HASH> 100644
--- a/manticore/ethereum/__init__.py
+++ b/manticore/ethereum/__init__.py
@@ -11,6 +11,7 @@ from ..core.smtlib import ConstraintSet, Operators, solver, BitVec, Array, Array
from ..platforms import evm
from ..core.... | Add check and warning for mismatched args (#<I>)
* Port code to namedtuple to make more readable
self._hashes[0][0][0][0][0][0][0] X_x
* fmt
* Port
* rm
* hack to make logging work :(
* add check and warn
* rm prints
* better msg | trailofbits_manticore | train |
e5a21fba86dcf859064888df853441967f3dd78d | diff --git a/spec/selenium_spec_chrome.rb b/spec/selenium_spec_chrome.rb
index <HASH>..<HASH> 100644
--- a/spec/selenium_spec_chrome.rb
+++ b/spec/selenium_spec_chrome.rb
@@ -40,8 +40,10 @@ RSpec.describe "Capybara::Session with chrome" do
@session.find(:css, '#set-storage').click
@session.reset!
... | Workaround issue with checking empty storage on Chrome <I> | teamcapybara_capybara | train |
b7ad315ea5f51565017516b54111e534d54d6240 | diff --git a/ttorrent-client/src/main/java/com/turn/ttorrent/client/Client.java b/ttorrent-client/src/main/java/com/turn/ttorrent/client/Client.java
index <HASH>..<HASH> 100644
--- a/ttorrent-client/src/main/java/com/turn/ttorrent/client/Client.java
+++ b/ttorrent-client/src/main/java/com/turn/ttorrent/client/Client.ja... | now announceable torrent instance is used for force announcing | mpetazzoni_ttorrent | train |
b228d02465321215e807080c9813ec05b609920d | diff --git a/src/test/java/org/jfree/svg/TestSVGGraphics2D.java b/src/test/java/org/jfree/svg/TestSVGGraphics2D.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/jfree/svg/TestSVGGraphics2D.java
+++ b/src/test/java/org/jfree/svg/TestSVGGraphics2D.java
@@ -37,6 +37,7 @@ import static org.junit.jupiter.api.Asserti... | Add test for clip method with null argument. | jfree_jfreesvg | train |
0b53100ddf03d5d49cb167bc2871706c75dbf1d7 | diff --git a/Library/Phalcon/Migrations.php b/Library/Phalcon/Migrations.php
index <HASH>..<HASH> 100644
--- a/Library/Phalcon/Migrations.php
+++ b/Library/Phalcon/Migrations.php
@@ -778,7 +778,7 @@ class " . $className . " extends Migration\n" .
$sqlconstraint = $this->getPGSQLConstraint($... | Drop column - constraint name key case
In drop column section, "constraint_name" key should be lower case | SachaMorard_phalcon-console-migration | train |
2f5b9f1cb96beb6b4d80500b5df5c8952a91466d | diff --git a/gnosis/eth/ethereum_client.py b/gnosis/eth/ethereum_client.py
index <HASH>..<HASH> 100644
--- a/gnosis/eth/ethereum_client.py
+++ b/gnosis/eth/ethereum_client.py
@@ -182,6 +182,9 @@ class Erc20Manager:
class ParityManager:
+ class TraceDecodeException(Exception):
+ pass
+
def __init__(s... | Detect problem with traces
- Sometimes Parity node returns invalid traces | gnosis_gnosis-py | train |
b10ce05189222ab3ed50fc5b9026018711873c4d | diff --git a/modules/wycs/src/wycs/lang/SemanticType.java b/modules/wycs/src/wycs/lang/SemanticType.java
index <HASH>..<HASH> 100644
--- a/modules/wycs/src/wycs/lang/SemanticType.java
+++ b/modules/wycs/src/wycs/lang/SemanticType.java
@@ -2,6 +2,7 @@ package wycs.lang;
import java.io.IOException;
+import java.util... | WYCS: working on substitution of generic variables. | Whiley_WhileyCompiler | train |
bb46490306434d743b0639ab24be726fda0d0c75 | diff --git a/blockstack_cli_0.14.1/blockstack_client/backend/registrar.py b/blockstack_cli_0.14.1/blockstack_client/backend/registrar.py
index <HASH>..<HASH> 100644
--- a/blockstack_cli_0.14.1/blockstack_client/backend/registrar.py
+++ b/blockstack_cli_0.14.1/blockstack_client/backend/registrar.py
@@ -398,6 +398,8 @@ c... | data_privkey is not allowed to be None | blockstack_blockstack-core | train |
93fd69a297b05162647cf3e3f00570f6febaa933 | diff --git a/slack_sdk/audit_logs/v1/logs.py b/slack_sdk/audit_logs/v1/logs.py
index <HASH>..<HASH> 100644
--- a/slack_sdk/audit_logs/v1/logs.py
+++ b/slack_sdk/audit_logs/v1/logs.py
@@ -102,6 +102,22 @@ class RetentionPolicy:
self.unknown_fields = kwargs
+class ConversationPref:
+ type: Optional[List[s... | Add new details properties for channel_posting_permissions_updated action (#<I>) | slackapi_python-slackclient | train |
91b2c3301701ae4851bc5084c1b8eeb7a0ce6f9d | diff --git a/connector/setup.py b/connector/setup.py
index <HASH>..<HASH> 100755
--- a/connector/setup.py
+++ b/connector/setup.py
@@ -184,7 +184,8 @@ setup(
'ncclient >= 0.6.6',
'grpcio',
'cisco-gnmi >= 1.0.13',
- 'protobuf ~= 3.20',
+ 'protobuf ~= 3.20;python_version>="3.7"',
... | fixed version pinning for protobuf | CiscoTestAutomation_yang | train |
ff71f2555626339f0810daca23de1f1e26791375 | diff --git a/db/jig/mapper.php b/db/jig/mapper.php
index <HASH>..<HASH> 100644
--- a/db/jig/mapper.php
+++ b/db/jig/mapper.php
@@ -324,12 +324,12 @@ class Mapper extends \DB\Cursor {
\Base::instance()->call($this->trigger['beforeinsert'],
array($this,$pkey));
$db->write($this->file,$data);
- parent::reset(... | Bug fix: Mapper is dry after save() | bcosca_fatfree-core | train |
33c075d91b70fb737474c2f1699df5cd814bb62b | diff --git a/federation/pkg/kubefed/init/init.go b/federation/pkg/kubefed/init/init.go
index <HASH>..<HASH> 100644
--- a/federation/pkg/kubefed/init/init.go
+++ b/federation/pkg/kubefed/init/init.go
@@ -340,16 +340,16 @@ func (i *initFederation) Run(cmdOut io.Writer, config util.AdminConfig) error {
}
glog.V(4).Inf... | Move logs related to etcd pvc creation inside conditional | kubernetes_kubernetes | train |
37e895ddde173a2d1ce3714d95928f6641b1d3fc | diff --git a/spyderlib/widgets/qscieditor/qscieditor.py b/spyderlib/widgets/qscieditor/qscieditor.py
index <HASH>..<HASH> 100644
--- a/spyderlib/widgets/qscieditor/qscieditor.py
+++ b/spyderlib/widgets/qscieditor/qscieditor.py
@@ -471,7 +471,8 @@ class QsciEditor(TextEditBaseWidget):
self.occurences = []
... | Editor/scrollbar flags area widget: area was not visible for widgets created after starting up Spyder | spyder-ide_spyder | train |
ea7a8caa9dc9fcb868103f0b171034f98e700152 | diff --git a/packages/openneuro-server/datalad/snapshots.js b/packages/openneuro-server/datalad/snapshots.js
index <HASH>..<HASH> 100644
--- a/packages/openneuro-server/datalad/snapshots.js
+++ b/packages/openneuro-server/datalad/snapshots.js
@@ -96,6 +96,14 @@ export const createSnapshot = async (datasetId, tag, user)... | Clear snapshot redis keys on any failures during creation.
Fixes #<I> | OpenNeuroOrg_openneuro | train |
74db05f44e024c99b007124624776f7a8a28cf92 | diff --git a/tests/Doctrine/ODM/MongoDB/Tests/Functional/Ticket/GH1141Test.php b/tests/Doctrine/ODM/MongoDB/Tests/Functional/Ticket/GH1141Test.php
index <HASH>..<HASH> 100644
--- a/tests/Doctrine/ODM/MongoDB/Tests/Functional/Ticket/GH1141Test.php
+++ b/tests/Doctrine/ODM/MongoDB/Tests/Functional/Ticket/GH1141Test.php
@... | Add regression test for #<I> with identified embedded docs
This addresses an earlier hypothesis that embedded documents are never scheduled for upsert (due to logic in UnitOfWork::persistNew()). | doctrine_mongodb-odm | train |
ec506a9d47ff418eefb80b28b97f790b5e65ccf6 | diff --git a/src/main/java/water/DKV.java b/src/main/java/water/DKV.java
index <HASH>..<HASH> 100644
--- a/src/main/java/water/DKV.java
+++ b/src/main/java/water/DKV.java
@@ -18,12 +18,10 @@ public abstract class DKV {
static public Value put( Key key, Value val, Futures fs, boolean dontCache ) {
assert val==nu... | Use raw-get instead of get when overwriting keys
avoids lazy-chunk-key creation, only to have it deleted. | h2oai_h2o-2 | train |
cd936bd85002e82bb6df7baf00cf392ffde5464f | diff --git a/console/progress.py b/console/progress.py
index <HASH>..<HASH> 100644
--- a/console/progress.py
+++ b/console/progress.py
@@ -13,7 +13,7 @@ import time
from console import fg, bg, fx, _CHOSEN_PALETTE
from console.screen import sc
-from console.utils import clear_line, len_stripped
+from console.utils i... | fix progress full_width, expand | mixmastamyk_console | train |
fe08631815ab6edbb1c05ddb879da652ce796ede | diff --git a/app/controllers/integral/backend/block_lists_controller.rb b/app/controllers/integral/backend/block_lists_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/integral/backend/block_lists_controller.rb
+++ b/app/controllers/integral/backend/block_lists_controller.rb
@@ -38,7 +38,7 @@ module Inte... | Update block list endpoint to match expected by Gutenberg | yamasolutions_integral | train |
f92c1c29dd1da347debdcec2ecd87cee4f54ccec | diff --git a/templates/default/logout-iframe.php b/templates/default/logout-iframe.php
index <HASH>..<HASH> 100644
--- a/templates/default/logout-iframe.php
+++ b/templates/default/logout-iframe.php
@@ -20,8 +20,13 @@ for (j=1; j<=10; j++) {
?>
<div id="content">
-
- <p>You have initiated a <strong>global logout... | Adding translation of which SP you arrived from (iframe SLO) | simplesamlphp_saml2 | train |
a5d205f973531f74438efe8aa36e81be96730b4f | diff --git a/generators/docker-compose/index.js b/generators/docker-compose/index.js
index <HASH>..<HASH> 100644
--- a/generators/docker-compose/index.js
+++ b/generators/docker-compose/index.js
@@ -20,6 +20,7 @@ const chalk = require('chalk');
const shelljs = require('shelljs');
const jsyaml = require('js-yaml');
c... | Normalize docker-compose paths | jhipster_generator-jhipster | train |
4c287c4d0971f5a7e312b1ea3cccfcf572c63b16 | diff --git a/examples/3_subcomponents/subcomponents.js b/examples/3_subcomponents/subcomponents.js
index <HASH>..<HASH> 100644
--- a/examples/3_subcomponents/subcomponents.js
+++ b/examples/3_subcomponents/subcomponents.js
@@ -40,8 +40,8 @@ export class Dashboard extends TanokDispatcher {
export class TwoCounters exte... | Tweak examples to fit new sugaring | brabadu_tanok | train |
7c162f0152ff27b2806f30aa2979171badfdef00 | diff --git a/name_cleaver/name_cleaver.py b/name_cleaver/name_cleaver.py
index <HASH>..<HASH> 100644
--- a/name_cleaver/name_cleaver.py
+++ b/name_cleaver/name_cleaver.py
@@ -4,7 +4,7 @@ SUFFIX_RE = '([js]r\.?|[IVX]{2,})'
class Name(object):
- scottish_re = r'(?i)\b(?P<mc>ma?c)(?P<first_letter>\w)\w+'
+ scot... | [#<I>] Fix overzealous Scottish name detection for "Machinists" | sunlightlabs_name-cleaver | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.