hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
1056fb3e20898b697d3e7f772611418f23f33f43 | diff --git a/oslash/list.py b/oslash/list.py
index <HASH>..<HASH> 100644
--- a/oslash/list.py
+++ b/oslash/list.py
@@ -105,7 +105,7 @@ class List(Monad, Monoid, Applicative, Functor, Sized, Iterable):
xs = self # Don't think we can avoid this mutable local
while True:
if xs.null():
- ... | PEP <I> - StopIterator is replaced with RuntimeError when raised inside a generator therefore cannot print empty list | dbrattli_OSlash | train |
0459d409eed4141971901672c54de13d3eaa2273 | diff --git a/src/main/java/jmetal/experiments/settings/pNSGAII_Settings.java b/src/main/java/jmetal/experiments/settings/pNSGAII_Settings.java
index <HASH>..<HASH> 100644
--- a/src/main/java/jmetal/experiments/settings/pNSGAII_Settings.java
+++ b/src/main/java/jmetal/experiments/settings/pNSGAII_Settings.java
@@ -89,7 ... | Fixing bug in NSGAII (evaluator.shutdown was missing) | jMetal_jMetal | train |
e05df2729930655b136b6558ec30be1c4ca533ac | diff --git a/src/Viserio/Component/Foundation/Http/Kernel.php b/src/Viserio/Component/Foundation/Http/Kernel.php
index <HASH>..<HASH> 100644
--- a/src/Viserio/Component/Foundation/Http/Kernel.php
+++ b/src/Viserio/Component/Foundation/Http/Kernel.php
@@ -21,10 +21,10 @@ use Viserio\Component\Foundation\Http\Event\Kerne... | Apply fixes from StyleCI (#<I>) | narrowspark_framework | train |
6ce95ce67a281b8609b1b5d9ee80b78eb4e2b137 | diff --git a/aioelasticsearch/pool.py b/aioelasticsearch/pool.py
index <HASH>..<HASH> 100644
--- a/aioelasticsearch/pool.py
+++ b/aioelasticsearch/pool.py
@@ -6,7 +6,7 @@ import random
from elasticsearch import RoundRobinSelector
from elasticsearch.exceptions import ImproperlyConfigured
-from .compat import AIOHTTP... | Fix sync connection close for pool with aiohttp2 | aio-libs_aioelasticsearch | train |
031dd528f30b3fdf3d8b54c459205ffcf0b6d006 | diff --git a/argh/assembling.py b/argh/assembling.py
index <HASH>..<HASH> 100644
--- a/argh/assembling.py
+++ b/argh/assembling.py
@@ -51,8 +51,11 @@ def _get_args_from_signature(function):
spec = get_arg_spec(function)
- kwargs = dict(zip(*[reversed(x) for x in (spec.args,
- ... | add support for keyword-only arguments
Keyword-only arguments are mapped to optional arguments. They are
required iff they have no default value. | neithere_argh | train |
a05c9803156da6c7c4a679dfa7b5ab1ed0088847 | diff --git a/CHANGES.txt b/CHANGES.txt
index <HASH>..<HASH> 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,16 +1,17 @@
ATTIC, CHANGES
+
#### 0.4.0 (2009-07-17) ###############################
* ADDED: Support for objects that don't have metaclasses:
Currently: Symbols, Fixnum
+* CHANGE: Objects with no meta... | Objects with no metaclass raise NoMetaClass exception. | delano_attic | train |
a6ab4e085c8748a153425c0374175f89eb86ea7c | diff --git a/modules/core/src/main/java/accismus/impl/OracleClient.java b/modules/core/src/main/java/accismus/impl/OracleClient.java
index <HASH>..<HASH> 100644
--- a/modules/core/src/main/java/accismus/impl/OracleClient.java
+++ b/modules/core/src/main/java/accismus/impl/OracleClient.java
@@ -19,6 +19,10 @@ package ac... | Fixes #<I> Oracle client should reconnect upon new lead being selected | apache_fluo | train |
96112ebb1476b0f26680e7e794a15ebc9e78b969 | diff --git a/app/controllers/clickfunnels_auth/user_sessions_controller.rb b/app/controllers/clickfunnels_auth/user_sessions_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/clickfunnels_auth/user_sessions_controller.rb
+++ b/app/controllers/clickfunnels_auth/user_sessions_controller.rb
@@ -28,6 +28,11 @... | Added affiliate_id to the omni auth info and made the user_sessions_controller.rb more flexible to take a block and provide the omni info | Etison_clickfunnels_auth | train |
aa31cb489518758ec531d9e8a06f53bc625e1532 | diff --git a/python_modules/dagster/dagster/core/compute_nodes.py b/python_modules/dagster/dagster/core/compute_nodes.py
index <HASH>..<HASH> 100644
--- a/python_modules/dagster/dagster/core/compute_nodes.py
+++ b/python_modules/dagster/dagster/core/compute_nodes.py
@@ -520,8 +520,8 @@ def print_graph(graph, printer=pr... | cp (#<I>) | dagster-io_dagster | train |
aab83fa65d79ba6da230cbbc958263c96d13bafd | diff --git a/tests/test_commands.py b/tests/test_commands.py
index <HASH>..<HASH> 100644
--- a/tests/test_commands.py
+++ b/tests/test_commands.py
@@ -69,7 +69,7 @@ class CommandBase(unittest.TestCase):
def assertNotIn(self, item, iterable, msg=None):
if hasattr(super(CommandBase, self), 'assertNotIn'):... | typo in python <I> compatibility methods | glyphobet_fragments | train |
60057b02a6aa1672a622fb8f29fb8875b14f772f | diff --git a/lib/que/rake_tasks.rb b/lib/que/rake_tasks.rb
index <HASH>..<HASH> 100644
--- a/lib/que/rake_tasks.rb
+++ b/lib/que/rake_tasks.rb
@@ -1,40 +1,4 @@
namespace :que do
- desc "Process Que's jobs using a worker pool"
- task :work => :environment do
- if defined?(::Rails) && Rails.respond_to?(:application... | Drop rake task for processing jobs. | chanks_que | train |
26d2ceec817b48a79080b0734d5727dab000ee63 | diff --git a/tutorial/index.html b/tutorial/index.html
index <HASH>..<HASH> 100644
--- a/tutorial/index.html
+++ b/tutorial/index.html
@@ -788,8 +788,8 @@ var EnemyEntity = me.ObjectEntity.extend({
// manage the enemy movement
update: function() {
- // do nothing if not visible
- if (!this... | Update tutorial to use `inViewport` instead of `visible` for object visibility test. Thanks Chris Lau!
- inViewport is broken since moving SpriteObject to the `renderable` property (#<I>) | melonjs_melonJS | train |
9b5f7f6e8d49a5deb309b4a6d58088299cff2733 | diff --git a/domain/pool/read_pool.go b/domain/pool/read_pool.go
index <HASH>..<HASH> 100644
--- a/domain/pool/read_pool.go
+++ b/domain/pool/read_pool.go
@@ -26,4 +26,6 @@ type ReadPool struct {
ConnectionTimeout int // Wait delay on service rescheduling when an outage is reported (milliseconds)
CreatedAt ... | Add permissions to ReadPool structure | control-center_serviced | train |
43622d42106c92480d763edb0cd8e05204b02280 | diff --git a/pliers-imagemin.js b/pliers-imagemin.js
index <HASH>..<HASH> 100644
--- a/pliers-imagemin.js
+++ b/pliers-imagemin.js
@@ -5,7 +5,7 @@ var async = require('async')
, Imagemin = require('imagemin')
, prettyBytes = require('pretty-bytes');
-module.exports = function (pliers, dirname, images) {
+module... | Removed need for dirname as parameter | pliersjs_pliers-imagemin | train |
f9dd4fdf7b9131ae098a5e65b68fedffeb1d4649 | diff --git a/spec/voip/asterisk/commands_spec.rb b/spec/voip/asterisk/commands_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/voip/asterisk/commands_spec.rb
+++ b/spec/voip/asterisk/commands_spec.rb
@@ -117,6 +117,14 @@ module DialplanCommandTestHelpers
mock_call.should_receive(:get_variable).once.with('PLAYBACK... | More test coverage for interruptible_play() (Passes) | adhearsion_adhearsion | train |
972d74db6f2d8a43391c6cb5cb62d0bf984d935c | diff --git a/commands.py b/commands.py
index <HASH>..<HASH> 100755
--- a/commands.py
+++ b/commands.py
@@ -87,7 +87,7 @@ def install_completion(
@command
-def test(tests=(), fail_fast=False, with_coverage=True, with_lint=True):
+def test(*tests, fail_fast=False, with_coverage=True, with_lint=True):
original_w... | Pass tests to test command as positionals | wylee_runcommands | train |
fd16764b6b59d15d7ae38a22d74ac8ec1ad85846 | diff --git a/sawtooth/client.py b/sawtooth/client.py
index <HASH>..<HASH> 100644
--- a/sawtooth/client.py
+++ b/sawtooth/client.py
@@ -606,10 +606,6 @@ class LedgerWebClient(object):
LOGGER.error('peer operation on url %s failed: %s', url,
err.reason)
- except:
- ... | fix pylint: No exception type(s) specified (bare-except)
This generic catch should not be needed in this method, as urllib2's
exception types are already covered. | hyperledger_sawtooth-core | train |
30aa52d2646f145546023064b93a08c1939c1d71 | diff --git a/src/main/QafooLabs/Refactoring/Services/Diffs/Hunk.php b/src/main/QafooLabs/Refactoring/Services/Diffs/Hunk.php
index <HASH>..<HASH> 100644
--- a/src/main/QafooLabs/Refactoring/Services/Diffs/Hunk.php
+++ b/src/main/QafooLabs/Refactoring/Services/Diffs/Hunk.php
@@ -99,15 +99,7 @@ class Hunk
public f... | Remove is a special case of change with an empty line set. | QafooLabs_php-refactoring-browser | train |
92b28dd2e6699423707604146de4a29656b8a8ba | diff --git a/runtests.py b/runtests.py
index <HASH>..<HASH> 100755
--- a/runtests.py
+++ b/runtests.py
@@ -9,7 +9,11 @@ import tests
def runtests(*test_args):
suite = unittest.TestLoader().loadTestsFromModule(tests)
result = unittest.TextTestRunner(verbosity=2).run(suite)
- sys.exit(bool(result.failures))... | Return the proper exit codes in event of failure or error | coleifer_peewee | train |
b90875ebd9fe9a4586b93af331c3f00e9dc911eb | diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -2,16 +2,20 @@
```ruby
send_stream(filename: "subscribers.csv") do |stream|
- stream.write "email_address,updated_at\n"
+ stream.writeln "email_... | Add ActionController::Live::Buffer#writeln the write a line to the stream with a newline included (#<I>)
* Add ActionController::Live::Buffer#writeln to write a line to the stream with a newline included
* Don't add newlines to strings that already have them | rails_rails | train |
0c8d0f8cf843430f23eb99d4434e01ccdf6763f7 | diff --git a/kuyruk/exceptions.py b/kuyruk/exceptions.py
index <HASH>..<HASH> 100644
--- a/kuyruk/exceptions.py
+++ b/kuyruk/exceptions.py
@@ -62,5 +62,4 @@ class HeartbeatError(BaseException):
This class is not derived from Exception to prevent being catched accidentally by application code.
"""
- def _... | remove exc_info attribute from HeartbeatError | cenkalti_kuyruk | train |
322ac503864babda26a1f9a24d2d17ac83ecd1b0 | diff --git a/db/dcrsqlite/apisource.go b/db/dcrsqlite/apisource.go
index <HASH>..<HASH> 100644
--- a/db/dcrsqlite/apisource.go
+++ b/db/dcrsqlite/apisource.go
@@ -1256,7 +1256,7 @@ func (db *wiredDB) CountUnconfirmedTransactions(address string, maxUnconfirmedPo
log.Infof("Invalid address %s: %v", address, err)
re... | do not request previous vout extra data when just counting transactions (#<I>) | decred_dcrdata | train |
dbb5bde6329415b566b676913ca2a87dd09ede52 | diff --git a/src/server/pkg/obj/amazon_client.go b/src/server/pkg/obj/amazon_client.go
index <HASH>..<HASH> 100644
--- a/src/server/pkg/obj/amazon_client.go
+++ b/src/server/pkg/obj/amazon_client.go
@@ -57,7 +57,7 @@ func newAmazonClient(bucket string, cloudfrontDistribution string, id string, se
return nil, err
... | Make sure to print the id as a string | pachyderm_pachyderm | train |
f177a1ffd0dad2681bbe1d5f7fad1b3086239033 | diff --git a/lib/active_record/turntable/active_record_ext/log_subscriber.rb b/lib/active_record/turntable/active_record_ext/log_subscriber.rb
index <HASH>..<HASH> 100644
--- a/lib/active_record/turntable/active_record_ext/log_subscriber.rb
+++ b/lib/active_record/turntable/active_record_ext/log_subscriber.rb
@@ -5,37 ... | Update log_subscriber patch for rails <I> | drecom_activerecord-turntable | train |
62c7d9f79a9922e0bd274beae59cfe5a912e6cf0 | diff --git a/src/dom2canvas.js b/src/dom2canvas.js
index <HASH>..<HASH> 100644
--- a/src/dom2canvas.js
+++ b/src/dom2canvas.js
@@ -223,19 +223,19 @@ export default function(elem, options) {
const s = options.scale * ratio;
const data = {
- height: height + options.padding * 2 + offsetY,
+ ... | rounds HTML elements to whole numbers to reduce blurriness in IE | d3plus_d3plus-export | train |
2d9cd81245334f8100a225764eaaac0f3dc5be2b | diff --git a/lib/overcommit/hook_context/pre_rebase.rb b/lib/overcommit/hook_context/pre_rebase.rb
index <HASH>..<HASH> 100644
--- a/lib/overcommit/hook_context/pre_rebase.rb
+++ b/lib/overcommit/hook_context/pre_rebase.rb
@@ -27,8 +27,9 @@ module Overcommit::HookContext
# Returns the SHA1-sums of the series of co... | Use 'HEAD' in rebased_commits if detached | sds_overcommit | train |
0cb9f49a2d717471e7c03a2bdadf17a8e53affce | diff --git a/netmiko/base_connection.py b/netmiko/base_connection.py
index <HASH>..<HASH> 100644
--- a/netmiko/base_connection.py
+++ b/netmiko/base_connection.py
@@ -1946,14 +1946,10 @@ You can also look at the Netmiko session_log or debug log for more information.
else:
output = self.read_until_... | Nokia SRL updates (to fix some commit/contributor history issues) (#<I>) | ktbyers_netmiko | train |
33acae25a3b275e7da59650c8f071b484fe22a72 | diff --git a/repo/modules.go b/repo/modules.go
index <HASH>..<HASH> 100644
--- a/repo/modules.go
+++ b/repo/modules.go
@@ -35,7 +35,23 @@ type module struct {
Main bool
}
-var regexMixedVersioning = regexp.MustCompile(`^(.*?)-([0-9]{14})-([a-fA-F0-9]{12})$`)
+// Per the `go help modules` documentation:
+/... | repo: There are three go pseudoversion formats (#<I>)
Go modules use three forms of pseudoversions (per go help modules).
Adjust the regexp used for extracting commit hashes to match the second
and third types. (also block-quote the relevant documentation) | bazelbuild_bazel-gazelle | train |
fe3799bb4816094dfe5d5facede2ff00b8adaf05 | diff --git a/test/unit/sprites_rendered-target.js b/test/unit/sprites_rendered-target.js
index <HASH>..<HASH> 100644
--- a/test/unit/sprites_rendered-target.js
+++ b/test/unit/sprites_rendered-target.js
@@ -11,3 +11,13 @@ test('clone effects', function (t) {
t.ok(a.effects !== b.effects);
t.end();
});
+
+tes... | Add test for gfx reset on stop | LLK_scratch-vm | train |
c3f95a40c9270cc34972d62cd354bcbc3cd2805c | diff --git a/lib/yard/generators/base.rb b/lib/yard/generators/base.rb
index <HASH>..<HASH> 100644
--- a/lib/yard/generators/base.rb
+++ b/lib/yard/generators/base.rb
@@ -4,6 +4,7 @@ require 'erubis'
module YARD
module Generators
class Base
+ include Helpers::BaseHelper
include Helpers::FilterHelpe... | Don't need to re-extend at each section as it has no effect. | lsegal_yard | train |
44f1b20b6a590514fd9f97408680659bff4dfe21 | diff --git a/graphviz/backend.py b/graphviz/backend.py
index <HASH>..<HASH> 100644
--- a/graphviz/backend.py
+++ b/graphviz/backend.py
@@ -163,7 +163,7 @@ def run(cmd, input=None, capture_output=False, check=False, encoding=None,
proc = subprocess.Popen(cmd, startupinfo=get_startupinfo(), **kwargs)
except... | use exception method-chaining for ExecutableNotFound exception | xflr6_graphviz | train |
85914939fc029c061dffbc8698fce897e08a9abc | diff --git a/lib/dm-core/adapters/postgres_adapter.rb b/lib/dm-core/adapters/postgres_adapter.rb
index <HASH>..<HASH> 100644
--- a/lib/dm-core/adapters/postgres_adapter.rb
+++ b/lib/dm-core/adapters/postgres_adapter.rb
@@ -18,27 +18,28 @@ module DataMapper
module Migration
# TODO: move to dm-more/dm-mig... | Fixed bug due to incorrect information_schema query for postgres | datamapper_dm-core | train |
8d172a033751e02f80651145f0195546d8f34af0 | diff --git a/riak/bucket.py b/riak/bucket.py
index <HASH>..<HASH> 100644
--- a/riak/bucket.py
+++ b/riak/bucket.py
@@ -62,6 +62,9 @@ class RiakBucket(object):
except UnicodeError:
raise TypeError('Unicode bucket names are not supported.')
+ if not isinstance(bucket_type, BucketType):
+ ... | Added instance check for bucket_type argument to initializer. | basho_riak-python-client | train |
2dda5f7e30da8c5a75b4857a01f9946eaddc7278 | diff --git a/netpyne/plotting/plotter.py b/netpyne/plotting/plotter.py
index <HASH>..<HASH> 100644
--- a/netpyne/plotting/plotter.py
+++ b/netpyne/plotting/plotter.py
@@ -409,7 +409,7 @@ class AnchoredScaleBar(AnchoredOffsetbox):
A class used for adding scale bars to plots
"""
- def __init__(self, tr... | fixed inverted scalebar with orderInverse | Neurosim-lab_netpyne | train |
b1dbdcd0288b9a72ebab9a7e4b30db9bc4742822 | diff --git a/pyemu/utils/pp_utils.py b/pyemu/utils/pp_utils.py
index <HASH>..<HASH> 100644
--- a/pyemu/utils/pp_utils.py
+++ b/pyemu/utils/pp_utils.py
@@ -80,6 +80,16 @@ def setup_pilotpoints_grid(ml=None,sr=None,ibound=None,prefix_dict=None,
ibound = {k:np.ones((sr.nrow,sr.ncol)) for k in prefix_dict.keys... | Dealing with case where k_zones passed as np.ndarray
converted to dictionary... | jtwhite79_pyemu | train |
959e54721f837262eea747fdfea37d68c25a5133 | diff --git a/scapy.py b/scapy.py
index <HASH>..<HASH> 100755
--- a/scapy.py
+++ b/scapy.py
@@ -21,6 +21,9 @@
#
# $Log: scapy.py,v $
+# Revision 1.0.4.38 2006/07/11 22:37:36 pbi
+# - fixed endianness of some 802.11 fields (L. Butti, ticket #3)
+#
# Revision 1.0.4.37 2006/07/11 22:36:06 pbi
# - removed SC field... | - fixed endianness of some <I> fields (L. Butti, ticket #3) | secdev_scapy | train |
70d65b226297a5053c5ceeb1e19d32e06d80a2e9 | diff --git a/engine/src/test/java/org/camunda/bpm/engine/test/bpmn/async/FoxJobRetryCmdTest.java b/engine/src/test/java/org/camunda/bpm/engine/test/bpmn/async/FoxJobRetryCmdTest.java
index <HASH>..<HASH> 100644
--- a/engine/src/test/java/org/camunda/bpm/engine/test/bpmn/async/FoxJobRetryCmdTest.java
+++ b/engine/src/te... | fix(engine): improve test case
use ClockUtil to precise the assertions regarding the time
Related to #CAM-<I> | camunda_camunda-bpm-platform | train |
fe62d754563e9efd98c8f30a3d9bf47ffa7c3478 | diff --git a/lib/spark_engine/scaffold.rb b/lib/spark_engine/scaffold.rb
index <HASH>..<HASH> 100644
--- a/lib/spark_engine/scaffold.rb
+++ b/lib/spark_engine/scaffold.rb
@@ -85,7 +85,7 @@ module SparkEngine
remove.each { |f| FileUtils.rm_rf File.join(@gem, 'site', f), secure: true }
end
-
+
... | Added scaffolding for component documentaiton files | imathis_spark | train |
7e74756a38f3b7a6da57ea1bb1339de484769184 | diff --git a/src/visualizers/panels/CodeEditor/CodeEditorControl.js b/src/visualizers/panels/CodeEditor/CodeEditorControl.js
index <HASH>..<HASH> 100644
--- a/src/visualizers/panels/CodeEditor/CodeEditorControl.js
+++ b/src/visualizers/panels/CodeEditor/CodeEditorControl.js
@@ -54,7 +54,8 @@ define(['js/Constants',
... | closes #<I> set active object and change click mode of fancy tree. also shortened debounce interval. | finger563_webgme-codeeditor | train |
4be2b2d678b82eed74dc27aa6556be6daf4a8ac8 | diff --git a/bin/swagger-spec-validator.js b/bin/swagger-spec-validator.js
index <HASH>..<HASH> 100755
--- a/bin/swagger-spec-validator.js
+++ b/bin/swagger-spec-validator.js
@@ -201,6 +201,8 @@ function swaggerSpecValidatorCmd(args, options, callback) {
coerce: parseHeaders
})
.help()
+ .alias('hel... | Add -h, -?, -V aliases
These options are common aliases for --help and --version. Add them as
a convenience for users guessing at how to get help or version
information. | kevinoid_swagger-spec-validator | train |
e69aa262f37b309d1761ae2b468bc7b68c6aef75 | diff --git a/src/main/java/org/codehaus/mojo/buildhelper/RemoveLocalArtifactMojo.java b/src/main/java/org/codehaus/mojo/buildhelper/RemoveLocalArtifactMojo.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/codehaus/mojo/buildhelper/RemoveLocalArtifactMojo.java
+++ b/src/main/java/org/codehaus/mojo/buildhelper/Re... | MBUILDHELPER-6: better handling of local artifact path construction. | mojohaus_build-helper-maven-plugin | train |
508e756eaf2bc386b0f3a23ea3a42b82789fc560 | diff --git a/badges/renderer.php b/badges/renderer.php
index <HASH>..<HASH> 100644
--- a/badges/renderer.php
+++ b/badges/renderer.php
@@ -479,9 +479,9 @@ class core_badges_renderer extends plugin_renderer_base {
get_string('downloadall'), 'POST', array('class' => 'activatebadge'));
// L... | MDL-<I> badges: replaced unnecessary fieldset | moodle_moodle | train |
f0030a4025fbcceff742aeb365769ed24f591685 | diff --git a/core/server/server.js b/core/server/server.js
index <HASH>..<HASH> 100644
--- a/core/server/server.js
+++ b/core/server/server.js
@@ -441,7 +441,7 @@ class Server {
)
const { githubConstellation } = this
- githubConstellation.initialize(camp)
+ await githubConstellation.initialize(camp)
... | Fill GitHub token pool on startup (#<I>)
We're still seeing a few "Token pool is exhausted" errors at the moment the dynos are coming up. I'm wondering if this might help.
Ref #<I> | badges_shields | train |
bb96c609fb172f8bc4e2061cb02f686d63d2a817 | diff --git a/lib/hermes-bus.js b/lib/hermes-bus.js
index <HASH>..<HASH> 100644
--- a/lib/hermes-bus.js
+++ b/lib/hermes-bus.js
@@ -102,7 +102,7 @@ HermesBus.prototype.require = function require() {
var modulePaths = Array.prototype.slice.call(arguments);
modulePaths.forEach(function(modulePath) {
if ... | lib/hermes-bus.js: Improved code for bus.require | jahnestacado_hermes-bus | train |
3a1e4dad0c3f3efb7881ffcda9c90e17884c4a3d | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100755
--- a/index.js
+++ b/index.js
@@ -78,24 +78,13 @@ async function startProcessEngine(sqlitePath) {
const httpExtension = await container.resolveAsync('HttpExtension');
httpExtension.app.get('/', (request, response) => {
- const {
- name... | :sparkles: Add more properties to the info route | process-engine_process_engine_runtime | train |
cc7b3ae742c448b01a5324ee90af64163b1ee36c | diff --git a/tests/test_astropy.py b/tests/test_astropy.py
index <HASH>..<HASH> 100755
--- a/tests/test_astropy.py
+++ b/tests/test_astropy.py
@@ -2,12 +2,13 @@
import pytest
from pytest import approx
from math import radians
+from datetime import datetime
import pymap3d as pm
import pymap3d.sidereal as pmd
impor... | all tests pass with and without Numpy | scivision_pymap3d | train |
3f3406b086e4b4de249c18f28de357fbac3b1719 | diff --git a/desktop/app/kbfs-helper.js b/desktop/app/kbfs-helper.js
index <HASH>..<HASH> 100644
--- a/desktop/app/kbfs-helper.js
+++ b/desktop/app/kbfs-helper.js
@@ -1,10 +1,55 @@
// @flow
import {ipcMain, shell} from 'electron'
+import fs from 'fs'
+import {pathToURL} from './paths'
+
+function openDirectory (pat... | Open directory should focus Finder/Explorer (#<I>)
This will open files into the Finder/Explorer selected or use openExternal to open a directory in Finder. | keybase_client | train |
6144ef5dcc84389e395592e54628ebb0a42e34de | diff --git a/responses/__init__.py b/responses/__init__.py
index <HASH>..<HASH> 100644
--- a/responses/__init__.py
+++ b/responses/__init__.py
@@ -415,6 +415,25 @@ class BaseResponse(object):
return bool(urlsplit(self.url).query)
def _url_matches(self, url: _URLPatternType, other: str) -> bool:
+ ... | add docstring to _url_matches (#<I>) | getsentry_responses | train |
aa49eb929a6227b3321f2a678337f1165bbd04b1 | diff --git a/lib/import_js/js_module.rb b/lib/import_js/js_module.rb
index <HASH>..<HASH> 100644
--- a/lib/import_js/js_module.rb
+++ b/lib/import_js/js_module.rb
@@ -58,10 +58,8 @@ module ImportJS
return match[1], main_file
end
- if file_path =~ %r{/index\.js[^/]*$}
- match = file_path.ma... | Remove redundant regex in JSModule
I noticed that we were using 2 regexes here that did basically the same
thing, so I decided to simplify by combining them into one. | Galooshi_import-js | train |
5967fd3f281401497b7039d3b95c1154f2789bfb | diff --git a/lib/core/engine.js b/lib/core/engine.js
index <HASH>..<HASH> 100644
--- a/lib/core/engine.js
+++ b/lib/core/engine.js
@@ -31,18 +31,8 @@ const defaults = {
experimental: {}
};
-function toArray(arrayLike) {
- if (arrayLike == null) {
- return [];
- }
- if (Array.isArray(arrayLike)) {
- retur... | Set firefox preference through the CLI #<I> (#<I>) | sitespeedio_browsertime | train |
03ee32988452d751eefc63888034c2f48e32d4a5 | diff --git a/src/main/java/com/twocentsforthoughts/dropzone/client/Dropzone.java b/src/main/java/com/twocentsforthoughts/dropzone/client/Dropzone.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/twocentsforthoughts/dropzone/client/Dropzone.java
+++ b/src/main/java/com/twocentsforthoughts/dropzone/client/Dropzon... | Moved initialization of component into constructor. | andrezimmermann_dropzone-gwt | train |
8cfb6b9004e55f898f7eefa8a00b00f35497f31e | diff --git a/Junit/src/main/java/com/technophobia/substeps/runner/EclipseDescriptionProvider.java b/Junit/src/main/java/com/technophobia/substeps/runner/EclipseDescriptionProvider.java
index <HASH>..<HASH> 100644
--- a/Junit/src/main/java/com/technophobia/substeps/runner/EclipseDescriptionProvider.java
+++ b/Junit/src/... | configurable depth on the descriptions used in eclipse | G2G3Digital_substeps-framework | train |
db8e0dab47ba40d5b313811cba3a18d2ede72dae | diff --git a/lib/veritas.rb b/lib/veritas.rb
index <HASH>..<HASH> 100644
--- a/lib/veritas.rb
+++ b/lib/veritas.rb
@@ -191,10 +191,10 @@ module Veritas
Undefined = Object.new.freeze
# Represent a relation with an empty header and no tuples
- TABLE_DUM = Relation::Empty.new([])
+ TABLE_DUM = Relation::Empty.ne... | Add Header::EMPTY and use in TABLE_DEE and TABLE_DUM | dkubb_axiom | train |
e48f9959872a32f713726ce3859b50d52591a07f | diff --git a/pkg/kubelet/runonce.go b/pkg/kubelet/runonce.go
index <HASH>..<HASH> 100644
--- a/pkg/kubelet/runonce.go
+++ b/pkg/kubelet/runonce.go
@@ -73,18 +73,20 @@ func (kl *Kubelet) runOnce(pods []*api.Pod, retryDelay time.Duration) (results [
// Check if we can admit the pod.
if ok, reason, message := kl.can... | pods can not admitted should return directly | kubernetes_kubernetes | train |
a0023a92d572c8caae9ff1f12fb4f74c6d475e19 | diff --git a/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsTransport.java b/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsTransport.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/infinispan/remoting/transport/jgroups/JGroupsTransport.java
+++ b/core/src/main/ja... | ISPN-<I> JGroupsTransport setName() on connected channel | infinispan_infinispan | train |
2fff6a37a95fdfcd02260285e34c8db3d441a7a7 | diff --git a/wayback-core/src/test/java/org/archive/wayback/replay/mimetype/SimpleMimeTypeDetectorTest.java b/wayback-core/src/test/java/org/archive/wayback/replay/mimetype/SimpleMimeTypeDetectorTest.java
index <HASH>..<HASH> 100644
--- a/wayback-core/src/test/java/org/archive/wayback/replay/mimetype/SimpleMimeTypeDete... | Add a test catching ARI-<I> (Resource is not reset after peeking into gzip-ed payload) | iipc_openwayback | train |
dd62597ff559ef0a40bfc75281f4c373b722c2b7 | diff --git a/packages/bitcoin-rpc-fee-provider/lib/BitcoinRpcFeeProvider.js b/packages/bitcoin-rpc-fee-provider/lib/BitcoinRpcFeeProvider.js
index <HASH>..<HASH> 100644
--- a/packages/bitcoin-rpc-fee-provider/lib/BitcoinRpcFeeProvider.js
+++ b/packages/bitcoin-rpc-fee-provider/lib/BitcoinRpcFeeProvider.js
@@ -1,4 +1,3 ... | remove empty line from top of the file | liquality_chainabstractionlayer | train |
ea3489971c13b9aecc620e1ef15338d91d7f331a | diff --git a/src/main/java/com/turn/ttorrent/client/Client.java b/src/main/java/com/turn/ttorrent/client/Client.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/turn/ttorrent/client/Client.java
+++ b/src/main/java/com/turn/ttorrent/client/Client.java
@@ -30,6 +30,7 @@ import org.slf4j.LoggerFactory;
import j... | added register peer with many interfaces as many peer (so it worked earlier) | mpetazzoni_ttorrent | train |
5731cc6635ae4a2e596088ac55c3dcdddc6c2890 | diff --git a/naima/utils.py b/naima/utils.py
index <HASH>..<HASH> 100644
--- a/naima/utils.py
+++ b/naima/utils.py
@@ -302,6 +302,9 @@ def trapz_loglog(y, x, axis=-1, intervals=False):
slice1[axis] = slice(None, -1)
slice2[axis] = slice(1, None)
+ slice1 = tuple(slice1)
+ slice2 = tuple(slice2)
+
... | Always make tuples out of slices | zblz_naima | train |
eee8696c3a886213b00e29f4539296ae010e4a39 | diff --git a/xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/tools/EscapeTool.java b/xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/tools/EscapeTool.java
index <HASH>..<HASH> 100644
--- a/xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/to... | XCOMMONS-<I>: Add $escapetool.xwiki for escaping XWiki syntax
- Refactored to a char[] based implementation for improved performance.
- Added tests. | xwiki_xwiki-commons | train |
a8fcd704fe344b63d7384ff4e9267b0cda471cf1 | diff --git a/lib/evercookie/controller.rb b/lib/evercookie/controller.rb
index <HASH>..<HASH> 100644
--- a/lib/evercookie/controller.rb
+++ b/lib/evercookie/controller.rb
@@ -14,6 +14,10 @@ module Evercookie
end
end
+ def set_evercookie(key, value)
+ session[Evercookie.hash_name_for_set] = {key: k... | Added setter to controller helpers | daddyz_evercookie | train |
60074d5aa8258ad85d386ce733e9e29814bcf1a1 | diff --git a/allauth/account/models.py b/allauth/account/models.py
index <HASH>..<HASH> 100644
--- a/allauth/account/models.py
+++ b/allauth/account/models.py
@@ -65,7 +65,12 @@ class EmailAddress(models.Model):
"""
Given a new email address, change self and re-confirm.
"""
- with tran... | Maintain atomic transactions across django <I> to <I> | pennersr_django-allauth | train |
d29ea657a94fc289af14bf422ad934840c3f76fd | diff --git a/compliance_checker/suite.py b/compliance_checker/suite.py
index <HASH>..<HASH> 100644
--- a/compliance_checker/suite.py
+++ b/compliance_checker/suite.py
@@ -330,7 +330,7 @@ class CheckSuite(object):
textchars = ''.join(map(chr, [7,8,9,10,12,13,27] + range(0x20, 0x100)))
is_binary... | Open files in binary mode, fixes #<I> | ioos_compliance-checker | train |
19423e9a44dc520c0db2850ec2ab2d8bcef2e928 | diff --git a/javascript/HtmlEditorField.js b/javascript/HtmlEditorField.js
index <HASH>..<HASH> 100644
--- a/javascript/HtmlEditorField.js
+++ b/javascript/HtmlEditorField.js
@@ -293,8 +293,15 @@ ss.editorWrappers['default'] = ss.editorWrappers.tinyMCE;
onremove: function() {
var ed = tinyMCE.get(this.attr('id... | BUG Fix tinymce errors crashing CMS
When removing a tinymce field, internal third party errors should be caught and ignored gracefully rather than breaking the whole CMS. | silverstripe_silverstripe-framework | train |
3b7d3db5de4f21e5b7d35f9507e01b531a57a0b8 | diff --git a/mod/forum/lib.php b/mod/forum/lib.php
index <HASH>..<HASH> 100644
--- a/mod/forum/lib.php
+++ b/mod/forum/lib.php
@@ -60,7 +60,6 @@ function forum_add_instance($forum) {
global $CFG;
$forum->timemodified = time();
- $forum->intro = clean_text($forum->intro);
if (!$forum->userating) {
... | Don't clean posted text on input (will be cleaned on output). | moodle_moodle | train |
51cb389ef9e7581ad388ffd320b158bed21cb42c | diff --git a/src/swipe/index.js b/src/swipe/index.js
index <HASH>..<HASH> 100644
--- a/src/swipe/index.js
+++ b/src/swipe/index.js
@@ -258,7 +258,7 @@ export default createComponent({
};
const resize = () => {
- initialize(activeIndicator.value);
+ initialize(state.active);
};
let touc... | fix(Swipe): incorrect active swipe when children changed #<I> | youzan_vant | train |
1e32b49c67e74f770dc1449000ef413e40ecd49d | diff --git a/ddl/error.go b/ddl/error.go
index <HASH>..<HASH> 100644
--- a/ddl/error.go
+++ b/ddl/error.go
@@ -134,6 +134,8 @@ var (
ErrPrimaryCantHaveNull = terror.ClassDDL.New(mysql.ErrPrimaryCantHaveNull, mysql.MySQLErrName[mysql.ErrPrimaryCantHaveNull])
// ErrErrorOnRename returns error for wrong database name ... | planner: fix create view grammer check (#<I>) | pingcap_tidb | train |
98262a5b09f15a723021f7bfca0772eb0e5e3d42 | diff --git a/app/controllers/concerns/sufia/works_controller_behavior.rb b/app/controllers/concerns/sufia/works_controller_behavior.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/concerns/sufia/works_controller_behavior.rb
+++ b/app/controllers/concerns/sufia/works_controller_behavior.rb
@@ -62,13 +62,8 @@ module... | Stop copy/pasting code that is already available via inheritance | samvera_hyrax | train |
f3cefc6362192e1292612d57e3625a7fa8e00cd1 | diff --git a/src/commands/delete.js b/src/commands/delete.js
index <HASH>..<HASH> 100644
--- a/src/commands/delete.js
+++ b/src/commands/delete.js
@@ -13,8 +13,9 @@ var app_delete = module.exports = function(api, params) {
var s_appData = AppConfig.getAppData(alias).toProperty();
- var s_delete = s_appData.flat... | Unlink application after deleting it.
Fixes #<I> | CleverCloud_clever-tools | train |
aca639eae0e745d3c6a6edbd3dddecd6828cb778 | diff --git a/foyer/forcefield.py b/foyer/forcefield.py
index <HASH>..<HASH> 100755
--- a/foyer/forcefield.py
+++ b/foyer/forcefield.py
@@ -376,7 +376,7 @@ class Forcefield(app.ForceField):
return self._included_forcefields
ff_dir = resource_filename('foyer', 'forcefields')
- ff_filepaths ... | Look for XMLs in the new path | mosdef-hub_foyer | train |
b6eb21dadfb46da084c2c37649ea7d43510622ea | diff --git a/hazelcast-client-new/src/test/java/com/hazelcast/client/lock/ClientLockTest.java b/hazelcast-client-new/src/test/java/com/hazelcast/client/lock/ClientLockTest.java
index <HASH>..<HASH> 100644
--- a/hazelcast-client-new/src/test/java/com/hazelcast/client/lock/ClientLockTest.java
+++ b/hazelcast-client-new/s... | add test for client. Moved from security interceptor tests | hazelcast_hazelcast | train |
cc6549909ac964a80da0b226e3c467fdb4798433 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ setup(
'coveralls = coveralls.cli:main',
],
},
- install_requires=['PyYAML>=3.10', 'docopt>=0.6.1', 'coverage>=3.6,<4.0a', 'requests>=1.0.0'],
+ install_requires=['PyYAML>=3.10',... | Be more explicit in the version constraint. | coveralls-clients_coveralls-python | train |
ab39ec09cb09458801a29cfef89e64136557b583 | diff --git a/src/Tappleby/AuthToken/HashProvider.php b/src/Tappleby/AuthToken/HashProvider.php
index <HASH>..<HASH> 100644
--- a/src/Tappleby/AuthToken/HashProvider.php
+++ b/src/Tappleby/AuthToken/HashProvider.php
@@ -30,7 +30,7 @@ class HashProvider {
public function make($entropy=null)
{
if(empty($entropy... | Looks like the refactor missed this call. | tappleby_laravel-auth-token | train |
2063bdc09882e2e8e73fb5e1f4c706d3520c54ab | diff --git a/src/createAuthScheme.js b/src/createAuthScheme.js
index <HASH>..<HASH> 100644
--- a/src/createAuthScheme.js
+++ b/src/createAuthScheme.js
@@ -125,11 +125,11 @@ module.exports = function createAuthScheme(
const apiId = 'random-api-id'
const accountId = 'random-account-id'
const resource... | Fix, pass provider stage to createAuthScheme | dherault_serverless-offline | train |
088ef2fa684fd3355283ba128f4d0ea416c3e607 | diff --git a/PyFunceble/__init__.py b/PyFunceble/__init__.py
index <HASH>..<HASH> 100644
--- a/PyFunceble/__init__.py
+++ b/PyFunceble/__init__.py
@@ -93,7 +93,7 @@ from PyFunceble.whois import Whois
# We set our project name.
NAME = "PyFunceble"
# We set out project version.
-VERSION = "1.27.0.detached-future (Blue... | Introduction of the percentage in simple mode.
Indeed, before this patch, it was impossible to show the percentage in simple mode | funilrys_PyFunceble | train |
70af091d262d5bc517e7cae73fc0da73416a6c9b | diff --git a/cartoframes/data/observatory/variable.py b/cartoframes/data/observatory/variable.py
index <HASH>..<HASH> 100644
--- a/cartoframes/data/observatory/variable.py
+++ b/cartoframes/data/observatory/variable.py
@@ -6,7 +6,7 @@ from .repository.variable_repo import get_variable_repo
from .repository.constants i... | Increase character limit to <I> for variable description | CartoDB_cartoframes | train |
96ebeee9d09c8e878ee6b93010cd49adc9f7d654 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -14,10 +14,31 @@ gem 'kaminari'
javascripts include
stylesheets include
+Just create a file in /app/models/effective/datatables/news.rb
+```ruby
+module Effective
+ module Datatables
+ class News < Effective::Dat... | Added proc and block ability to table_column | code-and-effect_effective_datatables | train |
1c9c1666ff5bc32121bc37689aa87c0c28d1453e | diff --git a/nudibranch/models.py b/nudibranch/models.py
index <HASH>..<HASH> 100644
--- a/nudibranch/models.py
+++ b/nudibranch/models.py
@@ -917,6 +917,13 @@ class User(UserMixin, BasicBase, Base):
from_assoc = UserToGroup(group=to_assoc.group, project=project,
user=... | Properly set group file permissions.
When joining groups all files already submitted are shared with the entire
group. Additionally file associated with future submissions will be shared. | ucsb-cs_submit | train |
d08e8144b90d3fe89fd449d31bdb655d62f3a749 | diff --git a/serfclient/connection.py b/serfclient/connection.py
index <HASH>..<HASH> 100644
--- a/serfclient/connection.py
+++ b/serfclient/connection.py
@@ -28,10 +28,14 @@ class SerfConnection(object):
initial handshake.
"""
if self._socket:
- return
- try:
- s... | Move all 'connect' logic into a private method | KushalP_serfclient-py | train |
6a1323dca797d45870d96d398e03b01208595ee5 | diff --git a/faker.go b/faker.go
index <HASH>..<HASH> 100644
--- a/faker.go
+++ b/faker.go
@@ -478,6 +478,13 @@ func getValue(a interface{}, opts *options) (reflect.Value, error) {
}
return reflect.Value{}, fmt.Errorf("interface{} not allowed")
}
+ if opts.recursionOutOfLimit(t) {
+ return reflect.Zero(t), nil... | feat: FakeData support recursive type by using opt (#<I>)
* #<I>: Make possible to ignore some fields or provide custom generators
* feat: FakeData support recursive type
* style: change code style | bxcodec_faker | train |
0e61ad5d9bf1a8417d4632a16f22bd6c509b9b70 | diff --git a/lib/akami/wsse.rb b/lib/akami/wsse.rb
index <HASH>..<HASH> 100644
--- a/lib/akami/wsse.rb
+++ b/lib/akami/wsse.rb
@@ -113,7 +113,7 @@ module Akami
if digest?
token = security_hash :wsse, "UsernameToken",
"wsse:Username" => username,
- "wsse:Nonce" => Base64.encode64(nonc... | fix: drop newline char from base<I> nonce encode | savonrb_akami | train |
c05a7bda80127ed3a77e11d70f8dcea8f9e4341b | diff --git a/VERSION b/VERSION
index <HASH>..<HASH> 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.8.1
+0.8.2
diff --git a/performanceplatform/client/admin.py b/performanceplatform/client/admin.py
index <HASH>..<HASH> 100644
--- a/performanceplatform/client/admin.py
+++ b/performanceplatform/client/admin.py
@@ -48,6... | Add endpoints to get and create a data group | alphagov_performanceplatform-client.py | train |
b6d807ac0885ffb16625409d5fd4847e4b8968fd | diff --git a/adapters/src/main/java/org/jboss/jca/adapters/jdbc/BaseWrapperManagedConnection.java b/adapters/src/main/java/org/jboss/jca/adapters/jdbc/BaseWrapperManagedConnection.java
index <HASH>..<HASH> 100644
--- a/adapters/src/main/java/org/jboss/jca/adapters/jdbc/BaseWrapperManagedConnection.java
+++ b/adapters/s... | [JBJCA-<I>] Statistics support (Part 7) | ironjacamar_ironjacamar | train |
1723377b982aabaa61318db3d8dffa9357b6a828 | diff --git a/raiden/messages/path_finding_service.py b/raiden/messages/path_finding_service.py
index <HASH>..<HASH> 100644
--- a/raiden/messages/path_finding_service.py
+++ b/raiden/messages/path_finding_service.py
@@ -11,7 +11,7 @@ from raiden.transfer.identifiers import CanonicalIdentifier
from raiden.transfer.media... | Fix type of reveal_timeout in PFSCapacityUpdate | raiden-network_raiden | train |
c58facdd96d6236cadba78f07ef47b31384b05f6 | diff --git a/lib/xmldb/classes/generators/XMLDBGenerator.class.php b/lib/xmldb/classes/generators/XMLDBGenerator.class.php
index <HASH>..<HASH> 100644
--- a/lib/xmldb/classes/generators/XMLDBGenerator.class.php
+++ b/lib/xmldb/classes/generators/XMLDBGenerator.class.php
@@ -185,7 +185,7 @@ class XMLDBgenerator {
/... | New installation with different prefix in one database fails MDL-<I> | moodle_moodle | train |
272aee2a050ad29f8211f75dca991319d55b6e9c | diff --git a/windpowerlib/turbine_cluster_modelchain.py b/windpowerlib/turbine_cluster_modelchain.py
index <HASH>..<HASH> 100644
--- a/windpowerlib/turbine_cluster_modelchain.py
+++ b/windpowerlib/turbine_cluster_modelchain.py
@@ -209,7 +209,7 @@ class TurbineClusterModelChain(ModelChain):
smoothing=self.s... | Make function work with open_FRED data | wind-python_windpowerlib | train |
388b310b345f7763c1b45d6bdf45ddb76163a0b7 | diff --git a/lib/array/filter.js b/lib/array/filter.js
index <HASH>..<HASH> 100644
--- a/lib/array/filter.js
+++ b/lib/array/filter.js
@@ -1,5 +1,3 @@
-import each from './each';
-
/**
* Filter an array by only keeping elements for which a predicate returns truthy.
*
@@ -23,11 +21,13 @@ export default function fil... | Manually inline loops and some calls | kasperisager_bundstreg | train |
3e421bd47cd35061df89c1c127ec8fa4ae368449 | diff --git a/commands/list.go b/commands/list.go
index <HASH>..<HASH> 100644
--- a/commands/list.go
+++ b/commands/list.go
@@ -70,7 +70,7 @@ List requires a subcommand, e.g. ` + "`hugo list drafts`.",
}
for _, p := range sites.Pages() {
- if p.IsDraft() {
+ if p.Draft() {
jww.FEEDBACK.Println... | commands: Replace IsDraft with Draft in list command
Fixes #<I> | gohugoio_hugo | train |
6b46003b743f41532515975bcd1fc1053c108007 | diff --git a/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ws/WebSocketCallTest.java b/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ws/WebSocketCallTest.java
index <HASH>..<HASH> 100644
--- a/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ws/WebSocketCallTest.java
+++ b/okhttp-tests/src/te... | Correctly determine when test code times out. | square_okhttp | train |
9a50255515b5e381fff7f3a7448e37a2c567ee90 | diff --git a/etcdserver/api/v3rpc/lease.go b/etcdserver/api/v3rpc/lease.go
index <HASH>..<HASH> 100644
--- a/etcdserver/api/v3rpc/lease.go
+++ b/etcdserver/api/v3rpc/lease.go
@@ -107,7 +107,7 @@ func (ls *LeaseServer) leaseKeepAlive(stream pb.Lease_LeaseKeepAliveServer) erro
return nil
}
if err != nil {
- p... | etcdserver/api/v3rpc: log stream error with debug level | etcd-io_etcd | train |
1ccb4eaea29bfc4dcd1bc5b806307a4d9e3eed27 | diff --git a/core/model/src/main/java/it/unibz/inf/ontop/iq/node/impl/SliceNodeImpl.java b/core/model/src/main/java/it/unibz/inf/ontop/iq/node/impl/SliceNodeImpl.java
index <HASH>..<HASH> 100644
--- a/core/model/src/main/java/it/unibz/inf/ontop/iq/node/impl/SliceNodeImpl.java
+++ b/core/model/src/main/java/it/unibz/inf... | Bugfix: slice nodes were not properly merged. | ontop_ontop | train |
31a2b957ad371c5945970a2a89c0dbfe7df3f86d | diff --git a/transitfeed.py b/transitfeed.py
index <HASH>..<HASH> 100755
--- a/transitfeed.py
+++ b/transitfeed.py
@@ -128,7 +128,7 @@ class ProblemReporterBase:
e = DuplicateID(column_name=column_name, value=value,
context=context, context2=self._context)
self._Report(e)
-
+
def Unus... | commit transitfeed.py changes that mysteriously failed to get commited in r<I> | google_transitfeed | train |
ff62edaa44c263bfed5a5b32a11aca5bed480143 | diff --git a/code/plugins/system/koowa.php b/code/plugins/system/koowa.php
index <HASH>..<HASH> 100644
--- a/code/plugins/system/koowa.php
+++ b/code/plugins/system/koowa.php
@@ -89,7 +89,7 @@ class plgSystemKoowa extends JPlugin
*/
public function onAfterRender()
{
- /*if(KDEBUG)
+ if(KDEBUG)
{
$... | Uncommented tidy in onAfterRender. Bug with Tidy has been fixed. | timble_kodekit | train |
339d67e4e7ca0a736b998b151ebe137390a2c70d | diff --git a/lib/ork/model/document.rb b/lib/ork/model/document.rb
index <HASH>..<HASH> 100644
--- a/lib/ork/model/document.rb
+++ b/lib/ork/model/document.rb
@@ -58,37 +58,28 @@ module Ork
# Persist the model attributes and update indices and unique
# indices.
#
- # If the model is not valid, nil is ... | Persist data won't run validations.
The validation feature will be in charge of the user, this is the best way to integrate with scrivener or other validation gem. | emancu_ork | train |
4bbb97977074208ba2edbd5949585dcf5f4bf875 | diff --git a/core/src/main/java/com/ibm/watson/developer_cloud/service/WatsonService.java b/core/src/main/java/com/ibm/watson/developer_cloud/service/WatsonService.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/ibm/watson/developer_cloud/service/WatsonService.java
+++ b/core/src/main/java/com/ibm/watson/... | Styling
+ in a new line | watson-developer-cloud_java-sdk | train |
54b48fcaf64a188b851061ab00d77949ac62c7db | diff --git a/mtools/util/cmdlinetool.py b/mtools/util/cmdlinetool.py
index <HASH>..<HASH> 100644
--- a/mtools/util/cmdlinetool.py
+++ b/mtools/util/cmdlinetool.py
@@ -75,15 +75,7 @@ class BaseCmdLineTool(object):
self.argparser = argparse.ArgumentParser()
self.argparser.add_argument('--version', actio... | Backout debugger change from #<I> that introduced stdin usage regression | rueckstiess_mtools | train |
90c538bae41bdc92261e2cfb61e8cc914742defb | diff --git a/packet_unpacker.go b/packet_unpacker.go
index <HASH>..<HASH> 100644
--- a/packet_unpacker.go
+++ b/packet_unpacker.go
@@ -20,43 +20,18 @@ type quicAEAD interface {
Open1RTT(dst, src []byte, pn protocol.PacketNumber, ad []byte) ([]byte, error)
}
-type packetUnpackerBase struct {
- version protocol.Vers... | combine packetUnpackerBase and packetUnpacker
The split was only needed for unpacking gQUIC packets. | lucas-clemente_quic-go | train |
5e8192fe8b279342d5219c1161f1213dab445071 | diff --git a/src/deck.js b/src/deck.js
index <HASH>..<HASH> 100644
--- a/src/deck.js
+++ b/src/deck.js
@@ -680,15 +680,47 @@ const deck = [
},
{
id: 'tire',
- type: 'attack',
- copies: 0,
- filter: () => []
+ type: 'unstoppable',
+ copies: 2,
+ filter: () => [],
+ beforeTurn: (player, ga... | Add "Tire" and "Tire Iron" | gfax_junkyard-brawl | train |
d4c2918cb4babe2483a0e39da4cf953931eadd81 | diff --git a/idp/main.go b/idp/main.go
index <HASH>..<HASH> 100644
--- a/idp/main.go
+++ b/idp/main.go
@@ -37,6 +37,23 @@ func handleConsent(c *gin.Context) {
c.JSON(200, gin.H{"challenge": data.Challenge})
}
+func getKey(client *http.Client, set string, kind string) string {
+ url := os.Getenv("HYDRA_URL") + "/ke... | Fetching key from hydra | janekolszak_idp | train |
58524ea4cb982a200064c39be00c58381ab44eb4 | diff --git a/src/collectors/sqs/sqs.py b/src/collectors/sqs/sqs.py
index <HASH>..<HASH> 100644
--- a/src/collectors/sqs/sqs.py
+++ b/src/collectors/sqs/sqs.py
@@ -14,9 +14,10 @@ You can specify an arbitrary amount of regions
[regions]
[[region-code]]
+ queues = queue_name[,queue_name2[,..]]
+ # Option... | Allow IAM role authentication for SQS collector
If credentials for AWS are not provided in the configuration, then let
boto try to get the keys from the instance profile. For more info:
<URL> | python-diamond_Diamond | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.