hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
a41afe973c1c55be07a59fad76a2037ac3de586f | diff --git a/modules/caching/src/main/java/org/projectodd/wunderboss/caching/Config.java b/modules/caching/src/main/java/org/projectodd/wunderboss/caching/Config.java
index <HASH>..<HASH> 100644
--- a/modules/caching/src/main/java/org/projectodd/wunderboss/caching/Config.java
+++ b/modules/caching/src/main/java/org/pro... | TODO: figure out when we're clustered | projectodd_wunderboss-release | train |
6f0b489a43f445ee8c1c7ac969de5aa1fdbce04e | diff --git a/resource/validate.go b/resource/validate.go
index <HASH>..<HASH> 100644
--- a/resource/validate.go
+++ b/resource/validate.go
@@ -25,6 +25,10 @@ const (
SKIP
)
+const (
+ maxScanTokenSize = 1024 * 1024
+)
+
type TestResult struct {
Successful bool `json:"successful" yaml:"successful"`
... | Increase buffer size (#<I>)
* Increase buffer size
* Increase buffer to <I> | aelsabbahy_goss | train |
3c93d2fa2998b120f38aff27a69b594c4f239b5c | diff --git a/detour/src/main/java/org/recast4j/detour/NavMesh.java b/detour/src/main/java/org/recast4j/detour/NavMesh.java
index <HASH>..<HASH> 100644
--- a/detour/src/main/java/org/recast4j/detour/NavMesh.java
+++ b/detour/src/main/java/org/recast4j/detour/NavMesh.java
@@ -977,9 +977,9 @@ public class NavMesh {
vCo... | Some minor cleanup merged from upstream | ppiastucki_recast4j | train |
a920ecb58bd36dd67576bd263be3a1137eb2a04d | diff --git a/agent/core/src/main/java/org/jolokia/history/HistoryStore.java b/agent/core/src/main/java/org/jolokia/history/HistoryStore.java
index <HASH>..<HASH> 100644
--- a/agent/core/src/main/java/org/jolokia/history/HistoryStore.java
+++ b/agent/core/src/main/java/org/jolokia/history/HistoryStore.java
@@ -34,6 +34,... | suppress warnings for findbugs, which are bogus | rhuss_jolokia | train |
9b7111a9a62b2c59bca43d1f9c2e0600f7feba33 | diff --git a/setuptools/tests/test_dist.py b/setuptools/tests/test_dist.py
index <HASH>..<HASH> 100644
--- a/setuptools/tests/test_dist.py
+++ b/setuptools/tests/test_dist.py
@@ -374,3 +374,8 @@ def test_check_specifier():
)
def test_rfc822_unescape(content, result):
assert (result or content) == rfc822_unescape... | Add test capturing expectation when name is not supplied. | pypa_setuptools | train |
ecfded8d31d4370fd9d931b1773e51428f1557e8 | diff --git a/lib/classes/plugininfo/base.php b/lib/classes/plugininfo/base.php
index <HASH>..<HASH> 100644
--- a/lib/classes/plugininfo/base.php
+++ b/lib/classes/plugininfo/base.php
@@ -94,6 +94,18 @@ abstract class base {
}
/**
+ * Returns current status for a pluginname.
+ *
+ * @param string... | MDL-<I> plugininfo: Add new get_enabled_plugin method
Apart from adding the new get_enabled_plugin($pluginname) method to the
core_plugininfo\base class, and overwritting it for filter, a bug in
enable_plugin in filter, introduced in MDL-<I>, has been fixed too. | moodle_moodle | train |
e65de7ca623e4838694bc8d8dc49857021702465 | diff --git a/tests/index.js b/tests/index.js
index <HASH>..<HASH> 100644
--- a/tests/index.js
+++ b/tests/index.js
@@ -47,7 +47,7 @@ files.forEach(file => {
prepareGrunt(completeConfig);
test.before(async t => {
- await new Promise(resolve => grunt.tasks('webpack', {}, () => resolve()));
+ await new Promise(resol... | Show stacktrace if error thrown in tests | webpack-contrib_grunt-webpack | train |
6afe20096d0dc75a6cfac91dd34dc055a95ddcd1 | diff --git a/libnetwork/osl/neigh_linux.go b/libnetwork/osl/neigh_linux.go
index <HASH>..<HASH> 100644
--- a/libnetwork/osl/neigh_linux.go
+++ b/libnetwork/osl/neigh_linux.go
@@ -80,6 +80,7 @@ func (n *networkNamespace) DeleteNeighbor(dstIP net.IP, dstMac net.HardwareAddr,
for i, nh := range n.neighbors {
if nh.ds... | Fix bug in DeleteNeighbor
- stop iterating after changing the list reference | moby_moby | train |
d3714ba629cd87aa20576a36881210a42b79d441 | diff --git a/scripts/rethinkdb-gdb.py b/scripts/rethinkdb-gdb.py
index <HASH>..<HASH> 100644
--- a/scripts/rethinkdb-gdb.py
+++ b/scripts/rethinkdb-gdb.py
@@ -30,7 +30,7 @@ def lookup_function (val):
# if a printer is registered for that type. Return an
# instantiation of the printer if found.
for funct... | fixing bug with the gdb pretty-printers. | rethinkdb_rethinkdb | train |
4abd2fb5545d75aad1df462aec717733ee7425fb | diff --git a/src/collection.js b/src/collection.js
index <HASH>..<HASH> 100644
--- a/src/collection.js
+++ b/src/collection.js
@@ -3,17 +3,16 @@ var eventMethods = require('./events.js');
var Collection = function(array) {
- var items = [];
-
var col = _.merge(eventMethods(), {
klass: 'Collection',
+ i... | Expose Collection items for easier debugging | syntheticore_declaire | train |
e3a4dff75816bc753458510cf61e0cfe9e87c19b | diff --git a/test/commands/util/split.js b/test/commands/util/split.js
index <HASH>..<HASH> 100644
--- a/test/commands/util/split.js
+++ b/test/commands/util/split.js
@@ -9,16 +9,22 @@ module.exports = class SplitCommand extends commando.Command {
description: 'Sends split messages with a specific total length.',
... | Moved split test command to new args system | discordjs_Commando | train |
91fa31b7f8c1b58382245b4ec93801ebb6fad6bf | diff --git a/simpleyapsy/iplugin.py b/simpleyapsy/iplugin.py
index <HASH>..<HASH> 100644
--- a/simpleyapsy/iplugin.py
+++ b/simpleyapsy/iplugin.py
@@ -2,9 +2,14 @@ class IPlugin(object):
"""
Simple interface to be inherited when creating a plugin.
"""
-
def __init__(self):
self.active = Fal... | Added name attribute to IPlugin and configuration methods. WIP | benhoff_pluginmanager | train |
c2667432480c533a208fb9e83abcd0ce8eb58e22 | diff --git a/src/loaders/spritesheetParser.js b/src/loaders/spritesheetParser.js
index <HASH>..<HASH> 100644
--- a/src/loaders/spritesheetParser.js
+++ b/src/loaders/spritesheetParser.js
@@ -9,6 +9,7 @@ module.exports = function ()
{
return function (resource, next)
{
+ var resourcePath;
var ... | Handling data url's in Spritsheets
* Handling data url's in Spritsheets
* Fixing dataurl truthy check, removing unnecessary route variable, and fixing brace styles | pixijs_pixi.js | train |
162bd508bcf09f51632e3598cf97046732ed9fbd | diff --git a/packages/taro-components-rn/__tests__/checkbox.spec.js b/packages/taro-components-rn/__tests__/checkbox.spec.js
index <HASH>..<HASH> 100644
--- a/packages/taro-components-rn/__tests__/checkbox.spec.js
+++ b/packages/taro-components-rn/__tests__/checkbox.spec.js
@@ -1,8 +1,8 @@
import React from 'react'
-i... | test(tcr): test of CheckboxGroup | NervJS_taro | train |
37eaffd1d4aefa77559b3eef9fd27a9461b0cc77 | diff --git a/src/main/org/openscience/cdk/pharmacophore/PharmacophoreMatcher.java b/src/main/org/openscience/cdk/pharmacophore/PharmacophoreMatcher.java
index <HASH>..<HASH> 100644
--- a/src/main/org/openscience/cdk/pharmacophore/PharmacophoreMatcher.java
+++ b/src/main/org/openscience/cdk/pharmacophore/PharmacophoreMa... | A minor modification to the pcore matcher that allows one to specify logically or'd SMARTS patterns for a given pharmacophore group. Thus one can specify a pcore group defined by c1ccccc1 or a C1CCCC1. The notation to specify these types of SMARTS is c1ccccc1|C1CCCC1. This differs from the standard logical or SMARTS op... | cdk_cdk | train |
7b0e37966883ee737e20b82088a6f58f508c253f | diff --git a/algoliasearch/Transport.go b/algoliasearch/Transport.go
index <HASH>..<HASH> 100644
--- a/algoliasearch/Transport.go
+++ b/algoliasearch/Transport.go
@@ -11,6 +11,7 @@ import "math/rand"
import "time"
import "reflect"
import "strings"
+import "fmt"
// Fix certificates
import _ "crypto/sha512"
@@ -91... | Fix retry for a network issue | algolia_algoliasearch-client-go | train |
b42130c9c14117412db1ca680ce1e618dab7dc71 | diff --git a/src/main/java/com/googlecode/objectify/impl/Transmog.java b/src/main/java/com/googlecode/objectify/impl/Transmog.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/googlecode/objectify/impl/Transmog.java
+++ b/src/main/java/com/googlecode/objectify/impl/Transmog.java
@@ -355,6 +355,9 @@ public class ... | Attempts to save a null String @Id now throw exception. | objectify_objectify | train |
f4c9c841e4802dfc7e9318e5d06712d136918776 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -91,6 +91,15 @@ By default, SoundScrape will try to rip everything it can. However, if you only
soundscrape sly-dogg -d
```
+Keep Preview Tracks
+--------
+
+By default, SoundScrape will skip the 30-second preview tra... | <I> - adds keep preview tracks option | Miserlou_SoundScrape | train |
b24ed15baa988a37b436bc9636bd0ecdb3ae0a4a | diff --git a/activemodel/lib/active_model/validations/numericality.rb b/activemodel/lib/active_model/validations/numericality.rb
index <HASH>..<HASH> 100644
--- a/activemodel/lib/active_model/validations/numericality.rb
+++ b/activemodel/lib/active_model/validations/numericality.rb
@@ -108,7 +108,7 @@ module ActiveMode... | Rename the method to match what it is doing | rails_rails | train |
bac8b4f0b46f83537d27aeab85fa4d3e0248141f | diff --git a/libcontainer/configs/validate/validator_test.go b/libcontainer/configs/validate/validator_test.go
index <HASH>..<HASH> 100644
--- a/libcontainer/configs/validate/validator_test.go
+++ b/libcontainer/configs/validate/validator_test.go
@@ -148,6 +148,9 @@ func TestValidateSecurityWithoutNEWNS(t *testing.T) {... | UNITTEST: Bypass userns test on platform without userns support
We should bypass userns test instead of show fail in platform
without userns support. | opencontainers_runc | train |
1f54c33bdd3de51b4351882dbf9d9be7807a7826 | diff --git a/admin/upgradesettings.php b/admin/upgradesettings.php
index <HASH>..<HASH> 100644
--- a/admin/upgradesettings.php
+++ b/admin/upgradesettings.php
@@ -13,6 +13,7 @@ require_login(0, false);
$adminroot = admin_get_root(); // need all settings
admin_externalpage_setup('upgradesettings'); // now hidden pag... | install: MDL-<I> Install was failing on upgradesettings.php
Only $PAGE->generaltype 'maintenance' works before the site is fully installed.
We were specifying that on all other relevant pages, but it was missed out here. | moodle_moodle | train |
b8e8a5db9a778fd5707392b53560832d04437e21 | diff --git a/src/server/pps/server/master.go b/src/server/pps/server/master.go
index <HASH>..<HASH> 100644
--- a/src/server/pps/server/master.go
+++ b/src/server/pps/server/master.go
@@ -587,7 +587,5 @@ func (a *apiServer) makeCronCommits(pachClient *client.APIClient, in *pps.Input)
}
func isNilBranchErr(err error)... | Fix bug caused by changing error message. | pachyderm_pachyderm | train |
5ea01003209978386e5e06456d13b63c9f17ea7c | diff --git a/src/remoteStorage-modules.js b/src/remoteStorage-modules.js
index <HASH>..<HASH> 100644
--- a/src/remoteStorage-modules.js
+++ b/src/remoteStorage-modules.js
@@ -1,12 +1,12 @@
define('remoteStorage-modules', [
+ 'remoteStorage',
'./modules/root',
'./modules/calendar',
- './modules/deps/vcardjs-0.2... | removed vcardjs as direct requirement for remoteStorage-modules, as modules can use require() as well now. | remotestorage_remotestorage.js | train |
3a1afc518bcb1f12067308c332e4f3c92be8f804 | diff --git a/pmxbot/quotes.py b/pmxbot/quotes.py
index <HASH>..<HASH> 100644
--- a/pmxbot/quotes.py
+++ b/pmxbot/quotes.py
@@ -187,7 +187,7 @@ def quote(client, event, channel, nick, rest):
return 'Quote added!'
if rest.startswith('del: ') or rest.startswith('del '):
cmd, sep, lookup = rest.partition(' ')
- Qu... | Fix usage - don't include 'del' in the delete query | yougov_pmxbot | train |
79c0bc31a1e66482e49a18229051845939254ca1 | diff --git a/lib/waterline/query/finders/basic.js b/lib/waterline/query/finders/basic.js
index <HASH>..<HASH> 100644
--- a/lib/waterline/query/finders/basic.js
+++ b/lib/waterline/query/finders/basic.js
@@ -113,22 +113,30 @@ module.exports = {
});
function returnResults(results) {
+
+ if(!results... | ensure populated values are serialized correctly | balderdashy_waterline | train |
c6a9367d43ce97169b2b907ad608b1e8d0b8081f | diff --git a/bids/layout/layout.py b/bids/layout/layout.py
index <HASH>..<HASH> 100644
--- a/bids/layout/layout.py
+++ b/bids/layout/layout.py
@@ -1449,5 +1449,5 @@ class BIDSLayout(object):
class Query(enum.Enum):
"""Enums for use with BIDSLayout.get()."""
- NONE = enum.auto() # Entity must not be present
-... | auto-enumeration is <I>+ only | bids-standard_pybids | train |
00e63610b0ab1ba80f40cba2ff5114a626bbb6ee | diff --git a/core/DataTable/Row.php b/core/DataTable/Row.php
index <HASH>..<HASH> 100644
--- a/core/DataTable/Row.php
+++ b/core/DataTable/Row.php
@@ -578,8 +578,8 @@ class Row
} else if ($columnToSumValue === false) {
return $thisColumnValue;
} else {
- throw n... | refs #<I> better error message, might help us to find this issue | matomo-org_matomo | train |
f6325c90e32fc3d2331adc5f6075b6ce465055df | diff --git a/core/src/com/google/inject/internal/ErrorFormatter.java b/core/src/com/google/inject/internal/ErrorFormatter.java
index <HASH>..<HASH> 100644
--- a/core/src/com/google/inject/internal/ErrorFormatter.java
+++ b/core/src/com/google/inject/internal/ErrorFormatter.java
@@ -15,7 +15,7 @@ final class ErrorFormat... | Omit prepositions from the first source in error messages.
-------------
Created by MOE: <URL> | google_guice | train |
0955c6a73df431e044bc3346bad40fa1a07890ce | diff --git a/pandas/core/frame.py b/pandas/core/frame.py
index <HASH>..<HASH> 100644
--- a/pandas/core/frame.py
+++ b/pandas/core/frame.py
@@ -3440,10 +3440,7 @@ class DataFrame(NDFrame):
mask = notnull(frame.values).view(np.uint8)
if isinstance(level, basestring):
- if self.index.names i... | BUG: incorporate Wes comments on #<I> | pandas-dev_pandas | train |
f08e2ef834aec3117c45815d48ff6e963c7e132d | diff --git a/tests/test_table.py b/tests/test_table.py
index <HASH>..<HASH> 100644
--- a/tests/test_table.py
+++ b/tests/test_table.py
@@ -207,5 +207,5 @@ class Test(unittest.TestCase):
def test_table_row_dict_iteration(self):
column_dict = {'a': [1, 3], 'b': [2, 4]}
a = Table(column_dict)
- ... | better assertion for Row iteration test | scikit-hep_awkward-array | train |
d1b430faf5b5f5f68cbed4621366d8a4d84c00c8 | diff --git a/panels/timepicker/module.js b/panels/timepicker/module.js
index <HASH>..<HASH> 100644
--- a/panels/timepicker/module.js
+++ b/panels/timepicker/module.js
@@ -186,9 +186,9 @@ angular.module('kibana.timepicker', [])
// If time picker is defined (usually is) TOFIX: Horrible parsing
if(!(_.isUndefine... | Fix for utc correction bug. Closes #<I> | grafana_grafana | train |
90f786bd1b2a54fdc97b0bec9a915ce4c0fb0a00 | diff --git a/lxd/storage_zfs.go b/lxd/storage_zfs.go
index <HASH>..<HASH> 100644
--- a/lxd/storage_zfs.go
+++ b/lxd/storage_zfs.go
@@ -1349,14 +1349,15 @@ func (s *storageZfs) MigrationSink(live bool, container container, snapshots []c
defer func() {
/* clean up our migration-send snapshots that we got from recv... | zfs: Clean any leftover snapshot
This specifically fixes a case where copying a snapshot into a new
container on a remote host causes a snapshot to stick around on the
target, then causing further container copies or moves to fail.
Closes #<I> | lxc_lxd | train |
e3dbf3c8ab9787eb659e684bb1104b34c1c753f5 | diff --git a/src/reportGenerator.js b/src/reportGenerator.js
index <HASH>..<HASH> 100644
--- a/src/reportGenerator.js
+++ b/src/reportGenerator.js
@@ -159,7 +159,7 @@ class ReportGenerator {
// Custom Javascript
const customScript = this.config.getCustomScriptFilepath();
if (customScript) {
- htmlOutput.... | Fix for customScript script tag not being written correctly by xmlwriter | Hargne_jest-html-reporter | train |
572d7c80d9fa226b2296b609c46e53b425a4d617 | diff --git a/src/org/opencms/db/CmsUserSettings.java b/src/org/opencms/db/CmsUserSettings.java
index <HASH>..<HASH> 100644
--- a/src/org/opencms/db/CmsUserSettings.java
+++ b/src/org/opencms/db/CmsUserSettings.java
@@ -46,6 +46,7 @@ import org.opencms.util.A_CmsModeStringEnumeration;
import org.opencms.util.CmsStringU... | Fixed bug with error when switching back to "Best available" Editor in
the user settings. | alkacon_opencms-core | train |
603cfe450f3d4ecdad354115bc5bf0ab49785497 | diff --git a/packages/demo/src/common/Collection/signals/remove.js b/packages/demo/src/common/Collection/signals/remove.js
index <HASH>..<HASH> 100644
--- a/packages/demo/src/common/Collection/signals/remove.js
+++ b/packages/demo/src/common/Collection/signals/remove.js
@@ -6,14 +6,14 @@ export default function (module... | fix(demos): fix image upload (#<I>) | cerebral_cerebral | train |
3b7df943e1f0255d96b509a63a45f4d297111801 | diff --git a/lib/python/test/test_dxpy.py b/lib/python/test/test_dxpy.py
index <HASH>..<HASH> 100755
--- a/lib/python/test/test_dxpy.py
+++ b/lib/python/test/test_dxpy.py
@@ -32,6 +32,9 @@ class TestDXProject(unittest.TestCase):
self.assertEqual(desc["restricted"], True)
self.assertEqual(desc["descrip... | making sure it updates the project back to not-restricted so cloning doesn't fail | dnanexus_dx-toolkit | train |
a1a46bead6db69bd5889fc1e546d576e268076bb | diff --git a/rx-netty/src/main/java/io/reactivex/netty/protocol/text/sse/ServerSentEventEncoder.java b/rx-netty/src/main/java/io/reactivex/netty/protocol/text/sse/ServerSentEventEncoder.java
index <HASH>..<HASH> 100644
--- a/rx-netty/src/main/java/io/reactivex/netty/protocol/text/sse/ServerSentEventEncoder.java
+++ b/r... | Fixes #<I> (ServerSentEventEncoder is sub-optimal)
Removed usage of StringBuilder, instead uses netty's `ByteBuf` | ReactiveX_RxNetty | train |
364ade6e4ca738d4fa11191fb4d6c1de528e57cd | diff --git a/bin/browsertimeWebPageReplay.js b/bin/browsertimeWebPageReplay.js
index <HASH>..<HASH> 100755
--- a/bin/browsertimeWebPageReplay.js
+++ b/bin/browsertimeWebPageReplay.js
@@ -38,6 +38,9 @@ async function runBrowsertime() {
resultDir: '/tmp/browsertime',
screenshotParams: {
type: 'jpg'
+ ... | ignore certificate errors by default (#<I>) | sitespeedio_browsertime | train |
613f837eef4712591e08292868a36f048594acb6 | diff --git a/ib_insync/ib.py b/ib_insync/ib.py
index <HASH>..<HASH> 100644
--- a/ib_insync/ib.py
+++ b/ib_insync/ib.py
@@ -269,7 +269,7 @@ class IB:
timeout: Maximum time in seconds to wait.
If 0 then no timeout is used.
"""
- return self.wrapper.waitOnUpdate(timeout)
+ ... | ib.waitOnUpdate refactored | erdewit_ib_insync | train |
09d5c2ea2a6ea534f4d3d0892e24c24e7b132954 | diff --git a/src/system/modules/metamodels/config/database.sql b/src/system/modules/metamodels/config/database.sql
index <HASH>..<HASH> 100644
--- a/src/system/modules/metamodels/config/database.sql
+++ b/src/system/modules/metamodels/config/database.sql
@@ -201,6 +201,8 @@ CREATE TABLE `tl_metamodel_filtersetting` (
... | new setting "all_langs" for simplelookup to allow searching of all languages in translated attributes. | MetaModels_core | train |
7a376a24b9a8ace5db22f24318389eecb1dc4c90 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -42,7 +42,7 @@ function proxyWebSockets (source, target) {
closeWebSocket(target, code, reason)
}
- source.on('message', data => waitConnection(target, () => target.send(data)))
+ source.on('message', (data, binary... | Preserve text vs binary frames (#<I>)
fixes #<I> | fastify_fastify-http-proxy | train |
ad8d6db63be79176d389e63b7724e27564a05a4d | diff --git a/nabu/data/icontact/CNabuIContact.php b/nabu/data/icontact/CNabuIContact.php
index <HASH>..<HASH> 100644
--- a/nabu/data/icontact/CNabuIContact.php
+++ b/nabu/data/icontact/CNabuIContact.php
@@ -28,5 +28,29 @@ use nabu\data\icontact\base\CNabuIContactBase;
*/
class CNabuIContact extends CNabuIContactBase... | Begin to support advanced features in iContacts | nabu-3_core | train |
ca4e6c32db604d8cffa482c8c9abbd20ba22b5b1 | diff --git a/src/actions/SmartUpdateAction.php b/src/actions/SmartUpdateAction.php
index <HASH>..<HASH> 100644
--- a/src/actions/SmartUpdateAction.php
+++ b/src/actions/SmartUpdateAction.php
@@ -100,7 +100,7 @@ class SmartUpdateAction extends SwitchAction
'POST xeditable' => [
'class' => '... | SmartUpdateAction - added handling for GET ajax requests | hiqdev_hipanel-core | train |
b236acb4b60c21fb40c4b2e0bd903b65ab19f18c | diff --git a/anyconfig/backends.py b/anyconfig/backends.py
index <HASH>..<HASH> 100644
--- a/anyconfig/backends.py
+++ b/anyconfig/backends.py
@@ -1,9 +1,11 @@
#
-# Copyright (C) 2011 - 2015 Satoru SATOH <ssato @ redhat.com>
+# Copyright (C) 2011 - 2016 Satoru SATOH <ssato @ redhat.com>
# License: MIT
#
-# suppress ... | refactoring: suppress some pylint warnings for intended code | ssato_python-anyconfig | train |
b1e0930e5cbb4c0f527f463ac0cc0c58b4792b2f | diff --git a/salt/modules/cp.py b/salt/modules/cp.py
index <HASH>..<HASH> 100644
--- a/salt/modules/cp.py
+++ b/salt/modules/cp.py
@@ -37,7 +37,7 @@ def recv(files, dest):
It does not work via the CLI.
'''
ret = {}
- for path, data in list(files.items()):
+ for path, data in files.items():
... | List call not needed. Changing it back to what it was | saltstack_salt | train |
92e62062e51fa4481c8869d2b28d0e20cb1d5376 | diff --git a/tests/test_fp.py b/tests/test_fp.py
index <HASH>..<HASH> 100644
--- a/tests/test_fp.py
+++ b/tests/test_fp.py
@@ -125,7 +125,7 @@ def _c_type_vector(T):
return vector
-NTESTS = 100
+NTESTS = 128
@pytest.mark.parametrize("mode", [
RoundingMode.RNE,
@@ -247,6 +247,37 @@ def test_reinterpret_... | add some fp tests to make coveralls happy | leonardt_hwtypes | train |
38a5271724264c9887a64d8b9d242699234cd73f | diff --git a/validator.js b/validator.js
index <HASH>..<HASH> 100644
--- a/validator.js
+++ b/validator.js
@@ -104,7 +104,8 @@
var surrogatePair = /[\uD800-\uDBFF][\uDC00-\uDFFF]/;
- var base64 = /^(?:[A-Z0-9+\/]{4})*(?:[A-Z0-9+\/]{2}==|[A-Z0-9+\/]{3}=|[A-Z0-9+\/]{4})$/i;
+ var notBase64 = /[^A-Z0-9+\/=]... | Don't use regex to validate base<I> | chriso_validator.js | train |
e3c181a213eeec7faff75aead3cfae35e1635a44 | diff --git a/dashboard/api.go b/dashboard/api.go
index <HASH>..<HASH> 100644
--- a/dashboard/api.go
+++ b/dashboard/api.go
@@ -155,7 +155,8 @@ func serveDashboardJs(res http.ResponseWriter, req *http.Request, conf *Config)
jsConf := strings.NewReader(fmt.Sprintf(`
window.DashboardConfig = {
API_SERVER: "... | dashboard: Inject INSTALL_CERT:true app config | flynn_flynn | train |
0dc303382faecfc78952b0af627acf13c66ea254 | diff --git a/lib/outputrequirementslib.php b/lib/outputrequirementslib.php
index <HASH>..<HASH> 100644
--- a/lib/outputrequirementslib.php
+++ b/lib/outputrequirementslib.php
@@ -347,7 +347,7 @@ class page_requirements_manager {
case 'core_filepicker':
$module = array('name' =>... | "MDL-<I>, added yui3 lib requirment" | moodle_moodle | train |
5e0d418b4bb8c6b7e59d3c27a1719912ea2bf77e | diff --git a/indexing-hadoop/src/main/java/io/druid/indexer/DeterminePartitionsJob.java b/indexing-hadoop/src/main/java/io/druid/indexer/DeterminePartitionsJob.java
index <HASH>..<HASH> 100644
--- a/indexing-hadoop/src/main/java/io/druid/indexer/DeterminePartitionsJob.java
+++ b/indexing-hadoop/src/main/java/io/druid/i... | fix determine partitions partitioner to work in local mode | apache_incubator-druid | train |
186c46d5cc4ef8e50a01f3e7a0b0fdb90fd732ac | diff --git a/robotium-solo/src/main/java/com/jayway/android/robotium/solo/ViewFetcher.java b/robotium-solo/src/main/java/com/jayway/android/robotium/solo/ViewFetcher.java
index <HASH>..<HASH> 100644
--- a/robotium-solo/src/main/java/com/jayway/android/robotium/solo/ViewFetcher.java
+++ b/robotium-solo/src/main/java/com... | Bugfix in ViewFetcher which solves issue <I> | RobotiumTech_robotium | train |
9e9b954090593bbab0ab13a15a096d16507ccf32 | diff --git a/cache/redis/redis_test.go b/cache/redis/redis_test.go
index <HASH>..<HASH> 100644
--- a/cache/redis/redis_test.go
+++ b/cache/redis/redis_test.go
@@ -64,11 +64,11 @@ func TestGetErrorUnmarshal(t *testing.T) {
}
func createTestCache() *RedisCache {
- return createTestCacheWithRedigoPool(createTestRedigo... | small changes in RedisCache tests | pierrre_imageserver | train |
c11f0c1bb8c6710494c90193c3d472176a8f774f | diff --git a/tensorflow_probability/python/distributions/gaussian_process_regression_model.py b/tensorflow_probability/python/distributions/gaussian_process_regression_model.py
index <HASH>..<HASH> 100644
--- a/tensorflow_probability/python/distributions/gaussian_process_regression_model.py
+++ b/tensorflow_probability... | Fix typo in unit test, and remove the code path previously hidden by the typo: a broadcastability check for dynamic shapes that doesn't quite work.
PiperOrigin-RevId: <I> | tensorflow_probability | train |
4865a22f788e0997771d15e00d2d895d904eb92a | diff --git a/tools/pyboard.py b/tools/pyboard.py
index <HASH>..<HASH> 100755
--- a/tools/pyboard.py
+++ b/tools/pyboard.py
@@ -35,6 +35,7 @@ import serial
def stdout_write_bytes(b):
sys.stdout.buffer.write(b)
+ sys.stdout.buffer.flush()
class PyboardError(BaseException):
pass
@@ -207,6 +208,7 @@ def ... | tools/pyboard.py: Add "--follow" option to wait for output indefinitely.
Also flush stdout so you can see output as it comes. | micropython_micropython | train |
dbb95058db163a4cfc6cf81517bbfa7531eb8fc7 | diff --git a/katcp/resource_client.py b/katcp/resource_client.py
index <HASH>..<HASH> 100644
--- a/katcp/resource_client.py
+++ b/katcp/resource_client.py
@@ -1380,10 +1380,12 @@ class IOLoopThreadWrapper(object):
# Should never get here since the tornado future should raise
assert False, 'Tor... | Use request timeout in ioloop wrapper
The timeout parameter on the decorator itself is never used. Rather get rid
of it and extract the relevant timeout from the kwargs of the original request.
This way the user can override timeouts per request (as opposed to per ioloop
wrapper).
A future improvement might be to mak... | ska-sa_katcp-python | train |
f8bf1b868b2f9cc8ff33ea55e10b47759981620e | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -2273,7 +2273,6 @@ function Monoxide() {
});
if (model) settings.collection = model;
if (!settings.collection) throw new Error('No collection specified for monoxide.express.query(). Specify as a string or {collection:... | BUGFIX: Removed spare fold artefact | hash-bang_Monoxide | train |
9c12065fe992ac347c09e91b81979b45f88abcbd | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -129,8 +129,8 @@ gulp.task('watch', function () {
runMochaSimply();
});
-gulp.task('clean_bundle', function (done) {
- del([path.join(config.bundle.destDir, config.bundle.destName)], done);
+gulp.task('c... | chore(gulpfile): dealing with del ^<I> | power-assert-js_espower | train |
948bd90793e00eb37f17df162853717b232cb418 | diff --git a/lib/ohai/plugins/solaris2/network.rb b/lib/ohai/plugins/solaris2/network.rb
index <HASH>..<HASH> 100644
--- a/lib/ohai/plugins/solaris2/network.rb
+++ b/lib/ohai/plugins/solaris2/network.rb
@@ -122,7 +122,7 @@ popen4("arp -an") do |pid, stdin, stdout, stderr|
if line =~ /([0-9a-zA-Z]+)\s+(\d{1,3}\.\d{... | fiddling with solaris2 ifconfig | chef_ohai | train |
aea75854e60a62ac309feb0926273d33da07dd26 | diff --git a/src/files.js b/src/files.js
index <HASH>..<HASH> 100644
--- a/src/files.js
+++ b/src/files.js
@@ -13,7 +13,7 @@ const concat = require('concat-stream')
const through = require('through2')
module.exports = (common) => {
- describe.only('.files', () => {
+ describe('.files', () => {
let smallFile
... | fix(files): remove .only used for testing | ipfs_interface-js-ipfs-core | train |
be03d38ae6b40cac2e727e7a9fbdbeb735218b99 | diff --git a/src/Schema/Column/Column.php b/src/Schema/Column/Column.php
index <HASH>..<HASH> 100644
--- a/src/Schema/Column/Column.php
+++ b/src/Schema/Column/Column.php
@@ -137,7 +137,7 @@ abstract class Column implements \Serializable, \JSONSerializable
public function set(string $field, $value)
{
... | Fix a bug in incorrect variable name and a bug where the invalid property was set: field rather than $field | Wedeto_DB | train |
bba20b7bb8fc48ec191646ded0de9d8c138a93e7 | diff --git a/src/main/java/org/psjava/util/FastScanner.java b/src/main/java/org/psjava/util/FastScanner.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/psjava/util/FastScanner.java
+++ b/src/main/java/org/psjava/util/FastScanner.java
@@ -10,8 +10,16 @@ public class FastScanner {
private StringTokenizer token... | improve FastScanner - to support delimiters | psjava_psjava | train |
8e1533804a9a1aad06c47370f6b300234afd8bc4 | diff --git a/metrique/server/drivers/git/Commit.py b/metrique/server/drivers/git/Commit.py
index <HASH>..<HASH> 100644
--- a/metrique/server/drivers/git/Commit.py
+++ b/metrique/server/drivers/git/Commit.py
@@ -10,7 +10,8 @@ import re
from metrique.server.drivers.basegitobject import BaseGitObject
from metrique.serve... | git commit now saving each object one by one; new save_object2 function for saving objects wholesale -> will eventually obsolete/replace save_object | kejbaly2_metrique | train |
a8936222b12ca9c74206e53e1ad0c58f78cf61d5 | diff --git a/lib/moodlelib.php b/lib/moodlelib.php
index <HASH>..<HASH> 100644
--- a/lib/moodlelib.php
+++ b/lib/moodlelib.php
@@ -193,9 +193,9 @@ function clean_param($param, $options) {
}
if ($options & PARAM_CLEAN) {
- $param = stripslashes($param);
+ $param = stripslashes($param); // Nee... | Added some comments to remember why they are there... ;-) | moodle_moodle | train |
47142ca910afa7039a4c6cbb40ac6ffe159eba88 | diff --git a/cachalot/utils.py b/cachalot/utils.py
index <HASH>..<HASH> 100644
--- a/cachalot/utils.py
+++ b/cachalot/utils.py
@@ -20,11 +20,33 @@ def _hash_cache_key(unicode_key):
def get_query_cache_key(compiler):
+ """
+ Generates a cache key from a SQLCompiler.
+
+ This cache key is specific to the SQ... | Adds some docstrings. | noripyt_django-cachalot | train |
90d98ea39c2c404e8a2094633d457856e8017066 | diff --git a/src/Framework/Console/Console.php b/src/Framework/Console/Console.php
index <HASH>..<HASH> 100755
--- a/src/Framework/Console/Console.php
+++ b/src/Framework/Console/Console.php
@@ -143,14 +143,14 @@ class Console implements ConsoleInterface
public function normalizeText(string $message): string
... | Fix regex to match multiple color definitions | phOnion_console | train |
bb821e7df61d4b30cd6fa0d36a2b19bb598e7321 | diff --git a/marathon_acme/clients.py b/marathon_acme/clients.py
index <HASH>..<HASH> 100644
--- a/marathon_acme/clients.py
+++ b/marathon_acme/clients.py
@@ -24,12 +24,12 @@ class JsonClient(object):
self._agent = agent
self._pool = client.HTTPConnectionPool(clock, persistent=False)
- def _log_h... | JsonClient: Rename log methods for clarity | praekeltfoundation_marathon-acme | train |
e9788664fed6b744f15e44086666b549367c5e4a | diff --git a/src/Lib/basics.php b/src/Lib/basics.php
index <HASH>..<HASH> 100644
--- a/src/Lib/basics.php
+++ b/src/Lib/basics.php
@@ -8,4 +8,12 @@ function ___($singular, $args = null)
$arguments = func_get_args();
return __($ucf_singular, array_slice($arguments, 1));
+}
+
+function ___d($domain, $msg,... | Started implementation of action_all on lists | alaxos_cakephp3-libs | train |
0aa1dddb2ec87005a73597c62c848924519323ee | diff --git a/test/ServerTest.php b/test/ServerTest.php
index <HASH>..<HASH> 100644
--- a/test/ServerTest.php
+++ b/test/ServerTest.php
@@ -14,8 +14,8 @@ class ServerTest extends TestCase
$this->callback = function ($req, $res, $done) {
// Intentionally empty
};
- $this->request ... | Refactor tests to use new interface names
- IncomingRequest becomes ServerRequest, and OutgoingResponse becomes
Response. | phly_http | train |
4000820c9a842a96eb999efdaec29583c757df75 | diff --git a/godbf/dbfio.go b/godbf/dbfio.go
index <HASH>..<HASH> 100644
--- a/godbf/dbfio.go
+++ b/godbf/dbfio.go
@@ -1,10 +1,11 @@
package godbf
import (
- "code.google.com/p/mahonia"
"fmt"
"os"
"strings"
+
+ "github.com/axgle/mahonia"
)
func NewFromFile(fileName string, fileEncoding string) (table *Dbf... | Import updated: Google Code => GitHub
Commit due to the shutdown of Google Code. | LindsayBradford_go-dbf | train |
9b64337b190f82ad81f9f0cff04727cd4a282dbd | diff --git a/remote_repository.go b/remote_repository.go
index <HASH>..<HASH> 100644
--- a/remote_repository.go
+++ b/remote_repository.go
@@ -146,33 +146,8 @@ func (repo *OtherRepository) VCS() (*VCSBackend, *url.URL) {
if err != nil {
logger.Log("error", err.Error())
}
-
- if vcs == "git" || vcs == "github... | refactor vcs backend detection in OtherRepository | motemen_ghq | train |
2b19dd09bbffb5c2166f5e2d39e5626d79bf070a | diff --git a/packages/core/core/src/BundleGraph.js b/packages/core/core/src/BundleGraph.js
index <HASH>..<HASH> 100644
--- a/packages/core/core/src/BundleGraph.js
+++ b/packages/core/core/src/BundleGraph.js
@@ -40,6 +40,11 @@ type BundleGraphEdgeTypes =
| 'references';
export default class BundleGraph {
+ // A c... | Factor child bundle hashes into own | parcel-bundler_parcel | train |
7ffe27671070cb00a56d4e0026f3a91bd38b282b | diff --git a/views/js/controller/login.js b/views/js/controller/login.js
index <HASH>..<HASH> 100644
--- a/views/js/controller/login.js
+++ b/views/js/controller/login.js
@@ -42,13 +42,6 @@ define([
};
/**
- * Clear store from previous session
- */
- const clearStore = function clearStore() {
- ... | fix: moved store cleanup from login to searchComponent init | oat-sa_tao-core | train |
42545dc1c7dc3f67a5487d709710a0685854a4a6 | diff --git a/src/cli/commands/dag/get.js b/src/cli/commands/dag/get.js
index <HASH>..<HASH> 100644
--- a/src/cli/commands/dag/get.js
+++ b/src/cli/commands/dag/get.js
@@ -42,7 +42,7 @@ module.exports = {
if (node._json) {
delete node._json.multihash
node._json.data = '0x' + node._json.data.toSt... | fix(dag): print data in a readable way if it is JSON
If a dag node is JSON, print the stringified version of it, so that
it shows the actual JSON and not just `[object Object]`. | ipfs_js-ipfs | train |
f9c04c5be7e678d31c4d7de017ec6401177330a8 | diff --git a/src/PeskyCMF/Providers/PeskyCmfServiceProvider.php b/src/PeskyCMF/Providers/PeskyCmfServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/PeskyCMF/Providers/PeskyCmfServiceProvider.php
+++ b/src/PeskyCMF/Providers/PeskyCmfServiceProvider.php
@@ -52,13 +52,14 @@ class PeskyCmfServiceProvider extends App... | PeskyCmfServiceProvider - fixed publishes | swayok_PeskyCMF | train |
ff74b061b4cd7a165e5f448d35b5f03fb28b6096 | diff --git a/webview/platforms/winforms.py b/webview/platforms/winforms.py
index <HASH>..<HASH> 100644
--- a/webview/platforms/winforms.py
+++ b/webview/platforms/winforms.py
@@ -587,13 +587,13 @@ def get_current_url(uid):
return CEF.get_current_url(uid)
else:
window = BrowserView.instances[uid]
... | [Winforms] fix loaded events | r0x0r_pywebview | train |
6450515abe7fb4f08b98dc11034ebba0b108fc4c | diff --git a/src/module-elasticsuite-catalog/Helper/AbstractAttribute.php b/src/module-elasticsuite-catalog/Helper/AbstractAttribute.php
index <HASH>..<HASH> 100644
--- a/src/module-elasticsuite-catalog/Helper/AbstractAttribute.php
+++ b/src/module-elasticsuite-catalog/Helper/AbstractAttribute.php
@@ -266,7 +266,9 @@ a... | Do not assume ES cast interger to boolean anymore | Smile-SA_elasticsuite | train |
3abaa6ae07671d67d45406350ef617aa01a3e3f2 | diff --git a/testsuite/integration/basic/src/test/java/org/wildfly/test/integration/weld/beanarchives/BootstrapBeanDeploymentArchiveTestCase.java b/testsuite/integration/basic/src/test/java/org/wildfly/test/integration/weld/beanarchives/BootstrapBeanDeploymentArchiveTestCase.java
index <HASH>..<HASH> 100644
--- a/tests... | [WFLY-<I>] BootstrapBeanDeploymentArchiveTestCase fails with security manager | wildfly_wildfly | train |
c3efbbaf8401970de576252059f71b9f19e0638b | diff --git a/salt/states/boto3_route53.py b/salt/states/boto3_route53.py
index <HASH>..<HASH> 100644
--- a/salt/states/boto3_route53.py
+++ b/salt/states/boto3_route53.py
@@ -271,9 +271,11 @@ def hosted_zone_present(name, Name=None, PrivateZone=False,
PrivateZone else 'public', Name)
r... | Fix a couple of small-ish issues in salt/states/boto3_route<I>.py (#<I>)
* INFRA-<I> - bad logic when checking if an update is due
* INFRA-<I> - only pass VPC related params if they're valid | saltstack_salt | train |
3c680a5ab9707eb44fd497802efb0600ba4b9602 | diff --git a/fireplace/targeting.py b/fireplace/targeting.py
index <HASH>..<HASH> 100644
--- a/fireplace/targeting.py
+++ b/fireplace/targeting.py
@@ -80,7 +80,7 @@ def isValidTarget(self, target, requirements=None):
if target is self:
return False
elif req == PlayReq.REQ_TARGET_WITH_RACE:
- if target.rac... | Expand REQ_TARGET_WITH_RACE to exclude non-minions
Fixes #<I> | jleclanche_fireplace | train |
06a495a549da843df2d1337f1266b721891b40fa | diff --git a/docker/docker.go b/docker/docker.go
index <HASH>..<HASH> 100644
--- a/docker/docker.go
+++ b/docker/docker.go
@@ -214,8 +214,22 @@ func (i *Image) Pull() error {
if err != nil {
return err
}
+ defer resp.Body.Close()
+ // try one more time by clearing the token to request it
+ if resp.StatusCo... | Fix edgecase if token is specified and not needed | optiopay_klar | train |
bb063138df44488b9fb0f02040fee87a1a63cd95 | diff --git a/test/extended/builds/proxy.go b/test/extended/builds/proxy.go
index <HASH>..<HASH> 100644
--- a/test/extended/builds/proxy.go
+++ b/test/extended/builds/proxy.go
@@ -1,8 +1,11 @@
package builds
import (
+ "context"
+
g "github.com/onsi/ginkgo"
o "github.com/onsi/gomega"
+ metav1 "k8s.io/apimachiner... | Bug <I>: Verify builds can mount proxy trustedCA
Verify builds can mount the cluster's custom PKI trust bundle if one is
set on the cluster proxy configuration. When `mountProxyTrustedCA` is
set to `true`, builds should add the container's trust bundle as a
read-only mount. The custom PKI should be readable during the... | openshift_origin | train |
c81ae72db9cea57b41ba9c926c7aa43c7bde0b32 | diff --git a/lib/alchemy/upgrader/three_point_zero.rb b/lib/alchemy/upgrader/three_point_zero.rb
index <HASH>..<HASH> 100644
--- a/lib/alchemy/upgrader/three_point_zero.rb
+++ b/lib/alchemy/upgrader/three_point_zero.rb
@@ -3,16 +3,20 @@ module Alchemy
private
def rename_registered_role_ro_member
- desc... | Fix the <I> upgrader for custom user classes.
We depent on a `alchemy_roles` column in the <I> upgrader. But not all custom user classes may have such column, so we need to check if it's present. | AlchemyCMS_alchemy_cms | train |
adebf8071c7220f1f0eb2e87ad745739013d89f6 | diff --git a/packages/themes/src/next/g100.js b/packages/themes/src/next/g100.js
index <HASH>..<HASH> 100644
--- a/packages/themes/src/next/g100.js
+++ b/packages/themes/src/next/g100.js
@@ -150,7 +150,7 @@ export const borderDisabled = gray90;
export const textPrimary = gray10;
export const textSecondary = gray30;
... | feat(themes): change placeholder and helper text colors dark themes (#<I>) | carbon-design-system_carbon-components | train |
da66ef1fcf9b8335027a42fcdb4623129c5d0be3 | diff --git a/app/helpers/effective_menus_helper.rb b/app/helpers/effective_menus_helper.rb
index <HASH>..<HASH> 100644
--- a/app/helpers/effective_menus_helper.rb
+++ b/app/helpers/effective_menus_helper.rb
@@ -34,9 +34,17 @@ module EffectiveMenusHelper
end
stack = [items.to_a.first] # A stack to keep track... | Add visible_for? functionality to hide a menu from view | code-and-effect_effective_pages | train |
212a74d8b7b4a4010b32cd26bb06e843ec9aacb7 | diff --git a/activerecord/lib/active_record/null_relation.rb b/activerecord/lib/active_record/null_relation.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/null_relation.rb
+++ b/activerecord/lib/active_record/null_relation.rb
@@ -2,7 +2,7 @@
module ActiveRecord
# = Active Record Null Relation... | modulize AR::NullRelation
now we can invoke previously added scope extension methods | rails_rails | train |
a3510e391de264e87361f402a1903877cc91c8f3 | diff --git a/control/available_plugin.go b/control/available_plugin.go
index <HASH>..<HASH> 100644
--- a/control/available_plugin.go
+++ b/control/available_plugin.go
@@ -46,7 +46,7 @@ const (
// DefaultClientTimeout - default timeout for a client connection attempt
DefaultClientTimeout = time.Second * 10
// Defa... | Makes plugin healthchecks less aggressive
Lengthens the timeout for plugin health checks in order to be less
aggressive about killing plugins. | intelsdi-x_snap | train |
5b4e51d5b68b29f9676b6b1ae44c2eae5a3c1220 | diff --git a/lifetimes/utils.py b/lifetimes/utils.py
index <HASH>..<HASH> 100644
--- a/lifetimes/utils.py
+++ b/lifetimes/utils.py
@@ -138,6 +138,9 @@ def _find_first_transactions(transactions, customer_id_col, datetime_col, moneta
if observation_period_end is None:
observation_period_end = transactions[d... | _find_first_transactions now returns datetime_col as pd.Period again to ensure compatibility with other methods | CamDavidsonPilon_lifetimes | train |
6cab408fd66fcb6abdf83995c4df8e161e16e997 | diff --git a/pkcs11.go b/pkcs11.go
index <HASH>..<HASH> 100644
--- a/pkcs11.go
+++ b/pkcs11.go
@@ -539,6 +539,7 @@ func (c *Ctx) WrapKey(sh SessionHandle, m []*Mechanism, wrappingkey, key ObjectH
return nil, toError(e)
}
h := C.GoBytes(unsafe.Pointer(wrappedkey), C.int(wrappedkeylen))
+ C.free(unsafe.Pointer(wra... | C.free all memory converted woth C.GoBytes | miekg_pkcs11 | train |
befe826c45b07afe70c1b32bdce74ebf99161e59 | diff --git a/js/date_picker/picker.date.js b/js/date_picker/picker.date.js
index <HASH>..<HASH> 100644
--- a/js/date_picker/picker.date.js
+++ b/js/date_picker/picker.date.js
@@ -1097,6 +1097,7 @@ DatePicker.prototype.nodes = function( isOpen ) {
// divide in half to get half before and half after focused ... | Year no longer changes in date picker preview if a new date has not been selected | Dogfalo_materialize | train |
31e043238948d86ba4a87eb9d161e329a6c39ebd | diff --git a/lib/engines/mongodb.js b/lib/engines/mongodb.js
index <HASH>..<HASH> 100644
--- a/lib/engines/mongodb.js
+++ b/lib/engines/mongodb.js
@@ -109,8 +109,8 @@ MongoEngine.prototype.connect = function() {
return BPromise.delay(this, 1);
return MongoClient.connectAsync( this.options.url )
- .catch(function... | Add more context to error when failing to connect to MongoDB | amcgee_remjs | train |
28ced37faad76598d802059e7443308263c11084 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -9,17 +9,29 @@ module.exports = dockmaster = function(ports) {
// Find matching services via host header and sort by path
var matchingServices = _.sortBy(_.filter(services, function(service) {
- return (!servi... | changed vhost domain from using host to vhost.serverName | coen-hyde_dockmaster | train |
f1b706fe82044dce2f13ed21468114d72d66efbe | diff --git a/nerdamer.core.js b/nerdamer.core.js
index <HASH>..<HASH> 100644
--- a/nerdamer.core.js
+++ b/nerdamer.core.js
@@ -4599,6 +4599,9 @@ var nerdamer = (function(imports) {
'acos' : [ trig.acos, 1],
'asin' : [ trig.asin, 1],
'atan' ... | Support latex arcsin/arccos/arctan | jiggzson_nerdamer | train |
ef6f1b8bd559514bab9dfe2225aaeec3085e13c9 | diff --git a/chef/lib/chef/provider/user/useradd.rb b/chef/lib/chef/provider/user/useradd.rb
index <HASH>..<HASH> 100644
--- a/chef/lib/chef/provider/user/useradd.rb
+++ b/chef/lib/chef/provider/user/useradd.rb
@@ -55,7 +55,10 @@ class Chef
end
unless status.exitstatus == 0
- raise Ch... | [CHEF-<I>] When checking to see if an account is locked, don't raise an error when centos returns an exit status of 1 even though the command provides the necessary output. Assuming that rhel behaves the same way. Includes updated tests. | chef_chef | train |
a193605f3ea9cf89abff67ac6b39e7338307e698 | diff --git a/src/main/java/net/openhft/chronicle/engine/client/ClientWiredStatelessTcpConnectionHub.java b/src/main/java/net/openhft/chronicle/engine/client/ClientWiredStatelessTcpConnectionHub.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/openhft/chronicle/engine/client/ClientWiredStatelessTcpConnectionHub.... | added some more YAML Logging | OpenHFT_Chronicle-Network | train |
e5f3f07a05bdcdf347e68bae6ae827eb3397e0ba | diff --git a/openquake/calculators/classical.py b/openquake/calculators/classical.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/classical.py
+++ b/openquake/calculators/classical.py
@@ -285,8 +285,10 @@ class PSHACalculator(base.HazardCalculator):
ses_per_logic_tree_path=oq.ses_per_logic_tree_... | Fixed saving_sources_by_task | gem_oq-engine | train |
383be782b341ff5329b6c1ecf0b3e8d48cd6a4fb | diff --git a/examples/rosenbrock.py b/examples/rosenbrock.py
index <HASH>..<HASH> 100644
--- a/examples/rosenbrock.py
+++ b/examples/rosenbrock.py
@@ -44,10 +44,32 @@ def build_and_trace(algo, init, limit=100, **kwargs):
kw.update(kwargs)
xs, ys, loss = [], [], []
for tm, _ in build(algo, init).iteropt([... | Add a common method for testing algorithm performance. | lmjohns3_downhill | train |
4a67225cf65bf22e3cbba9b81ec213ca467aa4c0 | diff --git a/testsuite/layers/src/test/java/org/jboss/as/test/layers/LayersTestCase.java b/testsuite/layers/src/test/java/org/jboss/as/test/layers/LayersTestCase.java
index <HASH>..<HASH> 100644
--- a/testsuite/layers/src/test/java/org/jboss/as/test/layers/LayersTestCase.java
+++ b/testsuite/layers/src/test/java/org/jb... | [WFLY-<I>] Servlet feature pack layers no longer are expected to provision javax.xml.stream.api as there's no longer a 'vault' layer requiring it | wildfly_wildfly | train |
119f4372dd0ea28a09ffa78aec5106a13125e538 | diff --git a/src/phpFastCache/CacheManager.php b/src/phpFastCache/CacheManager.php
index <HASH>..<HASH> 100644
--- a/src/phpFastCache/CacheManager.php
+++ b/src/phpFastCache/CacheManager.php
@@ -53,6 +53,9 @@ class CacheManager
if(!isset($config['cache_method'])) {
$config['cache_method'] = phpFas... | Limited <I>kb to cache memory | PHPSocialNetwork_phpfastcache | train |
7a788f4bdcfa8c515a60c559eac11480ef993419 | diff --git a/core/src/main/java/hudson/tasks/Maven.java b/core/src/main/java/hudson/tasks/Maven.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/tasks/Maven.java
+++ b/core/src/main/java/hudson/tasks/Maven.java
@@ -39,6 +39,7 @@ import hudson.model.AbstractProject;
import hudson.model.BuildListener;
i... | adding this back since the sonar plugin depends on it.
git-svn-id: <URL> | jenkinsci_jenkins | train |
9d4a040fa5c5664b44a79550d0d9858121dd5ce7 | diff --git a/lib/Renderer.js b/lib/Renderer.js
index <HASH>..<HASH> 100644
--- a/lib/Renderer.js
+++ b/lib/Renderer.js
@@ -162,28 +162,30 @@ Renderer.prototype.run = function(graph, orgSvg) {
return result;
};
-function copyAndInitGraph(graph) {
- var copy = graph.copy();
+function copyAndInitGraph(g) {
+ var c... | Some cleanup in prep for moving to dagre <I> | dagrejs_dagre-d3 | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.