hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
bcb2be9b782ef802c583e21d4a4f307e1470a21c | diff --git a/js/coinbasepro.js b/js/coinbasepro.js
index <HASH>..<HASH> 100644
--- a/js/coinbasepro.js
+++ b/js/coinbasepro.js
@@ -46,7 +46,7 @@ module.exports = class coinbasepro extends Exchange {
'logo': 'https://user-images.githubusercontent.com/1294454/41764625-63b7ffde-760a-11e8-996d-a6328fa9347a... | coinbasepro minor edit in doc url | ccxt_ccxt | train |
4011563e5764990db8bc6dec8020b1f148cfe99d | diff --git a/Form/Type/CropImageAjaxType.php b/Form/Type/CropImageAjaxType.php
index <HASH>..<HASH> 100644
--- a/Form/Type/CropImageAjaxType.php
+++ b/Form/Type/CropImageAjaxType.php
@@ -38,6 +38,7 @@ class CropImageAjaxType extends AbstractType
$resolver->setDefaults(
array(
+ 'r... | display croped image when submitting in crop field type | jbouzekri_FileUploaderBundle | train |
ab1898a944a56dfc94e7198216f0d455e8d5fd18 | diff --git a/ActiveQuery.php b/ActiveQuery.php
index <HASH>..<HASH> 100644
--- a/ActiveQuery.php
+++ b/ActiveQuery.php
@@ -195,6 +195,7 @@ class ActiveQuery extends Query implements ActiveQueryInterface
/* @var $class ActiveRecord */
$class = $this->modelClass;
$model ... | Fixed bug #<I>. Classes that call '*::populateRecord()' after retrieving data from ddbb call now the method on the class of the model returned by '*::instantiate()'. Tests for mysql, elasticsearch and mongodb attached. | yiisoft_yii2-sphinx | train |
07918071a3c8c8d7e842b9bfd3be71f37db57001 | diff --git a/driver/src/test/functional/org/mongodb/MongoFindTest.java b/driver/src/test/functional/org/mongodb/MongoFindTest.java
index <HASH>..<HASH> 100644
--- a/driver/src/test/functional/org/mongodb/MongoFindTest.java
+++ b/driver/src/test/functional/org/mongodb/MongoFindTest.java
@@ -18,18 +18,10 @@ package org.m... | Removed check for specific server error code, as the error code has changed in <I>. | mongodb_mongo-java-driver | train |
45f9b6e546139744544d04b4a1545cb62b17e1b4 | diff --git a/test/selector.js b/test/selector.js
index <HASH>..<HASH> 100644
--- a/test/selector.js
+++ b/test/selector.js
@@ -64,26 +64,6 @@ exports.selector = {
elm.removeClass("test-class")
test.equal(elm.className.indexOf("test-class"), -1)
- test.equal(typeof elm.hasClass, "function")
-
- test.do... | We deleted hasClass so test isn't needed | zeroclipboard_zeroclipboard | train |
272a6e8739874bd9545df4b174e4ac4f6a78f160 | diff --git a/clients/java/client/src/main/java/org/camunda/bpm/client/interceptor/ClientRequestInterceptor.java b/clients/java/client/src/main/java/org/camunda/bpm/client/interceptor/ClientRequestInterceptor.java
index <HASH>..<HASH> 100644
--- a/clients/java/client/src/main/java/org/camunda/bpm/client/interceptor/Clie... | chore(engine): Improve wording in a javadoc comment | camunda_camunda-bpm-platform | train |
55555f1bfdf232d82ee9773d3a602824fcea54c3 | diff --git a/jre_emul/Classes/com/google/j2objc/util/NativeTimeZone.java b/jre_emul/Classes/com/google/j2objc/util/NativeTimeZone.java
index <HASH>..<HASH> 100644
--- a/jre_emul/Classes/com/google/j2objc/util/NativeTimeZone.java
+++ b/jre_emul/Classes/com/google/j2objc/util/NativeTimeZone.java
@@ -116,10 +116,12 @@ pub... | Change NativeTimeZone to support reflection pruning. | google_j2objc | train |
1351e14ef0b9c25193a6ba4104e6b212be49340c | diff --git a/ros_buildfarm/release_job.py b/ros_buildfarm/release_job.py
index <HASH>..<HASH> 100644
--- a/ros_buildfarm/release_job.py
+++ b/ros_buildfarm/release_job.py
@@ -320,8 +320,8 @@ def get_sourcedeb_job_name(rosdistro_name, release_build_name,
def _get_target_arches(build_file, os_name, os_code_name, print_s... | invert logic for skipping i<I> | ros-infrastructure_ros_buildfarm | train |
7a9e73fe20a1925ea7b0061252ac508a71898f20 | diff --git a/lib/eachSeries.js b/lib/eachSeries.js
index <HASH>..<HASH> 100644
--- a/lib/eachSeries.js
+++ b/lib/eachSeries.js
@@ -17,8 +17,14 @@ class EachSeires extends AigleProxy {
this._iterator = iterator;
this._promise = new Aigle(INTERNAL);
this._index = 0;
+ this._coll = undefined;
+ this._... | perf(eachSeries): improve performance | suguru03_aigle | train |
1017a1daa1c48e136f8c8ce6577424f165440cc9 | diff --git a/lib/mr_darcy/promise/state/base.rb b/lib/mr_darcy/promise/state/base.rb
index <HASH>..<HASH> 100644
--- a/lib/mr_darcy/promise/state/base.rb
+++ b/lib/mr_darcy/promise/state/base.rb
@@ -21,11 +21,11 @@ module MrDarcy
end
def resolve
- raise "Can't resolve from #{get_state} stat... | Always raise with an exception class, since Rubinius throws a tantrum otherwise. | jamesotron_MrDarcy | train |
cdbe0eafae34caa6042ca1cec6641725b4eccd94 | diff --git a/tcconfig/traffic_control.py b/tcconfig/traffic_control.py
index <HASH>..<HASH> 100644
--- a/tcconfig/traffic_control.py
+++ b/tcconfig/traffic_control.py
@@ -40,6 +40,8 @@ def _validate_within_min_max(param_name, value, min_value, max_value):
class TrafficControl(object):
+ __NETEM_QDISC_MAJOR_ID_O... | Define netem qdisc major id offset as a private class variable | thombashi_tcconfig | train |
4fc59953a044927ad8261b76004826df1564b5d4 | diff --git a/spec/models/starburst/announcement_spec.rb b/spec/models/starburst/announcement_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/models/starburst/announcement_spec.rb
+++ b/spec/models/starburst/announcement_spec.rb
@@ -39,6 +39,18 @@ RSpec.describe Starburst::Announcement do
end
end
+ describe '.... | Adds missing specs for Starburst::Announcement.ready_for_delivery | csm123_starburst | train |
16b3b872a34040a029bfd2adc170f657e15cc852 | diff --git a/readme.md b/readme.md
index <HASH>..<HASH> 100644
--- a/readme.md
+++ b/readme.md
@@ -67,3 +67,6 @@ Also, all relations are Eloquent|Eloquent[] by default, you can change them to t
After copying the phpdocs to your model, you can clear the file, so your IDE only uses the real source.
+### License
+
+T... | Update license (MIT)
To source/readme | barryvdh_laravel-ide-helper | train |
1d0ffba99c660507f3f024f4f3c4d12f88643bc3 | diff --git a/spyder/plugins/variableexplorer/widgets/tests/test_collectioneditor.py b/spyder/plugins/variableexplorer/widgets/tests/test_collectioneditor.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/variableexplorer/widgets/tests/test_collectioneditor.py
+++ b/spyder/plugins/variableexplorer/widgets/tests/test_c... | Variable Explorer: Revert changes to collectionseditor's tests | spyder-ide_spyder | train |
d788e83d73536a58ff36f5237eba54e5954815e1 | diff --git a/Manager/EventManager.php b/Manager/EventManager.php
index <HASH>..<HASH> 100644
--- a/Manager/EventManager.php
+++ b/Manager/EventManager.php
@@ -217,15 +217,16 @@ class EventManager
$keyTrans = $this->translator->trans($sortedKey, array(), 'resource');
foreach ($genericResource... | Adding action for all resource generic log | claroline_CoreBundle | train |
140120ec23e70358cb6dfeadf92b9aada4af835b | diff --git a/tests/test_build_ext.py b/tests/test_build_ext.py
index <HASH>..<HASH> 100644
--- a/tests/test_build_ext.py
+++ b/tests/test_build_ext.py
@@ -11,7 +11,8 @@ from distutils.tests.support import TempdirManager
from distutils.tests.support import LoggingSilencer
from distutils.extension import Extension
fro... | Issue #<I>: Correct and expand OS X deployment target tests in distutils
test_build_ext. | pypa_setuptools | train |
d1b1be4c0073acf11d4e8b0de12c459140603730 | diff --git a/lib/temple/filters/multi_flattener.rb b/lib/temple/filters/multi_flattener.rb
index <HASH>..<HASH> 100644
--- a/lib/temple/filters/multi_flattener.rb
+++ b/lib/temple/filters/multi_flattener.rb
@@ -4,19 +4,22 @@ module Temple
def initialize(options = {})
@options = {}
end
-
+
... | Make MultiFlattener consistent with the other filters | judofyr_temple | train |
74e8d7b769c9c18c12b87c55fa05fde588c169ef | diff --git a/javascript/libjoynr-js/src/main/js/joynr/messaging/routing/MessageRouter.js b/javascript/libjoynr-js/src/main/js/joynr/messaging/routing/MessageRouter.js
index <HASH>..<HASH> 100644
--- a/javascript/libjoynr-js/src/main/js/joynr/messaging/routing/MessageRouter.js
+++ b/javascript/libjoynr-js/src/main/js/jo... | [JS] refactor MessageRouter.addNextHopToParentRoutingTable
* fix JsDoc comment
* reorder check for address type:
check for WebSocketClientAddress first, because the incoming
address is usually of that type
* log and return error if type of incoming address is unknown
Change-Id: I4b<I>a6d<I>cb6b<I>c<I>a<I>dba<I>a<... | bmwcarit_joynr | train |
10900a91cf91b10859f6060a1897a697104e6877 | diff --git a/tests/conftest.py b/tests/conftest.py
index <HASH>..<HASH> 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -1,3 +1,4 @@
+import logging
import os
import threading
@@ -13,6 +14,16 @@ from .util import _support
# 'nicer'.
+# Perform logging by default; pytest will capture and thus hide it ... | Tweak test-level logging format to include timestamps | paramiko_paramiko | train |
0e09100e63dcb8ea9780d82ef37a58ba2815fbdb | diff --git a/lib/best_companies/cli.rb b/lib/best_companies/cli.rb
index <HASH>..<HASH> 100644
--- a/lib/best_companies/cli.rb
+++ b/lib/best_companies/cli.rb
@@ -1,6 +1,13 @@
class BestCompanies::CLI
- BASE_PATH = "https://www.greatplacetowork.com/best-workplaces/100-best/2017"
+ BASE_PATH = "https://www.greatplac... | added two class methods to start the program and to create a list of companies | yosayon_Best_Companies | train |
d3383f74e645253e2423e5336b87f585de6b2485 | diff --git a/test/integration/generated_gimarshallingtests_test.rb b/test/integration/generated_gimarshallingtests_test.rb
index <HASH>..<HASH> 100644
--- a/test/integration/generated_gimarshallingtests_test.rb
+++ b/test/integration/generated_gimarshallingtests_test.rb
@@ -588,7 +588,23 @@ describe GIMarshallingTests ... | Add odd but passing test for #vfunc_with_callback | mvz_gir_ffi | train |
46136004df484a95a6fbf3c8f306684a5304e1eb | diff --git a/system/modules/DocumentManagementSystem/classes/DmsConfig.php b/system/modules/DocumentManagementSystem/classes/DmsConfig.php
index <HASH>..<HASH> 100644
--- a/system/modules/DocumentManagementSystem/classes/DmsConfig.php
+++ b/system/modules/DocumentManagementSystem/classes/DmsConfig.php
@@ -86,7 +86,8 @@... | Upload to `system/tmp` (see #<I> ) | ContaoDMS_dms | train |
1a119742919425fa1f1134ca13b78985acd96547 | diff --git a/src/com/aoindustries/taglib/ApplicationResources.java b/src/com/aoindustries/taglib/ApplicationResources.java
index <HASH>..<HASH> 100644
--- a/src/com/aoindustries/taglib/ApplicationResources.java
+++ b/src/com/aoindustries/taglib/ApplicationResources.java
@@ -1,6 +1,6 @@
/*
* aocode-public-taglib - Re... | Reusing some parts of aocode-public-taglib in docs-taglib implementation. | aoindustries_ao-taglib | train |
fe2ae61596b74ee94d692350ee026a9b952499e0 | diff --git a/run.go b/run.go
index <HASH>..<HASH> 100644
--- a/run.go
+++ b/run.go
@@ -12,3 +12,11 @@ func Run(executable string, args ...string) *cmdtest.Session {
return sess
}
+
+func Curl(uri string) *cmdtest.Session {
+ return Run("curl", "-s", uri)
+}
+
+func Cf(args ...string) *cmdtest.Session {
+ return Ru... | poll app endpoint instead of immediately expecting
Also stop asserting on exit codes; not really user-visible and just adds
noise. Added Cf and Curl and Curling helpers to make the tests prettier. | cloudfoundry-incubator_cf-test-helpers | train |
59dff18cfd8b5b3923b1fb346ef699d8bad3b302 | diff --git a/src/js/Inks/InkContainer.js b/src/js/Inks/InkContainer.js
index <HASH>..<HASH> 100644
--- a/src/js/Inks/InkContainer.js
+++ b/src/js/Inks/InkContainer.js
@@ -3,6 +3,7 @@ import { findDOMNode } from 'react-dom';
import TransitionGroup from 'react-addons-transition-group';
import cn from 'classnames';
+i... | Fixed the Ink Injector for Keyboard _Clicks_
The ink inject now creates an ink correctly when a keyboard only user
_clicks_ an ink with the space or enter key.
The inject ink will also now correctly delay the click event with
keyboard interactions as well if the waitForInkTransition prop is
enabled. | mlaursen_react-md | train |
65dfa20031695da56ae2bb2a739d84c8d47d3d38 | diff --git a/code/SiteTreeSubsites.php b/code/SiteTreeSubsites.php
index <HASH>..<HASH> 100644
--- a/code/SiteTreeSubsites.php
+++ b/code/SiteTreeSubsites.php
@@ -40,6 +40,15 @@ class SiteTreeSubsites extends DataObjectDecorator {
}
/**
+ * Check if we're currently looking at the main site.
+ * @return boolean... | ENHANCEMENT Added isMainSite() to SiteTree decorator for subsites so it can be checked if we're currently viewing the main site or a sub-site | silverstripe_silverstripe-subsites | train |
a6982b850afcc8b1309576ffd293bf59ebf0ca39 | diff --git a/src/ses.php b/src/ses.php
index <HASH>..<HASH> 100644
--- a/src/ses.php
+++ b/src/ses.php
@@ -44,18 +44,22 @@ class SimpleEmailService {
}
// List all identities your AWS account.
- public function list_identities($identity_type = 'EmailAddress') {
+ public function list_identities($identity_type... | IdentityType is option on list_identities | okamos_php-ses | train |
1d94b669cecdf36c57039ec5f5f1a902deb61b63 | diff --git a/critical-css.js b/critical-css.js
index <HASH>..<HASH> 100644
--- a/critical-css.js
+++ b/critical-css.js
@@ -61,7 +61,7 @@
// Call PhantomJS with our runner script.
execFile(binPath, childArgs, phantomOptions, function(err, stdout, stderr) {
if (err) {
- console.log('Something is a... | Pass on relevant config params to parser | attila_critical-css | train |
ddb0ca844e77e6aa7fffdd96e98ff3f9d2781575 | diff --git a/prov-rdf/src/main/java/org/openprovenance/prov/rdf/RdfCollector.java b/prov-rdf/src/main/java/org/openprovenance/prov/rdf/RdfCollector.java
index <HASH>..<HASH> 100644
--- a/prov-rdf/src/main/java/org/openprovenance/prov/rdf/RdfCollector.java
+++ b/prov-rdf/src/main/java/org/openprovenance/prov/rdf/RdfColl... | added ns to prefix to ensure its valid xml prefix | lucmoreau_ProvToolbox | train |
e830ce81ca3e599c6be9cb970c161c00ed267210 | diff --git a/spec/lib/darrrr/recovery_token_spec.rb b/spec/lib/darrrr/recovery_token_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/lib/darrrr/recovery_token_spec.rb
+++ b/spec/lib/darrrr/recovery_token_spec.rb
@@ -43,8 +43,7 @@ module Darrrr
begin
Encoding.default_internal = Encoding::UTF_8
- ... | call into higher API to show the library is broken | github_darrrr | train |
406dce877c7d8cf2862d4886c53e3191b4d47b19 | diff --git a/tests/col.test.js b/tests/col.test.js
index <HASH>..<HASH> 100644
--- a/tests/col.test.js
+++ b/tests/col.test.js
@@ -1,7 +1,7 @@
import React from 'react';
import renderer from 'react-test-renderer';
import { shallow } from 'enzyme';
-import { css } from 'aphrodite';
+import { css, StyleSheet } from 'a... | Test style merging. Preserve old behavior | patrickml_react-flexbox-grid-aphrodite | train |
0251fad68b13f8bbfd8f94d6eccb6f6c7dc46aef | diff --git a/lib/manager/docker/extract.js b/lib/manager/docker/extract.js
index <HASH>..<HASH> 100644
--- a/lib/manager/docker/extract.js
+++ b/lib/manager/docker/extract.js
@@ -9,7 +9,7 @@ function extractDependencies(content) {
return [];
}
const [, , fromLine] = fromMatch;
- const [fromPrefix, currentFr... | fix: allow multiple whitespace in dockerfile from line (#<I>) | renovatebot_renovate | train |
cc25111c6837449386f527448e750bde16243cbd | diff --git a/jdbc4/src/main/java/org/javasimon/jdbc4/SqlNormalizer.java b/jdbc4/src/main/java/org/javasimon/jdbc4/SqlNormalizer.java
index <HASH>..<HASH> 100644
--- a/jdbc4/src/main/java/org/javasimon/jdbc4/SqlNormalizer.java
+++ b/jdbc4/src/main/java/org/javasimon/jdbc4/SqlNormalizer.java
@@ -23,7 +23,7 @@ public fina... | Fixed compilation issue. Virgo: check this commit | virgo47_javasimon | train |
349053c19c5af7c9311f123ac076eb2954d7c344 | diff --git a/lib/rules/no-unsafe-innerhtml.js b/lib/rules/no-unsafe-innerhtml.js
index <HASH>..<HASH> 100644
--- a/lib/rules/no-unsafe-innerhtml.js
+++ b/lib/rules/no-unsafe-innerhtml.js
@@ -20,6 +20,9 @@ module.exports = function (context) {
var VALID_UNWRAPPERS = ["Sanitizer.unwrapSafeHTML", "unwrapSafeHTML"];
... | Allow expressions within template strings, as long as they are allowed on their own (literals, etc.). Adding bailout in allowedExpression when used improperly. This has bitten mee way too often | mozilla_eslint-plugin-no-unsanitized | train |
9b54ed62e8416313e2cc0e1094edf8b5dcdffe64 | diff --git a/src/neevo/Neevo.php b/src/neevo/Neevo.php
index <HASH>..<HASH> 100644
--- a/src/neevo/Neevo.php
+++ b/src/neevo/Neevo.php
@@ -33,8 +33,9 @@ class Neevo implements INeevoObservable, INeevoObserver {
private $connection;
- // Neevo revision
- const REVISION = 461;
+ // Neevo version
+ const VERSION = '... | Release version <I>-dev | smasty_Neevo | train |
50e8066d54bd3d81d44921af668b45b59b2b0b48 | diff --git a/src/parse/converters/element.js b/src/parse/converters/element.js
index <HASH>..<HASH> 100644
--- a/src/parse/converters/element.js
+++ b/src/parse/converters/element.js
@@ -24,6 +24,7 @@ define([
validTagNameFollower = /^[\s\n\/>]/,
onPattern = /^on/,
proxyEventPattern = /^on-([a-zA-Z$_][a-zA-Z$_... | closes #<I> - reserved event names cannot be used in templates | ractivejs_ractive | train |
c558ce6c2d1f8cb102511cac4d0ed8f01e01d345 | diff --git a/lib/cocoaseeds/core.rb b/lib/cocoaseeds/core.rb
index <HASH>..<HASH> 100644
--- a/lib/cocoaseeds/core.rb
+++ b/lib/cocoaseeds/core.rb
@@ -541,7 +541,7 @@ module Seeds
if seed.source_dir
full_source_path = File.expand_path(seed.source_dir)
- command = "cp -R #{full_source_path}/ #{s... | Copy all contents of directory instead of directory itself | devxoul_CocoaSeeds | train |
db688de477f0b6baaf65b08b55ef8c9c98079723 | diff --git a/lib/mws/apis/orders.rb b/lib/mws/apis/orders.rb
index <HASH>..<HASH> 100644
--- a/lib/mws/apis/orders.rb
+++ b/lib/mws/apis/orders.rb
@@ -7,8 +7,10 @@ class Mws::Apis::Orders
def list(options={})
options[:version] ||= '2011-01-01'
options[:action] = 'ListOrders'
- response = @connection.get... | converted to libxml-ruby and Net::HTTP | bitbutcher_mws | train |
7783bde437b6cf19cf0f9db4b11ec51efc759f40 | diff --git a/pyrtl/__init__.py b/pyrtl/__init__.py
index <HASH>..<HASH> 100644
--- a/pyrtl/__init__.py
+++ b/pyrtl/__init__.py
@@ -1,7 +1,6 @@
# core rtl constructs
from core import Block
-from core import BlockIterator
from core import PyrtlError
from core import PyrtlInternalError
from core import working_bloc... | Removing the block iterator from the __init__ file | UCSBarchlab_PyRTL | train |
25e28eedbb31e1661aeca294ce6bb51edbd18fee | diff --git a/solvebio/resource/apiresource.py b/solvebio/resource/apiresource.py
index <HASH>..<HASH> 100644
--- a/solvebio/resource/apiresource.py
+++ b/solvebio/resource/apiresource.py
@@ -224,47 +224,3 @@ class UpdateableAPIResource(APIResource):
continue
params[k] = getattr(obj... | Remove UploadableAPIResource and add code to Sample where it is the only place it is used. | solvebio_solvebio-python | train |
ba953c38782a4cc36005434a09c2b7c4faf3cad4 | diff --git a/app/assets/javascripts/jquery/active_scaffold.js b/app/assets/javascripts/jquery/active_scaffold.js
index <HASH>..<HASH> 100644
--- a/app/assets/javascripts/jquery/active_scaffold.js
+++ b/app/assets/javascripts/jquery/active_scaffold.js
@@ -441,7 +441,7 @@ var ActiveScaffold = {
replace: function(eleme... | keep scripts on parsing html | activescaffold_active_scaffold | train |
2570c62624253050b7a7878014a8fcf33c300989 | diff --git a/lib/bitcoin_payments/client.rb b/lib/bitcoin_payments/client.rb
index <HASH>..<HASH> 100644
--- a/lib/bitcoin_payments/client.rb
+++ b/lib/bitcoin_payments/client.rb
@@ -78,12 +78,15 @@ module BitcoinPayments
received_payment = ReceivedPayment.create!(
payment: Payment.new(
+ ... | received payment has sender and receiver addresses | lihanli_bitcoin_active_record | train |
90b758869e21155f57dd59c9969e770b717f5e02 | diff --git a/bundles/BlockManagerBundle/Templating/Twig/Extension/RenderingExtension.php b/bundles/BlockManagerBundle/Templating/Twig/Extension/RenderingExtension.php
index <HASH>..<HASH> 100644
--- a/bundles/BlockManagerBundle/Templating/Twig/Extension/RenderingExtension.php
+++ b/bundles/BlockManagerBundle/Templating... | Remove unused param in rendering extension | netgen-layouts_layouts-core | train |
14fbb21bd2a827fda5a82ff9e1358f6c9d95ffd8 | diff --git a/resources/lang/vi-VN/cachet.php b/resources/lang/vi-VN/cachet.php
index <HASH>..<HASH> 100644
--- a/resources/lang/vi-VN/cachet.php
+++ b/resources/lang/vi-VN/cachet.php
@@ -14,7 +14,7 @@ return [
'components' => [
'last_updated' => 'Lần cập nhật cuối :timestamp',
'status' => [... | New translations cachet.php (Vietnamese) | CachetHQ_Cachet | train |
2f2019a42d8bf3c9101999f204079fdaf7411b0d | diff --git a/code/DMSSiteTreeExtension.php b/code/DMSSiteTreeExtension.php
index <HASH>..<HASH> 100644
--- a/code/DMSSiteTreeExtension.php
+++ b/code/DMSSiteTreeExtension.php
@@ -42,7 +42,7 @@ class DMSSiteTreeExtension extends DataExtension {
sprintf(
'<a class="ss-ui-button ss-ui-action-constructive cms-pane... | MINOR: changing button label to indicate that multiple documents can be added at once | silverstripe_silverstripe-dms | train |
48cbc21e22bf621986990da77fb8ec6e5c4514e8 | diff --git a/tasks/shared-config.js b/tasks/shared-config.js
index <HASH>..<HASH> 100644
--- a/tasks/shared-config.js
+++ b/tasks/shared-config.js
@@ -156,7 +156,8 @@ module.exports = function( grunt ) {
function getSassSafeValue( value ) {
if ( mout.lang.isArray( value ) ) {
- return '(' + normalizeArrayVa... | Adapted generateSassMapsRecursive to support nested lists. | MathiasPaumgarten_grunt-shared-config | train |
3cec781067a6fab74c2b20d24d343f27906c0df1 | diff --git a/Neos.Cache/Tests/Unit/Frontend/StringFrontendTest.php b/Neos.Cache/Tests/Unit/Frontend/StringFrontendTest.php
index <HASH>..<HASH> 100644
--- a/Neos.Cache/Tests/Unit/Frontend/StringFrontendTest.php
+++ b/Neos.Cache/Tests/Unit/Frontend/StringFrontendTest.php
@@ -13,9 +13,11 @@ include_once(__DIR__ . '/../..... | TASK: Adapt test to check cache backend tangible behaviour | neos_flow-development-collection | train |
3cd1ebce8728e0f4f1c5b7c3c1c3f74348cc1301 | diff --git a/src/Bellhop.spec.js b/src/Bellhop.spec.js
index <HASH>..<HASH> 100644
--- a/src/Bellhop.spec.js
+++ b/src/Bellhop.spec.js
@@ -33,10 +33,16 @@ describe('Bellhop Client', () => {
});
it('Trigger should call event', done => {
- bellhop.on('highscore', () => {
- done();
+ bellhop.on('highsco... | Added the option to pass data to other parts of the app through trigger | SpringRoll_Bellhop | train |
033aed68a4fb0b413fe40e600fdf4464bba19feb | diff --git a/spec/stack_master/role_assumer_spec.rb b/spec/stack_master/role_assumer_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/stack_master/role_assumer_spec.rb
+++ b/spec/stack_master/role_assumer_spec.rb
@@ -3,6 +3,7 @@ RSpec.describe StackMaster::RoleAssumer do
let(:account) { '1234567890' }
let(:role) ... | DRY up the role arn use in role assumer spec | envato_stack_master | train |
60a4ad0c528a06915728daa8eb019a461416c83e | diff --git a/frame.go b/frame.go
index <HASH>..<HASH> 100644
--- a/frame.go
+++ b/frame.go
@@ -515,31 +515,14 @@ func (f *Frame) newView(path, name string) *View {
return view
}
-// DeleteView removes the standard and inverse view from the frame.
+// DeleteView removes the view from the frame.
func (f *Frame) Del... | Use the full view name in the Delete API. Will need to append the prefix: `standard_`, `inverse_`, or `field_` | pilosa_pilosa | train |
ae9f5a04b1fe978017c1018f0cb0debd3cd6345c | diff --git a/lib/questionlib.php b/lib/questionlib.php
index <HASH>..<HASH> 100644
--- a/lib/questionlib.php
+++ b/lib/questionlib.php
@@ -464,13 +464,16 @@ function question_delete_course_category($category, $newcategory, $feedback=true
if (!$newcontext = context_coursecat::instance($newcategory->id)) {
... | MDL-<I> Questions: Only move question categories if there is any | moodle_moodle | train |
7a59261354eca7c6a102e4f2a1d7b13aa2744649 | diff --git a/lib/chef/provider/service/openbsd.rb b/lib/chef/provider/service/openbsd.rb
index <HASH>..<HASH> 100644
--- a/lib/chef/provider/service/openbsd.rb
+++ b/lib/chef/provider/service/openbsd.rb
@@ -205,16 +205,17 @@ class Chef
# The variable name used in /etc/rc.conf.local for enabling this service
... | fix caching of builtin_service_enable_variable_name | chef_chef | train |
e92ab9550f7ecbd2fcb6666d812cdecac0beb53f | diff --git a/src/rsa/rsa.js b/src/rsa/rsa.js
index <HASH>..<HASH> 100644
--- a/src/rsa/rsa.js
+++ b/src/rsa/rsa.js
@@ -99,6 +99,7 @@ function RSA_decrypt ( data ) {
if ( this.key[0].compare(msg) <= 0 )
throw new RangeError("data too large");
+ var result;
if ( this.key.length > 3 ) {
va... | Fix RSA.decrypt: pad with zeros up to key length | asmcrypto_asmcrypto.js | train |
261e5d7ff4f34785c28b2cacb55fcbe9455dc3c5 | diff --git a/src/interval_sequence_methods.py b/src/interval_sequence_methods.py
index <HASH>..<HASH> 100755
--- a/src/interval_sequence_methods.py
+++ b/src/interval_sequence_methods.py
@@ -99,7 +99,8 @@ class SequenceMethods(object):
# fails for at least one gene (CCDC18), which begins with a N, and
... | exclude sites up or downstream of the CDS, improved unit tests | jeremymcrae_denovonear | train |
073c78a46ba0a74d09df6375771d82aa4ca6530a | diff --git a/scriptworker/artifacts.py b/scriptworker/artifacts.py
index <HASH>..<HASH> 100644
--- a/scriptworker/artifacts.py
+++ b/scriptworker/artifacts.py
@@ -225,14 +225,20 @@ def get_artifact_url(context, task_id, path):
Raises:
TaskClusterFailure: on failure.
"""
- url = urljoin(
- c... | fix get_artifact_url for taskcluster <I>.x, but keep <I>.x compatibility | mozilla-releng_scriptworker | train |
1e329f4d5b987d21281f890b9987845894190229 | diff --git a/src/mask.js b/src/mask.js
index <HASH>..<HASH> 100644
--- a/src/mask.js
+++ b/src/mask.js
@@ -320,10 +320,15 @@ angular.module('ui.mask', [])
return s !== '';
});
+ // need a string search offset in cases... | Fix bug caused by multiple identical mask components
Added a search offset in the getMaskComponents function so that if the
mask contains multiple identical mask components it will get the proper
string position of each component in the mask | angular-ui_ui-mask | train |
403101d1ac374acbea13c6da802ecdc8b4abcfeb | diff --git a/gnsq/reader.py b/gnsq/reader.py
index <HASH>..<HASH> 100644
--- a/gnsq/reader.py
+++ b/gnsq/reader.py
@@ -211,7 +211,7 @@ class Reader(object):
self.logger.info('backoff complete, resuming normal operation')
count = self.connection_max_in_flight
- for conn in self.conns.values():... | Iterate directly over conns. | wtolson_gnsq | train |
e5641423783eb91e43df0b7ccffe14cd4c4c4373 | diff --git a/tensorflow_probability/python/experimental/lazybones/deferred.py b/tensorflow_probability/python/experimental/lazybones/deferred.py
index <HASH>..<HASH> 100644
--- a/tensorflow_probability/python/experimental/lazybones/deferred.py
+++ b/tensorflow_probability/python/experimental/lazybones/deferred.py
@@ -6... | tfp.experimental.lazybones: Annotate manually set vertices as "frozen" for
easier counterfactual graph evaluation.
PiperOrigin-RevId: <I> | tensorflow_probability | train |
43f69381cf0544af1c74a188c176a0b450bae6f9 | diff --git a/lib/Limitation/Mapper/SubtreeLimitationMapper.php b/lib/Limitation/Mapper/SubtreeLimitationMapper.php
index <HASH>..<HASH> 100755
--- a/lib/Limitation/Mapper/SubtreeLimitationMapper.php
+++ b/lib/Limitation/Mapper/SubtreeLimitationMapper.php
@@ -8,8 +8,6 @@
*/
namespace EzSystems\RepositoryForms\Limitat... | [CS] Fixed SubtreeLimitationMapper according to rule no_unused_imports | ezsystems_repository-forms | train |
c44d2535c60946d5a6980b0f3a268767e27f9862 | diff --git a/drwmutex.go b/drwmutex.go
index <HASH>..<HASH> 100644
--- a/drwmutex.go
+++ b/drwmutex.go
@@ -154,7 +154,7 @@ func (dm *DRWMutex) lockBlocking(isReadLock bool) {
//
func lock(clnts []RPC, locks *[]string, lockName string, isReadLock bool) bool {
- // Create buffered channel of quorum size
+ // Create b... | Update 'i' only if lock grant from buffered channel (#<I>) | minio_dsync | train |
c3d06de1eab193e4f575219594eb60706f994db7 | diff --git a/lavalink/models.py b/lavalink/models.py
index <HASH>..<HASH> 100644
--- a/lavalink/models.py
+++ b/lavalink/models.py
@@ -422,6 +422,15 @@ class BasePlayer(ABC):
await self.node._send(op='voiceUpdate', guildId=self._internal_id, **self._voice_state)
@abstractmethod
+ async def node_u... | Add node_unavailable() to BasePlayer, pause position clock during node unavailability | Devoxin_Lavalink.py | train |
46f0ce82963f76a1d751c5ba12d9c9e51a9d4c08 | diff --git a/tests/functional/simple_test.py b/tests/functional/simple_test.py
index <HASH>..<HASH> 100644
--- a/tests/functional/simple_test.py
+++ b/tests/functional/simple_test.py
@@ -344,10 +344,10 @@ pure_python_package
out = uncolor(out)
assert ' '.join((
'\n> virtualenv_run/bin/python -m pip._... | fun: the "successfully installed" message is not well-ordered for inferred requirements | Yelp_venv-update | train |
4d5d063ee2bb294c92ff370530487e4556d94172 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100755
--- a/lib/index.js
+++ b/lib/index.js
@@ -27,6 +27,7 @@ if (require.main === module) {
}
/**
+ * Return init method for external use
* @param {String|Array} [files]
* @param {Object} [userConfig]
*/ | Use read stream to ensure file is greater than 0 bytes | BrowserSync_browser-sync | train |
f80de1bd236547559a6c0e70d78bb75f062e049c | diff --git a/meshio/msh_io.py b/meshio/msh_io.py
index <HASH>..<HASH> 100644
--- a/meshio/msh_io.py
+++ b/meshio/msh_io.py
@@ -215,7 +215,7 @@ def write(
# 'physical' and 'geometrical' go first; this is what the gmsh
# file format prescribes
- keywords = cell_data[cell... | some msh fixes for python3 | nschloe_meshio | train |
872eeb57ca951935ba83a44ac3a3f0a9d9c40303 | diff --git a/src/geo/ui/widgets/histogram/content-view.js b/src/geo/ui/widgets/histogram/content-view.js
index <HASH>..<HASH> 100644
--- a/src/geo/ui/widgets/histogram/content-view.js
+++ b/src/geo/ui/widgets/histogram/content-view.js
@@ -60,9 +60,10 @@ module.exports = WidgetContent.extend({
_storeBounds: function(... | After zoom out sends original bucket count, start and end again | CartoDB_carto.js | train |
78001de3dad4bc3dd9a74b576680ee30a7b63d7d | diff --git a/src/Transport/Curl.php b/src/Transport/Curl.php
index <HASH>..<HASH> 100644
--- a/src/Transport/Curl.php
+++ b/src/Transport/Curl.php
@@ -12,7 +12,7 @@ use Joomla\Http\Exception\InvalidResponseCodeException;
use Joomla\Http\TransportInterface;
use Joomla\Http\Response;
use Joomla\Uri\UriInterface;
-use ... | Create the Stream in a writable mode, alias the class | joomla-framework_http | train |
3fa767d9ffa9cc9bcdfecbe97c046fa1077d7a60 | diff --git a/bucket.go b/bucket.go
index <HASH>..<HASH> 100755
--- a/bucket.go
+++ b/bucket.go
@@ -45,3 +45,9 @@ func (b *Bucket) getAndDelete(key string) *Item{
delete(b.lookup, key)
return item
}
+
+func (b *Bucket) clear() {
+ b.Lock()
+ defer b.Unlock()
+ b.lookup = make(map[string]*Item)
+}
diff --git a/... | added non-threadsafe Clear (for tests), fixed Fetch | karlseguin_ccache | train |
84b8aaf24f9aa6ff6aa3d8a0a59418460762dea7 | diff --git a/context.go b/context.go
index <HASH>..<HASH> 100644
--- a/context.go
+++ b/context.go
@@ -360,8 +360,11 @@ func (c *context) FormParams() (url.Values, error) {
func (c *context) FormFile(name string) (*multipart.FileHeader, error) {
f, fh, err := c.request.FormFile(name)
+ if err != nil {
+ return ni... | Fix panic in FormFile if file not found (#<I>) | labstack_echo | train |
a7b93ce6f50ffa6bd1e40230f0f32a5a4bdcfac6 | diff --git a/pyt/cfg.py b/pyt/cfg.py
index <HASH>..<HASH> 100644
--- a/pyt/cfg.py
+++ b/pyt/cfg.py
@@ -189,12 +189,12 @@ class CFG(ast.NodeVisitor):
if not module_statements:
raise Exception('Empty module. It seems that your file is empty, there is nothing to analyse.')
- first_no... | utilize the namedtuple accessors in create method | python-security_pyt | train |
bf4514f86ca2ebadf9b44d7662926830ffc4431c | diff --git a/dipper/sources/FlyBase.py b/dipper/sources/FlyBase.py
index <HASH>..<HASH> 100644
--- a/dipper/sources/FlyBase.py
+++ b/dipper/sources/FlyBase.py
@@ -85,7 +85,7 @@ class FlyBase(PostgreSQLSource):
}
def __init__(self):
- super().__init__(self, 'flybase')
+ super().__init__('flybas... | flybase fix constructor call to superclass | monarch-initiative_dipper | train |
0c942ab95c6b409102c1ba4d09f5c89b13483179 | diff --git a/lib/workspace.js b/lib/workspace.js
index <HASH>..<HASH> 100644
--- a/lib/workspace.js
+++ b/lib/workspace.js
@@ -123,8 +123,9 @@ module.exports = class Workspace {
var location = command_dir;
do {
- var dappfile_path = path.join(location, constants.DAPPFILE_FILENAME);
- if (fs.exists... | try to fix Dappfile/dappfile error | dapphub_dapple | train |
005b1214e2bd90a56b47c3d25bb316d882cfea05 | diff --git a/CGRtools/algorithms/smiles.py b/CGRtools/algorithms/smiles.py
index <HASH>..<HASH> 100644
--- a/CGRtools/algorithms/smiles.py
+++ b/CGRtools/algorithms/smiles.py
@@ -70,6 +70,8 @@ class Smiles:
kwargs['hybridization'] = False
if '!n' in format_spec:
kwargs['ne... | smiles generation update.
now support convenient aromatic rings. | cimm-kzn_CGRtools | train |
01ce638046165560b0d2ae3441bc812d16953422 | diff --git a/src/Contracts/GravatarInterface.php b/src/Contracts/GravatarInterface.php
index <HASH>..<HASH> 100644
--- a/src/Contracts/GravatarInterface.php
+++ b/src/Contracts/GravatarInterface.php
@@ -12,5 +12,133 @@ interface GravatarInterface
| Getters & Setters
| --------------------------------------... | Updating the Gravatar Interface | ARCANEDEV_Gravatar | train |
6cee051000456871b1fe04b7d8c939a28869d0bc | diff --git a/werkzeug/contrib/iterio.py b/werkzeug/contrib/iterio.py
index <HASH>..<HASH> 100644
--- a/werkzeug/contrib/iterio.py
+++ b/werkzeug/contrib/iterio.py
@@ -83,7 +83,7 @@ class IterIO(object):
Note for Python 3: due to the incompatible interface of bytes and
streams you should set the sentinel value... | strong sentinel value -> wrong sentinel value | pallets_werkzeug | train |
885e00ba54ac5b9ca4e8eeded7393419e69df730 | diff --git a/salt/grains/core.py b/salt/grains/core.py
index <HASH>..<HASH> 100644
--- a/salt/grains/core.py
+++ b/salt/grains/core.py
@@ -879,7 +879,7 @@ def id_():
'''
return {'id': __opts__.get('id', '')}
-_REPLACE_LINUX_RE = re.compile(r'linux', re.IGNORECASE)
+_REPLACE_LINUX_RE = re.compile(r'\Wlinux',... | Only remove the word linux from distroname when its not part of the name
This will now still replace "CentOS Linux" with "CentOS" while leaving "CloudLinux" unmodified.
Fixes #<I> | saltstack_salt | train |
2df428405ea4df0f7ff2252761ca599e29e8bed9 | diff --git a/src/com/mebigfatguy/fbcontrib/detect/HangingExecutors.java b/src/com/mebigfatguy/fbcontrib/detect/HangingExecutors.java
index <HASH>..<HASH> 100644
--- a/src/com/mebigfatguy/fbcontrib/detect/HangingExecutors.java
+++ b/src/com/mebigfatguy/fbcontrib/detect/HangingExecutors.java
@@ -83,7 +83,7 @@ public clas... | extract Java versions to constant Integers instead of repeatedly converting shorts, Github #<I> | mebigfatguy_fb-contrib | train |
6f9edf732e75f58a6503dd5810f539f9dc0aa6cf | diff --git a/core/server/src/main/java/alluxio/master/file/FileSystemMaster.java b/core/server/src/main/java/alluxio/master/file/FileSystemMaster.java
index <HASH>..<HASH> 100644
--- a/core/server/src/main/java/alluxio/master/file/FileSystemMaster.java
+++ b/core/server/src/main/java/alluxio/master/file/FileSystemMaste... | [SMALLFIX] Fix recursive flag for TTL Free | Alluxio_alluxio | train |
f75259b246eac5134578720112695033d0f51b35 | diff --git a/src/higher-order.js b/src/higher-order.js
index <HASH>..<HASH> 100644
--- a/src/higher-order.js
+++ b/src/higher-order.js
@@ -110,6 +110,7 @@ function branch(cursors, Component) {
this.setState(this.watcher.get());
};
+ handler();
this.watcher.on('update', handler);
} | Updating BranchedComponent state on componentDidMount. | Yomguithereal_baobab-react | train |
8be015d1b18261cedb169e76f98f7f7395bbb20d | diff --git a/archunit/src/main/java/com/tngtech/archunit/core/AnnotationProxy.java b/archunit/src/main/java/com/tngtech/archunit/core/AnnotationProxy.java
index <HASH>..<HASH> 100644
--- a/archunit/src/main/java/com/tngtech/archunit/core/AnnotationProxy.java
+++ b/archunit/src/main/java/com/tngtech/archunit/core/Annota... | It's sad, but String.format(..) is noticeably slow | TNG_ArchUnit | train |
7a195d7905e128f3175d59a2a38b66e61c380219 | diff --git a/aiohttp_admin/backends/sa.py b/aiohttp_admin/backends/sa.py
index <HASH>..<HASH> 100644
--- a/aiohttp_admin/backends/sa.py
+++ b/aiohttp_admin/backends/sa.py
@@ -36,7 +36,7 @@ class PGResource(AbstractResource):
async def list(self, request):
await require(request, Permissions.view)
... | request.GET to request.query | aio-libs_aiohttp_admin | train |
1ce371755c9860d17184f13f57a9c0103084f628 | diff --git a/plenum/server/monitor.py b/plenum/server/monitor.py
index <HASH>..<HASH> 100644
--- a/plenum/server/monitor.py
+++ b/plenum/server/monitor.py
@@ -108,10 +108,6 @@ class Monitor(HasActionQueue, PluginLoaderHelper):
self.latenciesByBackupsInLast = {}
# Monitoring suspicious spikes in clus... | Feature: Notifier Plugin Manager
Changes: Added tests for sendMessageUponSuspiciousSpike | hyperledger_indy-plenum | train |
bca0fdf13a39c5090097434f3e7644f572deb9bd | diff --git a/requestium/requestium.py b/requestium/requestium.py
index <HASH>..<HASH> 100644
--- a/requestium/requestium.py
+++ b/requestium/requestium.py
@@ -24,7 +24,7 @@ class Session(requests.Session):
Some usefull helper methods and object wrappings have been added.
"""
- def __init__(self, webdrive... | Remove defaults from webdriver initialization
Specifically made as a move away from phantomjs which used to be the
default, as the owner of that project has abandoned it. | tryolabs_requestium | train |
d2354679e43d722f6c7a4e791e2326d0b6bb997a | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -82,3 +82,17 @@ Dumper::Agent.start(app_key: 'YOUR_APP_KEY', debug: true)
```
It gives verbose logging that helps us to understand the problem.
+
+## Custom Options
+
+You can also pass custom dump options, with `custo... | Support custom dump options. Refs #5 <I> | dumperhq_dumper | train |
1e158236c7d369cca5a072a170b18f8c85e4e274 | diff --git a/lib/deep_pluck/model.rb b/lib/deep_pluck/model.rb
index <HASH>..<HASH> 100644
--- a/lib/deep_pluck/model.rb
+++ b/lib/deep_pluck/model.rb
@@ -51,12 +51,21 @@ module DeepPluck
#---------------------------------------
private
def do_query(parent, reflect, relation)
- if reflect.belongs_to?
- ... | should join the option[:through] table | khiav223577_deep_pluck | train |
dd861aa51d6b9de3f91ed0fa9d63cad456c523f0 | diff --git a/yagmail/yagmail.py b/yagmail/yagmail.py
index <HASH>..<HASH> 100644
--- a/yagmail/yagmail.py
+++ b/yagmail/yagmail.py
@@ -282,7 +282,7 @@ class SMTP():
def _add_recipients_headers(self, msg, addresses):
# Quoting the useralias so it should match display-name from https://tools.ietf.org/html/r... | Escape backslashes before escaping quotation marks | kootenpv_yagmail | train |
0766bfa385c97c81e2a7f7ea9b1a9e7ca6f12854 | diff --git a/test/jquery.ajax-retry_test.js b/test/jquery.ajax-retry_test.js
index <HASH>..<HASH> 100644
--- a/test/jquery.ajax-retry_test.js
+++ b/test/jquery.ajax-retry_test.js
@@ -92,6 +92,22 @@
'{ "id": 12, "comment": "error!" }');
});
+ test('data is taken from successful re... | separate test for specifiying which response fulfilled data is taken from | johnkpaul_jquery-ajax-retry | train |
c7bf474a5c7862d6136ce5c22260b0f371d01619 | diff --git a/src/main/java/org/la4j/matrix/sparse/CCSMatrix.java b/src/main/java/org/la4j/matrix/sparse/CCSMatrix.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/la4j/matrix/sparse/CCSMatrix.java
+++ b/src/main/java/org/la4j/matrix/sparse/CCSMatrix.java
@@ -498,5 +498,27 @@ public class CCSMatrix extends Abstr... | Added min/max in rows and columns methods for SparseMatrix (issue #<I>) | vkostyukov_la4j | train |
d6b301b18ed868ddf51713ad1770a080265ad63e | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ adheres to [Semantic Versioning](http://semver.org/).
- Added 'ActionDispatch::Http::MimeNegotiation::InvalidType' (Rails 6.1) to
default ignore list. (#402, @jrochkind)
- Replaced fixed numbe... | Properly set environment in deployment tracking (#<I>)
* Properly set environment in deployment tracking
Follow-up to #<I>
* Add proper PR reference to Changelog
* env => environment | honeybadger-io_honeybadger-ruby | train |
57c82a582cc3ad624e875099b1bc0381847b67e0 | diff --git a/salt/states/pkg.py b/salt/states/pkg.py
index <HASH>..<HASH> 100644
--- a/salt/states/pkg.py
+++ b/salt/states/pkg.py
@@ -328,7 +328,7 @@ def installed(
version
Install a specific version of a package. This option is ignored if
either "pkgs" or "sources" is used. Currently, this opti... | Fix `aptpkg` referencess. | saltstack_salt | train |
64180742398b866c9887906cb597aa3954d1f217 | diff --git a/abaaso.js b/abaaso.js
index <HASH>..<HASH> 100644
--- a/abaaso.js
+++ b/abaaso.js
@@ -1423,6 +1423,7 @@ var abaaso = function(){
try {
var exception = false,
invalid = [],
+ pattern = validate.pattern,
value = null;
for (var i in args) {
@@ -1436,7 +1437,7 @... | Revised validate.test() to be a little cleaner | avoidwork_abaaso | train |
ebc5167f454c2b6fb724f3396945a2814fc25615 | diff --git a/src/Symfony/Component/Translation/Dumper/MoFileDumper.php b/src/Symfony/Component/Translation/Dumper/MoFileDumper.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/Translation/Dumper/MoFileDumper.php
+++ b/src/Symfony/Component/Translation/Dumper/MoFileDumper.php
@@ -75,7 +75,7 @@ class MoFileDum... | [Translation] fix <I>b support | symfony_symfony | train |
9d052ede3a01901d1fa6ae7da16414b4f3ffbd13 | diff --git a/nsqd/diskqueue.go b/nsqd/diskqueue.go
index <HASH>..<HASH> 100644
--- a/nsqd/diskqueue.go
+++ b/nsqd/diskqueue.go
@@ -404,7 +404,7 @@ func (d *DiskQueue) fileName(fileNum int64) string {
//
// conveniently this also means that we're asynchronously reading from the filesystem
func (d *DiskQueue) ioLoop()... | diskqueue: fix bug where readChan is not reset | nsqio_nsq | train |
35ebc43c313e3ef33ef5003bf42821e8e820acbb | diff --git a/test/helper.rb b/test/helper.rb
index <HASH>..<HASH> 100644
--- a/test/helper.rb
+++ b/test/helper.rb
@@ -1,5 +1,6 @@
require "test-unit"
require "test/unit/notify"
+require "pp"
require "daimon_markdown" | Always require "pp"
This is useful for debug. | bm-sms_daimon_markdown | train |
93174bd3b6c02b29a1582ce091eb92f9010b8af6 | diff --git a/src/streamlink/stream/dash.py b/src/streamlink/stream/dash.py
index <HASH>..<HASH> 100644
--- a/src/streamlink/stream/dash.py
+++ b/src/streamlink/stream/dash.py
@@ -11,6 +11,7 @@ from streamlink.stream.stream import Stream
from streamlink.stream.dash_manifest import MPD, sleeper, sleep_until, utc, freeze... | streams.dash: Support manifest strings in addition to manifest urls (#<I>)
* stream.dash: Support manifest strings in addition to manifest urls
Addresses #<I>. Allows parse_manifest() to accept a string
containing a properly-formatted XML manifest instead of a
manifest url.
* streams.dash: add unit test for ma... | streamlink_streamlink | train |
683c6dfd8f2fd76be914edf26cd303a148777684 | diff --git a/src/cmd/pachd/main.go b/src/cmd/pachd/main.go
index <HASH>..<HASH> 100644
--- a/src/cmd/pachd/main.go
+++ b/src/cmd/pachd/main.go
@@ -65,7 +65,7 @@ func do(appEnvObj interface{}) error {
appEnv.Namespace,
)
go func() {
- if err := sharder.AssignRoles(nil); err != nil {
+ if err := sharder.AssignRo... | sharder.AssignRoles now aquires a cluster lock
This lets us blindly fire it up when the cluster boots up. | pachyderm_pachyderm | train |
5a5f5787828b25d0eec7153f4b1a6e8f40900065 | diff --git a/pysswords/python_two.py b/pysswords/python_two.py
index <HASH>..<HASH> 100644
--- a/pysswords/python_two.py
+++ b/pysswords/python_two.py
@@ -2,14 +2,6 @@ from errno import EEXIST
import os
import sys
from functools import partial
-try:
- from unittest.mock import patch, Mock
- from io import Stri... | Update mock python2 compatibility for development | marcwebbie_passpie | train |
1f912dbf1d7379ee4bd3043f6abce69d52208423 | diff --git a/tasks/complexity.js b/tasks/complexity.js
index <HASH>..<HASH> 100644
--- a/tasks/complexity.js
+++ b/tasks/complexity.js
@@ -63,7 +63,7 @@ module.exports = function(grunt) {
assignSeverity: function(data, options) {
var levels = [
- 'ignore',
+ 'info',
'warning',
'error'
... | error level info instead of ignore for the lowest complexity breach | vigetlabs_grunt-complexity | train |
dcb100bfbd67eba24b44445223fcf1055c379723 | diff --git a/lib/fluent/plugin/in_tail.rb b/lib/fluent/plugin/in_tail.rb
index <HASH>..<HASH> 100644
--- a/lib/fluent/plugin/in_tail.rb
+++ b/lib/fluent/plugin/in_tail.rb
@@ -34,6 +34,16 @@ module Fluent::Plugin
helpers :timer, :event_loop, :parser, :compat_parameters
+ class WatcherSetupError < StandardErr... | in_tail: Skip setup failed watcher to avoid resource leak and log bloat. ref #<I> | fluent_fluentd | train |
871c0b9f191c5bb5d80eaa565cb2285e1e703315 | diff --git a/src/Rules/Functions/PrintfParametersRule.php b/src/Rules/Functions/PrintfParametersRule.php
index <HASH>..<HASH> 100644
--- a/src/Rules/Functions/PrintfParametersRule.php
+++ b/src/Rules/Functions/PrintfParametersRule.php
@@ -4,8 +4,8 @@ namespace PHPStan\Rules\Functions;
use PhpParser\Node;
use PhpPar... | PrintfParametersRule - support constant types | phpstan_phpstan | train |
9558287c5b3510a8ce0de1de44686a0dd7125533 | diff --git a/lib/flipper/railtie.rb b/lib/flipper/railtie.rb
index <HASH>..<HASH> 100644
--- a/lib/flipper/railtie.rb
+++ b/lib/flipper/railtie.rb
@@ -1,6 +1,6 @@
module Flipper
class Railtie < Rails::Railtie
- initializer "flipper.memoizer" do |app|
+ initializer "flipper.memoizer", after: :load_config_initi... | Initialize flipper after config/initializers/* | jnunemaker_flipper | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.