hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
a5fa8535917e4c2cb16392970602ef62ed210ad9 | diff --git a/compiler/quilt/test/test_import.py b/compiler/quilt/test/test_import.py
index <HASH>..<HASH> 100644
--- a/compiler/quilt/test/test_import.py
+++ b/compiler/quilt/test/test_import.py
@@ -483,6 +483,32 @@ class ImportTest(QuiltTestCase):
pkg._set(['dataframes', 'memory'], pd.DataFrame())
wi... | Load by package hash (#<I>)
### Load by package hash
Extend the load command to allow find package instances by their hash. Local tags and versions aren't currently supported so we should fail to warn the user instead of silently returning latest. | quiltdata_quilt | train |
e7f21cf37c7e3d10fe4840e6a41f2dc83b3171e6 | diff --git a/src/getAttributes.js b/src/getAttributes.js
index <HASH>..<HASH> 100644
--- a/src/getAttributes.js
+++ b/src/getAttributes.js
@@ -21,7 +21,7 @@ function attributeEntryToString(attribute, context) {
* ```js
getAttributes({
tabindex: 0,
- 'data-language': function (context) { return content.lang... | Fix context -> context typo in example comment | 11ty_eleventy-plugin-syntaxhighlight | train |
98cd01188e24134175482356965a7c10283b4c07 | diff --git a/src/actions/ViewAction.php b/src/actions/ViewAction.php
index <HASH>..<HASH> 100644
--- a/src/actions/ViewAction.php
+++ b/src/actions/ViewAction.php
@@ -59,7 +59,7 @@ class ViewAction extends Action
public function run($id = null)
{
- $this->_id = $this->_id ?: $id ?: Yii::$app->request... | ViewAction can get ID param from post | hiqdev_hipanel-core | train |
4ed37407327bf0c56f546c3a2f076e25e8efb575 | diff --git a/src/test/java/com/moandjiezana/toml/SerializerTest.java b/src/test/java/com/moandjiezana/toml/SerializerTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/moandjiezana/toml/SerializerTest.java
+++ b/src/test/java/com/moandjiezana/toml/SerializerTest.java
@@ -3,6 +3,7 @@ package com.moandjiezana.... | Fix Date serialization testing.
The test can be run in any time zone, so always test with a Date instance
from the local time zone where the test is being run. | mwanji_toml4j | train |
d2b078e28af7fb69b8b3f279afb315335a5e0114 | diff --git a/09_compare_best_designs.py b/09_compare_best_designs.py
index <HASH>..<HASH> 100755
--- a/09_compare_best_designs.py
+++ b/09_compare_best_designs.py
@@ -207,8 +207,7 @@ class SequenceClusterMetric (Metric):
return design.sequence_cluster
def _cluster_by_k_mediods(self, designs, verbose=Fal... | More gracefully handle a few corner cases. | Kortemme-Lab_pull_into_place | train |
506c5562e4668fffa5449fa557e63a23c902047c | diff --git a/src/main/java/org/gwtbootstrap3/extras/toggleswitch/client/ui/base/ToggleSwitchBase.java b/src/main/java/org/gwtbootstrap3/extras/toggleswitch/client/ui/base/ToggleSwitchBase.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/gwtbootstrap3/extras/toggleswitch/client/ui/base/ToggleSwitchBase.java
+++ ... | Use namespaced events and proper parameters in ToggleSwitch.switchInit.
This fixes a regression in firing ValueChangedEvent after updating the
version of the Bootstrap Switch library. | gwtbootstrap3_gwtbootstrap3-extras | train |
67c95169c722a05c3201c72c9c886ab3a149cf39 | diff --git a/sportsref/utils.py b/sportsref/utils.py
index <HASH>..<HASH> 100644
--- a/sportsref/utils.py
+++ b/sportsref/utils.py
@@ -1,3 +1,6 @@
+from builtins import range
+import ctypes
+import multiprocessing as mp
import re
import time
@@ -8,6 +11,11 @@ import requests
import sportsref
+THROTTLE_DELAY = ... | first attempt at multiprocessing throttling in get_html | mdgoldberg_sportsref | train |
5cbaadb4f1ff140183269d80b7dc57c744e63d90 | diff --git a/abl/vpath/base/fs.py b/abl/vpath/base/fs.py
index <HASH>..<HASH> 100644
--- a/abl/vpath/base/fs.py
+++ b/abl/vpath/base/fs.py
@@ -1040,7 +1040,8 @@ class FileSystem(object):
def walk(self, top, topdown=True, followlinks=True):
names = self.listdir(top)
- dirs, nondirs = [], []
+ ... | Style and use create_file over code repetition | AbletonAG_abl.vpath | train |
a844ffb36b756059aee54783e4207e7297eee75e | diff --git a/karma.conf.js b/karma.conf.js
index <HASH>..<HASH> 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -13,7 +13,12 @@ module.exports = function (config) {
// list of files / patterns to load in the browser
files: [
- 'test/*Spec.js',
+ {
+ pattern: 'test/*Spec.js',
+ watc... | Fixes karma bug that made the tests run twice (#<I>) | react-materialize_react-materialize | train |
0d84de0340e5fddc726b907da2fb29b31905da08 | diff --git a/src/main/java/com/couchbase/lite/support/Batcher.java b/src/main/java/com/couchbase/lite/support/Batcher.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/couchbase/lite/support/Batcher.java
+++ b/src/main/java/com/couchbase/lite/support/Batcher.java
@@ -200,12 +200,26 @@ public class Batcher<T> {
... | issue couchbase/couchbase-lite-java/issues/<I>
Added some explanatory comments around the calculation of the scheduler delay to use when submitting a batch job | couchbase_couchbase-lite-java-core | train |
12571b6f308063d64a7e94eab9fd7921db036ba7 | diff --git a/isvcs/mock.go b/isvcs/mock.go
index <HASH>..<HASH> 100644
--- a/isvcs/mock.go
+++ b/isvcs/mock.go
@@ -408,7 +408,7 @@ func init() {
End: "0s-ago",
Start: "1h-ago",
},
- YAxisLabel: "% CPU",
+ YAxisLabel: "% Used",
ReturnSet: "EXACT",
Type: "area",
Tags... | Change axis name back to match what the acceptance tests are looking for. I should not have changed this in the first place. | control-center_serviced | train |
8f96155384f922d7b0464cb9ad9ba32e8b6acde4 | diff --git a/docroot/modules/custom/ymca_camp_du_nord/src/Form/CdnFormFull.php b/docroot/modules/custom/ymca_camp_du_nord/src/Form/CdnFormFull.php
index <HASH>..<HASH> 100644
--- a/docroot/modules/custom/ymca_camp_du_nord/src/Form/CdnFormFull.php
+++ b/docroot/modules/custom/ymca_camp_du_nord/src/Form/CdnFormFull.php
@... | Replace NOW() with proper timestamp | ymcatwincities_openy | train |
fae1884d23fada3c9c2fb9d2d7d08d20b888e7e1 | diff --git a/lib/rules/padded-blocks.js b/lib/rules/padded-blocks.js
index <HASH>..<HASH> 100644
--- a/lib/rules/padded-blocks.js
+++ b/lib/rules/padded-blocks.js
@@ -17,20 +17,6 @@ module.exports = function(context) {
NEVER_MESSAGE = "Block must not be padded by blank lines.";
/**
- * Retrieves an ... | Fix: Allow same-line comments in padded-blocks (fixes #<I>)
This allows comments that occur on the same line as the opening or
closing brace. | eslint_eslint | train |
3fe0f7bdc2d6db9d5fa9b28318aa0558a1fe815d | diff --git a/src/RegExp.php b/src/RegExp.php
index <HASH>..<HASH> 100644
--- a/src/RegExp.php
+++ b/src/RegExp.php
@@ -4,7 +4,7 @@ declare(strict_types = 1);
namespace Innmind\Immutable;
use Innmind\Immutable\Exception\{
- DomainException,
+ LogicException,
InvalidRegex,
};
@@ -15,7 +15,7 @@ final cla... | throw LogicException to explicit the fact that user must change his code | Innmind_Immutable | train |
6846c327e120b88334853bcc947f522b2cd9e377 | diff --git a/spec/unit/parser/scope.rb b/spec/unit/parser/scope.rb
index <HASH>..<HASH> 100755
--- a/spec/unit/parser/scope.rb
+++ b/spec/unit/parser/scope.rb
@@ -43,7 +43,7 @@ describe Puppet::Parser::Scope do
describe "and the variable is qualified" do
before do
@parser = Puppet... | Fixing some recently broken Scope tests | puppetlabs_puppet | train |
2e95d263e1eb5f765edd9e7cf01b6060455d7a2c | diff --git a/src/baguetteBox.js b/src/baguetteBox.js
index <HASH>..<HASH> 100644
--- a/src/baguetteBox.js
+++ b/src/baguetteBox.js
@@ -25,6 +25,7 @@ var baguetteBox = function(selector, userOptions) {
var options = {
captions: true,
buttons: true,
+ async: false,
preload: 2
}... | New option to preload images asynchronously | feimosi_baguetteBox.js | train |
48b4cbad45f25589a1d5e9086a19119fd00cfad7 | diff --git a/dvc/analytics.py b/dvc/analytics.py
index <HASH>..<HASH> 100644
--- a/dvc/analytics.py
+++ b/dvc/analytics.py
@@ -18,18 +18,16 @@ from dvc.repo import Repo
from dvc.scm import SCM
from dvc.utils import env2bool, is_binary, makedirs
+
logger = logging.getLogger(__name__)
-def collect_and_send_repor... | :nail_care: change naming and docstring | iterative_dvc | train |
88e183d87adfb2bfc36584a6dc2c5ce5187b6a50 | diff --git a/lib/logtrail.js b/lib/logtrail.js
index <HASH>..<HASH> 100644
--- a/lib/logtrail.js
+++ b/lib/logtrail.js
@@ -1,7 +1,3 @@
-/*
- *
- */
-
var stack = require('callsite'),
path = require('path'),
util = require('util');
@@ -79,13 +75,13 @@ Logtrail.prototype.logger = function (loglevel, args) {
if (... | Logging objects no longer produces [Object object] | CastawayLabs_logtrail | train |
577783d86361358932879e3a57cbf7a6a52595a0 | diff --git a/sip-servlets-impl/src/main/java/org/mobicents/servlet/sip/message/B2buaHelperImpl.java b/sip-servlets-impl/src/main/java/org/mobicents/servlet/sip/message/B2buaHelperImpl.java
index <HASH>..<HASH> 100644
--- a/sip-servlets-impl/src/main/java/org/mobicents/servlet/sip/message/B2buaHelperImpl.java
+++ b/sip-... | Closes Issue #<I>
Fix TCK test
(cherry picked from commit <I>dbff<I>d<I>c3a4f6a<I>ddd7a3d6adbbd<I>)
Conflicts:
build/jsr<I>-tck/tck/conf/default.properties | RestComm_sip-servlets | train |
b1a62cb7aafc85d14b72476a1dc8bc993e12a501 | diff --git a/lib/fsExt.js b/lib/fsExt.js
index <HASH>..<HASH> 100755
--- a/lib/fsExt.js
+++ b/lib/fsExt.js
@@ -24,6 +24,7 @@ module.exports = {
rmdirRecursive: rmdirRecursive,
requireAsync: requireAsync,
requireSync: requireSync,
+ requireResetCache: requireResetCache,
checkExistsName: checkExist... | fixed: tests in node > <I> | nodee-apps_utils | train |
6ad276be4e4047f39200067ca6ad56cdcbf45d9e | diff --git a/executable.js b/executable.js
index <HASH>..<HASH> 100644
--- a/executable.js
+++ b/executable.js
@@ -3,7 +3,7 @@ module.exports = function (process, stat) {
if (stat.uid == process.getuid() && stat.mode & 010) return true
if (process.getgroups && process.getgroups().some(function (gid) {
... | Corrected a number so all modes are octals. | bigeasy_proof | train |
4519ca62be680deba7b1b3a8c569c89177abcd4d | diff --git a/lib/sandbox.js b/lib/sandbox.js
index <HASH>..<HASH> 100644
--- a/lib/sandbox.js
+++ b/lib/sandbox.js
@@ -39,6 +39,6 @@ exports.navigator = {
}
exports.console = console
-
exports.process = process
+process.console = console
diff --git a/lib/sea.js b/lib/sea.js
index <HASH>..<HASH> 100644
--- a/lib/... | Expose console to sandbox | seajs_seajs | train |
1432d77963ee82ea018bde1d0b4f7ec4a5c5595b | diff --git a/internal/service/ec2/instance_test.go b/internal/service/ec2/instance_test.go
index <HASH>..<HASH> 100644
--- a/internal/service/ec2/instance_test.go
+++ b/internal/service/ec2/instance_test.go
@@ -306,6 +306,33 @@ func TestAccEC2Instance_EBSBlockDevice_invalidThroughputForVolumeType(t *testing
})
}
+... | tests/instance: add test to verify code change | terraform-providers_terraform-provider-aws | train |
c0df83938f32b32b963faec6c90952202ff344c2 | diff --git a/lib/mongo/collection.rb b/lib/mongo/collection.rb
index <HASH>..<HASH> 100644
--- a/lib/mongo/collection.rb
+++ b/lib/mongo/collection.rb
@@ -341,6 +341,7 @@ module Mongo
:coll_name => name,
:write_concern => write_concern,
:bypass_document_validation => !!options[:bypass_d... | RUBY-<I>: Pass the options to insert operation | mongodb_mongo-ruby-driver | train |
c185b990dc2d192ab733178ac8b7625bf3d47dd1 | diff --git a/lhc/parallel/cpu/distribute.py b/lhc/parallel/cpu/distribute.py
index <HASH>..<HASH> 100755
--- a/lhc/parallel/cpu/distribute.py
+++ b/lhc/parallel/cpu/distribute.py
@@ -69,7 +69,7 @@ class Distributor:
self.__sleep = sleep
infile = open('/proc/cpuinfo')
- self.__mx_cpus = len([line for line in ... | Minor changes when looking for maximum CPUs | childsish_sofia | train |
40599b93d1b2a9165d5418eef510b0d202c690dd | diff --git a/src/main/java/com/feedzai/commons/sql/abstraction/engine/DatabaseEngine.java b/src/main/java/com/feedzai/commons/sql/abstraction/engine/DatabaseEngine.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/feedzai/commons/sql/abstraction/engine/DatabaseEngine.java
+++ b/src/main/java/com/feedzai/commons/... | Remove default implementation of dropView method
since next release will be a minor | feedzai_pdb | train |
a2bb75569ab1c88d3c6babca0041f2ea548afac2 | diff --git a/lib/svtplay_dl/service/viaplay.py b/lib/svtplay_dl/service/viaplay.py
index <HASH>..<HASH> 100644
--- a/lib/svtplay_dl/service/viaplay.py
+++ b/lib/svtplay_dl/service/viaplay.py
@@ -135,6 +135,7 @@ class Viaplay(Service, OpenGraphThumbMixin):
if self.options.output_auto:
directory = o... | viafree: Change autonaming from tv3play to viafree
Change part autogenerated file names from tv3play to viafree | spaam_svtplay-dl | train |
df2b86300d733b3fc9f61ad31322641986c514bb | diff --git a/nomad/structs/funcs.go b/nomad/structs/funcs.go
index <HASH>..<HASH> 100644
--- a/nomad/structs/funcs.go
+++ b/nomad/structs/funcs.go
@@ -24,6 +24,19 @@ func RemoveAllocs(alloc []*Allocation, remove []string) []*Allocation {
return alloc
}
+// FilterTerminalAllocs filters out all allocations in a term... | nomad: adding evict state for allocs | hashicorp_nomad | train |
fc2c3dfe1ca202f9f8d7a3ea3d4391c7cb0c3924 | diff --git a/tests/test_connector.py b/tests/test_connector.py
index <HASH>..<HASH> 100644
--- a/tests/test_connector.py
+++ b/tests/test_connector.py
@@ -28,13 +28,19 @@ class HttpConnectionTests(unittest.TestCase):
self.request = mock.Mock()
self.transport = mock.Mock()
self.protocol = mock... | Improve test for Connection.__del__ | aio-libs_aiohttp | train |
bb7cf6c3d09c9b69c9a385094c0fbf50c1982ade | diff --git a/blueocean-plugin/src/test/java/io/jenkins/blueocean/service/embedded/PipelineApiTest.java b/blueocean-plugin/src/test/java/io/jenkins/blueocean/service/embedded/PipelineApiTest.java
index <HASH>..<HASH> 100644
--- a/blueocean-plugin/src/test/java/io/jenkins/blueocean/service/embedded/PipelineApiTest.java
+... | UX-<I># Added test for ABORTED status check | jenkinsci_blueocean-plugin | train |
29e11727f79929e65292d139e0e9b40188a4dfa7 | diff --git a/lib/elasticsearch/drain/autoscaling.rb b/lib/elasticsearch/drain/autoscaling.rb
index <HASH>..<HASH> 100644
--- a/lib/elasticsearch/drain/autoscaling.rb
+++ b/lib/elasticsearch/drain/autoscaling.rb
@@ -41,6 +41,17 @@ module Elasticsearch
find_instances_in_asg
find_private_ips
end
+... | CORE-<I> Add method to set the min count of an asg | rapid7_elasticsearch-drain | train |
ccaa67edfc5edd1b3b04bbbfbd4be0d51575ae9c | diff --git a/plugins/UserCountry/templates/admin.js b/plugins/UserCountry/templates/admin.js
index <HASH>..<HASH> 100755
--- a/plugins/UserCountry/templates/admin.js
+++ b/plugins/UserCountry/templates/admin.js
@@ -116,7 +116,7 @@ $(document).ready(function () {
function (response) {
... | fixed small js error occuring if geoip download failed | matomo-org_matomo | train |
27750f088fda6b1e9b3d514c273dbc493e8ae5d1 | diff --git a/gemini.py b/gemini.py
index <HASH>..<HASH> 100644
--- a/gemini.py
+++ b/gemini.py
@@ -209,13 +209,15 @@ def create_trial(res_one, res_other, file_one, file_other,
"url": res_one.url,
"status_code": res_one.status_code,
"byte": len(res_one.content),
- "respo... | :new: Add content type to report | tadashi-aikawa_jumeaux | train |
4d2f4ad06719341faa0bc2df5568c6354d66fc3c | diff --git a/tests/test_current_charts.py b/tests/test_current_charts.py
index <HASH>..<HASH> 100644
--- a/tests/test_current_charts.py
+++ b/tests/test_current_charts.py
@@ -14,7 +14,6 @@ class Base:
def testDate(self):
self.assertIsNotNone(self.chart.date)
- self.assertEqual(self.chart.nextDate... | Remove tests dealing with previousDate and nextDate, since they are broken (and hard to fix) | guoguo12_billboard-charts | train |
6cabcd66de4f0d6d8ca71dc16bb444af7a4b6abd | diff --git a/app/assets/javascripts/social_networking/controllers/profile-controller.js b/app/assets/javascripts/social_networking/controllers/profile-controller.js
index <HASH>..<HASH> 100644
--- a/app/assets/javascripts/social_networking/controllers/profile-controller.js
+++ b/app/assets/javascripts/social_networking... | Fixed an issue that caused the profile name to disappear upon icon update. | NU-CBITS_social_networking | train |
265135c46502e1d7d2f3f5c6db15dac0e8fc5000 | diff --git a/test/has_scope_test.rb b/test/has_scope_test.rb
index <HASH>..<HASH> 100644
--- a/test/has_scope_test.rb
+++ b/test/has_scope_test.rb
@@ -16,8 +16,8 @@ class TreesController < ApplicationController
has_scope :paginate_blank, type: :hash, allow_blank: true
has_scope :paginate_default, type: :hash, def... | Remove extraneous type, help verify `hash` is not necessary for `using` | plataformatec_has_scope | train |
d9042e78013f3377580966bf5a3092ccfa7848c0 | diff --git a/lib/codemirror.js b/lib/codemirror.js
index <HASH>..<HASH> 100644
--- a/lib/codemirror.js
+++ b/lib/codemirror.js
@@ -7454,7 +7454,7 @@
extendSelection(this, clipPos(this, head), other && clipPos(this, other), options);
}),
extendSelections: docMethodOp(function(heads, options) {
- ex... | Fix options of extendSelections. | codemirror_CodeMirror | train |
5df6a8d7a1b8e5a31c9d067376f94699d81811a5 | diff --git a/unit_object.py b/unit_object.py
index <HASH>..<HASH> 100644
--- a/unit_object.py
+++ b/unit_object.py
@@ -698,7 +698,9 @@ def _get_system_unit_string(dimensions, base_units):
def _define_unit(registry, symbol, value, tex_repr=None, offset=None):
from yt.units.yt_array import YTQuantity
if not is... | Don’t overwrite units we already have
--HG--
branch : yt | yt-project_unyt | train |
2c1833bdb4606629eaac2c5b01d9921ef0b506f6 | diff --git a/course/report/log/lib.php b/course/report/log/lib.php
index <HASH>..<HASH> 100644
--- a/course/report/log/lib.php
+++ b/course/report/log/lib.php
@@ -73,22 +73,17 @@ function print_mnet_log_selector_form($hostid, $course, $selecteduser=0, $select
}
}
- // Get all the hosts that we SSO wi... | Mnet: Bugfix: Revised query to find hosts we SSO with: MDL-<I> | moodle_moodle | train |
86d7213139c1f80a50ca1f920d4332ab3b2398eb | diff --git a/tg_react/__init__.py b/tg_react/__init__.py
index <HASH>..<HASH> 100644
--- a/tg_react/__init__.py
+++ b/tg_react/__init__.py
@@ -1,2 +1,2 @@
from .settings import *
-__version__ = '0.4.1'
+__version__ = '0.4.2'
diff --git a/tg_react/management/commands/makemessages.py b/tg_react/management/commands/makem... | Fix issue with multiarg gettext calls | thorgate_tg-react | train |
f1a5b8ced99d450883c92d5645a83aa7a2bcdbd6 | diff --git a/tests/test_check_function.py b/tests/test_check_function.py
index <HASH>..<HASH> 100644
--- a/tests/test_check_function.py
+++ b/tests/test_check_function.py
@@ -500,3 +500,10 @@ def test_test_function_v2_no_sig():
s.check_function("numpy.arange", signature=False)
with pytest.raises(InstructorErr... | Add test for function calls in return statements | datacamp_pythonwhat | train |
9d00ba5b961903e1ecde863fe8752799205e67e4 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -187,6 +187,28 @@ builder.config({
});
```
+### Overriding Fetch
+
+The framework fetch function can be overridden in order to provide the source for a file manually. This is useful if you want to pre-process the sourc... | Update the fetch pass in function. Update readme. | systemjs_builder | train |
b275bc223617aaeb7e9ec7d3f68fa47f887e904b | diff --git a/barge-rpc-proto/src/test/java/org/robotninjas/barge/GroupOfCounters.java b/barge-rpc-proto/src/test/java/org/robotninjas/barge/GroupOfCounters.java
index <HASH>..<HASH> 100644
--- a/barge-rpc-proto/src/test/java/org/robotninjas/barge/GroupOfCounters.java
+++ b/barge-rpc-proto/src/test/java/org/robotninjas/... | Don't assume leader is #0 in integration tests | mgodave_barge | train |
b21bf6169880c0e50778ba1a8076e179610b6fec | diff --git a/hcl/hclsyntax/expression.go b/hcl/hclsyntax/expression.go
index <HASH>..<HASH> 100644
--- a/hcl/hclsyntax/expression.go
+++ b/hcl/hclsyntax/expression.go
@@ -604,7 +604,9 @@ func (e *IndexExpr) Value(ctx *hcl.EvalContext) (cty.Value, hcl.Diagnostics) {
diags = append(diags, collDiags...)
diags = append... | hclsyntax: Annotate diags from IndexExpr with source expr information | hashicorp_hcl | train |
483421dbbf0cbf98671ddf58f7043995facc7ef7 | diff --git a/src/js/BottomNavigations/__tests__/BottomNavigation.js b/src/js/BottomNavigations/__tests__/BottomNavigation.js
index <HASH>..<HASH> 100644
--- a/src/js/BottomNavigations/__tests__/BottomNavigation.js
+++ b/src/js/BottomNavigations/__tests__/BottomNavigation.js
@@ -14,7 +14,7 @@ import Dialog from '../../D... | Updated nested dialog tests to include ids | mlaursen_react-md | train |
633bec8b38635e7d78aaa0e4ea8f1a8cdb85050e | diff --git a/src/ocLazyLoad.js b/src/ocLazyLoad.js
index <HASH>..<HASH> 100644
--- a/src/ocLazyLoad.js
+++ b/src/ocLazyLoad.js
@@ -940,8 +940,8 @@
});
}
- if(initModules.length === 0) {
- throw 'No module found during bootstrap, unable to init ocLazyLoad';
+ if(modulesToLoad.length === 0 && !((... | fix: don't throw for karma
Fixes #<I> | ocombe_ocLazyLoad | train |
ad7e1bd3be5be9383fbd274475b3cc5ae343c9b2 | diff --git a/lib/sshkit/formatters/pretty.rb b/lib/sshkit/formatters/pretty.rb
index <HASH>..<HASH> 100644
--- a/lib/sshkit/formatters/pretty.rb
+++ b/lib/sshkit/formatters/pretty.rb
@@ -12,7 +12,7 @@ module SSHKit
return if obj.verbosity < SSHKit.config.output_verbosity
unless obj.started?
- ... | Print host in blue in the pretty formatter | capistrano_sshkit | train |
47daa2155a388d0ebe2d71fa0a524ba4f33e63e0 | diff --git a/better_apidoc.py b/better_apidoc.py
index <HASH>..<HASH> 100644
--- a/better_apidoc.py
+++ b/better_apidoc.py
@@ -147,6 +147,16 @@ def create_module_file(package, module, opts):
write_file(makename(package, module), text, opts)
+def _get_documenter(app, member, mod):
+ try: # Sphinx >= 2.0
+ ... | Fix calls to get_documenter for any Sphinx version
between <I> and <I> Sphinx changed `get_documenter` four times, with
different combinations of two or three arguments and accepting and not
accepting keyword arguments. This should work for all of them.
Closes #<I> | goerz_better-apidoc | train |
be11788d723bacbe25a61bd19e5bff24d67f2429 | diff --git a/lib/build/development/build_server.rb b/lib/build/development/build_server.rb
index <HASH>..<HASH> 100644
--- a/lib/build/development/build_server.rb
+++ b/lib/build/development/build_server.rb
@@ -5,7 +5,6 @@ module RhoDevelopment
def build_partial_bundles_for_all_subscribers
Configuration::en... | [Live Update]: fix for filename of downloading bundle | rhomobile_rhodes | train |
2470947e01ee130d22404a53757b5d00b4900247 | diff --git a/test/test_helper.rb b/test/test_helper.rb
index <HASH>..<HASH> 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -49,7 +49,7 @@ BASE_TEST_CLASS = if defined?(Minitest::Test)
module Declarative
def test(name, &block)
- define_method("test #{name}", &block)
+ define_method("test_ #{na... | Make dynamic test names start with test_
Minitest checks for methods names starting with "test_", not just
"test" (i.e. there is an underscore). This appears to be a change a in
recent version. | haml_haml | train |
b044d6778c6843b7d27f42ca65868760d0759b03 | diff --git a/tests/test.changes.js b/tests/test.changes.js
index <HASH>..<HASH> 100644
--- a/tests/test.changes.js
+++ b/tests/test.changes.js
@@ -639,19 +639,18 @@ adapters.map(function (adapter) {
db.post({ test: 'adoc' });
});
- it('Kill database while listening to continuous changes', function (don... | (#<I>) - Skip currently broken test for changes + db deletion | pouchdb_pouchdb | train |
28618eac7e8dfa31b68bce2b56901b51c6ac5eb0 | diff --git a/example/simple.js b/example/simple.js
index <HASH>..<HASH> 100644
--- a/example/simple.js
+++ b/example/simple.js
@@ -25,17 +25,17 @@ var reg_form = forms.create({
required: true,
validators: [validators.matchField('password')]
}),
- personal: fields.object({
- name: fields... | take object literals as nested fields | caolan_forms | train |
d75f21b51b63179c9604b16e37e747e357b63ab2 | diff --git a/raven/base.py b/raven/base.py
index <HASH>..<HASH> 100644
--- a/raven/base.py
+++ b/raven/base.py
@@ -636,7 +636,13 @@ class Client(object):
**kwargs)
# should this event be sampled?
- if self._random.random() < self.sample_rate:
+ sample_rate = self.sample_rate
+ ... | Add provision to sample per message
- If `sample_rate` is present in the `extra` kwarg, use that value to overwrite the client's sample_rate. This allows event-level granularity for sampling | getsentry_raven-python | train |
5eaddd862ea6b0c39ac9ecef070a8a94befd6e56 | diff --git a/lib/bugsnag.rb b/lib/bugsnag.rb
index <HASH>..<HASH> 100644
--- a/lib/bugsnag.rb
+++ b/lib/bugsnag.rb
@@ -47,7 +47,7 @@ module Bugsnag
@logged_ready = false unless defined?(@logged_ready)
if configuration.api_key && !@logged_ready
- log "Bugsnag exception handler #{VERSION} ready, ap... | Remove API key from ‘handler ready’ message
The API key is potentially sensitive if logs are handled through a
third-party service.
Fixes #<I> | bugsnag_bugsnag-ruby | train |
7187f787eb7d6afa22588e61466d9eb606531006 | diff --git a/app/lib/Core/Repository/Content.php b/app/lib/Core/Repository/Content.php
index <HASH>..<HASH> 100755
--- a/app/lib/Core/Repository/Content.php
+++ b/app/lib/Core/Repository/Content.php
@@ -25,6 +25,7 @@ class Content extends Repository
$params = $params + [
'types' => null,... | Ability to filter content queries by subtypes. | jacksleight_chalk | train |
1d75da5203bdfaa47e920f5d749b85abff5f07f7 | diff --git a/sentry_sdk/tracing.py b/sentry_sdk/tracing.py
index <HASH>..<HASH> 100644
--- a/sentry_sdk/tracing.py
+++ b/sentry_sdk/tracing.py
@@ -583,22 +583,23 @@ class Transaction(Span):
decision, `traces_sample_rate` will be used.
"""
+ # if the user has forced a sampling decision by pass... | fix: Fix sample decision propagation via headers (#<I>) | getsentry_sentry-python | train |
ab404bc7ee4e628465b23691143dc433e1b00823 | diff --git a/src-gwt/org/opencms/ade/containerpage/client/CmsContainerpageHandler.java b/src-gwt/org/opencms/ade/containerpage/client/CmsContainerpageHandler.java
index <HASH>..<HASH> 100644
--- a/src-gwt/org/opencms/ade/containerpage/client/CmsContainerpageHandler.java
+++ b/src-gwt/org/opencms/ade/containerpage/clien... | Fixed bug with saving changed settings of inheritance groups. | alkacon_opencms-core | train |
17176f79cc7d87420c42fda37cb155f6924710da | diff --git a/lib/util/formatting.js b/lib/util/formatting.js
index <HASH>..<HASH> 100644
--- a/lib/util/formatting.js
+++ b/lib/util/formatting.js
@@ -99,18 +99,24 @@
}
function enumerateModesBetween(cm, line, start, end) {
- var outer = cm.getMode();
+ var outer = cm.getMode(), text = cm.getLine(line);
+... | [util/formatting] Fix a bunch of bugs
That's what you get when you test with the published version,
rather than the one you're actually editing. | codemirror_CodeMirror | train |
93d6818a075eca03ad376fd01f796652abde4bf0 | diff --git a/test/test_validate.py b/test/test_validate.py
index <HASH>..<HASH> 100644
--- a/test/test_validate.py
+++ b/test/test_validate.py
@@ -26,6 +26,7 @@ except ImportError:
sys.stdout, sys.stderr = oldio
+import logging
import os
import unittest
import shutil
@@ -53,6 +54,39 @@ class Tempdir... | Fixes unit tests after log output changes | alendit_sphinx-pyreverse | train |
275cf68c1e1212d4281a547e695b2435177896cc | diff --git a/Minimal-J_Example/src/main/java/ch/openech/mj/example/AddBookEditor.java b/Minimal-J_Example/src/main/java/ch/openech/mj/example/AddBookEditor.java
index <HASH>..<HASH> 100644
--- a/Minimal-J_Example/src/main/java/ch/openech/mj/example/AddBookEditor.java
+++ b/Minimal-J_Example/src/main/java/ch/openech/mj/... | Don't override newInstance in Editor if not necessary | BrunoEberhard_minimal-j | train |
291c0fe3f6f4a95ab9a26601a1258f88ecd04db4 | diff --git a/src/core/dom-lib/balalaika.js b/src/core/dom-lib/balalaika.js
index <HASH>..<HASH> 100755
--- a/src/core/dom-lib/balalaika.js
+++ b/src/core/dom-lib/balalaika.js
@@ -11,7 +11,7 @@ define([
};
$.i = function(s, context) {
- fn.push.apply(this, !s ? fn : s.nodeType || s == window ? [s] : "" + s ===... | allow to use any objects in balalaika (little fix) | matreshkajs_matreshka | train |
0fa1eba4cde3884632d4affb3675222023bd9820 | diff --git a/src/main/java/com/redhat/contentspec/processor/ContentSpecParser.java b/src/main/java/com/redhat/contentspec/processor/ContentSpecParser.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/redhat/contentspec/processor/ContentSpecParser.java
+++ b/src/main/java/com/redhat/contentspec/processor/ContentS... | Updated some log messages and changed the processor to pull revisions
down before validating. | pressgang-ccms_PressGangCCMSContentSpecProcessor | train |
2ffd50ecb4d3f900f75552f2554a66b0a5c14ad5 | diff --git a/src/CustomElements.php b/src/CustomElements.php
index <HASH>..<HASH> 100644
--- a/src/CustomElements.php
+++ b/src/CustomElements.php
@@ -8,6 +8,7 @@
namespace MadeYourDay\RockSolidCustomElements;
+use Doctrine\DBAL\DBALException;
use MadeYourDay\RockSolidCustomElements\Template\CustomTemplate;
/*... | Fixed #<I> bug with missing database connection | madeyourday_contao-rocksolid-custom-elements | train |
cd374292f4fd2b8093caf4b74afa3b1d6130cdac | diff --git a/Lib/Sakonnin/CommonFunctions.php b/Lib/Sakonnin/CommonFunctions.php
index <HASH>..<HASH> 100644
--- a/Lib/Sakonnin/CommonFunctions.php
+++ b/Lib/Sakonnin/CommonFunctions.php
@@ -45,7 +45,7 @@ trait CommonFunctions
// address
$body = '';
- if (isset($options['provide_link'])) {
+ ... | I have to drop isset some day. | thomasez_BisonLabSakonninBundle | train |
235e36fce8e345caf4d2ce0e6780889bf517aa7e | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -39,6 +39,8 @@ REQUIREMENTS = [
'cloudpickle',
'ipykernel<5; python_version<"3"',
'ipykernel>=5.1.3; python_version>="3"',
+ 'ipython<6; python_version<"3"',
+ 'ipython>=7.6.0; python_version>="3"',
'... | Add explicit dependency on IPython
This will better allows us to control the things we import from it | spyder-ide_spyder-kernels | train |
f0326ac44e6dc4c01d80ee9a206a84bf58a3e9ed | diff --git a/python_modules/dagster-test/dagster_test/fixtures/docker_compose.py b/python_modules/dagster-test/dagster_test/fixtures/docker_compose.py
index <HASH>..<HASH> 100644
--- a/python_modules/dagster-test/dagster_test/fixtures/docker_compose.py
+++ b/python_modules/dagster-test/dagster_test/fixtures/docker_comp... | make some docker-compose fixtures module-scoped (#<I>)
Summary:
These allow you to have fixtures that only run docker-compose once per module
Test Plan: BK
Reviewers: jmsanders | dagster-io_dagster | train |
bd6f52e467bc3bff78c426cf70e0700d77272a75 | diff --git a/lxd/backup.go b/lxd/backup.go
index <HASH>..<HASH> 100644
--- a/lxd/backup.go
+++ b/lxd/backup.go
@@ -353,7 +353,19 @@ func backupCreateTarball(s *state.State, path string, backup backup) error {
}
if compress != "none" {
- compressedPath, err := compressFile(backupPath, compress)
+ infile, err := ... | lxd/images: change compressFile to take io.Reader and io.Writer
This is part 1 of a series of patches to add better progress
tracking support for export and import.
By using Reader and Writer rather than filename for compressing
the caller can provide a tracking reader/writer for progress. | lxc_lxd | train |
86b60309afca69455938316329fda7ac73c78660 | diff --git a/Gemfile b/Gemfile
index <HASH>..<HASH> 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,4 +5,5 @@ gem 'jumpstart'
group :test do
require 'test/unit'
require 'shoulda'
+ require 'rr'
end
diff --git a/test/helper.rb b/test/helper.rb
index <HASH>..<HASH> 100755
--- a/test/helper.rb
+++ b/test/helper.rb
@@ -1... | added rr mocking framework for tests and wrote another test for JumpStart::Base#set_config_file_options | i0n_jumpstart | train |
9d21b03f68e471d43c0222db667ee2b4b4329634 | diff --git a/tango/test_context.py b/tango/test_context.py
index <HASH>..<HASH> 100644
--- a/tango/test_context.py
+++ b/tango/test_context.py
@@ -374,10 +374,12 @@ class DeviceTestContext(MultiDeviceTestContext):
self.device_name = device_name
self.device = self.server = None
- def get_device_ac... | Add extra argument to DeviceTestContext.get_device_access
DeviceTestContext.get_device_access interfere with the
MultiDeviceTestContext.get_device_access (base class) method. They both should
have a common API. Even if it does not have too much sense to pass a device_name in
DeviceTestContext.get_device_access do it t... | tango-controls_pytango | train |
4de34363169526e0fd2b30f639c2d6cb4b19ea8e | diff --git a/lib/broker-agent.js b/lib/broker-agent.js
index <HASH>..<HASH> 100755
--- a/lib/broker-agent.js
+++ b/lib/broker-agent.js
@@ -22,28 +22,31 @@ function BrokerAgent(client, responseTopic) {
this.requests = {};
var self = this;
- this.client.createReceiver(this.replyTo, function(err, message) {
- ... | refactor(BrokerAgent): use new createReceiver semantics | mbroadst_node-qmf2 | train |
0c2ee91bbef8339b80be759ade565319b2a28513 | diff --git a/DataFixtures/LoadRequiredData.php b/DataFixtures/LoadRequiredData.php
index <HASH>..<HASH> 100644
--- a/DataFixtures/LoadRequiredData.php
+++ b/DataFixtures/LoadRequiredData.php
@@ -59,6 +59,20 @@ class LoadRequiredData extends AbstractFixture implements ContainerAwareInterfac
$adminMessag... | [MessageBundle] Display message tool for every users at plugin installation | claroline_Distribution | train |
4ace9868407c6eefea6834b399982206dc947ecd | diff --git a/packages/mangojuice-core/src/Process.js b/packages/mangojuice-core/src/Process.js
index <HASH>..<HASH> 100644
--- a/packages/mangojuice-core/src/Process.js
+++ b/packages/mangojuice-core/src/Process.js
@@ -265,7 +265,7 @@ export class Process {
emit(event, arg) {
const handlers = this.eventHandle... | add subscribe handler commands to result promise of cmd exec | mangojuicejs_mangojuice | train |
f3e3be617728daaac3e2885bcaced7033a394c2c | diff --git a/spyder/widgets/mixins.py b/spyder/widgets/mixins.py
index <HASH>..<HASH> 100644
--- a/spyder/widgets/mixins.py
+++ b/spyder/widgets/mixins.py
@@ -477,6 +477,8 @@ class BaseEditMixin(object):
findflag = QTextDocument.FindFlag()
if not forward:
findflag = findflag | QTextDocu... | Adds a flag to use case sensitive search/replace. | spyder-ide_spyder | train |
ee8ae0e147897349a43445fce7cc6abe081bb996 | diff --git a/charmhelpers/contrib/openstack/neutron.py b/charmhelpers/contrib/openstack/neutron.py
index <HASH>..<HASH> 100644
--- a/charmhelpers/contrib/openstack/neutron.py
+++ b/charmhelpers/contrib/openstack/neutron.py
@@ -50,7 +50,7 @@ def determine_dkms_package():
if kernel_version() >= (3, 13):
ret... | Tie install of headers package directly to use of DKMS packages for OVS | juju_charm-helpers | train |
206541a12cac8827c5c05a268c35bf7362f09fed | diff --git a/backup/moodle2/backup_xml_transformer.class.php b/backup/moodle2/backup_xml_transformer.class.php
index <HASH>..<HASH> 100644
--- a/backup/moodle2/backup_xml_transformer.class.php
+++ b/backup/moodle2/backup_xml_transformer.class.php
@@ -159,7 +159,7 @@ class backup_xml_transformer extends xml_contenttrans... | MDL-<I> core_backup: Add class_exists check for backup_<mod>_activity_task | moodle_moodle | train |
5ac9f77a65f69e951dcc2dd48c5a0d1fb9ef8157 | diff --git a/kie-internal/src/main/java/org/kie/internal/query/AbstractQueryBuilderImpl.java b/kie-internal/src/main/java/org/kie/internal/query/AbstractQueryBuilderImpl.java
index <HASH>..<HASH> 100644
--- a/kie-internal/src/main/java/org/kie/internal/query/AbstractQueryBuilderImpl.java
+++ b/kie-internal/src/main/jav... | BZ-<I> - Paging does not work for REST query operations
(cherry picked from commit <I>b1dfa<I>a<I>f<I>f6b<I>f<I>d) | kiegroup_droolsjbpm-knowledge | train |
c288c76ce9bf990ef1919230bf858504b112f745 | diff --git a/common/configtx/template.go b/common/configtx/template.go
index <HASH>..<HASH> 100644
--- a/common/configtx/template.go
+++ b/common/configtx/template.go
@@ -1,5 +1,5 @@
/*
-Copyright IBM Corp. 2016 All Rights Reserved.
+Copyright IBM Corp. 2017 All Rights Reserved.
Licensed under the Apache License, V... | Fix copyright in CR series
This CR fixes the copyright date on some new files introduced in the
following changesets.
<URL> | hyperledger_fabric | train |
58794d1e75105639dc7bfbd87d172adcbfcddccd | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -19,22 +19,19 @@ EE.prototype.listeners = function (type) {
EE.prototype.emit = function (type, args) {
var i = 0
, byType = this.listeners(type)
- , star
- , withType
-
- for (i = 0; i < byType.length; i++) {
... | More consistent behavior when emitting '*' | nrn_nee | train |
a99624bcf8520a917f4dbf3baf813201eede95f0 | diff --git a/collatex-tools/src/main/java/eu/interedition/collatex/http/CollateResource.java b/collatex-tools/src/main/java/eu/interedition/collatex/http/CollateResource.java
index <HASH>..<HASH> 100644
--- a/collatex-tools/src/main/java/eu/interedition/collatex/http/CollateResource.java
+++ b/collatex-tools/src/main/j... | HTTP Service: remove redirects (defunct in proxy setting) | interedition_collatex | train |
a216565a2358b15b20fabf13f1f0a308f228fdcf | diff --git a/kaybee/__init__.py b/kaybee/__init__.py
index <HASH>..<HASH> 100644
--- a/kaybee/__init__.py
+++ b/kaybee/__init__.py
@@ -19,6 +19,12 @@ def setup(app: Sphinx):
kb, sphinx_app, env, docname)
)
+ app.connect('env-before-read-docs',
+ lambda sphinx_ap... | new: dev: implement Sphinx env-before-read-docs event dispatcher. | pauleveritt_kaybee | train |
22b00f7f6fa29fb52541d206462431258b769397 | diff --git a/go/vt/topo/topoproto/tablet.go b/go/vt/topo/topoproto/tablet.go
index <HASH>..<HASH> 100644
--- a/go/vt/topo/topoproto/tablet.go
+++ b/go/vt/topo/topoproto/tablet.go
@@ -155,6 +155,19 @@ func ParseTabletType(param string) (topodatapb.TabletType, error) {
return topodatapb.TabletType(value), nil
}
+// ... | Support multiple tablet types as binlog player source | vitessio_vitess | train |
6929615c4c2a6c786d1fce09197efc5d81e72a14 | diff --git a/src/test/java/org/jpmml/lightgbm/ClassificationTest.java b/src/test/java/org/jpmml/lightgbm/ClassificationTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/jpmml/lightgbm/ClassificationTest.java
+++ b/src/test/java/org/jpmml/lightgbm/ClassificationTest.java
@@ -82,7 +82,7 @@ public class Classi... | Fixed the build for JDK <I> | jpmml_jpmml-lightgbm | train |
c96ea2a095d7a41b6aac717673a45e48dc7cbe4d | diff --git a/app/helpers/effective_datatables_helper.rb b/app/helpers/effective_datatables_helper.rb
index <HASH>..<HASH> 100644
--- a/app/helpers/effective_datatables_helper.rb
+++ b/app/helpers/effective_datatables_helper.rb
@@ -71,7 +71,10 @@ module EffectiveDatatablesHelper
end
def datatables_admin_path?
- ... | Fix in datatables_admin_path? | code-and-effect_effective_datatables | train |
06c4745ebf90ed5f329a163dc50d27b4d34b6aab | diff --git a/branches/development/5.4.1/concrete/libraries/block_view.php b/branches/development/5.4.1/concrete/libraries/block_view.php
index <HASH>..<HASH> 100644
--- a/branches/development/5.4.1/concrete/libraries/block_view.php
+++ b/branches/development/5.4.1/concrete/libraries/block_view.php
@@ -294,7 +294,7 @@ d... | fixing issue with output buffering and blocks and full page cache
git-svn-id: <URL> | concrete5_concrete5 | train |
1ebf591ebeded3c49966f81b4be12208424c89fc | diff --git a/lib/dragonfly/job.rb b/lib/dragonfly/job.rb
index <HASH>..<HASH> 100644
--- a/lib/dragonfly/job.rb
+++ b/lib/dragonfly/job.rb
@@ -368,7 +368,7 @@ module Dragonfly
# Misc
def store(opts={})
- app.store(result, opts.merge(:meta => meta))
+ app.store(result, opts_for_store.merge(opts))
... | Job#store now passes in the mime type as well as meta | markevans_dragonfly | train |
cfc78d1cca8089a380f593086a0a87dd5226e7e7 | diff --git a/spec/rubygems/doc_manager_spec.rb b/spec/rubygems/doc_manager_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/rubygems/doc_manager_spec.rb
+++ b/spec/rubygems/doc_manager_spec.rb
@@ -1,5 +1,6 @@
require File.dirname(__FILE__) + '/../spec_helper'
require File.join(YARD::ROOT, 'rubygems_plugin')
+require 'f... | Require fileutils for specs | lsegal_yard | train |
149f0a864030d138c6d51e2d03d49f32253886e1 | diff --git a/app/assets/javascripts/admin/views/fields/attachment_field.js b/app/assets/javascripts/admin/views/fields/attachment_field.js
index <HASH>..<HASH> 100644
--- a/app/assets/javascripts/admin/views/fields/attachment_field.js
+++ b/app/assets/javascripts/admin/views/fields/attachment_field.js
@@ -5,6 +5,7 @@ v... | Render the attachment label on init | Threespot_tolaria | train |
241ea7707b57510d2f09c831b1c743bdb448e892 | diff --git a/gate/gate.py b/gate/gate.py
index <HASH>..<HASH> 100644
--- a/gate/gate.py
+++ b/gate/gate.py
@@ -129,7 +129,7 @@ class Factory():
def generate_tex_file(self):
self.tex_content = """\documentclass{article}
\usepackage{circuitikz}
-\usepackage[width=122mm,left=12mm,paperwidth=1000mm,height=1000mm,top=... | Reduce the number of overlapping logic gates in the TeX output | mertyildiran_GateFactory | train |
863478a8cff8d9642607381274bf9f1fff569788 | diff --git a/lib/turtle.io.js b/lib/turtle.io.js
index <HASH>..<HASH> 100644
--- a/lib/turtle.io.js
+++ b/lib/turtle.io.js
@@ -1460,15 +1460,20 @@ TurtleIO.prototype.start = function ( config, err ) {
});
// Starting server
- if ( config.ssl.cert !== null && config.ssl.key !== null ) {
- self.server = ht... | Fixing start/stop/restart tests | avoidwork_turtle.io | train |
d4336d82b7f4d2906fcdb833acb727c70f11c279 | diff --git a/lib/core/util.js b/lib/core/util.js
index <HASH>..<HASH> 100644
--- a/lib/core/util.js
+++ b/lib/core/util.js
@@ -47,12 +47,13 @@ function destroy (stream, err) {
}
}
+const KEEPALIVE_TIMEOUT_EXPR = /timeout=(\d+)s/
function parseKeepAliveTimeout (headers) {
for (let n = 0; n < headers.length; n ... | perf: parseKeepAliveTimeout
The regex version is fastest. | mcollina_undici | train |
b01b54996b78f16b6862301c7a2fae64c4fa2953 | diff --git a/lib/Pagon/App.php b/lib/Pagon/App.php
index <HASH>..<HASH> 100644
--- a/lib/Pagon/App.php
+++ b/lib/Pagon/App.php
@@ -819,11 +819,11 @@ class App extends EventEmitter
}
if ($route && !$route instanceof \Exception) {
- $this->router->set('?' . $type, $route);
+ $thi... | Change error route prefix from unicode char to "_" | hfcorriez_pagon | train |
2d335a16f795baad69a12a3e6df4fdee1c02fe8d | diff --git a/version/version.go b/version/version.go
index <HASH>..<HASH> 100644
--- a/version/version.go
+++ b/version/version.go
@@ -14,7 +14,7 @@ const Version = "1.5.0"
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-relea... | cut packer release <I> | hashicorp_packer | train |
1c0ccc4c43c0e92e09939be0e04c8f284ff4d942 | diff --git a/packages/neos-ui-editors/src/EditorEnvelope/index.js b/packages/neos-ui-editors/src/EditorEnvelope/index.js
index <HASH>..<HASH> 100644
--- a/packages/neos-ui-editors/src/EditorEnvelope/index.js
+++ b/packages/neos-ui-editors/src/EditorEnvelope/index.js
@@ -136,7 +136,7 @@ export default class EditorEnvelo... | BUGFIX: Open links in new window (#<I>) | neos_neos-ui | train |
454822ef34d378a640937cdb4b6cb088b1c42842 | diff --git a/packages/wpcom.js/lib/site.plugin.js b/packages/wpcom.js/lib/site.plugin.js
index <HASH>..<HASH> 100644
--- a/packages/wpcom.js/lib/site.plugin.js
+++ b/packages/wpcom.js/lib/site.plugin.js
@@ -42,25 +42,25 @@ class SitePlugin {
}
/**
- * config the plugin
+ * Update the plugin configuration
*
... | Merge pull request #<I> from Automattic/update/site.plugin
SitePlugin: rename methods to be consistent. | Automattic_wp-calypso | train |
d9b14cf6d53aef5ee6e45a4a6db1ff1e8513a3a6 | diff --git a/src/actions/AddToCartAction.php b/src/actions/AddToCartAction.php
index <HASH>..<HASH> 100644
--- a/src/actions/AddToCartAction.php
+++ b/src/actions/AddToCartAction.php
@@ -54,19 +54,25 @@ class AddToCartAction extends \yii\base\Action
$collection->load();
}
- if ($collectio... | AddToCartAction updated to be able to handle both errored and ok positions | hiqdev_yii2-cart | train |
d5baaf5109cd83af1f3d34676ae24c2181950782 | diff --git a/js/binance.js b/js/binance.js
index <HASH>..<HASH> 100644
--- a/js/binance.js
+++ b/js/binance.js
@@ -271,6 +271,7 @@ module.exports = class binance extends Exchange {
'-1000': ExchangeNotAvailable, // {"code":-1000,"msg":"An unknown error occured while processing the request."}
... | binance added handling for AuthenticationError -<I> #<I> | ccxt_ccxt | train |
67be361ab6d0767c7fba053fea54ab1addb1ac3d | diff --git a/src/rules/property-no-vendor-prefix/__tests__/index.js b/src/rules/property-no-vendor-prefix/__tests__/index.js
index <HASH>..<HASH> 100644
--- a/src/rules/property-no-vendor-prefix/__tests__/index.js
+++ b/src/rules/property-no-vendor-prefix/__tests__/index.js
@@ -16,12 +16,41 @@ testRule(undefined, tr =>... | Add accuracy for property-no-vendor-prefix | stylelint_stylelint | train |
52a343e695d52add4a71637677b94db809806297 | diff --git a/languagetool-language-modules/pl/src/test/java/org/languagetool/rules/pl/MorfologikPolishSpellerRuleTest.java b/languagetool-language-modules/pl/src/test/java/org/languagetool/rules/pl/MorfologikPolishSpellerRuleTest.java
index <HASH>..<HASH> 100644
--- a/languagetool-language-modules/pl/src/test/java/org/... | update the test - now the suggestion makes sense :) | languagetool-org_languagetool | train |
e74245ae2eb774ae2f6afb405058f8e43009b7a7 | diff --git a/Kwf/Benchmark/Rrd.php b/Kwf/Benchmark/Rrd.php
index <HASH>..<HASH> 100644
--- a/Kwf/Benchmark/Rrd.php
+++ b/Kwf/Benchmark/Rrd.php
@@ -161,10 +161,17 @@ class Kwf_Benchmark_Rrd extends Kwf_Util_Rrd_File
}
$values = array_merge($values, array_values($cnt));
- $values[] = $memcacheS... | don't use memcache counter if host is not set | koala-framework_koala-framework | train |
b98fb7db0057267d5b3487369ded5a54c15e3456 | diff --git a/dev/router.js b/dev/router.js
index <HASH>..<HASH> 100644
--- a/dev/router.js
+++ b/dev/router.js
@@ -23,6 +23,7 @@ let routes = [
component: load('test-layout/layout'),
children: [
{path: 'about', component: load('test-layout/about')},
+ {path: 'layout', redirect: '/test-layout/about... | chore: dev server redirect Layout route to /test-layout/about | quasarframework_quasar | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.