hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
74a282c4169563ec9eb6b5c2205978fc969ee7cf | diff --git a/cmd/juju/package_test.go b/cmd/juju/package_test.go
index <HASH>..<HASH> 100644
--- a/cmd/juju/package_test.go
+++ b/cmd/juju/package_test.go
@@ -66,7 +66,7 @@ func (s *CmdBlockHelper) BlockRemoveObject(c *gc.C, msg string) {
s.on(c, "remove-object", msg)
}
-// BlockDestroyEnvironment switches destory... | cmd/juju/package_test.go: Trivial spelling | juju_juju | train |
ab542d8487dc362b90eba7d67f7c29a6b0352eec | diff --git a/torchtext/datasets/translation.py b/torchtext/datasets/translation.py
index <HASH>..<HASH> 100644
--- a/torchtext/datasets/translation.py
+++ b/torchtext/datasets/translation.py
@@ -32,7 +32,7 @@ class TranslationDataset(data.Dataset):
examples = []
with io.open(src_path, mode='r', enco... | fix mode in translation dataset (#<I>)
- FIxes #<I> | pytorch_text | train |
fed02ba9fb81aed6d66b44a4f41de7abbf14429f | diff --git a/internal/pkg/db/redis/data.go b/internal/pkg/db/redis/data.go
index <HASH>..<HASH> 100644
--- a/internal/pkg/db/redis/data.go
+++ b/internal/pkg/db/redis/data.go
@@ -1081,8 +1081,11 @@ func addEvent(conn redis.Conn, e correlation.Event) (id string, err error) {
if err != nil {
return id, err
}
+
... | fix: Added setting the Reading ID in the Events collection. (#<I>)
This makes the ID available when Event is pushed onto the Message Bus
closes #<I> | edgexfoundry_edgex-go | train |
b5a587dd590439821dea1bc054590c071f8991d4 | diff --git a/minimessage-text/src/main/java/me/minidigger/minimessage/text/Constants.java b/minimessage-text/src/main/java/me/minidigger/minimessage/text/Constants.java
index <HASH>..<HASH> 100644
--- a/minimessage-text/src/main/java/me/minidigger/minimessage/text/Constants.java
+++ b/minimessage-text/src/main/java/me/... | Add support for reset, closes #<I> | KyoriPowered_text | train |
c9bd73edaff3e7308dccebf429ed0ad86de74872 | diff --git a/galpy/orbit_src/Orbit.py b/galpy/orbit_src/Orbit.py
index <HASH>..<HASH> 100644
--- a/galpy/orbit_src/Orbit.py
+++ b/galpy/orbit_src/Orbit.py
@@ -1,6 +1,8 @@
+import warnings
import numpy as nu
import galpy.util.bovy_coords as coords
from galpy.util.bovy_conversion import physical_conversion
+from galpy... | raise warning when using MWPotential to integrate orbits, related to #<I> | jobovy_galpy | train |
b4bf327101570a28d42ff7060bd34cfc664abd0f | diff --git a/redis/pool_test.go b/redis/pool_test.go
index <HASH>..<HASH> 100644
--- a/redis/pool_test.go
+++ b/redis/pool_test.go
@@ -18,6 +18,7 @@ import (
"errors"
"io"
"reflect"
+ "sync"
"testing"
"time"
@@ -558,6 +559,66 @@ func TestWaitPoolDialError(t *testing.T) {
d.check("done", p, cap(errs), 0)
... | Add test for pool's TestOnBorrow locking.
When I read `Pool.Get()` earlier today, I thought there was a locking bug because it had lock/unlock inside a for loop. I wrote this test to verify that the bug exists before fixing, but I turned out to be mistaken. Your Pool locking is solid. But I thought you might benefit f... | gomodule_redigo | train |
970fdca89d81da84cfb0aade5566c34a0a584640 | diff --git a/lib/Cake/Core/CakePlugin.php b/lib/Cake/Core/CakePlugin.php
index <HASH>..<HASH> 100644
--- a/lib/Cake/Core/CakePlugin.php
+++ b/lib/Cake/Core/CakePlugin.php
@@ -74,7 +74,7 @@ class CakePlugin {
}
return;
}
- $config += array('bootstrap' => false, 'routes' => false);
+ $config += array('bootst... | Added feature to ignore include errors for CakePlugin | cakephp_cakephp | train |
7802e48d3ef1af2a492c808a068324c2f9c9bac4 | diff --git a/src/sos/R/target.py b/src/sos/R/target.py
index <HASH>..<HASH> 100644
--- a/src/sos/R/target.py
+++ b/src/sos/R/target.py
@@ -169,6 +169,12 @@ class R_library(BaseTarget):
def name(self):
return self._library
+ def __repr__(self):
+ if self._version:
+ return '{}("{}", ... | Add more tests for different sig mode for tasks etc | vatlab_SoS | train |
56969f34466977a6bb12a5502028c451e51658f2 | diff --git a/obdalib/reformulation-core/src/main/java/it/unibz/krdb/obda/owlrefplatform/core/Quest.java b/obdalib/reformulation-core/src/main/java/it/unibz/krdb/obda/owlrefplatform/core/Quest.java
index <HASH>..<HASH> 100644
--- a/obdalib/reformulation-core/src/main/java/it/unibz/krdb/obda/owlrefplatform/core/Quest.jav... | Keep Alive setting for connection pool. Set keep_alive value in properties file to toggle on/off. Default is true. | ontop_ontop | train |
387b4520c98bab8f3213ac57f2f60763da4e9a00 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -3,12 +3,12 @@ from distutils.core import setup
setup(
name = 'generators',
packages = ['generators'], # this must be the same as the name above
- version = '2017.9.23.2',
+ version = '2017.9.24',
description = 'co... | added performance_tools.runs_per_second | CodyKochmann_generators | train |
3bab6498a42965aedc1ba477e882ba915dd4e0ad | diff --git a/lib/health-data-standards/import/c32/section_importer.rb b/lib/health-data-standards/import/c32/section_importer.rb
index <HASH>..<HASH> 100644
--- a/lib/health-data-standards/import/c32/section_importer.rb
+++ b/lib/health-data-standards/import/c32/section_importer.rb
@@ -137,7 +137,7 @@ module HealthData... | fix nokogiri getting into C<I> | projecttacoma_cqm-parsers | train |
ebc1f9db164a676da5ccb3e363615f897e71424b | diff --git a/findobj/findstars.py b/findobj/findstars.py
index <HASH>..<HASH> 100644
--- a/findobj/findstars.py
+++ b/findobj/findstars.py
@@ -1,5 +1,6 @@
-
-from __future__ import division
+# Licensed under a 3-clause BSD style license - see LICENSE.rst
+from __future__ import (absolute_import, division, print_functio... | Minor fixes to run on Python 3 without 2to3 | astropy_photutils | train |
3269db8e6f22bc83194d5065aebfd17b2ec1630d | diff --git a/aerofiles/openair/reader.py b/aerofiles/openair/reader.py
index <HASH>..<HASH> 100644
--- a/aerofiles/openair/reader.py
+++ b/aerofiles/openair/reader.py
@@ -22,7 +22,7 @@ class Reader:
block_type = self.block.get("type")
return block_type == "terrain" or (block_type == "airspac... | openair: Fixed flake8 issues | Turbo87_aerofiles | train |
b430aec1b38f735c6a64acf3814e5f5a8d39bf77 | diff --git a/src/toil/test/src/dockerCheckTest.py b/src/toil/test/src/dockerCheckTest.py
index <HASH>..<HASH> 100644
--- a/src/toil/test/src/dockerCheckTest.py
+++ b/src/toil/test/src/dockerCheckTest.py
@@ -18,7 +18,7 @@ from toil import checkDockerImageExists, parseDockerAppliance
from docker.errors import ImageNotFo... | Forgot to uncomment @needs_appliance. | DataBiosphere_toil | train |
8a48161b79e35799d0796742fd15b7b12fc56462 | diff --git a/cdk-morphlines/cdk-morphlines-core/src/main/java/com/cloudera/cdk/morphline/stdlib/ConvertTimestampBuilder.java b/cdk-morphlines/cdk-morphlines-core/src/main/java/com/cloudera/cdk/morphline/stdlib/ConvertTimestampBuilder.java
index <HASH>..<HASH> 100644
--- a/cdk-morphlines/cdk-morphlines-core/src/main/jav... | add more logging for better debug diagnostics | kite-sdk_kite | train |
e48e8e974da12ef714f59b05984dd9a1fb72cdc5 | diff --git a/translate.js b/translate.js
index <HASH>..<HASH> 100644
--- a/translate.js
+++ b/translate.js
@@ -62,7 +62,7 @@ function translateJsonCompilerOutput (output) {
var gasEstimates = contractInput['gasEstimates'];
var contractOutput = {
- 'abi': contractInput['interface'],
+ 'abi': JSON.p... | The ABI is an object (and not string) in JSON I/O | dexon-foundation_dsolc-js | train |
08ba7b9975aa4636a32f7197d436ab2eb2625177 | diff --git a/usb1.py b/usb1.py
index <HASH>..<HASH> 100644
--- a/usb1.py
+++ b/usb1.py
@@ -227,8 +227,6 @@ class USBTransfer(object):
"""
Change transfer's callback.
"""
- if self.__submitted:
- raise ValueError('Cannot alter a submitted transfer')
self.__callback =... | Allow changing callback & user data on submitted transfer.
C transfer structure is not involved, so no reason to prevent this. | vpelletier_python-libusb1 | train |
dde1906e1a3d9e6da047b0fe9997269ee1b04e01 | diff --git a/lib/rfd.rb b/lib/rfd.rb
index <HASH>..<HASH> 100644
--- a/lib/rfd.rb
+++ b/lib/rfd.rb
@@ -229,10 +229,10 @@ module Rfd
end
@row = row
end
+ else
+ @row = 0
end
- @row ||= 0
-
item = @items[@row]
Curses.wattr_set window, Curses::A_UNDERL... | Initialize @row only if row was not given | amatsuda_rfd | train |
4a0eb084d1a1673756c0e36e1575451752c4a65b | diff --git a/src/core/index.js b/src/core/index.js
index <HASH>..<HASH> 100644
--- a/src/core/index.js
+++ b/src/core/index.js
@@ -37,6 +37,7 @@ var core = module.exports = Object.assign(require('./const'), require('./math'),
BaseTexture: require('./textures/BaseTexture'),
RenderTexture: r... | expose TextureUvs on core, and use that from TilingSprite | pixijs_pixi.js | train |
1bb34095cd149593cff50a6f269104dd88992a96 | diff --git a/spec/transit/round_trip_spec.rb b/spec/transit/round_trip_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/transit/round_trip_spec.rb
+++ b/spec/transit/round_trip_spec.rb
@@ -42,7 +42,6 @@ def round_trips(label, obj, type, opts={})
else
actual = round_trip(obj, type, opts)
expect(actual).... | Add failing example to motivate addition of Tag wrapper | cognitect_transit-ruby | train |
c1a43385ade7bcbf0baa8ab88ad41ff1a6e29418 | diff --git a/PyFunceble/cli/processes/workers/base.py b/PyFunceble/cli/processes/workers/base.py
index <HASH>..<HASH> 100644
--- a/PyFunceble/cli/processes/workers/base.py
+++ b/PyFunceble/cli/processes/workers/base.py
@@ -197,6 +197,9 @@ class WorkerBase(multiprocessing.Process):
The events which were... | Fix issue when no feeder are given. | funilrys_PyFunceble | train |
a87527c4b35a24100ede4b4c86be929dfafef1eb | diff --git a/lib/rack/unreloader.rb b/lib/rack/unreloader.rb
index <HASH>..<HASH> 100644
--- a/lib/rack/unreloader.rb
+++ b/lib/rack/unreloader.rb
@@ -77,11 +77,16 @@ module Rack
check_monitor_dir(dir)
end
- @monitor_files.to_a.each do |file, time|
+ changed_files = []
+ @moni... | Minor refactor to reload!
Instead of reloading each changed file while iterating over all
monitored files, store the changed files in an array, then
iterate over all of them to reload them. | jeremyevans_rack-unreloader | train |
445b342b8a733454777a6d8ab552f6a5ed902503 | diff --git a/lib/rubocop/config.rb b/lib/rubocop/config.rb
index <HASH>..<HASH> 100644
--- a/lib/rubocop/config.rb
+++ b/lib/rubocop/config.rb
@@ -629,13 +629,13 @@ module RuboCop
return if KNOWN_RUBIES.include?(target_ruby_version)
msg = if OBSOLETE_RUBIES.include?(target_ruby_version)
- "... | [Fix #<I>] Clarify ruby version error
Showing it came from `RuboCop`. | rubocop-hq_rubocop | train |
8f535ead2f3ad3f7bb22197196c40c46d6b79d60 | diff --git a/blockstack/lib/nameset/virtualchain_hooks.py b/blockstack/lib/nameset/virtualchain_hooks.py
index <HASH>..<HASH> 100644
--- a/blockstack/lib/nameset/virtualchain_hooks.py
+++ b/blockstack/lib/nameset/virtualchain_hooks.py
@@ -33,7 +33,7 @@ import json
import threading
import copy
-from .namedb import B... | only cache read-only copy; support read/write disposition | blockstack_blockstack-core | train |
40ff551344ae0053bb5c3b57c7b0d8793c11565e | diff --git a/library/exportkcd.py b/library/exportkcd.py
index <HASH>..<HASH> 100644
--- a/library/exportkcd.py
+++ b/library/exportkcd.py
@@ -26,6 +26,11 @@ from builtins import *
#
# this script exports kcd-files from a canmatrix-object
# kcd-files are the can-matrix-definitions of the kayak (http://kayak.2codeorn... | doku for support for extended frames // TODO !! | ebroecker_canmatrix | train |
370f626e5dbe85566a9997160adfc050b130b7d4 | diff --git a/rock_cli/cli.py b/rock_cli/cli.py
index <HASH>..<HASH> 100644
--- a/rock_cli/cli.py
+++ b/rock_cli/cli.py
@@ -1,7 +1,9 @@
import os
from pprint import pprint
+from tabulate import tabulate
import click
from yamlcfg import YAMLConfig
+
from .rocket import Rocket, RocketException
from .util import Supe... | fix transfers, add feed and repl | notpushkin_rock | train |
ee2d4da9e5aec0c06096a0c91913e882af497948 | diff --git a/db.js b/db.js
index <HASH>..<HASH> 100644
--- a/db.js
+++ b/db.js
@@ -7,7 +7,7 @@ var ViewLevel = require('flumeview-level')
module.exports = function (dir, keys) {
var log = OffsetLog(path.join(dir, 'log.offset'), 1024*16, codex.json)
- return Flume(log, false) //false says the database is not read... | progress bars for index sync. Maybe move this into flumedb and implement without setInterval? but here is good enough for now | ssbc_ssb-db | train |
6d512d6dd395a9df1c2f79181686f0277d5e49d3 | diff --git a/hazelcast-client-legacy/src/test/java/com/hazelcast/client/semaphore/ClientSemaphoreTest.java b/hazelcast-client-legacy/src/test/java/com/hazelcast/client/semaphore/ClientSemaphoreTest.java
index <HASH>..<HASH> 100644
--- a/hazelcast-client-legacy/src/test/java/com/hazelcast/client/semaphore/ClientSemaphor... | Increase latch timeout in ClientSemaphoreTest
Previous 5 seconds timeout was prone to fail under high load.
Fixes #<I> | hazelcast_hazelcast | train |
0b4bac700f5a0809213e7ad9a8e78f5cb1244c62 | diff --git a/pandas/_config/display.py b/pandas/_config/display.py
index <HASH>..<HASH> 100644
--- a/pandas/_config/display.py
+++ b/pandas/_config/display.py
@@ -1,6 +1,7 @@
"""
Unopinionated display configuration.
"""
+
import locale
import sys
@@ -11,7 +12,7 @@ from pandas._config import config as cf
_initia... | TYP: typing annotations (#<I>) | pandas-dev_pandas | train |
b2e25bcaa62dcf3e4f464b548e24bb44d80ae48b | diff --git a/pykube/objects.py b/pykube/objects.py
index <HASH>..<HASH> 100644
--- a/pykube/objects.py
+++ b/pykube/objects.py
@@ -4,8 +4,14 @@ import time
from .query import ObjectManager
+DEFAULT_NAMESPACE = "default"
+
+
class APIObject:
+ objects = ObjectManager()
+ namespace = None
+
def __init_... | Added Namespace, Service, Endpoint and Secret
To support Namespace, infrastructure code needed to be modified.
APIObject has been changed to handle optional namespaces and a
new class NamespacedAPIObject was added. | kelproject_pykube | train |
81cc979193e5b907b4fe27402a2554468be24fdd | diff --git a/src/main/java/org/gitlab4j/api/utils/DurationUtils.java b/src/main/java/org/gitlab4j/api/utils/DurationUtils.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/gitlab4j/api/utils/DurationUtils.java
+++ b/src/main/java/org/gitlab4j/api/utils/DurationUtils.java
@@ -75,6 +75,8 @@ public class DurationUt... | Fixed issue with dropping days (#<I>). | gmessner_gitlab4j-api | train |
577b1bf69477d406f9cce7f39385f68789f53bd7 | diff --git a/bin/cli.js b/bin/cli.js
index <HASH>..<HASH> 100755
--- a/bin/cli.js
+++ b/bin/cli.js
@@ -284,7 +284,7 @@ function outputHelp() {
console.log(' mathjs script.txt Run a script file');
console.log(' mathjs script.txt script2.txt Run two script files');
console.log('... | Minor refactoring in cli. Fixed output of version being prefixed with "> " | josdejong_mathjs | train |
90ac2b4cd327c6eb8eeae372930533441d799bf9 | diff --git a/build/basics.rb b/build/basics.rb
index <HASH>..<HASH> 100644
--- a/build/basics.rb
+++ b/build/basics.rb
@@ -73,7 +73,7 @@ USE_DMALLOC = boolean_option('USE_DMALLOC')
USE_EFENCE = boolean_option('USE_EFENCE')
USE_ASAN = boolean_option('USE_ASAN')
if OPTIMIZE
- OPTIMIZATION_FLAGS = "#{PlatformInfo.d... | Compile with -O instead of -O2 when OPTIMIZE is on.
-O is safer, provides reasonable optimizations while not getting
in the way of debugging too much. | phusion_passenger | train |
1ef2fe32c308ea9bcc6ed58e0bc994e483352836 | diff --git a/safe_qgis/dock.py b/safe_qgis/dock.py
index <HASH>..<HASH> 100644
--- a/safe_qgis/dock.py
+++ b/safe_qgis/dock.py
@@ -448,17 +448,13 @@ class Dock(QtGui.QDockWidget, Ui_DockBase):
Raises:
no
"""
- #FIXME (MB) remove hazardlayer and exposure layer type check when
- ... | enabling gui for zonal aggregation on polygon impact layer | inasafe_inasafe | train |
e8399e7aac5b561b8f18634226e43f536386fc88 | diff --git a/lib/bigIp.js b/lib/bigIp.js
index <HASH>..<HASH> 100644
--- a/lib/bigIp.js
+++ b/lib/bigIp.js
@@ -35,14 +35,19 @@ function BigIp(host, user, password) {
BigIp.prototype.list = function (path, options) {
var deferred = q.defer();
- icontrol.list(path, options, function(err, response) {
- i... | Add try/catch around basic methods | F5Networks_f5-cloud-libs | train |
f8fa5ddc5df7605dd7f8d258713fd1be72481200 | diff --git a/lib/YDD/Vebra/Model/ChangedPropertySummary.php b/lib/YDD/Vebra/Model/ChangedPropertySummary.php
index <HASH>..<HASH> 100644
--- a/lib/YDD/Vebra/Model/ChangedPropertySummary.php
+++ b/lib/YDD/Vebra/Model/ChangedPropertySummary.php
@@ -42,16 +42,4 @@ class ChangedPropertySummary extends PropertySummary
... | Remove the files Matt re-added
This reverts commit <I>dac<I>cd<I>ba<I>ac<I>bccd3bdebc6fa9. | damonjones_Vebra-PHP-API-Wrapper | train |
6c7b4f2638ec3dfd602c4181a9e74c8fc2ab99f0 | diff --git a/spyder/app/mainwindow.py b/spyder/app/mainwindow.py
index <HASH>..<HASH> 100644
--- a/spyder/app/mainwindow.py
+++ b/spyder/app/mainwindow.py
@@ -247,8 +247,6 @@ class MainWindow(QMainWindow):
('PyQt4',
"http://pyqt.sourceforge.net/Docs/PyQt4/classes.html",
_("PyQt4 API Re... | Deleted references to the 'xy' module. | spyder-ide_spyder | train |
0f9e2f9477b2e91bacd25ad74b3d555effbf76e2 | diff --git a/fbchat_archive_parser/writers/csv.py b/fbchat_archive_parser/writers/csv.py
index <HASH>..<HASH> 100644
--- a/fbchat_archive_parser/writers/csv.py
+++ b/fbchat_archive_parser/writers/csv.py
@@ -1,4 +1,5 @@
-from __future__ import unicode_literals
+from __future__ import unicode_literals, absolute_import
+
... | Fixed issues in csv writer and corrected json writer path | ownaginatious_fbchat-archive-parser | train |
8a561b1d758fc4a0cc6f01015a81aa98c45c4881 | diff --git a/server/tcp.go b/server/tcp.go
index <HASH>..<HASH> 100644
--- a/server/tcp.go
+++ b/server/tcp.go
@@ -69,7 +69,7 @@ func handleConnection(conn net.Conn, errChan chan<- error) {
// to connected tcp client (non-blocking)
go func() {
for msg := range proxy.Pipe {
- lumber.Info("Got message - %#v", ms... | Prevent unintended log spam
Resolves #<I> | nanopack_mist | train |
0bf26885ec147b815be8be6f16cf484c976364c9 | diff --git a/facade/src/main/java/org/jboss/pnc/facade/deliverables/DeliverableAnalyzerManagerImpl.java b/facade/src/main/java/org/jboss/pnc/facade/deliverables/DeliverableAnalyzerManagerImpl.java
index <HASH>..<HASH> 100644
--- a/facade/src/main/java/org/jboss/pnc/facade/deliverables/DeliverableAnalyzerManagerImpl.jav... | Fix parsing of Deliverable analyzer result | project-ncl_pnc | train |
fa6219ca517fa8bff558954ca244b7c993bb4ce8 | diff --git a/lib/browsers/chrome.js b/lib/browsers/chrome.js
index <HASH>..<HASH> 100644
--- a/lib/browsers/chrome.js
+++ b/lib/browsers/chrome.js
@@ -208,6 +208,13 @@ chrome.setUpEvents = function(tab) {
tab.prerender.pageLoadInfo.loadEventFiredMs = timestamp * 1000;
});
+ //if the page opens up a javascr... | added code to close any alert dialogs that are opened by the browser | prerender_prerender | train |
772390bf3cad81fb3e9d63231752686df0dec42b | diff --git a/bumpversion/cli.py b/bumpversion/cli.py
index <HASH>..<HASH> 100644
--- a/bumpversion/cli.py
+++ b/bumpversion/cli.py
@@ -111,16 +111,7 @@ def main(original_args=None):
new_version = _parse_new_version(args, new_version, vc)
_determine_files(file_names, files, positionals, vc)
vcs = _determi... | Extract method from main: _check_files_contain_version | c4urself_bump2version | train |
5a00c80e4b5771b319f831fe1b7f9d9563282e63 | diff --git a/session/session_test.go b/session/session_test.go
index <HASH>..<HASH> 100644
--- a/session/session_test.go
+++ b/session/session_test.go
@@ -2674,7 +2674,11 @@ func (s *testSchemaSuite) TestDisableTxnAutoRetry(c *C) {
// test for disable transaction local latch
tk1.Se.GetSessionVars().InRestrictedSQ... | test: fix data race in TestDisableTxnAutoRetry (#<I>) | pingcap_tidb | train |
6b403476aef3dbecb327656f45772cdf1c69524e | diff --git a/lib/aerogel/core/i18n.rb b/lib/aerogel/core/i18n.rb
index <HASH>..<HASH> 100644
--- a/lib/aerogel/core/i18n.rb
+++ b/lib/aerogel/core/i18n.rb
@@ -25,10 +25,10 @@ module Aerogel::I18n
#
def self.t( *args )
if args.size > 0
- puts "** I18n.t original t: #{args}"
+ # puts "** I18n.t origi... | Removed debug output from I<I>n.t | kukushkin_aerogel-core | train |
dd6f9ed00586f705d4704da3d57ac9326e5d5d6f | diff --git a/tests/TransactionTest.php b/tests/TransactionTest.php
index <HASH>..<HASH> 100644
--- a/tests/TransactionTest.php
+++ b/tests/TransactionTest.php
@@ -45,46 +45,9 @@ class TransactionTest extends SapphireTest {
//These pages should NOT exist, we reverted to a savepoint:
$this->assertFalse(is_object(... | MINOR Moved readonly section of TransactionTest into postgresql/ module | silverstripe_silverstripe-framework | train |
b49f08a2385f4a0328b95ecc07a33549aefac77f | diff --git a/flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/AsyncCheckpointRunnable.java b/flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/AsyncCheckpointRunnable.java
index <HASH>..<HASH> 100644
--- a/flink-streaming-java/src/main/java/org/apache/flink/streaming... | [hotfix][task] Log when AsyncCheckpointRunnalbe starts executing (with the execution delay) | apache_flink | train |
165e5d8bd308e9b7a1a6d17dba8aec9603f2d063 | diff --git a/tests.py b/tests.py
index <HASH>..<HASH> 100644
--- a/tests.py
+++ b/tests.py
@@ -1202,7 +1202,7 @@ def test_python_prerelease_release_postrelease(tmpdir, capsys):
parse = ^
(?P<major>\d+)\.(?P<minor>\d+) # minimum 'N.N'
(?:
- (?P<prerel>[abc]|rc) ... | pep-<I> style test: also parse 'dev' prerel | c4urself_bump2version | train |
485f9c7c7116aab27fda250cf1b0d79a051b8c63 | diff --git a/src/ErrorResponseException.php b/src/ErrorResponseException.php
index <HASH>..<HASH> 100644
--- a/src/ErrorResponseException.php
+++ b/src/ErrorResponseException.php
@@ -17,4 +17,14 @@ namespace hiqdev\hiart;
*/
class ErrorResponseException extends HiArtException
{
+ /**
+ * @var array The API r... | ErrorResponseException - added $response propery, __construct modified | hiqdev_yii2-hiart | train |
fa23d5c75f19292e488c6aed3da14794b193a5de | diff --git a/sonar-batch-protocol/src/main/java/org/sonar/batch/protocol/input/issues/PreviousIssue.java b/sonar-batch-protocol/src/main/java/org/sonar/batch/protocol/input/issues/PreviousIssue.java
index <HASH>..<HASH> 100644
--- a/sonar-batch-protocol/src/main/java/org/sonar/batch/protocol/input/issues/PreviousIssue.... | SONAR-<I> Fix manual severity and get previous creation date | SonarSource_sonarqube | train |
f189940a499d92a7c827ca6c2d87bfe73e93a5ee | diff --git a/metric_tank/metric_tank.go b/metric_tank/metric_tank.go
index <HASH>..<HASH> 100644
--- a/metric_tank/metric_tank.go
+++ b/metric_tank/metric_tank.go
@@ -59,9 +59,11 @@ var (
aggSettings = flag.String("agg-settings", "", "aggregation settings: <agg span in seconds>:<agg chunkspan in seconds>:<agg numch... | make cassandra timeout and consistency configurable | grafana_metrictank | train |
51fbc12595a6e17817bffa3697b57b76efc478a0 | diff --git a/src/Bkwld/Decoy/Controllers/Admins.php b/src/Bkwld/Decoy/Controllers/Admins.php
index <HASH>..<HASH> 100644
--- a/src/Bkwld/Decoy/Controllers/Admins.php
+++ b/src/Bkwld/Decoy/Controllers/Admins.php
@@ -1,9 +1,8 @@
<?php namespace Bkwld\Decoy\Controllers;
// Dependencies
-use \Input;
-use \Model;
-use \... | Switching to a namespaced class alias for Model. Should make invoking the same but will be way less likely to have name colisions | BKWLD_decoy | train |
a47c3135e8220daa811cee6519c9c9ae340c5990 | diff --git a/server/src/test/java/org/cloudfoundry/identity/uaa/test/TestUtils.java b/server/src/test/java/org/cloudfoundry/identity/uaa/test/TestUtils.java
index <HASH>..<HASH> 100644
--- a/server/src/test/java/org/cloudfoundry/identity/uaa/test/TestUtils.java
+++ b/server/src/test/java/org/cloudfoundry/identity/uaa/t... | Speed up the TestUtils method of cleaning the db
- Instead of using flyway to clean and remigrate, just use sql to delete
rows and reseed the UAA default zone | cloudfoundry_uaa | train |
0bd3b4f0e153741df339bf442409c5be5f600f25 | diff --git a/src/Config/ConfigReader.php b/src/Config/ConfigReader.php
index <HASH>..<HASH> 100644
--- a/src/Config/ConfigReader.php
+++ b/src/Config/ConfigReader.php
@@ -42,13 +42,6 @@ final class ConfigReader {
}
/**
- * @deprecated Use getConfig() instead.
- */
- public function read(): array {
- ret... | Remove deprecated ConfigReader->read() method | namics_twig-nitro-library | train |
f1df3997496a73598144c74d477f69859da46c70 | diff --git a/src/visualizers/widgets/CodeEditor/CodeEditorWidget.js b/src/visualizers/widgets/CodeEditor/CodeEditorWidget.js
index <HASH>..<HASH> 100644
--- a/src/visualizers/widgets/CodeEditor/CodeEditorWidget.js
+++ b/src/visualizers/widgets/CodeEditor/CodeEditorWidget.js
@@ -1379,6 +1379,9 @@ define([
/* * * * ... | closes #<I> prompt the user to save or revert when the viz is getting destroyed. | finger563_webgme-codeeditor | train |
6ec605b0dc27f38b73b932a962c010a0845fc0e3 | diff --git a/cobra/io/sbml.py b/cobra/io/sbml.py
index <HASH>..<HASH> 100644
--- a/cobra/io/sbml.py
+++ b/cobra/io/sbml.py
@@ -43,7 +43,6 @@ from six import iteritems, string_types
import cobra
from cobra.core import Gene, Group, Metabolite, Model, Reaction
-from cobra.core.gene import parse_gpr
from cobra.manipul... | kludge fix to stop travis (py<I>) from complaining about import order | opencobra_cobrapy | train |
f0b79fbe93d58eed3db88d27f645fc5dab48ae11 | diff --git a/src/discoursegraphs/io/anaphoricity.py b/src/discoursegraphs/io/anaphoricity.py
index <HASH>..<HASH> 100755
--- a/src/discoursegraphs/io/anaphoricity.py
+++ b/src/discoursegraphs/io/anaphoricity.py
@@ -9,6 +9,7 @@ from itertools import chain
from networkx import write_gpickle
from discoursegraphs impor... | anaphoricity: added prefix to node attributes, ensured unicode for token strings | arne-cl_discoursegraphs | train |
c4d2fccac013eab2827389f95d59ba1b75a67711 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,7 @@ REQUIREMENTS = [
TEST_REQUIREMENTS = [
'codecov',
'cython',
- 'dask',
+ 'dask[distributed]',
'flaky',
'matplotlib',
'mock', | need dask[distributed] for tests | spyder-ide_spyder-kernels | train |
48fe3a54203a79c0cbef43825944bb687b0944b8 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -91,7 +91,11 @@ if __name__ == '__main__':
author='Nick / Fizzadar',
author_email='pointlessrambler@gmail.com',
license='MIT',
- url='http://github.com/Fizzadar/pyinfra',
+ url='https:/... | Update/add project URLs in setup. | Fizzadar_pyinfra | train |
031c4d4f59e2bcd9ae164f583ee4f5ad3e698e3a | diff --git a/js/gateio.js b/js/gateio.js
index <HASH>..<HASH> 100644
--- a/js/gateio.js
+++ b/js/gateio.js
@@ -445,7 +445,8 @@ module.exports = class gateio extends Exchange {
const base = this.safeCurrencyCode (baseId);
const quote = this.safeCurrencyCode (quoteId);
const symbol ... | Fix fees reporting as <I>% | ccxt_ccxt | train |
844498b975dc7db658cf3eb559dd0fea4eb0a5ab | diff --git a/lib/countly.js b/lib/countly.js
index <HASH>..<HASH> 100644
--- a/lib/countly.js
+++ b/lib/countly.js
@@ -1433,17 +1433,39 @@ Countly.Bulk = Bulk;
}
};
- var storeSet = function(key, value) {
- __data[key] = value;
- var dir = path.resolve(__dirname, Countly.storage_pat... | Async writes with queue and lock | Countly_countly-sdk-nodejs | train |
19c204f60ab493492ba84de0b5040d5efccc9f95 | diff --git a/tests/test_s3_deleter.py b/tests/test_s3_deleter.py
index <HASH>..<HASH> 100644
--- a/tests/test_s3_deleter.py
+++ b/tests/test_s3_deleter.py
@@ -164,7 +164,7 @@ def test_retry_on_normal_error(b, collect):
key_name = 'test-key-name'
k = key.Key(bucket=b, name=key_name)
- collect.inject(Stand... | Fix dangerous thinkos involving "StandardError"
StandardError is intended to include the built-in exceptions in
Python.
This was pernicious in the 'retries' module, as most errors were of
the form of timeouts, had an errno, and inherited from the built-in
EnvironmentError, yet other failure modes -- like
httplib.Inco... | wal-e_wal-e | train |
bbd29f83864db10797db69bdbe86d5bc2857e4fd | diff --git a/lib/couchdb/connection_testing.rb b/lib/couchdb/connection_testing.rb
index <HASH>..<HASH> 100644
--- a/lib/couchdb/connection_testing.rb
+++ b/lib/couchdb/connection_testing.rb
@@ -5,8 +5,8 @@ module Couchdb
# redirection code, returns true; otherwise, returns false.
def test_http_connection(uri... | The query is needed for HTTP connection testing, too. #<I>. | yipdw_analysand | train |
32d2573fddee99b93ec76edd92d3864dbdd365a8 | diff --git a/libsubmit/version.py b/libsubmit/version.py
index <HASH>..<HASH> 100644
--- a/libsubmit/version.py
+++ b/libsubmit/version.py
@@ -1,4 +1,4 @@
''' Set module version
<Major>.<Minor>.<maintenance>[-alpha/beta/..]
'''
-VERSION = '0.5.0-a0'
+VERSION = '0.5.0-a1' | Bumping version to <I>-a1 for testing | Parsl_libsubmit | train |
6b7bcde1f26deefe0604fed309cc9f89b4f71dda | diff --git a/packages/ember-glimmer/lib/renderer.js b/packages/ember-glimmer/lib/renderer.js
index <HASH>..<HASH> 100644
--- a/packages/ember-glimmer/lib/renderer.js
+++ b/packages/ember-glimmer/lib/renderer.js
@@ -22,9 +22,8 @@ if (isEnabled('ember-glimmer-detect-backtracking-rerender') ||
const { backburner } = run;... | [CLEANUP GLIMMER2] Remove unused `controller`
This was added for the purpose of threading through the `targetObject`,
but we now track it explicitly so this is just a pointless duplication. | emberjs_ember.js | train |
dae2d783bb9e7f24968d3991b3eb033aef71d502 | diff --git a/lib/stupidedi/versions/functional_groups/005010/element_types/time_val.rb b/lib/stupidedi/versions/functional_groups/005010/element_types/time_val.rb
index <HASH>..<HASH> 100644
--- a/lib/stupidedi/versions/functional_groups/005010/element_types/time_val.rb
+++ b/lib/stupidedi/versions/functional_groups/00... | Fixed output formatting of TimeVal not to include fractional seconds | irobayna_stupidedi | train |
cae5b6336cedb549bb21200b84789d85a11d5c93 | diff --git a/security_test.go b/security_test.go
index <HASH>..<HASH> 100644
--- a/security_test.go
+++ b/security_test.go
@@ -1,6 +1,7 @@
package dht
import (
+ "crypto/rand"
"encoding/hex"
"log"
"net"
@@ -54,3 +55,32 @@ func TestDHTSec(t *testing.T) {
}
}
}
+
+func getInsecureIp(nodeId [20]byte, ip ne... | Test some assumptions around node ID security | anacrolix_dht | train |
71fb550123ec1c36cedc09a52146ffaf44318e46 | diff --git a/src/mako/Mako.php b/src/mako/Mako.php
index <HASH>..<HASH> 100644
--- a/src/mako/Mako.php
+++ b/src/mako/Mako.php
@@ -19,7 +19,7 @@ class Mako
*
* @var string
*/
- const VERSION = '5.5.4';
+ const VERSION = '5.5.5';
/**
* Mako major version.
@@ -40,5 +40,5 @@ class Mako
*
* @var int
... | Fixed issue where unique rule would fail for case-insensitive databases | mako-framework_framework | train |
6ac17c0365ce0defbc6460814395dbf44deb312a | diff --git a/.travis.yml b/.travis.yml
index <HASH>..<HASH> 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,9 @@ matrix:
- os: linux
sudo: required
python: 2.7
+ - os: linux
+ sudo: required
+ python pypy
- os: osx
language: generic
env: TOXENV=py27
diff --git a/... | added pypy linux testing on travis, adds sleep between pymemcache client creates to fix failing unit test, removes some logging messages | anomaly_vishnu | train |
95d2021a89b6baf6bf0b4bd3b5ac13878f83614e | diff --git a/build_brands.js b/build_brands.js
index <HASH>..<HASH> 100644
--- a/build_brands.js
+++ b/build_brands.js
@@ -119,7 +119,7 @@ function mergeBrands() {
let obj = brands[kvnd];
let parts = toParts(kvnd);
- var m = matcher.matchKey(parts);
+ var m = matcher.matchParts(parts);... | Remove a few other ES6 things, make stemmer reuse simplify | osmlab_name-suggestion-index | train |
97f39b87df6ddf7c61668f78172e0c13d2d1a2e7 | diff --git a/shinken/modules/glpi_arbiter.py b/shinken/modules/glpi_arbiter.py
index <HASH>..<HASH> 100644
--- a/shinken/modules/glpi_arbiter.py
+++ b/shinken/modules/glpi_arbiter.py
@@ -155,22 +155,24 @@ class Glpi_arbiter(BaseModule):
print "\n\n"
print "Service info in GLPI", service_info
... | FIx generate services in glpi_arbiter module | Alignak-monitoring_alignak | train |
859dde3476e63de66c2dd233b7adbace18320435 | diff --git a/lib/public/www_applet.js b/lib/public/www_applet.js
index <HASH>..<HASH> 100644
--- a/lib/public/www_applet.js
+++ b/lib/public/www_applet.js
@@ -6,7 +6,13 @@ var WWW_Applet = null;
(function () {
- var get_tail_by_types = function (o, stack, types) {
+ // From:
+ // http://stackoverflow.com/questi... | Fixed: various missing values, typos, etc. | da99_www_app | train |
4b97919fcdbfc71d42ef1641fbe9cf482c1582bb | diff --git a/lib/moodlelib.php b/lib/moodlelib.php
index <HASH>..<HASH> 100644
--- a/lib/moodlelib.php
+++ b/lib/moodlelib.php
@@ -4868,9 +4868,7 @@ function get_list_of_plugins($plugin='mod', $exclude='') {
* @todo Finish documenting this function
*/
function check_php_version($version='4.1.0') {
- $minversion... | I have changed check_php_version() to use version_compare() in an attempt to fix bug <I> | moodle_moodle | train |
c34d31dba8b7905c04bdf1a7d3d3ad45289c787e | diff --git a/tools/py/serial/literate.py b/tools/py/serial/literate.py
index <HASH>..<HASH> 100644
--- a/tools/py/serial/literate.py
+++ b/tools/py/serial/literate.py
@@ -11,8 +11,8 @@ import sys
from amara3 import iri
-from versa import I, VERSA_BASEIRI, ORIGIN, RELATIONSHIP, TARGET
-from versa.util import all_or... | Tweak Versa literate writer to use the resource type abbreviation | uogbuji_versa | train |
1a6386bec3f7dfb4c99031cb6233576f870babfa | diff --git a/bin/jk-status b/bin/jk-status
index <HASH>..<HASH> 100755
--- a/bin/jk-status
+++ b/bin/jk-status
@@ -6,7 +6,7 @@ from elasticsearch_dsl.connections import connections
def main():
core = Core(use_pipe=False)
print("Connected to: {} [{}]".format(connections.get_connection().info()['cluster_name']... | Changed index_prefix to index, every doctype is now in the same index. | mwgielen_jackal | train |
2e7f2446d036d44c68025df9a9c503b511acc0a3 | diff --git a/Creational/Pool/Processor.php b/Creational/Pool/Processor.php
index <HASH>..<HASH> 100644
--- a/Creational/Pool/Processor.php
+++ b/Creational/Pool/Processor.php
@@ -20,7 +20,7 @@ class Processor
if ($this->processing++ < $this->maxProcesses) {
$this->createWorker($image);
} ... | Fixed a bug in the implementation of a design pattern: Pool. | domnikl_DesignPatternsPHP | train |
9becbe26f574a424e6e8ba3279b6ab446667b2e7 | diff --git a/auto_ml/predictor.py b/auto_ml/predictor.py
index <HASH>..<HASH> 100644
--- a/auto_ml/predictor.py
+++ b/auto_ml/predictor.py
@@ -7,7 +7,6 @@ import sys
import warnings
import dill
-import eli5
import pathos
import numpy as np | removes eli5 dependency for now | ClimbsRocks_auto_ml | train |
cc4db1ecd3f9c0081e2bd0e962d4ec6479a700af | diff --git a/lib/queue.js b/lib/queue.js
index <HASH>..<HASH> 100644
--- a/lib/queue.js
+++ b/lib/queue.js
@@ -2,7 +2,7 @@
var async = require('async')
var chalk = require('chalk')
-var debug = require('debug-log')('mashape-analytics-queue')
+var debug = require('debug-log')('mashape-analytics')
var http = require... | debug flag for queue should be the same globally | Kong_galileo-agent-node | train |
4a91a9f9ee1599fec7b6320508652e564f772ff4 | diff --git a/utils/IOUtils.js b/utils/IOUtils.js
index <HASH>..<HASH> 100644
--- a/utils/IOUtils.js
+++ b/utils/IOUtils.js
@@ -15,7 +15,7 @@ var fs = require('fs'),
* @returns {Array} the directory segments in the path
*/
module.exports.getDirectoryList = function getDirectoryList(path, excludeLastSegment) {
- ... | Fixed getDirectoryList returning '.' when no directory was found. | jimivdw_grunt-mutation-testing | train |
62ca3fffb08b7aac1443628b75ee12af28127366 | diff --git a/salt/transport/zeromq.py b/salt/transport/zeromq.py
index <HASH>..<HASH> 100644
--- a/salt/transport/zeromq.py
+++ b/salt/transport/zeromq.py
@@ -27,6 +27,7 @@ import salt.utils.process
import salt.utils.stringutils
import salt.utils.verify
import salt.utils.zeromq
+import salt.utils.versions
import sa... | Same close API as other transports. | saltstack_salt | train |
1192af61fd1f6a102a7d74422e83dfb1fc9a94b9 | diff --git a/okhttp/src/main/java/com/squareup/okhttp/internal/Platform.java b/okhttp/src/main/java/com/squareup/okhttp/internal/Platform.java
index <HASH>..<HASH> 100644
--- a/okhttp/src/main/java/com/squareup/okhttp/internal/Platform.java
+++ b/okhttp/src/main/java/com/squareup/okhttp/internal/Platform.java
@@ -151,7... | Add current AOSP class name for OpenSSLSocketImpl
AOSP moved OpenSSLSocketImpl to com.android.org.conscrypt.* so add that
as the first choice for unbundled apps.
Change-Id: I7bad<I>dcb<I>ee1cac3b<I>f<I>dd<I>bd<I>eaed | square_okhttp | train |
4d0d7bf6d9bf5e43e65ced0a47833036787bdca0 | diff --git a/lib/vcr/library_hooks/faraday.rb b/lib/vcr/library_hooks/faraday.rb
index <HASH>..<HASH> 100644
--- a/lib/vcr/library_hooks/faraday.rb
+++ b/lib/vcr/library_hooks/faraday.rb
@@ -1,4 +1,4 @@
-require 'faraday'
+require 'vcr/middleware/faraday'
module VCR
class LibraryHooks | Explicitly require faraday middleware from library hook.
This ensures that the version checking happens. Previously, if you did `hook_into :faraday` but were on an older version that doesn't support the middleware `lock!` API, the middleware would never be loaded and the version checking would never take place. | vcr_vcr | train |
bbcf0db5792e931c1abc001bed813e1086b023fa | diff --git a/plugins/iterators.js b/plugins/iterators.js
index <HASH>..<HASH> 100644
--- a/plugins/iterators.js
+++ b/plugins/iterators.js
@@ -192,12 +192,12 @@ var iteratorObject = function(options) {
async()
.set('iter', this)
.set('data', this.settings.data)
- .forEach('data', function(next, doc... | BUGFIX: Updating correct instance when filtering using data method | hash-bang_Monoxide | train |
f2843a65e67e81302d0c20fc5181a6ce2c474d14 | diff --git a/lib/type/unit/Unit.js b/lib/type/unit/Unit.js
index <HASH>..<HASH> 100644
--- a/lib/type/unit/Unit.js
+++ b/lib/type/unit/Unit.js
@@ -2338,6 +2338,7 @@ function factory (type, config, load, typed) {
chains: 'chain',
angstroms: 'angstrom',
+ l: 'litre',
lt: 'litre',
liter: 'litre',
... | Forgot alias l -> litre
In moving the hard-coded aliases to the aliases array I forgot to set l -> base unit defined by name 'litre'. | josdejong_mathjs | train |
1a4d8ed4ddf893e1342926ea73738796c8251d8d | diff --git a/fastly/backend.go b/fastly/backend.go
index <HASH>..<HASH> 100644
--- a/fastly/backend.go
+++ b/fastly/backend.go
@@ -4,6 +4,7 @@ import (
"fmt"
"net/url"
"sort"
+ "time"
)
// Backend represents a backend response from the Fastly API.
@@ -11,32 +12,35 @@ type Backend struct {
ServiceID string `... | feat(backend): add timestamp fields to response object
Add support for created_at, updated_at, and deleted_at fields. | sethvargo_go-fastly | train |
0ec3d6ca9d91a9cface283bb802f6c9bc8d06eb7 | diff --git a/Clipper/popup/package.json b/Clipper/popup/package.json
index <HASH>..<HASH> 100644
--- a/Clipper/popup/package.json
+++ b/Clipper/popup/package.json
@@ -55,7 +55,7 @@
},
"scripts": {
"start": "node scripts/start.js",
- "build": "SKIP_PREFLIGHT_CHECK=true node scripts/build.js",
+ "build":... | Clipper: Upgraded clipper to support API pagination
This version of the clipper will support both new and old Joplin
clients, so as to ease the transition. | laurent22_joplin | train |
789a557b8487be282f80bd7e3efb6ffee0115e8a | diff --git a/scripts/post-script.js b/scripts/post-script.js
index <HASH>..<HASH> 100644
--- a/scripts/post-script.js
+++ b/scripts/post-script.js
@@ -6,6 +6,23 @@ const inquirer = require('inquirer');
const chalk = require('chalk');
const { spawnSync } = require('child_process');
+const DEPRECIATED_VERSION = {
+ ... | chore: Support deprecated version warning (#<I>) | ant-design_ant-design | train |
983d019ee8f77f46befa99772b4eb9af3473593b | diff --git a/webflux/src/test/java/org/springframework/security/web/server/DefaultServerRedirectStrategyTests.java b/webflux/src/test/java/org/springframework/security/web/server/DefaultServerRedirectStrategyTests.java
index <HASH>..<HASH> 100644
--- a/webflux/src/test/java/org/springframework/security/web/server/Defau... | Polish
Add back explicit casting to ensure compatibility if
overloaded methods are added.
Issue: gh-<I> | spring-projects_spring-security | train |
bcfdf2c64c0dfabdd25cdad9d3598138a0fea6d7 | diff --git a/platform/android/build/android_tools.rb b/platform/android/build/android_tools.rb
index <HASH>..<HASH> 100644
--- a/platform/android/build/android_tools.rb
+++ b/platform/android/build/android_tools.rb
@@ -345,7 +345,7 @@ def load_app_and_run(device_flag, apkfile, pkgname)
while count < 20
theoutpu... | platform/android/build/android_tools.rb: install timeout is increased to <I>s (framework_spec on Win<I> Virtual Box) | rhomobile_rhodes | train |
f04d5621e5b035a0eef71f51d90f4d0745d15f8c | diff --git a/iron_core.py b/iron_core.py
index <HASH>..<HASH> 100644
--- a/iron_core.py
+++ b/iron_core.py
@@ -139,9 +139,6 @@ class IronClient:
result["status"] = resp.status
conn.close()
- if resp.status >= 400 and resp.status != httplib.SERVICE_UNAVAILABLE:
- raise httplib.HTTPE... | Refactored response status handling. | iron-io_iron_core_python | train |
5b1bc3f4da939941f3f95530c6d46489bf2ef175 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,7 @@ def get_long_description(cleanup=True):
'exclude_patterns': exclude_patterns,
'master_doc': 'README',
'dispatchers_out_dir': abspath(outdir + '/_... | fix(setup): Not log sphinx warnings for long_description. | vinci1it2000_schedula | train |
9961e8133056eb5d75fb5964e36cbee16663c9f7 | diff --git a/lucid/optvis/render.py b/lucid/optvis/render.py
index <HASH>..<HASH> 100644
--- a/lucid/optvis/render.py
+++ b/lucid/optvis/render.py
@@ -249,13 +249,16 @@ def make_optimizer(optimizer, args):
"optimizer, or tf.train.Optimizer instance.")
-def import_model(model, t_image, t_image_raw):
+def... | Allow T() to support ":" and alternate scopes.
T() is used in lucid to access TensorFlow layers and nodes.
Previously, T("name") would be inferred to refer to "import/name:0",
which didn't allow us to support scopes other than "import" or
tensors that weren't the first output of an op.
This commit should be fully bac... | tensorflow_lucid | train |
f2226db244b82982bb14bea643cc8d66d1c776d9 | diff --git a/test/main.js b/test/main.js
index <HASH>..<HASH> 100644
--- a/test/main.js
+++ b/test/main.js
@@ -122,39 +122,52 @@ describe('main', function () {
it('gets access token from configuration file by default', function () {
git.getSemverTags.returns(['v1.0.0'])
git.getMergeCommits.returns(['a comm... | Add more assertions to test cases
to verify the arguments passed to github.writeComments | jcollado_pr-tagger | train |
af87f27e434dd95b9704e9d55805fc659d1c069f | diff --git a/Pynac/Core.py b/Pynac/Core.py
index <HASH>..<HASH> 100644
--- a/Pynac/Core.py
+++ b/Pynac/Core.py
@@ -10,6 +10,7 @@ import glob
from collections import namedtuple
import warnings
from Pynac.DataClasses import Param, SingleDimPS, CentreOfGravity
+import Pynac.Elements as pyEle
def multiProcessPynac(fi... | Added the capability to make a pure Pynac lattice. Will be expanded in another branch. | se-esss-litterbox_Pynac | train |
c0db4520691b414549b3bffddc407ee6ce36f687 | diff --git a/security/Group.php b/security/Group.php
index <HASH>..<HASH> 100644
--- a/security/Group.php
+++ b/security/Group.php
@@ -190,7 +190,8 @@ class Group extends DataObject {
}
/**
- * Add a member to a group.
+ * Add a member to a group. This will create the group if the given
+ * group code doesn'... | APICHANGE: Group::addByGroupName() now creates the group if one does not already exist (from r<I>) (from r<I>)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@<I> <I>b<I>ca-7a2a-<I>-9d3b-<I>d<I>a<I>a9 | silverstripe_silverstripe-framework | train |
f62a7607c5bda049ca9cbf50fd8c445dc1dd667c | diff --git a/docs/source/conf.py b/docs/source/conf.py
index <HASH>..<HASH> 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -54,7 +54,6 @@ master_doc = 'index'
# General information about the project.
project = u'Cloud Custodian'
-copyright = u'2017, Capital One Services, LLC'
author = u'Kapil Thanga... | tools/c7n_mailer - fix tests, update doc build (#<I>) | cloud-custodian_cloud-custodian | train |
c3b0a59fbccd79fe2a74855df784e07a3d755c76 | diff --git a/src/Package/Repositories/Releases.php b/src/Package/Repositories/Releases.php
index <HASH>..<HASH> 100644
--- a/src/Package/Repositories/Releases.php
+++ b/src/Package/Repositories/Releases.php
@@ -127,7 +127,7 @@ class Releases extends AbstractPackage
*
* @param string $user The name of the owne... | Document the possibility of getting a Release by tag
Document that you can get a release by tag witch a special paramenter. See: <URL> | joomla-framework_github-api | train |
b97b7ccd8cf277df7487f1bb5af1645bbd0eda2e | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ setup(name="magic-wormhole",
package_data={"wormhole": ["db-schemas/*.sql"]},
entry_points={"console_scripts":
["wormhole = wormhole.scripts.runner:entry"]},
- install_req... | switch to spake2==<I>, with the faster symmetric algorithm
Note that this breaks compatibility of SymmetricWormhole, which was
previously only used by the Twisted flavor. | warner_magic-wormhole | train |
24b8064c4caf24a25d575482b92003fefdf2a5da | diff --git a/src/gitgraph.js b/src/gitgraph.js
index <HASH>..<HASH> 100644
--- a/src/gitgraph.js
+++ b/src/gitgraph.js
@@ -111,6 +111,7 @@
*
* @param {(String | Object)} options - Branch name | Options of Branch
* @see Branch
+ * @return {Branch} New branch
* @this GitGraph
**/
GitGraph.prototy... | Create branch from another one - Close #<I> | nicoespeon_gitgraph.js | train |
b108f300fc39574077ada09d3e184439743031a6 | diff --git a/lib/puppet/forge/repository.rb b/lib/puppet/forge/repository.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/forge/repository.rb
+++ b/lib/puppet/forge/repository.rb
@@ -146,6 +146,9 @@ class Puppet::Forge
proxy.set_debug_output($stderr)
end
+ proxy.open_timeout = Puppet[:http_connec... | (PUP-<I>) Respect http timeout settings for Forge | puppetlabs_puppet | train |
275de7989e73d8df3b2486eaec16351f031511b5 | diff --git a/spiff/membership/models.py b/spiff/membership/models.py
index <HASH>..<HASH> 100644
--- a/spiff/membership/models.py
+++ b/spiff/membership/models.py
@@ -1,4 +1,7 @@
from django.db import models
+from django.contrib.sites.models import get_current_site
+from django.template import RequestContext
+from dja... | Add method to send mails to members | SYNHAK_spiff | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.