hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
b0e5b0af9758af6c3b3a69f7603d929d0c7fcedd | diff --git a/dist/js/jquery.orgchart.js b/dist/js/jquery.orgchart.js
index <HASH>..<HASH> 100755
--- a/dist/js/jquery.orgchart.js
+++ b/dist/js/jquery.orgchart.js
@@ -51,12 +51,8 @@
return addSiblings.apply(this, Array.prototype.splice.call(arguments, 1));
case 'removeNodes':
return removeNodes... | Improvement getHierarchy
and fix bug during create node when there is no 'relationship' attribute. | dabeng_OrgChart | train |
6b9d2db1470fa04a5746cb12287e4074141f7f73 | diff --git a/statsd/src/test/java/org/cloudfoundry/identity/statsd/UaaMetricsEmitterTests.java b/statsd/src/test/java/org/cloudfoundry/identity/statsd/UaaMetricsEmitterTests.java
index <HASH>..<HASH> 100644
--- a/statsd/src/test/java/org/cloudfoundry/identity/statsd/UaaMetricsEmitterTests.java
+++ b/statsd/src/test/jav... | Metrics that don't have a value, -1, are not emitted
[#<I>] <URL> | cloudfoundry_uaa | train |
3d49fc131517c93d9857070626f76a7de757d8ec | diff --git a/framework/core/src/Core/Access/DiscussionPolicy.php b/framework/core/src/Core/Access/DiscussionPolicy.php
index <HASH>..<HASH> 100644
--- a/framework/core/src/Core/Access/DiscussionPolicy.php
+++ b/framework/core/src/Core/Access/DiscussionPolicy.php
@@ -109,6 +109,8 @@ class DiscussionPolicy extends Abstra... | Prevent users from being incorrectly able to delete their own discussions | flarum_core | train |
3a57b9c2fee2aced5f263ea7e6844f444657b0c2 | diff --git a/nomad/vault.go b/nomad/vault.go
index <HASH>..<HASH> 100644
--- a/nomad/vault.go
+++ b/nomad/vault.go
@@ -583,15 +583,15 @@ func (v *vaultClient) renew() (bool, error) {
// Attempt to renew the token
secret, err := v.auth.RenewSelf(v.tokenData.CreationTTL)
if err != nil {
-
// Check if there is a ... | nil secrets as recoverable to keep renew attempts | hashicorp_nomad | train |
dff23244eca9fe70bb425158988175273a9ad88f | diff --git a/fusesoc/sections.py b/fusesoc/sections.py
index <HASH>..<HASH> 100644
--- a/fusesoc/sections.py
+++ b/fusesoc/sections.py
@@ -55,6 +55,8 @@ class VerilatorSection(ToolSection):
self.name ='verilator'
+ self.include_dirs = []
+
self._add_listitem('verilator_options')
se... | sections.py: Always define include_dirs in VerilatorSection | olofk_fusesoc | train |
cfa71d125168ac4e2f33aee0d132ada1c9ad4a3d | diff --git a/lib/class-wp-json-comments-controller.php b/lib/class-wp-json-comments-controller.php
index <HASH>..<HASH> 100644
--- a/lib/class-wp-json-comments-controller.php
+++ b/lib/class-wp-json-comments-controller.php
@@ -404,14 +404,14 @@ class WP_JSON_Comments_Controller extends WP_JSON_Controller {
return t... | Do not allow unauthenticated users to read unapproved comments. | WP-API_WP-API | train |
2bf4f0f84786f16a2fd9eaf6d40c081ac03bc52b | diff --git a/core/src/main/java/com/google/errorprone/bugpatterns/GuiceAssistedInjectScoping.java b/core/src/main/java/com/google/errorprone/bugpatterns/GuiceAssistedInjectScoping.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/google/errorprone/bugpatterns/GuiceAssistedInjectScoping.java
+++ b/core/src/m... | Support JSR<I> annotations in GuiceAssistedInjectScoping | google_error-prone | train |
bc92c9e320ae56e6e0bf2c25413be7de58950fbe | diff --git a/cobra/core/model.py b/cobra/core/model.py
index <HASH>..<HASH> 100644
--- a/cobra/core/model.py
+++ b/cobra/core/model.py
@@ -814,7 +814,7 @@ class Model(Object):
else:
assert_optimal(self, message)
- def optimize(self, objective_sense=None, **kwargs):
+ def optimize(self, obj... | feat: option to raise error from model.optimize
Add a feature to replace this
```
model.slim_optimize()
assert_optimal()
solution = get_solution(model)
```
with just
```
solution = model.optimize(raise_error=True)
```
and avoid the imports assert_optimal and get_solution in other packages | opencobra_cobrapy | train |
2f28f1636ebdb696a438867ab53e2503c121e3d6 | diff --git a/src/Content.php b/src/Content.php
index <HASH>..<HASH> 100644
--- a/src/Content.php
+++ b/src/Content.php
@@ -23,14 +23,17 @@ class Content implements \ArrayAccess
// The last time we weight a searchresult
private $lastWeight = 0;
+ // Whether this is a "real" contenttype or an embedded ones... | Add flag for contenttypes that shouldn't have templatefields | bolt_bolt | train |
288c35b6d5921e9b066b4f802777e42a71e1f4ab | diff --git a/src/cr/cube/cubepart.py b/src/cr/cube/cubepart.py
index <HASH>..<HASH> 100644
--- a/src/cr/cube/cubepart.py
+++ b/src/cr/cube/cubepart.py
@@ -749,7 +749,13 @@ class _Slice(CubePartition):
@lazyproperty
def payload_order(self):
- """1D np.int64 ndarray of signed int idx respecting the pay... | [<I>]: Address greg's comments | Crunch-io_crunch-cube | train |
dd3cb920364a0826e409f9cf0eacdfebe8dd754f | diff --git a/qbit/spring/src/main/java/io/advantageous/qbit/spring/config/PlatformConfiguration.java b/qbit/spring/src/main/java/io/advantageous/qbit/spring/config/PlatformConfiguration.java
index <HASH>..<HASH> 100644
--- a/qbit/spring/src/main/java/io/advantageous/qbit/spring/config/PlatformConfiguration.java
+++ b/q... | only do jvm stats if we have a refresh prop | advantageous_qbit | train |
c66a8b386f65b4ff715d0fe520a6a0c58d0ef1cd | diff --git a/core/src/main/java/com/graphhopper/storage/GraphHopperStorage.java b/core/src/main/java/com/graphhopper/storage/GraphHopperStorage.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/graphhopper/storage/GraphHopperStorage.java
+++ b/core/src/main/java/com/graphhopper/storage/GraphHopperStorage.ja... | proper handling of infinit distances | graphhopper_graphhopper | train |
e99f993ee2274c920420f426a2a6b4480ca557f5 | diff --git a/asteval/asteval.py b/asteval/asteval.py
index <HASH>..<HASH> 100644
--- a/asteval/asteval.py
+++ b/asteval/asteval.py
@@ -758,8 +758,8 @@ class Interpreter(object):
return func(*args, **keywords)
except Exception as ex:
self.raise_exception(
- node, msg="Er... | Give Procedure objects a __name__ attribute | newville_asteval | train |
6f00cd999e54e24df602991f5b73d39da3a4869f | diff --git a/normandy/recipes/api/serializers.py b/normandy/recipes/api/serializers.py
index <HASH>..<HASH> 100644
--- a/normandy/recipes/api/serializers.py
+++ b/normandy/recipes/api/serializers.py
@@ -7,7 +7,7 @@ from normandy.base.api.serializers import UserSerializer
from normandy.recipes.api.fields import ActionI... | Rename Validator to JSONSchemaValidator | mozilla_normandy | train |
32f0efb087c40f02914943e18a4990c07fc88da3 | diff --git a/.storybook/config.js b/.storybook/config.js
index <HASH>..<HASH> 100644
--- a/.storybook/config.js
+++ b/.storybook/config.js
@@ -1,5 +1,5 @@
import { Text, View } from 'react-native';
-import { configure, addDecorator } from "@storybook/react";
+import { configure, addDecorator } from '@storybook/react';... | added storybook for ts-components (#<I>) | newsuk_times-components | train |
dac6256b5f6c31797e307fa058747629ee8adfb5 | diff --git a/lib/LineMessageView.js b/lib/LineMessageView.js
index <HASH>..<HASH> 100644
--- a/lib/LineMessageView.js
+++ b/lib/LineMessageView.js
@@ -44,7 +44,11 @@ LineMessageView.content = function () {
LineMessageView.prototype.goToLine = function () {
var char = (this.character !== undefined) ? this.characte... | Support file change when no active editors are open | tcarlsen_atom-message-panel | train |
effded2a214b6220b293402f24b7a5f9c28ddeb8 | diff --git a/lib/Models/TableDataSource.js b/lib/Models/TableDataSource.js
index <HASH>..<HASH> 100644
--- a/lib/Models/TableDataSource.js
+++ b/lib/Models/TableDataSource.js
@@ -278,7 +278,7 @@ function getPositionOfRowNumber(specialColumns, rowNumber) {
return Cartesian3.fromDegrees(
specialColumns.long... | Make sure table point height isn't coerced to NaN | TerriaJS_terriajs | train |
e1ef7b463693f3b6094274346b3de942b234d14d | diff --git a/integration/v7/isolated/table_alignment_test.go b/integration/v7/isolated/table_alignment_test.go
index <HASH>..<HASH> 100644
--- a/integration/v7/isolated/table_alignment_test.go
+++ b/integration/v7/isolated/table_alignment_test.go
@@ -33,7 +33,8 @@ var _ = Describe("table alignment", func() {
})
})... | v7: Temporarily pend integration test needing translation
We recently changed the string from "api endpoint:" to "API endpoint:"
(capitalized), and we do not yet have the corresponding Japanese
translation. Pending this test until we figure that out. | cloudfoundry_cli | train |
67f2f7257765763089f5bc4a2ef51060f1bb6d49 | diff --git a/pyiso.py b/pyiso.py
index <HASH>..<HASH> 100644
--- a/pyiso.py
+++ b/pyiso.py
@@ -1629,9 +1629,6 @@ class PyIso(object):
if not self.initialized:
raise Exception("This object is not yet initialized; call either open() or new() to create an ISO")
- if self.pvd is None:
- ... | Remove a redundant check from write() | clalancette_pycdlib | train |
496fecb31d8c184e5325066523b250412a633e2a | diff --git a/config/Common.php b/config/Common.php
index <HASH>..<HASH> 100644
--- a/config/Common.php
+++ b/config/Common.php
@@ -8,42 +8,42 @@ class Common extends Config
{
public function define(Container $di)
{
- $di->set('cli_context', $di->lazyNew('Aura\Cli\Context'));
- $di->set('cli_std... | rename 'cli_*' services to 'aura/cli-kernel:*' | auraphp_Aura.Cli_Kernel | train |
fee7683b868bbaf4a628343e4890b5937d34c0a3 | diff --git a/spec/api-session-spec.js b/spec/api-session-spec.js
index <HASH>..<HASH> 100644
--- a/spec/api-session-spec.js
+++ b/spec/api-session-spec.js
@@ -236,9 +236,8 @@ describe('session module', function () {
})
describe('will-download event', function () {
- var w = null
-
beforeEach(function ()... | Reuse window variable and only close from root afterEach | electron_electron | train |
5a08bc23fb36b9895a2402fa170a1338a4562b92 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='django-file-picker',
- version='0.8.0',
+ version='0.9.0',
author='Caktus Consulting Group',
author_email='solutions@caktusgroup.com... | update version in setup.py too | caktus_django-file-picker | train |
a3982500839c42e83a0e083b021ce19e2c62df0c | diff --git a/lib/cluster/services/cluster/backends/kubernetes/index.js b/lib/cluster/services/cluster/backends/kubernetes/index.js
index <HASH>..<HASH> 100644
--- a/lib/cluster/services/cluster/backends/kubernetes/index.js
+++ b/lib/cluster/services/cluster/backends/kubernetes/index.js
@@ -6,7 +6,9 @@ const parseError ... | removed fdescribe and made sure we clone templates | terascope_teraslice | train |
a22ae68b5f09f2ffa19e249bd76b2d6a34744d6d | diff --git a/variation/cnv.py b/variation/cnv.py
index <HASH>..<HASH> 100644
--- a/variation/cnv.py
+++ b/variation/cnv.py
@@ -378,7 +378,7 @@ def gcdepth(args):
"""
import hashlib
from jcvi.algorithms.formula import MAD_interval as confidence_interval
- from jcvi.graphics.base import plt, savefig, se... | [variation] Update latex symbols in title in cnv.gcdepth() | tanghaibao_jcvi | train |
35c6ae549a8545151aecc73975c7f8a0190e9fb0 | diff --git a/test/application_spawner_spec.rb b/test/application_spawner_spec.rb
index <HASH>..<HASH> 100644
--- a/test/application_spawner_spec.rb
+++ b/test/application_spawner_spec.rb
@@ -82,12 +82,14 @@ describe ApplicationSpawner do
end
end
-if Process.euid == ApplicationSpawner::ROOT_UID
- describe "Applicat... | Add more tests for conservative spawning. | phusion_passenger | train |
3242c5b4a9ce0a595d5beb280a0a2d99fecb57e4 | diff --git a/ghost/admin/controllers/modals/invite-new-user.js b/ghost/admin/controllers/modals/invite-new-user.js
index <HASH>..<HASH> 100644
--- a/ghost/admin/controllers/modals/invite-new-user.js
+++ b/ghost/admin/controllers/modals/invite-new-user.js
@@ -44,7 +44,7 @@ var InviteNewUserController = Ember.Controller.... | Cleanup from notifications refactor.
Refs #<I> | TryGhost_Ghost | train |
c760a0f151bc8be724df84c601722fae273ebf7e | diff --git a/src/Cache/Engine/MemcachedEngine.php b/src/Cache/Engine/MemcachedEngine.php
index <HASH>..<HASH> 100644
--- a/src/Cache/Engine/MemcachedEngine.php
+++ b/src/Cache/Engine/MemcachedEngine.php
@@ -147,6 +147,12 @@ class MemcachedEngine extends CacheEngine {
}
}
+ if (empty($this->_config['username']... | Adding exception for when login is passed instead of username in Memcached | cakephp_cakephp | train |
8da27a8388641f70bdfed03d5c30fc509c007bce | diff --git a/lib/dragonfly/data_storage/file_data_store.rb b/lib/dragonfly/data_storage/file_data_store.rb
index <HASH>..<HASH> 100644
--- a/lib/dragonfly/data_storage/file_data_store.rb
+++ b/lib/dragonfly/data_storage/file_data_store.rb
@@ -57,7 +57,7 @@ module Dragonfly
dirname = File.dirname(path)
... | If FileDataStore#disambiguate was called in quick succession it was not random enough | markevans_dragonfly | train |
e762758babbb27e357393ee90d028257516c3fd0 | diff --git a/hazelcast/src/main/java/com/hazelcast/map/impl/operation/GetOperation.java b/hazelcast/src/main/java/com/hazelcast/map/impl/operation/GetOperation.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/map/impl/operation/GetOperation.java
+++ b/hazelcast/src/main/java/com/hazelcast/ma... | Prevent making an on-heap copy of the off-heap data for client calls | hazelcast_hazelcast | train |
744b6cc3c93b2d8846651959a569cdac3ecbb196 | diff --git a/src/fkooman/Http/Url.php b/src/fkooman/Http/Url.php
index <HASH>..<HASH> 100644
--- a/src/fkooman/Http/Url.php
+++ b/src/fkooman/Http/Url.php
@@ -144,7 +144,7 @@ class Url
return dirname($this->srv['SCRIPT_NAME']);
}
- public function getRootUri()
+ public function getRootUrl()
{... | rename `getRootUri()` to `getRootUrl()` | fkooman_php-lib-rest | train |
f97006b5cbdd9813e6715eb5960f39e1dd402603 | diff --git a/master/buildbot/status/builder.py b/master/buildbot/status/builder.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/status/builder.py
+++ b/master/buildbot/status/builder.py
@@ -336,7 +336,8 @@ class BuilderStatus(styles.Versioned):
max_buildnum=None,
... | Accept a filter callable in BuilderStatus's generateFinishedBuilds | buildbot_buildbot | train |
1cf0b335b49b6c420d154ba449322dd8b21f2a0f | diff --git a/Mbh/Router.php b/Mbh/Router.php
index <HASH>..<HASH> 100644
--- a/Mbh/Router.php
+++ b/Mbh/Router.php
@@ -44,7 +44,7 @@ final class Router implements RouterInterface
{
$this->rootPath = (string) (new Path($rootPath))->normalize()->removeTrailingSlashes();
$this->route = urldecode((st... | Router working. Preparing for important mod. | MBHFramework_mbh-rest | train |
28d6ae57cd197598b0e2b589e7b7a91ff1a76a4a | diff --git a/cocaine/proxy/jsonrpc.py b/cocaine/proxy/jsonrpc.py
index <HASH>..<HASH> 100644
--- a/cocaine/proxy/jsonrpc.py
+++ b/cocaine/proxy/jsonrpc.py
@@ -58,7 +58,7 @@ class JSONRPC(IPlugin):
return
api = dict((data[0], data) for data in service.api.itervalues())
- if method not in a... | refactor: check existence in map instead of list | cocaine_cocaine-tools | train |
9155de035795c00594f5e4b3878bbaf763ff272d | diff --git a/tests/test_lilypond.py b/tests/test_lilypond.py
index <HASH>..<HASH> 100644
--- a/tests/test_lilypond.py
+++ b/tests/test_lilypond.py
@@ -165,6 +165,8 @@ class TestLilyPond(TestCase):
)
def test_octave_check(self):
+ import logging
+ logging.disable(logging.WARN)
self... | supress warning during octave check | jtauber_sebastian | train |
2b0b6d3364e14028e20ee4cdfee5309d07a48237 | diff --git a/tests/runners.py b/tests/runners.py
index <HASH>..<HASH> 100644
--- a/tests/runners.py
+++ b/tests/runners.py
@@ -66,17 +66,6 @@ class Remote_(Spec):
# with the Runner instead being a Remote. Or do we just replicate the
# basics?
- def may_wrap_command_with_things_like_bash_dash_... | Yea this part is absolutely Invoke not Fabric | fabric_fabric | train |
6cd194b32856d397b9f3aa5dc96dfadfd1f8f79c | diff --git a/src/test/java/io/sniffy/servlet/SnifferFilterTest.java b/src/test/java/io/sniffy/servlet/SnifferFilterTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/io/sniffy/servlet/SnifferFilterTest.java
+++ b/src/test/java/io/sniffy/servlet/SnifferFilterTest.java
@@ -1,7 +1,6 @@
package io.sniffy.servlet;
... | Added more unit tests for SnifferFilter | sniffy_sniffy | train |
d15cd85519de934615ab2dfaa9512a852e2be0bc | diff --git a/src/com/mebigfatguy/fbcontrib/detect/MethodReturnsConstant.java b/src/com/mebigfatguy/fbcontrib/detect/MethodReturnsConstant.java
index <HASH>..<HASH> 100755
--- a/src/com/mebigfatguy/fbcontrib/detect/MethodReturnsConstant.java
+++ b/src/com/mebigfatguy/fbcontrib/detect/MethodReturnsConstant.java
@@ -19,10... | don't report MRC for overloaded methods | mebigfatguy_fb-contrib | train |
48897d365409235e413f75bec38244c3de67f966 | diff --git a/tests/imbu/unit/imbu_models_test.py b/tests/imbu/unit/imbu_models_test.py
index <HASH>..<HASH> 100644
--- a/tests/imbu/unit/imbu_models_test.py
+++ b/tests/imbu/unit/imbu_models_test.py
@@ -58,11 +58,11 @@ class TestImbu(unittest.TestCase):
shutil.rmtree("fake_cache_root")
- def _setupFakeImbuM... | unit test lifecycle for all Imbu models | numenta_htmresearch | train |
e1d66e326ea50d545c8a513f91b973147304265a | diff --git a/app-servers/SocksServer.php b/app-servers/SocksServer.php
index <HASH>..<HASH> 100644
--- a/app-servers/SocksServer.php
+++ b/app-servers/SocksServer.php
@@ -11,7 +11,7 @@ class SocksServer extends AsyncServer
{
Daemon::$settings += array(
'mod'.$this->modname.'listen' => 'tcp://0.0.0.0',
- 'mod... | SocksServer.php replaced with newer version (mis-commit). | kakserpom_phpdaemon | train |
d44cd9f64bf2be963e9fda8a4195386c5cea62bc | diff --git a/lib/isono/rack/proc.rb b/lib/isono/rack/proc.rb
index <HASH>..<HASH> 100644
--- a/lib/isono/rack/proc.rb
+++ b/lib/isono/rack/proc.rb
@@ -15,19 +15,20 @@ module Rack
end
def call(req, res)
- dup.__send__(:_call, req, res)
- end
-
- private
- def _call(req, res)
Thread.c... | change Rack::Proc to duplicate context object per request basis. | axsh_isono | train |
c8bd6ffea50664f0e4ac64b3c06abf58627a8610 | diff --git a/src/main/java/org/apache/jmeter/JMeterMojo.java b/src/main/java/org/apache/jmeter/JMeterMojo.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/apache/jmeter/JMeterMojo.java
+++ b/src/main/java/org/apache/jmeter/JMeterMojo.java
@@ -34,6 +34,7 @@ import org.apache.tools.ant.DirectoryScanner;
*
* ... | refactored handling of temporary files and resolving of JMeter artifact | jmeter-maven-plugin_jmeter-maven-plugin | train |
423b17f8a904379d6520cff69b13dffc1493f222 | diff --git a/test/functional/ft_30_smtp_participant.rb b/test/functional/ft_30_smtp_participant.rb
index <HASH>..<HASH> 100644
--- a/test/functional/ft_30_smtp_participant.rb
+++ b/test/functional/ft_30_smtp_participant.rb
@@ -35,8 +35,8 @@ class NftSmtpParticipantTest < Test::Unit::TestCase
end
end
- ... | adapted SmtpParticipant test to windows | jmettraux_ruote | train |
313bc1e339fa4292d9ef5bc74acc82436eab7e1e | diff --git a/daemon/disk_usage.go b/daemon/disk_usage.go
index <HASH>..<HASH> 100644
--- a/daemon/disk_usage.go
+++ b/daemon/disk_usage.go
@@ -99,7 +99,6 @@ func (daemon *Daemon) SystemDiskUsage(ctx context.Context) (*types.DiskUsage, er
for platform := range daemon.stores {
layerRefs := daemon.getLayerRefs(platfo... | Fix variable shadowing causing LayersSize to be reported as 0 | moby_moby | train |
94a7c20d77c8afe8acc97209983ee68663ae70dd | diff --git a/uaa/src/test/java/org/cloudfoundry/identity/uaa/integration/feature/OIDCLoginIT.java b/uaa/src/test/java/org/cloudfoundry/identity/uaa/integration/feature/OIDCLoginIT.java
index <HASH>..<HASH> 100644
--- a/uaa/src/test/java/org/cloudfoundry/identity/uaa/integration/feature/OIDCLoginIT.java
+++ b/uaa/src/te... | Add a test where we configure the issuer. Note this one is the same issuer, but the server gets it from the config.
[#<I>] <URL> | cloudfoundry_uaa | train |
4a918740331bfec899060ddf2e06a438dc4c8ba9 | diff --git a/tests/Unit/Suites/DataPool/SearchEngine/AbstractSearchEngineTest.php b/tests/Unit/Suites/DataPool/SearchEngine/AbstractSearchEngineTest.php
index <HASH>..<HASH> 100644
--- a/tests/Unit/Suites/DataPool/SearchEngine/AbstractSearchEngineTest.php
+++ b/tests/Unit/Suites/DataPool/SearchEngine/AbstractSearchEngi... | Issue #<I>: Remove obsolete test | lizards-and-pumpkins_catalog | train |
973dad46ccf80af3abbc3000bd0443e7abf2d459 | diff --git a/cmd/burrow/commands/configure.go b/cmd/burrow/commands/configure.go
index <HASH>..<HASH> 100644
--- a/cmd/burrow/commands/configure.go
+++ b/cmd/burrow/commands/configure.go
@@ -283,7 +283,7 @@ func Configure(output Output) func(cmd *cli.Cmd) {
if err != nil {
output.Fatalf("Could not form Genes... | genesis.json should not be executable | hyperledger_burrow | train |
a780883b3c74ad29d992b2a1e5e61b3a3eb5edb4 | diff --git a/CHANGES.md b/CHANGES.md
index <HASH>..<HASH> 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -5,7 +5,7 @@
pixel grid together. Now also requires datasets to always be linked
in order to be shown in the same viewer. [#335, #337]
-- Fix compatibility with the latest developer version of glue. [#339]
+- F... | Update Tool/CheckableTool import for glue-core <I> | glue-viz_glue-vispy-viewers | train |
1960384505a491e83554718e6735ff8825ec7afd | diff --git a/openfisca_core/taxbenefitsystems/tax_benefit_system.py b/openfisca_core/taxbenefitsystems/tax_benefit_system.py
index <HASH>..<HASH> 100644
--- a/openfisca_core/taxbenefitsystems/tax_benefit_system.py
+++ b/openfisca_core/taxbenefitsystems/tax_benefit_system.py
@@ -149,7 +149,7 @@ class TaxBenefitSystem:
... | Use fully qualified name in docstring | openfisca_openfisca-core | train |
bdb68363da89c85a06305f913ceff9428cf47e8d | diff --git a/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/sharedringbuffer/RingBufferMailboxActorTest.java b/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/sharedringbuffer/RingBufferMailboxActorTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/sharedringbuffer/Rin... | Update the number of expected operations in the test to reflect the actual operations
Otherwise the test tends to fail occasionally as it does not wait long enough for all the operations to complete. The test calls setMaximum() on testResults which increases the number of operations by one. | vlingo_vlingo-actors | train |
596acb7f79c33ba0c338d62ef9942a6f9cee81f1 | diff --git a/isso/utils/http.py b/isso/utils/http.py
index <HASH>..<HASH> 100644
--- a/isso/utils/http.py
+++ b/isso/utils/http.py
@@ -7,6 +7,7 @@ try:
except ImportError:
import http.client as httplib
+from isso import dist
from isso.wsgi import urlsplit
@@ -21,6 +22,10 @@ class curl(object):
... | request with User-Agent 'Isso/...', #<I> | posativ_isso | train |
5617f2a27f871acefafdda99de70304fe5301020 | diff --git a/consumergroup/consumer_group.go b/consumergroup/consumer_group.go
index <HASH>..<HASH> 100644
--- a/consumergroup/consumer_group.go
+++ b/consumergroup/consumer_group.go
@@ -194,7 +194,12 @@ func NewConsumerGroup(client *sarama.Client, zoo *ZK, name string, topic string,
// Returns an error if any, but ma... | Fix deadlock when trying to read from checkout channel | wvanbergen_kafka | train |
097240f60215b866d24aebd02cc4159bdc6e7451 | diff --git a/activerecord/lib/active_record/nested_attributes.rb b/activerecord/lib/active_record/nested_attributes.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/nested_attributes.rb
+++ b/activerecord/lib/active_record/nested_attributes.rb
@@ -321,7 +321,7 @@ module ActiveRecord
if check... | reject_id option should be respected while using nested_attributes
[#<I> state:resolved] | rails_rails | train |
c03889941365c07f55be6f440a0b806b0e9fb4a5 | diff --git a/lib/util/Components.js b/lib/util/Components.js
index <HASH>..<HASH> 100644
--- a/lib/util/Components.js
+++ b/lib/util/Components.js
@@ -237,7 +237,7 @@ function componentRule(rule, context) {
* @returns {Boolean} True if React.createElement called
*/
isReactCreateElement: function(node) ... | Bug fix for false positives with no-multi-comp
Previously, when createElement was destructured from React, it would
cause any function defined in the file to be flagged as a React
Component. This change makes it such that the function must call
createElement to be considered a component.
Fixes #<I>
---
Review: Use ... | ytanruengsri_eslint-plugin-react-ssr | train |
1ebf4c97717e9511a16d84afbd88fe261a69b9e2 | diff --git a/ontrack-boot/src/main/java/net/nemerosa/ontrack/boot/ui/StructureAPI.java b/ontrack-boot/src/main/java/net/nemerosa/ontrack/boot/ui/StructureAPI.java
index <HASH>..<HASH> 100644
--- a/ontrack-boot/src/main/java/net/nemerosa/ontrack/boot/ui/StructureAPI.java
+++ b/ontrack-boot/src/main/java/net/nemerosa/ont... | Branches: creation of a branch (form) | nemerosa_ontrack | train |
9d2462f6295c3ada78381ccb27d70e27f0e07877 | diff --git a/mungers/e2e/e2e.go b/mungers/e2e/e2e.go
index <HASH>..<HASH> 100644
--- a/mungers/e2e/e2e.go
+++ b/mungers/e2e/e2e.go
@@ -18,10 +18,7 @@ package e2e
import (
"bufio"
- "encoding/json"
"fmt"
- "io/ioutil"
- "net/http"
"strings"
"sync"
@@ -98,41 +95,9 @@ func (e *E2ETester) Stable() bool {
}
... | Move CheckFinishedStatus to test-utils | kubernetes_test-infra | train |
c4ad7100a94c864d1bc5309cd69aec7364b782ed | diff --git a/revapi-java/src/main/java/org/revapi/java/checks/common/SerializationChecker.java b/revapi-java/src/main/java/org/revapi/java/checks/common/SerializationChecker.java
index <HASH>..<HASH> 100644
--- a/revapi-java/src/main/java/org/revapi/java/checks/common/SerializationChecker.java
+++ b/revapi-java/src/mai... | Now that missing types are handled more strictly, we actually might
encounter them when looking up superclasses. | revapi_revapi | train |
6e19c688af3728e2c095ded24df89c8f11259ebd | diff --git a/go/engine/bootstrap.go b/go/engine/bootstrap.go
index <HASH>..<HASH> 100644
--- a/go/engine/bootstrap.go
+++ b/go/engine/bootstrap.go
@@ -75,6 +75,11 @@ func (e *Bootstrap) Run(ctx *Context) error {
return gerr
}
+ if !e.status.LoggedIn {
+ e.G().Log.Debug("not logged in, not running syncer")
+ re... | Fix bootstrap when not logged in | keybase_client | train |
91dd1a523bc1ba5fbf46fb6d694176fc277086c3 | diff --git a/ht/hx.py b/ht/hx.py
index <HASH>..<HASH> 100644
--- a/ht/hx.py
+++ b/ht/hx.py
@@ -519,10 +519,11 @@ possible for this configuration; the maximum effectiveness possible is %s.' % (m
NTU = -(1. + Cr*Cr)**-0.5*log((E - 1.)/(E + 1.))
return shells*NTU
elif subtype == 'crossflow':
+ ... | Add the new exact solution for crossflow (fluids unmixed, single pass) to temperature_effectiveness_basic | CalebBell_ht | train |
b009763ea5f270f618f2c869cbfadd2c952bde41 | diff --git a/salt/grains/disks.py b/salt/grains/disks.py
index <HASH>..<HASH> 100644
--- a/salt/grains/disks.py
+++ b/salt/grains/disks.py
@@ -51,9 +51,8 @@ class _camconsts:
SECTOR_SIZE = 'sector size'
MEDIA_RPM = 'media RPM'
-
-_identify_attribs = {key: _camconsts.__dict__[key] for key in
- ... | Simplify attribs list with list comprehension | saltstack_salt | train |
a56b0e813b129dbdaa9d293bf328d2d08aca7228 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -283,6 +283,8 @@ class FlavorUtils {
current.__id = row._id;
current.__rev = row._rev;
current.__version = row.version;
+ current.__keywords = r... | add keywords and meta when getting view tree | cheminfo-js_flavor-utils | train |
897ba3e181cf048e9a33a0b5008025ff7336e685 | diff --git a/guice/hibernate/src/main/java/com/peterphi/std/guice/hibernate/module/HibernateSessionFactoryProvider.java b/guice/hibernate/src/main/java/com/peterphi/std/guice/hibernate/module/HibernateSessionFactoryProvider.java
index <HASH>..<HASH> 100755
--- a/guice/hibernate/src/main/java/com/peterphi/std/guice/hibe... | Improve error logging when hibernate SessionFactory construction fails | petergeneric_stdlib | train |
ec8faf01112660cbecc50b069afeda7f3b20b5c9 | diff --git a/client/state/comments/reducer.js b/client/state/comments/reducer.js
index <HASH>..<HASH> 100644
--- a/client/state/comments/reducer.js
+++ b/client/state/comments/reducer.js
@@ -17,6 +17,7 @@ import {
values,
omit,
startsWith,
+ isInteger,
} from 'lodash';
/**
@@ -367,7 +368,7 @@ export const act... | Comments: update check so we can add numbers to 0 | Automattic_wp-calypso | train |
08ae06fc31efef0791a11cef23bebe530c1fdbac | diff --git a/plugins/CoreHome/javascripts/calendar.js b/plugins/CoreHome/javascripts/calendar.js
index <HASH>..<HASH> 100644
--- a/plugins/CoreHome/javascripts/calendar.js
+++ b/plugins/CoreHome/javascripts/calendar.js
@@ -187,7 +187,7 @@
result.stepMonths = selectedPeriod == 'year' ? 12 : 1;
result.o... | removed some unnecassary semicolons | matomo-org_matomo | train |
e434ff33956b8b485308e8d103aa2551b8fd720e | diff --git a/lib/sensu/server.rb b/lib/sensu/server.rb
index <HASH>..<HASH> 100644
--- a/lib/sensu/server.rb
+++ b/lib/sensu/server.rb
@@ -300,8 +300,11 @@ module Sensu
case handler[:type]
when 'pipe'
IO.async_popen(handler[:command], event_data, handler[:timeout]) do |output, status|... | [timeout] added more context to handler output log lines | sensu_sensu | train |
a5f59f10cde99b16be0aef6cb38c375f06561875 | diff --git a/admin/jqadm/src/Admin/JQAdm/Product/Subscription/Standard.php b/admin/jqadm/src/Admin/JQAdm/Product/Subscription/Standard.php
index <HASH>..<HASH> 100644
--- a/admin/jqadm/src/Admin/JQAdm/Product/Subscription/Standard.php
+++ b/admin/jqadm/src/Admin/JQAdm/Product/Subscription/Standard.php
@@ -331,11 +331,1... | Compatibility to PHP7 durations | aimeos_ai-admin-jqadm | train |
55854c7de35eabbb52491358ca164cd17a81ca12 | diff --git a/bin/simulate_non_silent_ratio.py b/bin/simulate_non_silent_ratio.py
index <HASH>..<HASH> 100644
--- a/bin/simulate_non_silent_ratio.py
+++ b/bin/simulate_non_silent_ratio.py
@@ -18,7 +18,6 @@ import pandas as pd
import pysam
from multiprocessing import Pool
import argparse
-import datetime
import loggi... | Removed datetime import since start_logging is now in the utils module | KarchinLab_probabilistic2020 | train |
4778a95aefb7e3d8634270e04c96bb496ed5616d | diff --git a/src/FiniteStateMachine.php b/src/FiniteStateMachine.php
index <HASH>..<HASH> 100644
--- a/src/FiniteStateMachine.php
+++ b/src/FiniteStateMachine.php
@@ -110,6 +110,12 @@ class FiniteStateMachine
throw new Exception('Sleep mode', self::EXCEPTION_SLEEP);
}
$this->_sleep = true... | #1: Fsm_SleepTest::test_Sleep_AppendsSleepItemToLog() | tourman_fsm | train |
f54ad9e973196b969c81ea82bbdeabd3327f6086 | diff --git a/lib/pdk/util/changelog_generator.rb b/lib/pdk/util/changelog_generator.rb
index <HASH>..<HASH> 100644
--- a/lib/pdk/util/changelog_generator.rb
+++ b/lib/pdk/util/changelog_generator.rb
@@ -9,11 +9,15 @@ module PDK
# Raises if the github_changelog_generator is not available
def self.github_... | (#<I>) Check for `github_changelog_generator` in proper bundler context
Previously, the code was checking for the github_changelog_generator gem
in the PDK's execution environment, but then invoking the gem in the
module's execution environment. This change updates the code to check
for the gem in the module's executi... | puppetlabs_pdk | train |
183c03a28269911db9492ccdab93726381623d0b | diff --git a/main/coreplugins/io.sarl.eclipse/src/io/sarl/eclipse/util/Jdt2Ecore.java b/main/coreplugins/io.sarl.eclipse/src/io/sarl/eclipse/util/Jdt2Ecore.java
index <HASH>..<HASH> 100644
--- a/main/coreplugins/io.sarl.eclipse/src/io/sarl/eclipse/util/Jdt2Ecore.java
+++ b/main/coreplugins/io.sarl.eclipse/src/io/sarl/e... | [eclipse] Avoid NPE when creating a type with a super type.
close #<I> | sarl_sarl | train |
50532b807408de0bb2e0f28e8a63d491826ff43c | diff --git a/gwt-material/src/main/java/gwt/material/design/client/ui/MaterialLoader.java b/gwt-material/src/main/java/gwt/material/design/client/ui/MaterialLoader.java
index <HASH>..<HASH> 100644
--- a/gwt-material/src/main/java/gwt/material/design/client/ui/MaterialLoader.java
+++ b/gwt-material/src/main/java/gwt/mat... | Add getters for progress and preLoader. | GwtMaterialDesign_gwt-material | train |
95c1bad8673267aaf2f8dea9a0547f9b52a46790 | diff --git a/lib/fog/bluebox/models/blb/lb_application.rb b/lib/fog/bluebox/models/blb/lb_application.rb
index <HASH>..<HASH> 100644
--- a/lib/fog/bluebox/models/blb/lb_application.rb
+++ b/lib/fog/bluebox/models/blb/lb_application.rb
@@ -4,7 +4,7 @@ module Fog
module Bluebox
class BLB
- class Applicatio... | [bluebox|blb] some cleanup of model stubs | fog_fog | train |
63bc32beb93c41914e0ab2e903ec043e11f717aa | diff --git a/law/parameter.py b/law/parameter.py
index <HASH>..<HASH> 100644
--- a/law/parameter.py
+++ b/law/parameter.py
@@ -135,17 +135,18 @@ class DurationParameter(luigi.Parameter):
class CSVParameter(luigi.Parameter):
- """ __init__(*args, cls=luigi.Parameter, unique=False, min_len=None, max_len=None, \
+... | Add sort option to CSVParameter, simplify value checks. | riga_law | train |
51a3d3beaba31aeb9ed3e76425b7ad7d76416c11 | diff --git a/admin/install.php b/admin/install.php
index <HASH>..<HASH> 100644
--- a/admin/install.php
+++ b/admin/install.php
@@ -16,7 +16,7 @@ if ( !yourls_check_database_version() ) {
if ( !yourls_check_php_version() ) {
$error[] = yourls_s( '%s version is too old. Ask your server admin for an upgrade.', 'PHP' ... | Replace phpversion() with PHP_VERSION
According to my tests, we'll speed things by almost <I> seconds every 1 million calls, dude. | YOURLS_YOURLS | train |
9b63ae2b5bcb03f41e8a44f0becf794962db38e1 | diff --git a/sherlock/transient_classifier.py b/sherlock/transient_classifier.py
index <HASH>..<HASH> 100644
--- a/sherlock/transient_classifier.py
+++ b/sherlock/transient_classifier.py
@@ -336,7 +336,7 @@ class transient_classifier():
if self.ra:
return classifications, crossmatches
- ... | you can now set "transient peak magnitude query" to false in the settings file | thespacedoctor_sherlock | train |
00e009826dc8d05b7f8520b5b573a8634415b7b1 | diff --git a/armstrong/core/arm_layout/backends.py b/armstrong/core/arm_layout/backends.py
index <HASH>..<HASH> 100644
--- a/armstrong/core/arm_layout/backends.py
+++ b/armstrong/core/arm_layout/backends.py
@@ -12,8 +12,7 @@ class BasicLayoutBackend(object):
a._meta.object_name.lower(), name))
... | Organization tweaks and document removal in version <I> (not <I>). | armstrong_armstrong.core.arm_layout | train |
dcb7d9598209905fdf8cbdc2999e95342cabeee0 | diff --git a/lib/mwlib/src/MW/Setup/Manager/Default.php b/lib/mwlib/src/MW/Setup/Manager/Default.php
index <HASH>..<HASH> 100644
--- a/lib/mwlib/src/MW/Setup/Manager/Default.php
+++ b/lib/mwlib/src/MW/Setup/Manager/Default.php
@@ -107,7 +107,9 @@ class MW_Setup_Manager_Default extends MW_Setup_Manager_Abstract
for... | Fixes overwriting post-dependencies to get the correct order of the setup tasks | Arcavias_arcavias-core | train |
84d9b2349b12ed3b202dbad17bd2d6fcf4bfef3a | diff --git a/samples/SLS_Sample.java b/samples/SLS_Sample.java
index <HASH>..<HASH> 100644
--- a/samples/SLS_Sample.java
+++ b/samples/SLS_Sample.java
@@ -4,6 +4,7 @@ import java.util.Map;
public class SLS_Sample {
private String name;
private int age;
+ private int height;
SLS_Sample hasIt(List<SL... | add attempt at seen fp for SLS, needs tweaking | mebigfatguy_fb-contrib | train |
f1a2c021e3c4d4e0916c8bb2e4c13bfed55d177e | diff --git a/actionmailer/lib/action_mailer/base.rb b/actionmailer/lib/action_mailer/base.rb
index <HASH>..<HASH> 100644
--- a/actionmailer/lib/action_mailer/base.rb
+++ b/actionmailer/lib/action_mailer/base.rb
@@ -455,10 +455,6 @@ module ActionMailer
PROTECTED_IVARS = AbstractController::Rendering::DEFAULT_PROT... | Make _protected_ivars private
This method is only used internally and it being public it was being
retorned in the `action_methods` list. | rails_rails | train |
ff784822fa5a81c3fb1af5e5243bf566326f7d41 | diff --git a/hyperbahn/advertise_test.go b/hyperbahn/advertise_test.go
index <HASH>..<HASH> 100644
--- a/hyperbahn/advertise_test.go
+++ b/hyperbahn/advertise_test.go
@@ -47,6 +47,24 @@ func TestAdvertiseFailed(t *testing.T) {
})
}
+func TestNotListeningChannel(t *testing.T) {
+ withSetup(t, func(hypCh *tchannel.C... | Add test: Advertise should fail before Listen | uber_tchannel-go | train |
860e1fd3ed39994c9404a6e0b6a4f91b888ce39f | diff --git a/core/src/main/java/me/prettyprint/cassandra/model/ExecutingKeyspace.java b/core/src/main/java/me/prettyprint/cassandra/model/ExecutingKeyspace.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/me/prettyprint/cassandra/model/ExecutingKeyspace.java
+++ b/core/src/main/java/me/prettyprint/cassandra/mo... | removed extraneous comments, added authorship attrib | hector-client_hector | train |
1f76b3dbfe8ac1c0e8531425e6d54c543c2bbd0c | diff --git a/server.js b/server.js
index <HASH>..<HASH> 100644
--- a/server.js
+++ b/server.js
@@ -259,10 +259,10 @@ function parseMQTTMessage (topic, message) {
// If sending switch data and there is already a level value, send level instead
// SmartThings will turn the device on
if (property === 'switc... | Fixing bug with sending switch instead of level | stjohnjohnson_smartthings-mqtt-bridge | train |
b24d0c9f8ce7f85f3df0263df5b8f4aca53d4328 | diff --git a/pysat/_instrument.py b/pysat/_instrument.py
index <HASH>..<HASH> 100644
--- a/pysat/_instrument.py
+++ b/pysat/_instrument.py
@@ -271,6 +271,7 @@ class Instrument(object):
# use Instrument definition of MetaLabels over the Metadata declaration
self.meta_labels = labels
self.meta ... | BUG: Ensured meta object immutable upon Instrument instantiation | rstoneback_pysat | train |
d205244a45bfef6d904db8198a955382ccfa4a73 | diff --git a/vendor/autoprefixer.js b/vendor/autoprefixer.js
index <HASH>..<HASH> 100644
--- a/vendor/autoprefixer.js
+++ b/vendor/autoprefixer.js
@@ -1283,6 +1283,9 @@ require.register("autoprefixer/data/prefixes.js", function(exports, require, mod
"font-variant-ligatures": {
browsers: ["bb 10", "chrome 16... | Update autoprefixer.js with hyphens support | ai_autoprefixer-rails | train |
1afdcdf4ca61f52557955e03f813f9c897c1169d | diff --git a/presto-main/src/main/java/com/facebook/presto/operator/scalar/MathFunctions.java b/presto-main/src/main/java/com/facebook/presto/operator/scalar/MathFunctions.java
index <HASH>..<HASH> 100644
--- a/presto-main/src/main/java/com/facebook/presto/operator/scalar/MathFunctions.java
+++ b/presto-main/src/main/j... | Fast decimal based abs() | prestodb_presto | train |
e667d321299d323064903db707fac147fc791025 | diff --git a/richtextfx/src/main/java/org/fxmisc/richtext/StyledTextArea.java b/richtextfx/src/main/java/org/fxmisc/richtext/StyledTextArea.java
index <HASH>..<HASH> 100644
--- a/richtextfx/src/main/java/org/fxmisc/richtext/StyledTextArea.java
+++ b/richtextfx/src/main/java/org/fxmisc/richtext/StyledTextArea.java
@@ -1... | Allow custom dependencies for caret visibility.
To implement one's custom dependency, one can follow the general idea of:
````java
ObservableValue<Boolean> p = // creation code;
area.showCaretProperty().bind(Val.map(p, b -> b ? CaretVisibility.ON : CaretVisibility.OFF));
```` | FXMisc_RichTextFX | train |
46ddf84a0a6431698152ee85e8ac45e2e588c850 | diff --git a/nipap/nipap/nipap.py b/nipap/nipap/nipap.py
index <HASH>..<HASH> 100644
--- a/nipap/nipap/nipap.py
+++ b/nipap/nipap/nipap.py
@@ -2023,17 +2023,14 @@ class Nipap:
del(attr['vrf_name'])
attr['vrf_id'] = vrf['id']
- parent_prefix = self.list_prefix(auth,... | Fix from-prefix
Some remnants of code where left here for the improved VRF handling of
from-pool. Unfortunately that broke the from-prefix function. It's now
fixed! | SpriteLink_NIPAP | train |
0fea8c44060d08b3b421f1ddaa809fdffbc89b00 | diff --git a/jest.config.js b/jest.config.js
index <HASH>..<HASH> 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -9,11 +9,9 @@ module.exports = {
},
testMatch: ['<rootDir>/test/unit/**/*.spec.js'],
testPathIgnorePatterns: ['/node_modules/'],
- setupFilesAfterEnv: [
- './test/setup.js'
- ],
- "transf... | fix: UMD bundle containing `process.env` flag (#<I>) | vuejs_vuex | train |
1c3e964f81f7481930f5177404018eee0421ea19 | diff --git a/src/main/java/org/vanilladb/core/storage/buffer/BufferMgr.java b/src/main/java/org/vanilladb/core/storage/buffer/BufferMgr.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/vanilladb/core/storage/buffer/BufferMgr.java
+++ b/src/main/java/org/vanilladb/core/storage/buffer/BufferMgr.java
@@ -22,6 +22,... | Reduce the call of synchronized block in BufferMgr.unpin | vanilladb_vanillacore | train |
728a9135c883ebd5593ddb39a2529070a7298c10 | diff --git a/plugins/guests/debian/cap/configure_networks.rb b/plugins/guests/debian/cap/configure_networks.rb
index <HASH>..<HASH> 100644
--- a/plugins/guests/debian/cap/configure_networks.rb
+++ b/plugins/guests/debian/cap/configure_networks.rb
@@ -57,8 +57,20 @@ module VagrantPlugins
e_nets[interfaces... | (#<I>) Update netplan config generation to detect NetworkManager
Prior to this commit, when setting up private networks on Ubuntu using
netplan, it assumed that the guest was using systemd, the suggested
default tool to manage networking, and did not take into account devices
that could be managed with NetworkManager.... | hashicorp_vagrant | train |
0238e4c2c0b03680cfd4c120d0ce59ca95624487 | diff --git a/lib/pake/pakeColor.class.php b/lib/pake/pakeColor.class.php
index <HASH>..<HASH> 100644
--- a/lib/pake/pakeColor.class.php
+++ b/lib/pake/pakeColor.class.php
@@ -32,7 +32,7 @@ class pakeColor
static function colorize($text = '', $parameters = array())
{
// disable colors if not supported (window... | fixed a problem with pakeColor when php has no posix functions | indeyets_pake | train |
bd6809d89daa7e4dd779ccef6e234b67cd54c912 | diff --git a/client/src/main/java/com/orientechnologies/orient/client/remote/OStorageRemote.java b/client/src/main/java/com/orientechnologies/orient/client/remote/OStorageRemote.java
index <HASH>..<HASH> 100644
--- a/client/src/main/java/com/orientechnologies/orient/client/remote/OStorageRemote.java
+++ b/client/src/ma... | Fixed issue on remote tx commit. | orientechnologies_orientdb | train |
76bd526a99d2074cfd9a56349b54cc2d46f5821c | diff --git a/src/test/groovy/org/codehaus/gant/ant/tests/Gant_Test.java b/src/test/groovy/org/codehaus/gant/ant/tests/Gant_Test.java
index <HASH>..<HASH> 100644
--- a/src/test/groovy/org/codehaus/gant/ant/tests/Gant_Test.java
+++ b/src/test/groovy/org/codehaus/gant/ant/tests/Gant_Test.java
@@ -102,6 +102,11 @@ public c... | Try and get more data about the context from Canoo to see why the test fails.
git-svn-id: <URL> | Gant_Gant | train |
5a0f167c3a2b06e82d045d129b55e1bb86e8d07c | diff --git a/spec/controllers/alchemy/admin/resources_controller_spec.rb b/spec/controllers/alchemy/admin/resources_controller_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/controllers/alchemy/admin/resources_controller_spec.rb
+++ b/spec/controllers/alchemy/admin/resources_controller_spec.rb
@@ -10,8 +10,8 @@ describ... | Fixes resource specs
The dummy apps `Event` model has a `belongs_to` `Location` relation that is mandatory since Rails <I>. This changes the specs so we always have a location for an event. | AlchemyCMS_alchemy_cms | train |
8a91baa090870aa3e70ea26c716ccde955ec1381 | diff --git a/setuptools/version.py b/setuptools/version.py
index <HASH>..<HASH> 100644
--- a/setuptools/version.py
+++ b/setuptools/version.py
@@ -1 +1 @@
-__version__ = '19.1.1'
+__version__ = '19.1.2' | Bumped to <I> in preparation for next release. | pypa_setuptools | train |
723a642648899cf4828222f307a5d0521c53bbcf | diff --git a/jquery.cytoscapeweb-panzoom.js b/jquery.cytoscapeweb-panzoom.js
index <HASH>..<HASH> 100644
--- a/jquery.cytoscapeweb-panzoom.js
+++ b/jquery.cytoscapeweb-panzoom.js
@@ -2,7 +2,7 @@
var defaults = {
zoomFactor: 0.05,
- zoomDelay: 50,
+ zoomDelay: 16,
minZoom: 0.1,
maxZoom: 10,
panSpeed: ... | Slider more responsive and behaves a bit better at bounds | cytoscape_cytoscape.js | train |
aa452e1b6fcb1d3ed309088126514fe23db4819e | diff --git a/conn/codec/constants.go b/conn/codec/constants.go
index <HASH>..<HASH> 100644
--- a/conn/codec/constants.go
+++ b/conn/codec/constants.go
@@ -25,7 +25,7 @@ import "errors"
// Codec constants.
const (
HeadLength = 4
- MaxPacketSize = 64 * 1024
+ MaxPacketSize = 1 << 24 //16MB
)
// ErrPacketSizeEx... | increase max packet size to <I>mb | topfreegames_pitaya | train |
d4b694916a08384d146ab5349c3c5332b59c7f3d | diff --git a/bot/action/toggle.py b/bot/action/toggle.py
index <HASH>..<HASH> 100644
--- a/bot/action/toggle.py
+++ b/bot/action/toggle.py
@@ -1,19 +1,23 @@
-from bot.action.core.action import Action
+from bot.action.core.action import Action, IntermediateAction
from bot.api.domain import Message
-CHANGE_STATUS_VALU... | Add ToggleableFeatureAction to toggle.py and make PoleAction toggleable | alvarogzp_telegram-bot-framework | train |
6387c520b724525861539c43b8da98372fc42534 | diff --git a/cmd/geth/snapshot.go b/cmd/geth/snapshot.go
index <HASH>..<HASH> 100644
--- a/cmd/geth/snapshot.go
+++ b/cmd/geth/snapshot.go
@@ -57,6 +57,7 @@ var (
Category: "MISCELLANEOUS COMMANDS",
Flags: []cli.Flag{
utils.DataDirFlag,
+ utils.AncientFlag,
utils.RopstenFlag,
utils.Rink... | cmd/geth: add ancient datadir flag to snapshot subcommands (#<I>) | ethereum_go-ethereum | train |
314aae1c345635f3ec1f67c842a38e19ee49b01e | diff --git a/src/components/chips/js/chipsController.js b/src/components/chips/js/chipsController.js
index <HASH>..<HASH> 100644
--- a/src/components/chips/js/chipsController.js
+++ b/src/components/chips/js/chipsController.js
@@ -329,6 +329,7 @@
var scope = this.$scope;
var ctrl = this;
inputElement
+ ... | fix(chips): fixes shift+tab interaction with `md-chips` | angular_material | train |
c91b8ce8851a87634f0417e5c07964ef80a11a17 | diff --git a/angr/analyses/backward_slice.py b/angr/analyses/backward_slice.py
index <HASH>..<HASH> 100644
--- a/angr/analyses/backward_slice.py
+++ b/angr/analyses/backward_slice.py
@@ -390,10 +390,10 @@ class BackwardSlice(Analysis):
# Pick all its data dependencies from data dependency graph
... | backwardslice: convert networkx2 iterators to lists; closes #<I> | angr_angr | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.