hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
317cb41ff33557a64d132253a2830440603c67c2 | diff --git a/languagetool-language-modules/en/src/main/java/org/languagetool/rules/en/EnglishUnpairedBracketsRule.java b/languagetool-language-modules/en/src/main/java/org/languagetool/rules/en/EnglishUnpairedBracketsRule.java
index <HASH>..<HASH> 100644
--- a/languagetool-language-modules/en/src/main/java/org/language... | [en] change example sentence markup (#<I>) | languagetool-org_languagetool | train |
a4d001709d38ca39069fa4f4b472953052ff4f87 | diff --git a/spice.py b/spice.py
index <HASH>..<HASH> 100644
--- a/spice.py
+++ b/spice.py
@@ -24,7 +24,7 @@ def search(query, medium):
elif medium == MANGA:
return [Manga(entry) for entry in results.manga.findAll('entry')]
else:
- return
+ return None
def search_id(id, medium):
... | Change search invalid argument return to None
Forgot this. | Utagai_spice | train |
c725579ce933d30022699c3228bb5275be1581d2 | diff --git a/lib/js-yaml/core.js b/lib/js-yaml/core.js
index <HASH>..<HASH> 100644
--- a/lib/js-yaml/core.js
+++ b/lib/js-yaml/core.js
@@ -8,20 +8,87 @@ var $$ = module.exports = {};
////////////////////////////////////////////////////////////////////////////////
+// merges two or more objects
+$$.merge = function... | Added helpers to replace JS.Class | nodeca_js-yaml | train |
0ba26f6b0b5938fed2f600d3f0b79992c9a6548a | diff --git a/src/AutobahnPHP/Dealer.php b/src/AutobahnPHP/Dealer.php
index <HASH>..<HASH> 100644
--- a/src/AutobahnPHP/Dealer.php
+++ b/src/AutobahnPHP/Dealer.php
@@ -15,6 +15,7 @@ use AutobahnPHP\Message\ErrorMessage;
use AutobahnPHP\Message\Message;
use AutobahnPHP\Message\RegisteredMessage;
use AutobahnPHP\Messag... | Added unregistration to dealer - untested | voryx_Thruway | train |
3efb86751207414a9b1d3196a85bcb959128c15c | diff --git a/src/org/opencms/db/generic/CmsVfsDriver.java b/src/org/opencms/db/generic/CmsVfsDriver.java
index <HASH>..<HASH> 100644
--- a/src/org/opencms/db/generic/CmsVfsDriver.java
+++ b/src/org/opencms/db/generic/CmsVfsDriver.java
@@ -1,7 +1,7 @@
/*
* File : $Source: /alkacon/cvs/opencms/src/org/opencms/db/gen... | Bugfix in creating Propertiydefintions: Backup values are written correctly | alkacon_opencms-core | train |
c18823b89f3bf48ebba694c6e719b60e9a101304 | diff --git a/lib/canned_soap/version.rb b/lib/canned_soap/version.rb
index <HASH>..<HASH> 100644
--- a/lib/canned_soap/version.rb
+++ b/lib/canned_soap/version.rb
@@ -1,3 +1,3 @@
module CannedSoap
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
end | bumped to <I> | gknedo_canned_soap | train |
962541396bc8d0dad657921ef78bd938ca25ff56 | diff --git a/drivers/java/src/main/java/com/rethinkdb/gen/ast/MakeObj.java b/drivers/java/src/main/java/com/rethinkdb/gen/ast/MakeObj.java
index <HASH>..<HASH> 100644
--- a/drivers/java/src/main/java/com/rethinkdb/gen/ast/MakeObj.java
+++ b/drivers/java/src/main/java/com/rethinkdb/gen/ast/MakeObj.java
@@ -15,10 +15,12 ... | Fixed recursion in MakeObject | rethinkdb_rethinkdb | train |
b0f98940ccae620367093381d33e24108f651cb8 | diff --git a/src/JmesPath/Lexer.php b/src/JmesPath/Lexer.php
index <HASH>..<HASH> 100644
--- a/src/JmesPath/Lexer.php
+++ b/src/JmesPath/Lexer.php
@@ -250,8 +250,9 @@ class Lexer
$value = $primitiveMap[$primitives[$value]];
} elseif (strlen($value) == 0) {
$this->throwSyntax('Empty JS... | JSON decoding string literals without quotes to support unicode escapes, newlines, etc | jmespath_jmespath.php | train |
286be60a4faf5ffad9052a83a22c3bae097a1d58 | diff --git a/sievelib/managesieve.py b/sievelib/managesieve.py
index <HASH>..<HASH> 100644
--- a/sievelib/managesieve.py
+++ b/sievelib/managesieve.py
@@ -479,8 +479,7 @@ class Client(object):
:rtype: boolean
"""
try:
- self.sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
... | provide support for non-IPv4 connections
Use socket.create_connection() when establishing the server connection.
This avoid hardcoding AF_INET and thus introduces support for IPv6 | tonioo_sievelib | train |
99912ed92635600eb6b03959c33638cb62f1bdca | diff --git a/activerecord/lib/active_record/relation.rb b/activerecord/lib/active_record/relation.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/relation.rb
+++ b/activerecord/lib/active_record/relation.rb
@@ -333,7 +333,7 @@ module ActiveRecord
# Please check unscoped if you want to remove al... | Fix to scoping is correctly restored
This regression was caused by #<I>.
If STI subclass is using scoping in parent class scoping,
`current_scope` in subclass is never restored.
I fixed to restore `current_scope` to previous value correctly. | rails_rails | train |
6f820ec80c633e862550acfeed942c2db758093d | diff --git a/php/class-extension.php b/php/class-extension.php
index <HASH>..<HASH> 100644
--- a/php/class-extension.php
+++ b/php/class-extension.php
@@ -7,10 +7,6 @@ namespace Rarst\Meadow;
*/
class Extension extends \Twig_Extension implements \Twig_Extension_GlobalsInterface {
- public function getName() {
- r... | Removed deprecated getName method from extension. | Rarst_meadow | train |
b2d69bbed697f8d8049c6c9faf4266678f378de6 | diff --git a/senseapi.py b/senseapi.py
index <HASH>..<HASH> 100755
--- a/senseapi.py
+++ b/senseapi.py
@@ -159,12 +159,12 @@ class SenseAPI:
else:
# if any of the calls fails, we cannot be cannot be sure about the sensors in CommonSense
return None
-
+
... | Added support for creating users without welcome email. Added call for changing current user's password | senseobservationsystems_commonsense-python-lib | train |
33e54539799961288f624e7e74b8a62773e6eaeb | diff --git a/cmd/smith/app/bundle_controller.go b/cmd/smith/app/bundle_controller.go
index <HASH>..<HASH> 100644
--- a/cmd/smith/app/bundle_controller.go
+++ b/cmd/smith/app/bundle_controller.go
@@ -136,6 +136,7 @@ func (c *BundleControllerConstructor) New(config *controller.Config, cctx *contr
// Controller
cntrlr... | Ability for controllers to do initialization before starting to do work | atlassian_smith | train |
c26572437151b657d783542a90c4d5515fc5109c | diff --git a/project_generator/tools/uvision.py b/project_generator/tools/uvision.py
index <HASH>..<HASH> 100644
--- a/project_generator/tools/uvision.py
+++ b/project_generator/tools/uvision.py
@@ -49,7 +49,15 @@ class uVisionDefinitions():
'Utilities': {
'Flash2': 'Segger\JL2CM3.dll',
... | Add ULINK Pro to uvision tool
This patch adds ULINK Pro to the debuggers supported by uvision. | project-generator_project_generator | train |
aeced91ee1e441e82d3e45cb52a0f6bf7302051f | diff --git a/qiskit/_quantumprogram.py b/qiskit/_quantumprogram.py
index <HASH>..<HASH> 100644
--- a/qiskit/_quantumprogram.py
+++ b/qiskit/_quantumprogram.py
@@ -945,7 +945,7 @@ class QuantumProgram(object):
max_credits (int): the max credits to use 3, or 5
seed (int): the intial seed the sim... | Fix hpc tests and adjust docstring | Qiskit_qiskit-terra | train |
13e8c8de64a910395e464adaf9eef7c015dfdca9 | diff --git a/request/request_test.go b/request/request_test.go
index <HASH>..<HASH> 100644
--- a/request/request_test.go
+++ b/request/request_test.go
@@ -122,6 +122,7 @@ func TestRequestSend(t *testing.T) {
"url": "http://docs.qingcloud.com/object_storage/api/object/get.html"
}`
httpResponse.Body = ioutil.NopC... | Fix requestID not return while body is empty (#<I>)
* Fix requestID not return with error. | yunify_qingstor-sdk-go | train |
1280acdac2bb4adf38d33080cbecb7f8e9d4d8ef | diff --git a/platforms/keyboard/keyboard_driver.go b/platforms/keyboard/keyboard_driver.go
index <HASH>..<HASH> 100644
--- a/platforms/keyboard/keyboard_driver.go
+++ b/platforms/keyboard/keyboard_driver.go
@@ -25,7 +25,7 @@ type Driver struct {
//
func NewDriver() *Driver {
k := &Driver{
- name: "Keyboard",
+ na... | keyboard: use new improved default namer to avoid API conflicts | hybridgroup_gobot | train |
9ddea2d8d7b51470c3620da2913c74798471960c | diff --git a/scripts/updateLicense.py b/scripts/updateLicense.py
index <HASH>..<HASH> 100644
--- a/scripts/updateLicense.py
+++ b/scripts/updateLicense.py
@@ -50,10 +50,12 @@ def update_go_license(name, force=False):
if year == CURRENT_YEAR:
break
- new_line = COPYRIGHT_RE.sub('Copyright ... | Do not update year for copyright in license (#<I>) | jaegertracing_jaeger-lib | train |
4fb800232b07bfc4eddb5e21cc9bffb58be2d067 | diff --git a/lib/processes.js b/lib/processes.js
index <HASH>..<HASH> 100644
--- a/lib/processes.js
+++ b/lib/processes.js
@@ -119,14 +119,16 @@ const Handler = function (proc, suiteData, options = {}) {
}
const closeFile = function () {
- fs.close(fd, (err) => {
+ if (writePending < 1 && closePen... | Do not execute fs.close more than once, when process was closed but logs are pending to be written | javierbrea_narval | train |
e317dc6b6314d60a0767aefb44eabe35302d925c | diff --git a/openfisca_web_api/environment.py b/openfisca_web_api/environment.py
index <HASH>..<HASH> 100644
--- a/openfisca_web_api/environment.py
+++ b/openfisca_web_api/environment.py
@@ -156,7 +156,9 @@ def load_environment(global_conf, app_conf):
model.input_variables_extractor = input_variables_extractor... | Do not use pkg_resources but importlib
to get country_package dir | openfisca_openfisca-web-api | train |
59d7b2e72f1f0df5a0dcbd02468f878a5fdfa04d | diff --git a/src/main/java/io/iron/ironmq/Messages.java b/src/main/java/io/iron/ironmq/Messages.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/iron/ironmq/Messages.java
+++ b/src/main/java/io/iron/ironmq/Messages.java
@@ -31,10 +31,10 @@ public class Messages {
}
public MessageOptions[] toMessageOp... | remove method from lib-v1 after merge | iron-io_iron_mq_java | train |
e09dbdd2bc3e2323e659b77409ea66eb6a155610 | diff --git a/sos/plugins/foreman.py b/sos/plugins/foreman.py
index <HASH>..<HASH> 100644
--- a/sos/plugins/foreman.py
+++ b/sos/plugins/foreman.py
@@ -218,12 +218,12 @@ class Foreman(Plugin):
for table in foremandb:
_cmd = self.build_query_cmd(foremandb[table])
self.add_cmd_output(_cm... | [foreman] increase sizelimit for tasks export
When foreman stores tens to hundreds of thousands of tasks, default
sizelimit causes the dynflow* or foreman_tasks_tasks files are truncated.
Let increase the sizelimit to <I>MB.
Resolves: #<I> | sosreport_sos | train |
dedfa0ae91aef4723cea903495f89a31774248e9 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -39,9 +39,9 @@ except:
try:
- from setuptools import setup, find_packages
+ from setuptools import setup
except ImportError:
- from distutils.core import setup, find_packages
+ from distutils.core import setu... | Removed find_package dependency
Close #<I> | pyvisa_pyvisa | train |
3234e29cd5df486a771369061ea93a978ecd0606 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,7 @@ SolrWrapper.wrap port: 8983,
| solr_options | (Hash) |
| env | (Hash) |
| persist | (Boolean) Preserves the data in you collection between startups |
+| contrib | (Array<Hash>) |
```rub... | Add 'contrib' configuration for copying files into the solr instance dir | cbeer_solr_wrapper | train |
dca8c2dbc1e799b031492eda34e8c32363f8f1f5 | diff --git a/tests/Unit/Route/RoutePsr7Test.php b/tests/Unit/Route/RoutePsr7Test.php
index <HASH>..<HASH> 100644
--- a/tests/Unit/Route/RoutePsr7Test.php
+++ b/tests/Unit/Route/RoutePsr7Test.php
@@ -7,7 +7,7 @@ use Siler\Route;
use Zend\Diactoros\ServerRequest;
use Zend\Diactoros\ServerRequestFactory;
-class RouteP... | Restore PSR-7 route test :<I>:% coverage | leocavalcante_siler | train |
79acd905b01ff3d76da985ab1191db07a7c898f4 | diff --git a/ingress-proxy/src/main/java/com/networknt/proxy/LightProxyHandler.java b/ingress-proxy/src/main/java/com/networknt/proxy/LightProxyHandler.java
index <HASH>..<HASH> 100644
--- a/ingress-proxy/src/main/java/com/networknt/proxy/LightProxyHandler.java
+++ b/ingress-proxy/src/main/java/com/networknt/proxy/Ligh... | fixes #<I> use the Header constant for the Authorization | networknt_light-4j | train |
b98545541057d01eb5b80586c3834254e1deac27 | diff --git a/hazelcast/src/main/java/com/hazelcast/spi/impl/BasicInvocation.java b/hazelcast/src/main/java/com/hazelcast/spi/impl/BasicInvocation.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/spi/impl/BasicInvocation.java
+++ b/hazelcast/src/main/java/com/hazelcast/spi/impl/BasicInvocatio... | Removed a load of a known null variable | hazelcast_hazelcast | train |
0c7c143ad1fd45a73de3f7ba71c6e9e142bb7a48 | diff --git a/plugins/provisioners/puppet/provisioner/puppet.rb b/plugins/provisioners/puppet/provisioner/puppet.rb
index <HASH>..<HASH> 100644
--- a/plugins/provisioners/puppet/provisioner/puppet.rb
+++ b/plugins/provisioners/puppet/provisioner/puppet.rb
@@ -149,7 +149,7 @@ module VagrantPlugins
command = "#... | fix escaping of powershell variable
As this is nested in a powershell variable $command, it must be escaped
otherwise it is evaluated when the variable is created, giving an error that
"The term 'True' is not recognized as the name of a cmdlet, function,
script". This prevented using a puppet.working_directory on Wind... | hashicorp_vagrant | train |
a546017c59387361560842968b9ee6e50752e335 | diff --git a/src/Config.php b/src/Config.php
index <HASH>..<HASH> 100644
--- a/src/Config.php
+++ b/src/Config.php
@@ -197,7 +197,7 @@ class Config implements ConfigInterface
$matches = [];
if (!preg_match_all(
- '#{\s*(?:=|(?<function>\w+)\s*:\s*)(?<value>[^}]+)\s*}#',
+ '#' .... | Use constants to define encapsulation characters of functions | BerliozFramework_Config | train |
7d9f8cd96f8e5abc5b7c517d02fb166f9e51b877 | diff --git a/packages/platform-ios/src/commands/runIOS/index.js b/packages/platform-ios/src/commands/runIOS/index.js
index <HASH>..<HASH> 100644
--- a/packages/platform-ios/src/commands/runIOS/index.js
+++ b/packages/platform-ios/src/commands/runIOS/index.js
@@ -11,9 +11,8 @@
import child_process from 'child_process';... | feat: refactor `run-ios` for readability and better error messages (#<I>)
Summary:
---------
Refactor `run-ios` for readability and better error messages:
<img width="<I>" alt="Screenshot <I>-<I>-<I> at <I> <I> <I>" src="<URL> | react-native-community_cli | train |
5db4b958f1e953b92ed0ec689d5a056bcac37491 | diff --git a/cli/lib/kontena/cli/apps/deploy_command.rb b/cli/lib/kontena/cli/apps/deploy_command.rb
index <HASH>..<HASH> 100644
--- a/cli/lib/kontena/cli/apps/deploy_command.rb
+++ b/cli/lib/kontena/cli/apps/deploy_command.rb
@@ -43,7 +43,9 @@ module Kontena::Cli::Apps
def deploy_services(queue)
queue.each... | handle force_deploy flag correctly on app deploy command | kontena_kontena | train |
9dd9f69e67d6077e3ec79d0d1789d1fcd218149d | diff --git a/aioxmpp/xml.py b/aioxmpp/xml.py
index <HASH>..<HASH> 100644
--- a/aioxmpp/xml.py
+++ b/aioxmpp/xml.py
@@ -39,6 +39,8 @@ Utility functions
.. autofunction:: serialize_single_xso
+.. autofunction:: write_single_xso
+
.. autofunction:: read_xso
.. autofunction:: read_single_xso
@@ -860,6 +862,16 @@ d... | Add function to write single XSO to a file | horazont_aioxmpp | train |
423f531f975e9b787ff96d29eff6701f830cb75e | diff --git a/modules/webui/plugins/impacts/impacts.py b/modules/webui/plugins/impacts/impacts.py
index <HASH>..<HASH> 100644
--- a/modules/webui/plugins/impacts/impacts.py
+++ b/modules/webui/plugins/impacts/impacts.py
@@ -25,6 +25,7 @@
import time
from shinken.util import safe_print
+from shinken.misc.filter impo... | Fixing filtering host in the impact tab according to user rights | Alignak-monitoring_alignak | train |
ca32a201efe0882e2d1aade292cc408936b75f91 | diff --git a/native/xxhash_safe.go b/native/xxhash_safe.go
index <HASH>..<HASH> 100644
--- a/native/xxhash_safe.go
+++ b/native/xxhash_safe.go
@@ -14,12 +14,12 @@ func newbyteReader(in []byte) byteReader {
}
func (br byteReader) Uint32(i int) uint32 {
- br = br[i : i+4]
+ br = br[i : i+4 : len(br)]
return uint32(... | use the len in subslicing | OneOfOne_xxhash | train |
d09309b9eb48822b055318a5d75bf47a2d819da8 | diff --git a/varify/static/scripts/javascript/min/ui/exporter.js b/varify/static/scripts/javascript/min/ui/exporter.js
index <HASH>..<HASH> 100644
--- a/varify/static/scripts/javascript/min/ui/exporter.js
+++ b/varify/static/scripts/javascript/min/ui/exporter.js
@@ -1 +1 @@
-define(["cilantro"],function(e){var t=e.ui.E... | Remove unnecessary onRender override in exporter | chop-dbhi_varify | train |
2622413585990c225969ab1f8d38369501679484 | diff --git a/tests/pytesseract_test.py b/tests/pytesseract_test.py
index <HASH>..<HASH> 100644
--- a/tests/pytesseract_test.py
+++ b/tests/pytesseract_test.py
@@ -50,7 +50,7 @@ def test_file():
@pytest.fixture(scope='session')
def test_invalid_file():
- return 'invalid' + TEST_JPEG
+ return TEST_JPEG + 'inval... | Fix pep8 and catch SystemExit in tests | madmaze_pytesseract | train |
d5f57a69d54cf647c2efd2fffe43d4a4b0eaffa1 | diff --git a/modules/wycs/src/wycs/WycsMain.java b/modules/wycs/src/wycs/WycsMain.java
index <HASH>..<HASH> 100644
--- a/modules/wycs/src/wycs/WycsMain.java
+++ b/modules/wycs/src/wycs/WycsMain.java
@@ -197,7 +197,7 @@ public class WycsMain {
// + " reductions, " + Solver.numInferences
// + " inferences... | WYCS: some minor fixes. | Whiley_WhileyCompiler | train |
ebc251d986216117509c6d52c16238b82c78b5a8 | diff --git a/heron/schedulers/tests/java/com/twitter/heron/scheduler/slurm/SlurmLauncherTest.java b/heron/schedulers/tests/java/com/twitter/heron/scheduler/slurm/SlurmLauncherTest.java
index <HASH>..<HASH> 100644
--- a/heron/schedulers/tests/java/com/twitter/heron/scheduler/slurm/SlurmLauncherTest.java
+++ b/heron/sche... | Use correct method signature and fix test (#<I>) | apache_incubator-heron | train |
803de7468546277940d4acd0b7a30416780d8627 | diff --git a/test/e2e/lifecycle/cluster_upgrade.go b/test/e2e/lifecycle/cluster_upgrade.go
index <HASH>..<HASH> 100644
--- a/test/e2e/lifecycle/cluster_upgrade.go
+++ b/test/e2e/lifecycle/cluster_upgrade.go
@@ -24,7 +24,7 @@ import (
"path/filepath"
"regexp"
"strings"
- "sync"
+ "sync/atomic"
"time"
"k8s.io... | Speculative workaround for #<I>
We try using an atomic with a CAS, as a potential workaround for
issue #<I>.
Kudos to @neolit<I> for the investigation & idea.
This is a speculative workaround - we are really seeing if this is
better; if not we should revert.
If it is better we should file a bug against go <I>, and ... | kubernetes_kubernetes | train |
ce74f75fafcd4392e57762d3c047b85986306771 | diff --git a/http.js b/http.js
index <HASH>..<HASH> 100644
--- a/http.js
+++ b/http.js
@@ -118,9 +118,9 @@ function start (entry, opts) {
})
})
- router.route(/^\/assets\/([^?]*)(\?.*)?$/, function (req, res, params) {
- var prefix = 'assets' // TODO: also accept 'content'
- var name = prefix + '/' + p... | support content and public dirs in http (#<I>) | choojs_bankai | train |
7a7e152d5f27a126ab24d5af785569b096f70a2e | diff --git a/markovgen/markovgen.py b/markovgen/markovgen.py
index <HASH>..<HASH> 100644
--- a/markovgen/markovgen.py
+++ b/markovgen/markovgen.py
@@ -139,7 +139,8 @@ REGEXPS = {
'xchat': '[a-z.]+ [0-9]+ [0-9:]+ <[^ ]+> (<[^ ]+> )?(?P<message>.*)$',
'supybot': '^[^ ]* (<[^ ]+> )?(?P<message>.*)$',
'srt'... | Add ZNC as a source for logs | ProgVal_markovgen | train |
a4d79b0eb5a9e1cbf257fb38232bc3d8f4988171 | diff --git a/question/type/numerical/questiontype.php b/question/type/numerical/questiontype.php
index <HASH>..<HASH> 100644
--- a/question/type/numerical/questiontype.php
+++ b/question/type/numerical/questiontype.php
@@ -96,11 +96,11 @@ class question_numerical_qtype extends question_shortanswer_qtype {
function... | MDL-<I> Numerical questions occasionally mix up the order of their answers. Merged from MOODLE_<I>_STABLE. | moodle_moodle | train |
7a288ec6b3e60114cd779a5a48e0cfddcdbf57a5 | diff --git a/can-stache.js b/can-stache.js
index <HASH>..<HASH> 100644
--- a/can-stache.js
+++ b/can-stache.js
@@ -100,7 +100,7 @@ function stache (filename, template) {
if(section instanceof HTMLSectionBuilder) {
//!steal-remove-start
var last = state.sectionElementStack[state.sectionElementStack.leng... | Close bracket notation with the root, and don't warn when missing closing tag for warning | canjs_can-stache | train |
457018a0e4bf459b57d95daa40a6c3399d1bd90c | diff --git a/redisson/src/main/java/org/redisson/RedissonRateLimiter.java b/redisson/src/main/java/org/redisson/RedissonRateLimiter.java
index <HASH>..<HASH> 100644
--- a/redisson/src/main/java/org/redisson/RedissonRateLimiter.java
+++ b/redisson/src/main/java/org/redisson/RedissonRateLimiter.java
@@ -15,18 +15,7 @@
... | Feature - RExpirable interface added to RRateLimiter. #<I> | redisson_redisson | train |
0c27aa500d46438eb542f042b476cbe623a4d57c | diff --git a/libraries/joomla/database/driver.php b/libraries/joomla/database/driver.php
index <HASH>..<HASH> 100644
--- a/libraries/joomla/database/driver.php
+++ b/libraries/joomla/database/driver.php
@@ -965,7 +965,7 @@ abstract class JDatabaseDriver extends JDatabase implements JDatabaseInterface
{
$this->conn... | Fixed some inconsistency between JDatabaseQuery::quoteName and
JDatabaseDriver::quoteName and their aliases.
Also fixed two static variable initialization warnings. | joomla_joomla-framework | train |
a964095e10bf6b760ff7cc2a2392b6974cb6a097 | diff --git a/Kwf_js/EyeCandy/List.js b/Kwf_js/EyeCandy/List.js
index <HASH>..<HASH> 100644
--- a/Kwf_js/EyeCandy/List.js
+++ b/Kwf_js/EyeCandy/List.js
@@ -36,7 +36,8 @@ Ext.extend(Kwf.EyeCandy.List, Ext.util.Observable, {
'childMouseLeave': true,
'childClick': true,
'childStateCha... | do pause if a manual click is made in an eye candy list | koala-framework_koala-framework | train |
6eafca83dbb3ee5a300e9972109cfcd060bcf2d2 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -23,7 +23,8 @@ module.exports = () => {
ParseError : _error.ParseError,
LazyParseError : _error.LazyParseError,
- uncons: _stream.uncons,
+ uncons : _stream.uncons,
+ Arra... | :wrench: Fix `ArrayStream` is not exported | susisu_loquat-core | train |
f925fba059de5c9ac834d9a5ef2f668634cc1646 | diff --git a/tests/ClientTest.php b/tests/ClientTest.php
index <HASH>..<HASH> 100644
--- a/tests/ClientTest.php
+++ b/tests/ClientTest.php
@@ -143,14 +143,17 @@ class ClientTest extends TestCase
'000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f'
);
- $json = $histo... | Added id to request body assertion. | denpamusic_php-bitcoinrpc | train |
7473386f214a0725c9059497e181f2fe84824328 | diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/editorCommands.js b/bundles/org.eclipse.orion.client.ui/web/orion/editorCommands.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.ui/web/orion/editorCommands.js
+++ b/bundles/org.eclipse.orion.client.ui/web/orion/editorCommands.js
@@ -264,7... | Change keyboard shortcut for Rename and Goto Line commands (#<I>) | eclipse_orion.client | train |
0f9d6aa9c757e0408c2cbfa43dd66a53d750a7d4 | diff --git a/conn_linux_gteq_1.12_integration_test.go b/conn_linux_gteq_1.12_integration_test.go
index <HASH>..<HASH> 100644
--- a/conn_linux_gteq_1.12_integration_test.go
+++ b/conn_linux_gteq_1.12_integration_test.go
@@ -12,7 +12,7 @@ import (
"golang.org/x/sys/unix"
)
-func TestLinuxConnIntegrationTimeout(t *te... | netlink: fix names of some integration tests | mdlayher_netlink | train |
a62e64d4b92b01475d140df884f91592e723b419 | diff --git a/turnstile/limits.py b/turnstile/limits.py
index <HASH>..<HASH> 100644
--- a/turnstile/limits.py
+++ b/turnstile/limits.py
@@ -25,6 +25,12 @@ import msgpack
from turnstile import utils
+class DeferLimit(Exception):
+ """Exception raised if limit should not be considered."""
+
+ pass
+
+
class Bu... | Move the DeferLimit exception to the top of the file. | klmitch_turnstile | train |
a8ff37da7c51455f86bff903d5fc5de30d2bed97 | diff --git a/cobald/utility/concurrent/thread_runner.py b/cobald/utility/concurrent/thread_runner.py
index <HASH>..<HASH> 100644
--- a/cobald/utility/concurrent/thread_runner.py
+++ b/cobald/utility/concurrent/thread_runner.py
@@ -63,10 +63,11 @@ class ThreadRunner(BaseRunner):
def _start_outstanding(self):
... | reduced blocking of payload list for thread runner | MatterMiners_cobald | train |
6dc96dde14531b7d0af8fa3287e86c154f0b0a6c | diff --git a/elasticapm/contrib/asyncio/traces.py b/elasticapm/contrib/asyncio/traces.py
index <HASH>..<HASH> 100644
--- a/elasticapm/contrib/asyncio/traces.py
+++ b/elasticapm/contrib/asyncio/traces.py
@@ -29,9 +29,11 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
import functools
+from... | merge common code between capture_span and async_capture_span (#<I>)
this should avoid issues with changes only being implemented
in one of the two context managers | elastic_apm-agent-python | train |
d93c3298b7f07869ea69ac400554d0e94c9d6906 | diff --git a/channeldb/invoice_test.go b/channeldb/invoice_test.go
index <HASH>..<HASH> 100644
--- a/channeldb/invoice_test.go
+++ b/channeldb/invoice_test.go
@@ -1294,9 +1294,9 @@ func TestHTLCSet(t *testing.T) {
expSet2 := make(map[CircuitKey]*InvoiceHTLC)
checkHTLCSets := func() {
- require.Equal(t, expSetNil... | channeldb+invoice: add state filter to HTLCSet | lightningnetwork_lnd | train |
15bbbae3685dcd8a57b008b6a610e37c0e1d4a8c | diff --git a/src/hoist.js b/src/hoist.js
index <HASH>..<HASH> 100644
--- a/src/hoist.js
+++ b/src/hoist.js
@@ -10,6 +10,13 @@
for (var x in from) into[x] = from[x];
return into;
}
+
+ function extendAliases(into, from) {
+ for (var x in from) {
+ var xs = x.split(' ');
+ for (var i = 0; i < xs.length; i++... | some aliases for query terms for better niceness | hoist_hoist-js | train |
0316c98e0a064231cc532cb728eee8dbc40dc074 | diff --git a/src/Carbon/Lang/lt.php b/src/Carbon/Lang/lt.php
index <HASH>..<HASH> 100644
--- a/src/Carbon/Lang/lt.php
+++ b/src/Carbon/Lang/lt.php
@@ -35,42 +35,56 @@
* - Justinas (Gamesh)
*/
return [
- 'year' => ':count metus|:count metus|:count metų',
+ 'year' => ':count metai|:count metai|:count metais',
... | #<I> Fix Lithuanian declensions | briannesbitt_Carbon | train |
b9bc07d8f71c5de913bfb8f1bacd86caf733c477 | diff --git a/lib/node_modules/@stdlib/math/stats/incr/prod/lib/incrprod.js b/lib/node_modules/@stdlib/math/stats/incr/prod/lib/incrprod.js
index <HASH>..<HASH> 100644
--- a/lib/node_modules/@stdlib/math/stats/incr/prod/lib/incrprod.js
+++ b/lib/node_modules/@stdlib/math/stats/incr/prod/lib/incrprod.js
@@ -6,6 +6,12 @@ ... | Avoid temporary array creation by reusing allocated memory | stdlib-js_stdlib | train |
0e9a935797f472cebb0ae02493830abce12b5469 | diff --git a/pygmsh/built_in/geometry.py b/pygmsh/built_in/geometry.py
index <HASH>..<HASH> 100644
--- a/pygmsh/built_in/geometry.py
+++ b/pygmsh/built_in/geometry.py
@@ -458,9 +458,6 @@ class Geometry:
if holes:
assert with_volume
- print(x0)
- print(radii)
-
# Add points... | get ellipsoid to work | nschloe_pygmsh | train |
2047445a1b4fcc8d8ea83f69422555df5be774b1 | diff --git a/src/org/opencms/jsp/CmsJspNavBuilder.java b/src/org/opencms/jsp/CmsJspNavBuilder.java
index <HASH>..<HASH> 100644
--- a/src/org/opencms/jsp/CmsJspNavBuilder.java
+++ b/src/org/opencms/jsp/CmsJspNavBuilder.java
@@ -592,8 +592,8 @@ public class CmsJspNavBuilder {
for (CmsJspNavElement ne : curnav) {... | Fixed issue in site navigation with navigation levels containing only
file sub elements like redirects. | alkacon_opencms-core | train |
d8f8c42cec662c3b9e7a6804c1a40f50626d729b | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -123,7 +123,7 @@ let driver = {
if (!input || !input.pin)
return cb({"code": 403, "msg": driverConfig.errors[403]});
let modelUserObj = new SSOT.user(soajs);
- BL.user.find... | assured that pin login is matching code to tId within the same document of allowedTenant array | soajs_soajs.urac.driver | train |
de1965f3b20a3a04b61e899e218c33d6e5d7f85f | diff --git a/src/plugins/google_analytics/google_analytics.js b/src/plugins/google_analytics/google_analytics.js
index <HASH>..<HASH> 100644
--- a/src/plugins/google_analytics/google_analytics.js
+++ b/src/plugins/google_analytics/google_analytics.js
@@ -12,6 +12,7 @@ class GoogleAnalytics extends ContainerPlugin {
... | google analytics: allow setting domain name externally (closes #<I>) | clappr_clappr | train |
090deec1075d4847504e122c037b4aef505d97af | diff --git a/tests/test_statsd.py b/tests/test_statsd.py
index <HASH>..<HASH> 100644
--- a/tests/test_statsd.py
+++ b/tests/test_statsd.py
@@ -5,7 +5,7 @@ import uuid
import mock
import random
-from tornado import gen, iostream, tcpserver, testing
+from tornado import gen, locks, tcpserver, testing
from rejected... | Perhaps travis needs more sleepy time | gmr_rejected | train |
4ddbe4cccf1017685edfbaf701f8248d743597e8 | diff --git a/encode_builder.go b/encode_builder.go
index <HASH>..<HASH> 100644
--- a/encode_builder.go
+++ b/encode_builder.go
@@ -1,7 +1,6 @@
// Copyright 2017 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-
package goja... | add escaping sequence for encoding | francoispqt_gojay | train |
7a5a945d70df55b309efee442bf71ad92aef8c37 | diff --git a/src/frontend/org/voltdb/SnapshotSiteProcessor.java b/src/frontend/org/voltdb/SnapshotSiteProcessor.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/SnapshotSiteProcessor.java
+++ b/src/frontend/org/voltdb/SnapshotSiteProcessor.java
@@ -38,7 +38,6 @@ import java.util.concurrent.TimeUnit;
impo... | For ENG-<I>, add some fail fast checks to snapshot initiation to aid debugging | VoltDB_voltdb | train |
c60fb068e1138423690dd9fe500e31761d40efec | diff --git a/moto/cognitoidp/responses.py b/moto/cognitoidp/responses.py
index <HASH>..<HASH> 100644
--- a/moto/cognitoidp/responses.py
+++ b/moto/cognitoidp/responses.py
@@ -2,6 +2,7 @@ from __future__ import unicode_literals
import json
import os
+import re
from moto.core.responses import BaseResponse
from .m... | cognito-idp – Added format validation and implemented prefix operator for Filter param of list_users (#<I>) | spulec_moto | train |
ac051fc2bb157ca38ff7614124421b2bee5be553 | diff --git a/actions/class.Runner.php b/actions/class.Runner.php
index <HASH>..<HASH> 100644
--- a/actions/class.Runner.php
+++ b/actions/class.Runner.php
@@ -971,6 +971,10 @@ class taoQtiTest_actions_Runner extends tao_actions_ServiceModule
/**
* Manage the bidirectional communication
+ * @throws comm... | extended new services from ConfigurableService, because of service autoloading | oat-sa_extension-tao-testqti | train |
b5573b70809bed76a0397bb5bb196b6b2144d3d4 | diff --git a/src/main/java/org/junit/experimental/ParallelComputer.java b/src/main/java/org/junit/experimental/ParallelComputer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/junit/experimental/ParallelComputer.java
+++ b/src/main/java/org/junit/experimental/ParallelComputer.java
@@ -9,9 +9,7 @@ import java.u... | ParallelComputer doesn't have to assume BlockJUnit4Runner anymore | junit-team_junit4 | train |
12f9c51ba4d7fa9ad6e916bed6e39ab67f6d2687 | diff --git a/c7n/resources/sqs.py b/c7n/resources/sqs.py
index <HASH>..<HASH> 100644
--- a/c7n/resources/sqs.py
+++ b/c7n/resources/sqs.py
@@ -15,7 +15,7 @@ from __future__ import absolute_import, division, print_function, unicode_litera
from botocore.exceptions import ClientError
-from c7n.filters import CrossAcc... | sqs metrics - dimension fix for queue name (#<I>) | cloud-custodian_cloud-custodian | train |
7196943ab96e759e31ee6cdf2ec526cd7a844c0a | diff --git a/src/main/org/openscience/cdk/fingerprint/Fingerprinter.java b/src/main/org/openscience/cdk/fingerprint/Fingerprinter.java
index <HASH>..<HASH> 100644
--- a/src/main/org/openscience/cdk/fingerprint/Fingerprinter.java
+++ b/src/main/org/openscience/cdk/fingerprint/Fingerprinter.java
@@ -154,12 +154,11 @@ pub... | Updated findPathes so that it directly returns the hash values of the path strings, rather than creating a new HashMap to hold the paths and then evaluate the hashes in the caller. This saves a bit of memory in my tests and does not seem to degrade performance
git-svn-id: <URL> | cdk_cdk | train |
5857d63460c5ce965372fb0b7955e30d55975f64 | diff --git a/src/proxy.js b/src/proxy.js
index <HASH>..<HASH> 100644
--- a/src/proxy.js
+++ b/src/proxy.js
@@ -361,25 +361,27 @@ function peek(draft, prop) {
}
function markChanged(state) {
- let resetDrafts = true
- let assignFn = assign
- if (isMap(state.base)) {
- assignFn = assignMap
- } else... | refactor: markChanged function | immerjs_immer | train |
8a97b67885b4251eadefb5ef40358b1afcbe294b | diff --git a/src-modules/org/opencms/workplace/tools/sites/CmsSitesList.java b/src-modules/org/opencms/workplace/tools/sites/CmsSitesList.java
index <HASH>..<HASH> 100644
--- a/src-modules/org/opencms/workplace/tools/sites/CmsSitesList.java
+++ b/src-modules/org/opencms/workplace/tools/sites/CmsSitesList.java
@@ -73,6 ... | Improved favicons refresh for site management wp tool. | alkacon_opencms-core | train |
8d525cabedbeb7665fbcea36540b043c1f3aeae0 | diff --git a/pixiedust/display/chart/mpld3ChartDisplay.py b/pixiedust/display/chart/mpld3ChartDisplay.py
index <HASH>..<HASH> 100644
--- a/pixiedust/display/chart/mpld3ChartDisplay.py
+++ b/pixiedust/display/chart/mpld3ChartDisplay.py
@@ -182,7 +182,8 @@ class Mpld3ChartDisplay(ChartDisplay):
if self.supportsL... | Hack to fix legend bug in mpld3 | pixiedust_pixiedust | train |
44005c1344b4732409896791583d0f937d4f59ec | diff --git a/src/sap.m/src/sap/m/SegmentedButton.js b/src/sap.m/src/sap/m/SegmentedButton.js
index <HASH>..<HASH> 100644
--- a/src/sap.m/src/sap/m/SegmentedButton.js
+++ b/src/sap.m/src/sap/m/SegmentedButton.js
@@ -930,6 +930,7 @@ function(
this.addStyleClass("sapMSegBSelectWrapper");
this._lazyLoadSelectForm();
... | [FIX] sap.m.SegmentedButton: accessibility state is now maintained corretly
Accessibility attributes are added to the DOM representation of the SegmentedButton,
when a sap.m.Select control is rendererd inside.
Change-Id: I8a2f<I>f<I>a<I>beb<I>c4d6b0f<I>fc<I>dc3e1c8
BCP: <I> | SAP_openui5 | train |
c1d54cd30b5eea7d48d8188e9bde16974a4c2cab | diff --git a/oscrypto/_tls.py b/oscrypto/_tls.py
index <HASH>..<HASH> 100644
--- a/oscrypto/_tls.py
+++ b/oscrypto/_tls.py
@@ -123,6 +123,28 @@ def get_dh_params_length(server_handshake_bytes):
return output
+def parse_alert(server_handshake_bytes):
+ """
+ Parses the handshake for protocol alerts
+
+ ... | Handle graceful disconnects of tls.TLSSocket() on Windows | wbond_oscrypto | train |
e3d98862afff536b7056a53c35d386c0a036ce7e | diff --git a/lib/migrant/schema.rb b/lib/migrant/schema.rb
index <HASH>..<HASH> 100644
--- a/lib/migrant/schema.rb
+++ b/lib/migrant/schema.rb
@@ -106,6 +106,10 @@ module Migrant
def requires_migration?
false # All added to base table
end
+
+ def add_association(association)
+ parent_schema.add... | Fixed associations failing to be detected on inherited AR models | pascalh1011_migrant | train |
de0ebd7eb893a1745ff6045db0abd8e46a838e6e | diff --git a/nyawc/Crawler.py b/nyawc/Crawler.py
index <HASH>..<HASH> 100644
--- a/nyawc/Crawler.py
+++ b/nyawc/Crawler.py
@@ -202,6 +202,7 @@ class Crawler(object):
if action == CrawlerActions.DO_SKIP_TO_NEXT:
self.queue.move(queue_item, QueueItem.STATUS_FINISHED)
+ self.__spawn_new_... | Continue spawning new requests (if there are any) when skipping a
request. #4 | tijme_not-your-average-web-crawler | train |
645bd3ad5312bcb74a78796c391ae05dbb86394d | diff --git a/test/test_git.rb b/test/test_git.rb
index <HASH>..<HASH> 100644
--- a/test/test_git.rb
+++ b/test/test_git.rb
@@ -55,7 +55,7 @@ class TestGit < Test::Unit::TestCase
end
def test_raises_on_slow_shell
- Grit::Git.git_timeout = 0.001
+ Grit::Git.git_timeout = 0.0000001
assert_raises Grit::G... | set an even lower timeout in the test_raises_on_slow_shell test, to make it
pass on machines faster than an Atari | mojombo_grit | train |
57bd1d6ff5a45dff2972e2fd4474007976393554 | diff --git a/python/ray/worker.py b/python/ray/worker.py
index <HASH>..<HASH> 100644
--- a/python/ray/worker.py
+++ b/python/ray/worker.py
@@ -1053,6 +1053,28 @@ def _initialize_serialization(worker=global_worker):
custom_serializer=array_custom_serializer,
custom_deserializer=array_custom_deserialize... | Specialize Serialization for OrderedDict (#<I>)
Specialize Serialization for OrderedDict and defaultdict | ray-project_ray | train |
a43647605f1169b0c9515ba2ef02e24a5fc22319 | diff --git a/force/force.go b/force/force.go
index <HASH>..<HASH> 100644
--- a/force/force.go
+++ b/force/force.go
@@ -14,7 +14,7 @@ const (
testClientSecret = "4165772184959202901"
testUserName = "go-force@jalali.net"
testPassword = "golangrocks2"
- testSecurityToken = "JcQ8eqU5MawUq4z0vSbGKbqXy"
+ te... | Password Reset caused Security Token Reset | nimajalali_go-force | train |
49938ff48fe74dfe64dfc0a183a9caa3034ca85d | diff --git a/plenum/test/cli/test_basic_client_commands.py b/plenum/test/cli/test_basic_client_commands.py
index <HASH>..<HASH> 100644
--- a/plenum/test/cli/test_basic_client_commands.py
+++ b/plenum/test/cli/test_basic_client_commands.py
@@ -10,9 +10,9 @@ def testClientNames(cli, validNodeNames, createAllNodes):
... | fixed testClientNames and testCommandRegEx tests | hyperledger_indy-plenum | train |
3db4039ca4304749d373912a62c64c3713cc0900 | diff --git a/benchexec/tools/skink.py b/benchexec/tools/skink.py
index <HASH>..<HASH> 100644
--- a/benchexec/tools/skink.py
+++ b/benchexec/tools/skink.py
@@ -23,7 +23,8 @@ class Tool(benchexec.tools.template.BaseTool):
"include",
"logback-test.xml",
"skink.sh",
... | added missing path that broke the last run
Had to update REQUIRED_PATHS to pick up our exp jar. The last run was broken because of it. | sosy-lab_benchexec | train |
4747b0faa6b99b24dd92d717914d18154ffe85ec | diff --git a/bootstrap.py b/bootstrap.py
index <HASH>..<HASH> 100755
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -27,6 +27,8 @@ import time
from logging import Formatter, StreamHandler, getLogger
from pathlib import Path
+from install_dev_repos import REPOS, install_repo
+
# ---- Setup logger
fmt = Formatter('%(asct... | Bootstrap will install subrepos if not already installed in editable mode.
Flag provided to prevent this installation. | spyder-ide_spyder | train |
1c748907985042d2b8659505cd508e7ef7a84e9c | diff --git a/bundles/org.eclipse.orion.client.editor/web/orion/editor/tooltip.js b/bundles/org.eclipse.orion.client.editor/web/orion/editor/tooltip.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.editor/web/orion/editor/tooltip.js
+++ b/bundles/org.eclipse.orion.client.editor/web/orion/editor/tool... | Bug <I> - [Hover] Hover tooltip obscures code with multi line annotation | eclipse_orion.client | train |
a8d3851956389561865ffabcc5ee7ec09c8538d2 | diff --git a/instaloader/instaloader.py b/instaloader/instaloader.py
index <HASH>..<HASH> 100644
--- a/instaloader/instaloader.py
+++ b/instaloader/instaloader.py
@@ -758,17 +758,16 @@ class Instaloader:
),
check_bbd=self.check_resume_bbd,
enabled=self.resume_prefix is... | Nicer syntax for resumable_iteration usage | instaloader_instaloader | train |
a3d4f898c5901a08c49dd59664b6e4a7457bcdd0 | diff --git a/server/conn.go b/server/conn.go
index <HASH>..<HASH> 100644
--- a/server/conn.go
+++ b/server/conn.go
@@ -180,6 +180,7 @@ func (cc *clientConn) handshake(ctx context.Context) error {
return err
}
data := cc.alloc.AllocWithLen(4, 32)
+ data = append(data, mysql.OKHeader)
data = append(data, 0, 0)
... | server: fix wrong deletion introduced by #<I> (#<I>) | pingcap_tidb | train |
203d31f5e91c2f47fe33c8af9dfcc9c7bf9a912d | diff --git a/lib/styler/styles.js b/lib/styler/styles.js
index <HASH>..<HASH> 100644
--- a/lib/styler/styles.js
+++ b/lib/styler/styles.js
@@ -16,6 +16,7 @@ exports.stops = {
cx: 0,
cy: 0,
fill: function (display, data) {
+ if (data.stop.isEndPoint) return '#fff';
if (data.stop.isBranchPoint) return '#... | Different stops display labels at different zooms | conveyal_transitive.js | train |
2ea73a90e01f05dee83344797027b71d6baf20b4 | diff --git a/lib/cancan/model_adapters/active_record_adapter.rb b/lib/cancan/model_adapters/active_record_adapter.rb
index <HASH>..<HASH> 100644
--- a/lib/cancan/model_adapters/active_record_adapter.rb
+++ b/lib/cancan/model_adapters/active_record_adapter.rb
@@ -73,8 +73,8 @@ module CanCan
value.delete... | Fixes nested ability conditions in issue #<I> | CanCanCommunity_cancancan | train |
a40ee15e5a109aab63e45e8b4d64f412a4767d27 | diff --git a/src/serverError.js b/src/serverError.js
index <HASH>..<HASH> 100644
--- a/src/serverError.js
+++ b/src/serverError.js
@@ -1,9 +1,9 @@
class ServerError extends Error {
- constructor ({ statusCode, reason, error }, query) {
- super(`Cubic-client encountered an error while requesting ${query}: ${statusC... | fix: Fix ServerErrors returning `undefined` as reason. | cubic-js_cubic | train |
d3ddb4af8d26a04aacbd20eeb4b68217894231bd | diff --git a/src/textlint-rule-no-nfd.js b/src/textlint-rule-no-nfd.js
index <HASH>..<HASH> 100644
--- a/src/textlint-rule-no-nfd.js
+++ b/src/textlint-rule-no-nfd.js
@@ -12,9 +12,11 @@ function reporter(context) {
return;
}
const text = getSource(node);
- matchCapt... | feat(rule): VOICED SOUND MARK \u<I>b \u<I>c support | azu_textlint-rule-no-nfd | train |
28c2050b05230505ecc17af84aadf3ae482ace8d | diff --git a/config/server.js b/config/server.js
index <HASH>..<HASH> 100644
--- a/config/server.js
+++ b/config/server.js
@@ -509,7 +509,7 @@ module.exports = function (server) {
* match those in the certificate.
*/
- server.set('jwks_uri', undefined);
+ server.set('jwks_uri', issuer + '/jwks');
/**... | added jwks_uri to discovery endpoint | anvilresearch_connect | train |
5efe38401aa23ffed686cf2651faed3ed2592898 | diff --git a/lib/cucumber/salad/table.rb b/lib/cucumber/salad/table.rb
index <HASH>..<HASH> 100644
--- a/lib/cucumber/salad/table.rb
+++ b/lib/cucumber/salad/table.rb
@@ -126,6 +126,8 @@ module Cucumber
@rows ||= table.hashes.map { |h| new_row(h) }
end
+ alias_method :to_a, :rows
+
private... | Alias Table#to_a -> #rows. | mojotech_capybara-ui | train |
8cc5fd82e60278b5fc5076a1f39197f30b665123 | diff --git a/src/widgets/dialog/dialog_helper.js b/src/widgets/dialog/dialog_helper.js
index <HASH>..<HASH> 100644
--- a/src/widgets/dialog/dialog_helper.js
+++ b/src/widgets/dialog/dialog_helper.js
@@ -15,9 +15,9 @@
return new Promise ( resolve => {
- $modals.one ( 'modal:close dialog:close', () => r... | Dialog: ensuring modals and dialogs are being closed via the common “Modal” constructor | svelto_svelto | train |
18c3c1759af65a82937b16a9a7e3393dccf9f906 | diff --git a/lib/Doctrine/DBAL/DBALException.php b/lib/Doctrine/DBAL/DBALException.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/DBAL/DBALException.php
+++ b/lib/Doctrine/DBAL/DBALException.php
@@ -24,6 +24,7 @@ class DBALException extends \Exception
const ERROR_DUPLICATE_KEY = 1;
const ERROR_UNKNOWN_TAB... | [DBAL-<I>] Implement error detection on foreign key constraint exception for mysql and sqlite | doctrine_dbal | train |
f6d4323b62c4ff201a6a9ee0bee8579f6a877759 | diff --git a/kerncraft/models/benchmark.py b/kerncraft/models/benchmark.py
index <HASH>..<HASH> 100644
--- a/kerncraft/models/benchmark.py
+++ b/kerncraft/models/benchmark.py
@@ -7,8 +7,11 @@ import subprocess
from functools import reduce
import operator
import sys
-import six
from distutils.spawn import find_execu... | more generic likwid-perfctr output parsing | RRZE-HPC_kerncraft | train |
eecc5410dbfcdc59e2cba3f4255f03b58783ae27 | diff --git a/src/core/services/gesture/gesture.js b/src/core/services/gesture/gesture.js
index <HASH>..<HASH> 100644
--- a/src/core/services/gesture/gesture.js
+++ b/src/core/services/gesture/gesture.js
@@ -552,8 +552,10 @@ function attachToDocument( $mdGesture, $$MdGestureHandler ) {
function clickHijacker(ev) {
... | fix(mdGesture): fix form submit via enter/go button on iOS (#<I>) (#<I>) | angular_material | train |
a77576cf74ab6c42f8d56e67ea47f04589382ae1 | diff --git a/config/datadog-helper.php b/config/datadog-helper.php
index <HASH>..<HASH> 100644
--- a/config/datadog-helper.php
+++ b/config/datadog-helper.php
@@ -46,6 +46,6 @@ return [
| Since the UDP method uses the a local dogstatsd instance you don't need to setup
| any additional application/api access.
... | Default transport should match underlying library (UDP). | chaseconey_laravel-datadog-helper | train |
42bf9fac3217f359adcbd2aa405dc23394bce913 | diff --git a/lib/kamerling/value.rb b/lib/kamerling/value.rb
index <HASH>..<HASH> 100644
--- a/lib/kamerling/value.rb
+++ b/lib/kamerling/value.rb
@@ -15,7 +15,7 @@ module Kamerling
end
def to_h
- attributes.map { |(key, val)| { key => serialise(val) } }.reduce(:merge)
+ attributes.map { |key, val... | Value#to_h: no need to destructure in Hash#map | chastell_kamerling | train |
423d55d4831ada8f8093dc78c5f241183b5aba3c | diff --git a/components/Router/helpers/parsed-link/actions.js b/components/Router/helpers/parsed-link/actions.js
index <HASH>..<HASH> 100644
--- a/components/Router/helpers/parsed-link/actions.js
+++ b/components/Router/helpers/parsed-link/actions.js
@@ -11,7 +11,6 @@ import popTabToRoot from '@shopgate/pwa-core/comman... | CON-<I> Removed router check against index route path | shopgate_pwa | train |
4f364bcc670ca9510ec834ec28621e54e223fae4 | diff --git a/io/rtp/src/main/java/org/mobicents/media/server/impl/rtp/RtpChannel.java b/io/rtp/src/main/java/org/mobicents/media/server/impl/rtp/RtpChannel.java
index <HASH>..<HASH> 100644
--- a/io/rtp/src/main/java/org/mobicents/media/server/impl/rtp/RtpChannel.java
+++ b/io/rtp/src/main/java/org/mobicents/media/serve... | #<I> RTP connection now sets properly the rtcp-mux flag. | RestComm_media-core | train |
dd00a6edd658bc9d42abe6d4c352e1a7a01f4722 | diff --git a/holoviews/plotting/plotly/chart3d.py b/holoviews/plotting/plotly/chart3d.py
index <HASH>..<HASH> 100644
--- a/holoviews/plotting/plotly/chart3d.py
+++ b/holoviews/plotting/plotly/chart3d.py
@@ -22,7 +22,7 @@ class Chart3DPlot(ElementPlot):
def init_layout(self, key, element, ranges):
l, b, zm... | Fixed z-axis label in Plotly | pyviz_holoviews | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.