hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
1539f351feaf778000e50e389002f94f1ee4de96 | diff --git a/tool/tsh/main.go b/tool/tsh/main.go
index <HASH>..<HASH> 100644
--- a/tool/tsh/main.go
+++ b/tool/tsh/main.go
@@ -368,16 +368,18 @@ export SSH_AGENT_PID=%v
# you can redirect this output into a file and call 'source' on it
`, socketAddr.Addr, pid)
- // making a client leads to the creation of a client.... | Make teleagent use the LocalKeyAgent. | gravitational_teleport | train |
0134f059577c1d551dee82871fb4499260e2b5e9 | diff --git a/lib/dbus/marshall.rb b/lib/dbus/marshall.rb
index <HASH>..<HASH> 100644
--- a/lib/dbus/marshall.rb
+++ b/lib/dbus/marshall.rb
@@ -209,7 +209,7 @@ module DBus
packet << do_parse(elem)
end
when Type::VARIANT
- string = get_nul_terminated
+ string = get_signature
... | Drake Wilson's fix for a bug as old as ruby-dbus.
git-svn-id: <URL> | mvidner_ruby-dbus | train |
9ff353c2ede8d436150bc6b4b2195a3d82ac486e | diff --git a/sentry-android-core/src/main/java/io/sentry/android/core/SentryAndroidOptions.java b/sentry-android-core/src/main/java/io/sentry/android/core/SentryAndroidOptions.java
index <HASH>..<HASH> 100644
--- a/sentry-android-core/src/main/java/io/sentry/android/core/SentryAndroidOptions.java
+++ b/sentry-android-c... | ref: Sample ANR (getsentry/sentry-android#<I>) | getsentry_sentry-java | train |
e83389f61b35bbced33b03d76bdf8e817420e5d0 | diff --git a/src/main/java/com/coreoz/plume/scheduler/Scheduler.java b/src/main/java/com/coreoz/plume/scheduler/Scheduler.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/coreoz/plume/scheduler/Scheduler.java
+++ b/src/main/java/com/coreoz/plume/scheduler/Scheduler.java
@@ -99,6 +99,8 @@ public final class Sche... | Log adjustment and npe correction in trace log | Coreoz_Wisp | train |
fe6c38ba1a322547fa475a0fb6a8144bd2be6985 | diff --git a/Changelog.md b/Changelog.md
index <HASH>..<HASH> 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -9,6 +9,7 @@
### New feature
- Added iCal export feature, initiated by @joooeey (#197).
+- Fix PRODID pattern for iCal exports: `"PRODID:-//workalendar//ical {__version__}//EN"`, using current workalendar v... | Fix PRODID pattern for iCal exports: using current workalendar version
refs #<I> | peopledoc_workalendar | train |
97549be20351ba0f0ac1db76a68292c36566add5 | diff --git a/ksvd/__init__.py b/ksvd/__init__.py
index <HASH>..<HASH> 100644
--- a/ksvd/__init__.py
+++ b/ksvd/__init__.py
@@ -1,5 +1,6 @@
# coding:utf-8
import numpy as np
+import scipy as sp
from sklearn.linear_model import orthogonal_mp_gram
@@ -26,8 +27,18 @@ class ApproximateKSVD(object):
gamma... | Replace the initialization of dictionary with svd | nel215_ksvd | train |
500bb12df794555c841d5e4fc8a0ad56c3a416d9 | diff --git a/generator/test/classes/propel/GeneratedObjectTest.php b/generator/test/classes/propel/GeneratedObjectTest.php
index <HASH>..<HASH> 100644
--- a/generator/test/classes/propel/GeneratedObjectTest.php
+++ b/generator/test/classes/propel/GeneratedObjectTest.php
@@ -310,6 +310,10 @@ class GeneratedObjectTest ex... | Added additional test for problem Alan reported. | propelorm_Propel | train |
d9c363b5ddad186edb3d4a51f0509f67e496c69c | diff --git a/src/com/jfoenix/skins/JFXButtonSkin.java b/src/com/jfoenix/skins/JFXButtonSkin.java
index <HASH>..<HASH> 100644
--- a/src/com/jfoenix/skins/JFXButtonSkin.java
+++ b/src/com/jfoenix/skins/JFXButtonSkin.java
@@ -36,8 +36,8 @@ import javafx.scene.paint.Color;
import javafx.util.Duration;
import com.jfoe... | fixed JFXButton with icon doesn't ripple correctly | jfoenixadmin_JFoenix | train |
e1c7f0dd87bb08dc156c21904e693e114dc34d99 | diff --git a/openquake/engine/engine.py b/openquake/engine/engine.py
index <HASH>..<HASH> 100644
--- a/openquake/engine/engine.py
+++ b/openquake/engine/engine.py
@@ -460,6 +460,10 @@ def job_from_file(cfg_file_path, username, log_level='info', exports=(),
if haz_job: # for risk calculations
check_haza... | Warn when using a hazard generated by another user | gem_oq-engine | train |
94df9032c40eeb3c1aca5918eff9a219973387dd | diff --git a/publishOnSave.js b/publishOnSave.js
index <HASH>..<HASH> 100644
--- a/publishOnSave.js
+++ b/publishOnSave.js
@@ -7,7 +7,6 @@
function mongoosePublishOnSave (schema, options) {
options = options || {}
- Publish = options.redis
schema.pre('save', function (next) {
this.publish()
@@ -15,6 ... | Change Publish from global variable to local variable | tblobaum_mongoose-troop | train |
f11c2fbf02b2fc152d44320f89f6445cf2af29b5 | diff --git a/lib/seeclickfix/client/service_request_types.rb b/lib/seeclickfix/client/service_request_types.rb
index <HASH>..<HASH> 100644
--- a/lib/seeclickfix/client/service_request_types.rb
+++ b/lib/seeclickfix/client/service_request_types.rb
@@ -2,6 +2,16 @@ module SeeClickFix
class Client
module ServiceRe... | Added documentation for list service request types | codeforamerica_seeclickfix_rb | train |
7db92a1a9315b80fe06dcf74d9f7a140c3f741e3 | diff --git a/src/VersionParser.php b/src/VersionParser.php
index <HASH>..<HASH> 100644
--- a/src/VersionParser.php
+++ b/src/VersionParser.php
@@ -69,8 +69,14 @@ class VersionParser
return $stability === 'rc' ? 'RC' : $stability;
}
+ /**
+ * @deprecated Use PackageInterface::getFullPrettyVersion ... | Mark VersionParser::formatVersion() as deprecated
With <I>c<I>ff, this will be handled nicely. | composer_semver | train |
1c36f07b9c5ca7552f9c9a285698c896685c4b02 | diff --git a/lib/phusion_passenger/native_support.rb b/lib/phusion_passenger/native_support.rb
index <HASH>..<HASH> 100644
--- a/lib/phusion_passenger/native_support.rb
+++ b/lib/phusion_passenger/native_support.rb
@@ -40,7 +40,9 @@ class NativeSupportLoader
end
def start
- if try_load || download_binary_and_lo... | Only print 'passenger_native_support successfully loaded' if the native extension was downloaded or compiled | phusion_passenger | train |
59791b6e7c24e0f11db46f41797cec199e7da5cd | diff --git a/library/blur/handling.rb b/library/blur/handling.rb
index <HASH>..<HASH> 100644
--- a/library/blur/handling.rb
+++ b/library/blur/handling.rb
@@ -90,15 +90,14 @@ module Blur
# Called when a user changed nickname.
#
# == Callbacks:
- # Emits :user_rename with the parameters +channe... | Fixed issue with user_rename not sending the old nickname on nickchange | mkroman_blur | train |
d490e2319a69233515d82671d91d203e26b5d854 | diff --git a/lib/mingle4r/common_class_methods.rb b/lib/mingle4r/common_class_methods.rb
index <HASH>..<HASH> 100644
--- a/lib/mingle4r/common_class_methods.rb
+++ b/lib/mingle4r/common_class_methods.rb
@@ -168,28 +168,33 @@ module Mingle4r
# creates an active resource class dynamically. All the attributes are set... | refactoring common_class_methods.rb | arusarka_mingle4r | train |
a952e506be7a28b1dc8c4ae816c908b93fd47e92 | diff --git a/cmd/tsuru/ops/main.go b/cmd/tsuru/ops/main.go
index <HASH>..<HASH> 100644
--- a/cmd/tsuru/ops/main.go
+++ b/cmd/tsuru/ops/main.go
@@ -19,6 +19,7 @@ const (
func buildManager(name string) *cmd.Manager {
m := cmd.BuildBaseManager(name, version, header)
m.Register(&tsuru.AppList{})
+ m.Register(&tsuru.Se... | cmd/tsuru-admin: register set-cname command
Related to #<I>. | tsuru_tsuru | train |
6b96449a6e98b1758b2468d4df0296182db5f732 | diff --git a/lib/sinatra/base.rb b/lib/sinatra/base.rb
index <HASH>..<HASH> 100644
--- a/lib/sinatra/base.rb
+++ b/lib/sinatra/base.rb
@@ -1743,29 +1743,22 @@ module Sinatra
end
end
- # Fixes encoding issues by
- # * defaulting to UTF-8
- # * casting params to Encoding.default_external
- #
- ... | Remove unnecessary code for force_encoding
Since Rack 2 requires Ruby <I>+, the extra logic for determining
string encoding is no longer necessary. Outdated comments were
also removed. | sinatra_sinatra | train |
0ff364a91f07924550d2f80fc50e2be4d1b10a4a | diff --git a/spyder/app/mainwindow.py b/spyder/app/mainwindow.py
index <HASH>..<HASH> 100644
--- a/spyder/app/mainwindow.py
+++ b/spyder/app/mainwindow.py
@@ -1289,7 +1289,7 @@ class MainWindow(QMainWindow, SpyderConfigurationAccessor):
def moveEvent(self, event):
"""Reimplement Qt method"""
- if... | Main Window: Validate that Layout plugin exists in its moveEvent method | spyder-ide_spyder | train |
608dc60fbbf41628021b74338aaca1c74743299f | diff --git a/demos/overlays.html b/demos/overlays.html
index <HASH>..<HASH> 100644
--- a/demos/overlays.html
+++ b/demos/overlays.html
@@ -106,8 +106,8 @@
const dialog = document.createElement('elix-notification-dialog');
dialog.textContent = 'Hello, world';
dialog.choices = dialog.constructor.OK_C... | open() promise now resolves on completion of open, not closed.
whenOpened/whenClosed properties return the current promise for open/close. | elix_elix | train |
4720e24d10ee592f86770f29c5895a7ac867b5ce | diff --git a/openquake/hazardlib/gsim/bindi_2014.py b/openquake/hazardlib/gsim/bindi_2014.py
index <HASH>..<HASH> 100644
--- a/openquake/hazardlib/gsim/bindi_2014.py
+++ b/openquake/hazardlib/gsim/bindi_2014.py
@@ -61,14 +61,14 @@ def _get_magnitude_scaling_term(C, mag):
return C["e1"] + (C["b3"] * dmag)
-... | Ported more GMPEs | gem_oq-engine | train |
ef607cb2be222fd09acd419cb085cd50772d3936 | diff --git a/tests/conftest.py b/tests/conftest.py
index <HASH>..<HASH> 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -54,9 +54,14 @@ def patch_vcrpy_filters(request):
yield
-@pytest.fixture(autouse=True, scope='session')
+@pytest.yield_fixture(autouse=True, scope='session')
def process_co... | patch testing username in live mode to make all tests pass. | IvanMalison_okcupyd | train |
db610a7eb06a1f514a116082a8265f3ed570d2f1 | diff --git a/test/parse.test.js b/test/parse.test.js
index <HASH>..<HASH> 100644
--- a/test/parse.test.js
+++ b/test/parse.test.js
@@ -11,6 +11,8 @@ describe('Parse', function() {
});
it('should throw an error when using an unknown mode', function() {
- assert.throws(parse('{"a": 1}', 'invalid_mode'), Error)... | :green_heart: assert.throws takes a closure. | mongodb-js_extended-json | train |
21480cfc6fbe1da481698484549ecb490f098994 | diff --git a/setuptools/msvc9_support.py b/setuptools/msvc9_support.py
index <HASH>..<HASH> 100644
--- a/setuptools/msvc9_support.py
+++ b/setuptools/msvc9_support.py
@@ -62,7 +62,7 @@ def query_vcvarsall(version, arch='x86', *args, **kwargs):
# If vcvarsall.bat fail, try to set environment directly
try:
- ... | Make function private and don't use a different name for it, as it performs the same purpose. Also, it doesn't set anything. | pypa_setuptools | train |
0ab172ffb17997fad61d22f2f37ab1cb97159649 | diff --git a/aq/select_parser.py b/aq/select_parser.py
index <HASH>..<HASH> 100644
--- a/aq/select_parser.py
+++ b/aq/select_parser.py
@@ -33,9 +33,9 @@ def replace_json_get(tokens):
# keywords
(UNION, ALL, AND, INTERSECT, EXCEPT, COLLATE, ASC, DESC, ON, USING, NATURAL, INNER,
CROSS, LEFT, OUTER, JOIN, AS, INDEXED,... | Fix sql parser for missing AND and OR operators | lebinh_aq | train |
77775cdadbd440bc58fd5de5d706aa061ed93bcb | diff --git a/src/blocks/scratch3_looks.js b/src/blocks/scratch3_looks.js
index <HASH>..<HASH> 100644
--- a/src/blocks/scratch3_looks.js
+++ b/src/blocks/scratch3_looks.js
@@ -101,7 +101,7 @@ Scratch3LooksBlocks.prototype._setCostumeOrBackdrop = function (target,
requestedCostume === 'next backdrop')... | Switch to using number directly, instead of toNumber for costume switch (#<I>) | LLK_scratch-vm | train |
c256657c4416902deb64e70bf190ad806dfe7911 | diff --git a/lib/chef/provider/package/zypper.rb b/lib/chef/provider/package/zypper.rb
index <HASH>..<HASH> 100644
--- a/lib/chef/provider/package/zypper.rb
+++ b/lib/chef/provider/package/zypper.rb
@@ -20,6 +20,7 @@
require_relative "../package"
require_relative "../../resource/zypper_package"
+require_relative "z... | Added require zypper version for resolve source to version | chef_chef | train |
38733fd891f6d3022a5c0bd7aef98c4ee7ad5b55 | diff --git a/packages/ember-engines/lib/utils/deeply-non-duplicated-addon.js b/packages/ember-engines/lib/utils/deeply-non-duplicated-addon.js
index <HASH>..<HASH> 100644
--- a/packages/ember-engines/lib/utils/deeply-non-duplicated-addon.js
+++ b/packages/ember-engines/lib/utils/deeply-non-duplicated-addon.js
@@ -1,5 +... | Add exclude list to addon dedupe logic | ember-engines_ember-engines | train |
ccd5ab5f82812abc2eb518448832cc20fb903345 | diff --git a/python/pyspark/tests.py b/python/pyspark/tests.py
index <HASH>..<HASH> 100644
--- a/python/pyspark/tests.py
+++ b/python/pyspark/tests.py
@@ -165,11 +165,17 @@ class TestAddFile(PySparkTestCase):
def test_add_py_file(self):
# To ensure that we're actually testing addPyFile's effects, check th... | [SPARK-<I>] [PySpark] keep silent in worker if JVM close the socket
During rdd.take(n), JVM will close the socket if it had got enough data, the Python worker should keep silent in this case.
In the same time, the worker should not print the trackback into stderr if it send the traceback to JVM successfully. | apache_spark | train |
c6592852d427d05ef37ea22d31d8d9b869aa1789 | diff --git a/src/edu/rpi/cct/misc/indexing/IndexLuceneImpl.java b/src/edu/rpi/cct/misc/indexing/IndexLuceneImpl.java
index <HASH>..<HASH> 100644
--- a/src/edu/rpi/cct/misc/indexing/IndexLuceneImpl.java
+++ b/src/edu/rpi/cct/misc/indexing/IndexLuceneImpl.java
@@ -582,7 +582,7 @@ public abstract class IndexLuceneImpl imp... | More fixes to CmdUtil so that creates and moves work better
Fixed entity deletion so that entity is removed from all preferred sets.
Temp disabled lucen optimization - saves about <I>% cpu
Renamed an exception
Fixed jsp so filter appears in admin collection mod form | Bedework_bw-util | train |
dff900cf015e87607ea94ec3f2dc02e8ad6515d4 | diff --git a/src/Command/Config/ExportCommand.php b/src/Command/Config/ExportCommand.php
index <HASH>..<HASH> 100644
--- a/src/Command/Config/ExportCommand.php
+++ b/src/Command/Config/ExportCommand.php
@@ -141,8 +141,12 @@ class ExportCommand extends Command
// Get all override data from the remaining col... | [config:export] Create paths when exporting collections. (#<I>)
* [config:export] Create paths when exporting collections.
* Adjust code-style. | hechoendrupal_drupal-console | train |
1da584308d59b9029549804a7feaa4818ea0e289 | diff --git a/manager/state/raft/raft.go b/manager/state/raft/raft.go
index <HASH>..<HASH> 100644
--- a/manager/state/raft/raft.go
+++ b/manager/state/raft/raft.go
@@ -1206,12 +1206,28 @@ func (n *Node) applyRemoveNode(cc raftpb.ConfChange) (err error) {
// If the node from where the remove is issued is
// a followe... | wait the raft conf change commit ack to be sent | docker_swarmkit | train |
0d5a25022d810ccd4f80e90624014e0957bd8ab6 | diff --git a/dev/com.ibm.ws.security.oauth/src/com/ibm/ws/security/oauth20/web/OAuth20ClientMetatypeService.java b/dev/com.ibm.ws.security.oauth/src/com/ibm/ws/security/oauth20/web/OAuth20ClientMetatypeService.java
index <HASH>..<HASH> 100644
--- a/dev/com.ibm.ws.security.oauth/src/com/ibm/ws/security/oauth20/web/OAuth... | Fix double byte character encoding for OAuth client metatype API
Fixes the OAuth client metatype API to set the response header character encoding to UTF-8, but to write the API string itself as a UTF-<I> string. | OpenLiberty_open-liberty | train |
88578aa9e9c3deaf634acc53d1460ac3e4d17e03 | diff --git a/integration/network/service_test.go b/integration/network/service_test.go
index <HASH>..<HASH> 100644
--- a/integration/network/service_test.go
+++ b/integration/network/service_test.go
@@ -401,9 +401,11 @@ func TestServiceWithDefaultAddressPoolInit(t *testing.T) {
defer cli.Close()
// Create a overl... | TestServiceWithDefaultAddressPoolInit
Looks like TestServiceWithDefaultAddressPoolInit is failing
randomly in CI. I am not able to reproduce the issue locally
but this has been reported few times. So I tried to modify
code and see if I can fix the random failure. | moby_moby | train |
31637af242404401bc47f36353e87a0bfac8b493 | diff --git a/support/cas-server-support-pac4j-core/src/main/java/org/apereo/cas/validation/DelegatedAuthenticationAccessStrategyHelper.java b/support/cas-server-support-pac4j-core/src/main/java/org/apereo/cas/validation/DelegatedAuthenticationAccessStrategyHelper.java
index <HASH>..<HASH> 100644
--- a/support/cas-serve... | pass delegation authz if no client name is available/collected | apereo_cas | train |
b2c64d063e4ae740d775f74430247aab56395fab | diff --git a/angr/storage/memory_mixins/paged_memory/paged_memory_mixin.py b/angr/storage/memory_mixins/paged_memory/paged_memory_mixin.py
index <HASH>..<HASH> 100644
--- a/angr/storage/memory_mixins/paged_memory/paged_memory_mixin.py
+++ b/angr/storage/memory_mixins/paged_memory/paged_memory_mixin.py
@@ -7,7 +7,6 @@ i... | PagedMemoryMixin: Optimization: Do not compare bytes for the same page. (#<I>) | angr_angr | train |
d5f4a2f038f6d4cb43f3857c649374adb0ab6602 | diff --git a/src/scripts/utils/validate.js b/src/scripts/utils/validate.js
index <HASH>..<HASH> 100644
--- a/src/scripts/utils/validate.js
+++ b/src/scripts/utils/validate.js
@@ -8,7 +8,8 @@ import fileUtils from './files';
let validate = {
BIDS,
- JSON
+ JSON,
+ TSV
};
export default validate;
@@ ... | setup stub for tsv validation | OpenNeuroOrg_openneuro | train |
76de82109c0a00a5e360574f629f9de11303d737 | diff --git a/lib/brainstem/api_docs/formatters/open_api_specification/helper.rb b/lib/brainstem/api_docs/formatters/open_api_specification/helper.rb
index <HASH>..<HASH> 100644
--- a/lib/brainstem/api_docs/formatters/open_api_specification/helper.rb
+++ b/lib/brainstem/api_docs/formatters/open_api_specification/helper.... | Implement helper method format_http_method to return a formatted http method for a given endpoint | mavenlink_brainstem | train |
56ff36412943b2c4e7e5b927a2589297274530ed | diff --git a/src/clearly/core.py b/src/clearly/core.py
index <HASH>..<HASH> 100644
--- a/src/clearly/core.py
+++ b/src/clearly/core.py
@@ -190,7 +190,7 @@ class Clearly(object):
print(colors.DIM('{:>{}}'.format('==>', HEADER_SIZE)),
self._typed_text(task.result))
- def _state_color(... | fix(core) missing param in method signature | rsalmei_clearly | train |
21e27d68f4dee0f0ecc60cacefe5681087f5122d | diff --git a/src/Commands/Esi/Update/PublicInfo.php b/src/Commands/Esi/Update/PublicInfo.php
index <HASH>..<HASH> 100644
--- a/src/Commands/Esi/Update/PublicInfo.php
+++ b/src/Commands/Esi/Update/PublicInfo.php
@@ -60,13 +60,6 @@ class PublicInfo extends Command
protected $description = 'Schedule updater jobs for ... | Bug: New stations constructor needs array | eveseat_console | train |
48a09253c226e4eeec7c80302b9c8c88f2af4d54 | diff --git a/src/Zf2Logger/Listener/Response.php b/src/Zf2Logger/Listener/Response.php
index <HASH>..<HASH> 100644
--- a/src/Zf2Logger/Listener/Response.php
+++ b/src/Zf2Logger/Listener/Response.php
@@ -119,13 +119,25 @@ class Response implements ListenerAggregateInterface
public function logResponse(EventInterfac... | Update logger to not log binary content | eddiejaoude_zf2-logger | train |
78cee3f2dd4bcbc2bb40078b3fef40b7e4363b36 | diff --git a/spec/javascripts/jax/webgl/lighting_spec.js b/spec/javascripts/jax/webgl/lighting_spec.js
index <HASH>..<HASH> 100644
--- a/spec/javascripts/jax/webgl/lighting_spec.js
+++ b/spec/javascripts/jax/webgl/lighting_spec.js
@@ -2,10 +2,9 @@ describe("LightManager", function() {
var mgr;
describe("when ... | Update shadowmap failback spec for Jax <I> | sinisterchipmunk_jax | train |
69f8211a3ae06db48edef9fb5ff45c2da20f3341 | diff --git a/src/test/java/nl/hsac/fitnesse/fixture/util/XmlHttpResponseTest.java b/src/test/java/nl/hsac/fitnesse/fixture/util/XmlHttpResponseTest.java
index <HASH>..<HASH> 100755
--- a/src/test/java/nl/hsac/fitnesse/fixture/util/XmlHttpResponseTest.java
+++ b/src/test/java/nl/hsac/fitnesse/fixture/util/XmlHttpRespons... | Added test from Yarden source. | fhoeben_hsac-fitnesse-fixtures | train |
f5932798df1b4307e4dabc6f6f3fde43d5f65177 | diff --git a/addon/services/tour.js b/addon/services/tour.js
index <HASH>..<HASH> 100644
--- a/addon/services/tour.js
+++ b/addon/services/tour.js
@@ -219,6 +219,7 @@ export default Ember.Service.extend({
return tourData.map((step) => {
return {
+ condition: get(step, 'condition'),
target:... | Do not ignore condition functions for tour steps | mydea_ember-site-tour | train |
6d9d962ffe0a1df625e333f070725c706a43637b | diff --git a/spead2/test/test_passthrough.py b/spead2/test/test_passthrough.py
index <HASH>..<HASH> 100644
--- a/spead2/test/test_passthrough.py
+++ b/spead2/test/test_passthrough.py
@@ -385,14 +385,14 @@ class TestPassthroughUdpIbv(BaseTestPassthrough):
# mlx5 drivers only enable multicast loopback if there a... | Fix test failures when ibv support not compiled in | ska-sa_spead2 | train |
251179327d05c1f5349f31f6bc80306d87c8149c | diff --git a/test/e2e/kubelet_perf.go b/test/e2e/kubelet_perf.go
index <HASH>..<HASH> 100644
--- a/test/e2e/kubelet_perf.go
+++ b/test/e2e/kubelet_perf.go
@@ -165,7 +165,7 @@ var _ = Describe("Kubelet", func() {
"/docker-daemon": {0.50: 0.03, 0.95: 0.06},
},
},
- {podsPerNode: 40,
+ {podsPerNode: 35,... | Change the pods per node from <I> to <I> for resource tracking tests
The maximum number of pods allowed on kubelet is <I>. Let's not exceed that in
the tests. | kubernetes_kubernetes | train |
f0a69d0e46277c805f22617499356891926e6a32 | diff --git a/edalize/modelsim.py b/edalize/modelsim.py
index <HASH>..<HASH> 100644
--- a/edalize/modelsim.py
+++ b/edalize/modelsim.py
@@ -177,6 +177,7 @@ class Modelsim(Edatool):
def configure_main(self):
tcl_main = open(os.path.join(self.work_root, "edalize_main.tcl"), 'w')
+ tcl_main.write("on... | Ensure errors that occur during compilation trigger exit error codes that make will act on | olofk_edalize | train |
dc625bd7e608ad34fa5e1d0d469afde11c1df93b | diff --git a/docs/api.rst b/docs/api.rst
index <HASH>..<HASH> 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -5,9 +5,17 @@ API reference
:members: Node, Producer, Consumer
:exclude-members: run
+
Utilities
---------
.. automodule:: fluteline
- :exclude-members: Node, Producer, Consumer, consume
+ :m... | Expose the queues. Fix #4 | Nagasaki45_fluteline | train |
7477e8a4d745e41b55ce03128cec07197a995d07 | diff --git a/util/src/test/java/com/ning/billing/KillbillTestSuite.java b/util/src/test/java/com/ning/billing/KillbillTestSuite.java
index <HASH>..<HASH> 100644
--- a/util/src/test/java/com/ning/billing/KillbillTestSuite.java
+++ b/util/src/test/java/com/ning/billing/KillbillTestSuite.java
@@ -25,7 +25,8 @@ import org.... | util: shorten the logger name in KillbillTestSuite
This saves some space on the screen. | killbill_killbill | train |
2c1b54f573bd7a4a42d5f14286cc129808b2f385 | diff --git a/cmd/ctr/snapshot.go b/cmd/ctr/snapshot.go
index <HASH>..<HASH> 100644
--- a/cmd/ctr/snapshot.go
+++ b/cmd/ctr/snapshot.go
@@ -4,11 +4,14 @@ import (
"context"
"fmt"
"os"
+ "strings"
"text/tabwriter"
+ "github.com/Sirupsen/logrus"
"github.com/containerd/containerd/progress"
"github.com/contain... | cmd/ctr: add prepare subcommand to snapshot
This changeset adds `prepare` subcommand to `ctr snapshot` and removes
`prepare` from `dist rootfs` to keep the basic snapshot operation commands
together. | containerd_containerd | train |
119be3f71f1b6184d07451f9bbb6e4214b77c1db | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,7 @@
- Preserve `Eloquent\Builder` when using filterColumn api. Allows us to use model scope and any eloquent magics.
- Fractal integration extracted to own plugin [laravel-datatables-fractal](https... | Make object response as the default output. | yajra_laravel-datatables | train |
1f5f2a1798597aced7a3ed6ca3d8c2c5775806cd | diff --git a/tests/behat/features/bootstrap/SilverStripe/Framework/Test/Behaviour/CmsFormsContext.php b/tests/behat/features/bootstrap/SilverStripe/Framework/Test/Behaviour/CmsFormsContext.php
index <HASH>..<HASH> 100644
--- a/tests/behat/features/bootstrap/SilverStripe/Framework/Test/Behaviour/CmsFormsContext.php
+++ ... | Updated html field to support quotes | silverstripe_silverstripe-framework | train |
ca4c7ac2bf64616326e85a014d8e20196c685b88 | diff --git a/api/server/version.go b/api/server/version.go
index <HASH>..<HASH> 100644
--- a/api/server/version.go
+++ b/api/server/version.go
@@ -7,7 +7,7 @@ import (
)
// Version of IronFunctions
-var Version = "0.1.60"
+var Version = "0.1.61"
func handleVersion(c *gin.Context) {
c.JSON(http.StatusOK, gin.H{... | functions: <I> release [skip ci] | iron-io_functions | train |
fe5e224aaf023df06a7917b273ef550767a1823c | diff --git a/niworkflows/interfaces/registration.py b/niworkflows/interfaces/registration.py
index <HASH>..<HASH> 100644
--- a/niworkflows/interfaces/registration.py
+++ b/niworkflows/interfaces/registration.py
@@ -4,8 +4,9 @@ ReportCapableInterfaces for registration tools
"""
from __future__ import absolute_import... | Add BBRegisterRPT
Choose subject's T1 as the fixed image, since no explicit reference is
specified | poldracklab_niworkflows | train |
d44beb0c9d68a1d1b94721def48ca0dac328ecb3 | diff --git a/moto/cloudformation/responses.py b/moto/cloudformation/responses.py
index <HASH>..<HASH> 100644
--- a/moto/cloudformation/responses.py
+++ b/moto/cloudformation/responses.py
@@ -729,7 +729,7 @@ DESCRIBE_STACKS_TEMPLATE = """<DescribeStacksResponse>
{% if stack.change_set_id %}
<ChangeSetI... | Fix:Cloudformation descibe stacks special chars (#<I>)
* Fix:descibe stacks special chars
* removed debug statements
* Linting | spulec_moto | train |
a6f9f7c30d416e9bb8ee2a829d78dc37355a2a97 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,12 +12,15 @@ All notable changes to this project will be documented in this file.
- BC: Move GraphViz interface from Builder to Writer
- BC: Refactor and changing data model in Json Writer
- BC: Rename f... | removed fqcn awareness in location entity | mamuz_PhpDependencyAnalysis | train |
40e9df8816d9af8006c5a952a1138acff11319e6 | diff --git a/lib/rest-core/middleware/json_decode.rb b/lib/rest-core/middleware/json_decode.rb
index <HASH>..<HASH> 100644
--- a/lib/rest-core/middleware/json_decode.rb
+++ b/lib/rest-core/middleware/json_decode.rb
@@ -26,6 +26,7 @@ class RestCore::JsonDecode
module MultiJson
def self.extended mod
+ requ... | json_decode.rb: this patch is for compatibility | godfat_rest-core | train |
ffabf1caa83e17fee6de9fa7d9c40f53671baa00 | diff --git a/src/Dflydev/DotAccessData/Data.php b/src/Dflydev/DotAccessData/Data.php
index <HASH>..<HASH> 100644
--- a/src/Dflydev/DotAccessData/Data.php
+++ b/src/Dflydev/DotAccessData/Data.php
@@ -100,6 +100,9 @@ class Data implements DataInterface
if (!isset($currentValue[$currentKey])) {
... | Additional testing, set cannot clobber strings, get should return null if trying to index into a string instead of an array. | dflydev_dflydev-dot-access-data | train |
6aeea75e9ea595f2d4a3f0857e48f269e3486082 | diff --git a/keepkeylib/client.py b/keepkeylib/client.py
index <HASH>..<HASH> 100644
--- a/keepkeylib/client.py
+++ b/keepkeylib/client.py
@@ -749,7 +749,8 @@ class ProtocolMixin(object):
tx = msg.transactions.add()
if self.tx_api:
- tx.CopyFrom(self.tx_api.get_tx(binascii.hex... | The API expects a string, not bytes
This is what trezor's lib does | keepkey_python-keepkey | train |
9511dea21d2b9ab16fc19cc2cd81c5f005221a3a | diff --git a/lib/Skeleton/Pager/Web/Pager.php b/lib/Skeleton/Pager/Web/Pager.php
index <HASH>..<HASH> 100644
--- a/lib/Skeleton/Pager/Web/Pager.php
+++ b/lib/Skeleton/Pager/Web/Pager.php
@@ -396,6 +396,7 @@ class Pager {
if (!isset($_GET['q']) AND isset($_SESSION['pager'][$pager_uri_key]) AND Config::$sticky_pager)... | don't apply local conditions when generated from options hash | tigron_skeleton-pager | train |
0e7bbc356578bdbab210b41f877e8cdb216de3bd | diff --git a/docs/components/Changelog.js b/docs/components/Changelog.js
index <HASH>..<HASH> 100644
--- a/docs/components/Changelog.js
+++ b/docs/components/Changelog.js
@@ -6,6 +6,13 @@ class Changelog extends React.Component {
<div>
<h1>Change Log</h1>
+ <h2>MX React Components V 6.5.0</h2>
... | Added ability to set aria-live and role on elements | mxenabled_mx-react-components | train |
830971d5eea56cf005eb7ad5192f47253a4bd282 | diff --git a/src/Fadion/ValidatorAssistant/Subrules.php b/src/Fadion/ValidatorAssistant/Subrules.php
index <HASH>..<HASH> 100644
--- a/src/Fadion/ValidatorAssistant/Subrules.php
+++ b/src/Fadion/ValidatorAssistant/Subrules.php
@@ -14,6 +14,11 @@ class Subrules
private $rules;
/**
+ * @var array Custom at... | Subrules can be set in attributes too | fadion_ValidatorAssistant | train |
35ad9febceacbb0a40efe84b08205bb13222c1b5 | diff --git a/rpc/args.go b/rpc/args.go
index <HASH>..<HASH> 100644
--- a/rpc/args.go
+++ b/rpc/args.go
@@ -145,12 +145,8 @@ func (args *GetBlockByNumberArgs) UnmarshalJSON(b []byte) (err error) {
return NewInsufficientParamsError(len(obj), 2)
}
- if v, ok := obj[0].(float64); ok {
- args.BlockNumber = int64(v)
... | Update eth_getBlockByNumber to accept words | ethereum_go-ethereum | train |
2a3c57b78539e18d6c523520348b298e86ee39d1 | diff --git a/ccxt.js b/ccxt.js
index <HASH>..<HASH> 100644
--- a/ccxt.js
+++ b/ccxt.js
@@ -550,6 +550,14 @@ const Exchange = function (config) {
return result;
}
+ this.parseTrades = function (trades, market = undefined) {
+ let result = [];
+ for (let t = 0; t < trades.length; t++) {
+... | moved parseTrades to base class | ccxt_ccxt | train |
3c054bc40ff1f6f06a75cac1be393bc172035456 | diff --git a/tests/trinity/json-fixtures-over-rpc/test_rpc_fixtures.py b/tests/trinity/json-fixtures-over-rpc/test_rpc_fixtures.py
index <HASH>..<HASH> 100644
--- a/tests/trinity/json-fixtures-over-rpc/test_rpc_fixtures.py
+++ b/tests/trinity/json-fixtures-over-rpc/test_rpc_fixtures.py
@@ -15,6 +15,9 @@ from eth_utils ... | Cut rpc state test time in half | ethereum_py-evm | train |
190158304a0b46598357150c88fff906f893cc0c | diff --git a/sos/sosreport.py b/sos/sosreport.py
index <HASH>..<HASH> 100644
--- a/sos/sosreport.py
+++ b/sos/sosreport.py
@@ -1620,8 +1620,7 @@ class SoSReport(object):
except (OSError, IOError):
print(_("Error moving checksum file: %s" % archive_hash))
- if archive and c... | [sosreport] --batch option does not display results
Fixing a regression caused by 8e<I>d<I> .
Resolves: #<I> | sosreport_sos | train |
1859741ec7da734bc76aeeb03b8119073b01ea19 | diff --git a/lib/librarian/chef/cli.rb b/lib/librarian/chef/cli.rb
index <HASH>..<HASH> 100644
--- a/lib/librarian/chef/cli.rb
+++ b/lib/librarian/chef/cli.rb
@@ -37,7 +37,7 @@ module Librarian
environment.config_db.local["install.strip-dot-git"] = strip_dot_git_val
end
if options.include?(... | Use the name path instead of install.path to parallel bundler. | applicationsonline_librarian | train |
ddf827f9fe2f67c46881274079c41aeaab0eccbb | diff --git a/kbfs/main.go b/kbfs/main.go
index <HASH>..<HASH> 100644
--- a/kbfs/main.go
+++ b/kbfs/main.go
@@ -6,6 +6,9 @@ import (
"flag"
_ "fmt"
"log"
+ "os"
+ "os/signal"
+ "runtime/pprof"
"github.com/hanwen/go-fuse/fuse/nodefs"
libkb "github.com/keybase/go-libkb"
@@ -18,12 +21,45 @@ func GetUI() libkb.U... | kbfsd: allow cpu and memory profiling, and turn off leveldb compression | keybase_client | train |
5ec135560da5ddf141d8925947c9b05b5041d369 | diff --git a/src/wp-cli/wp.js b/src/wp-cli/wp.js
index <HASH>..<HASH> 100644
--- a/src/wp-cli/wp.js
+++ b/src/wp-cli/wp.js
@@ -12,26 +12,10 @@ class WP {
run() {
if (this.command.async) {
- var shell = exec(this.command.prompt, this.command.execOptions)
-
- if (this.command.verbose... | organise the wp class to make more managable | moshie_astro | train |
5e3c8a14b138ad157592ebeb1c1bdf9e1e4d4346 | diff --git a/boletosimples.gemspec b/boletosimples.gemspec
index <HASH>..<HASH> 100644
--- a/boletosimples.gemspec
+++ b/boletosimples.gemspec
@@ -26,16 +26,16 @@ Gem::Specification.new do |gem|
gem.add_dependency 'her', '~> 1.0'
# Gems that must be installed for boletosimples to compile and build
+ gem.add_de... | Bump up version to <I> | BoletoSimples_boletosimples-ruby | train |
1392b0ac79a97f0bf31ef4d1fa716f7f1b676fca | diff --git a/leancloud/object_.py b/leancloud/object_.py
index <HASH>..<HASH> 100644
--- a/leancloud/object_.py
+++ b/leancloud/object_.py
@@ -302,9 +302,9 @@ class Object(object):
return result
def fetch(self):
- response = client.get('/classes/{}/{}'.format(self._class_name, self.id))
- ... | bugfix for Object#fetch, and add test case for this. | leancloud_python-sdk | train |
689f6adec73ef0381ec974935dac7824931548b3 | diff --git a/Consumption/QueueConsumer.php b/Consumption/QueueConsumer.php
index <HASH>..<HASH> 100644
--- a/Consumption/QueueConsumer.php
+++ b/Consumption/QueueConsumer.php
@@ -133,40 +133,14 @@ class QueueConsumer
return;
} catch (\Exception $exception) {
- $logger->err... | BAP-<I>: Review changes
- move on interruption by exception to private class. | oroinc_OroMessageQueueComponent | train |
5e1cc2b9b149733df93c3850c19db00631576ea2 | diff --git a/src/org/teachingkidsprogramming/section07events/DeepDive07Events.java b/src/org/teachingkidsprogramming/section07events/DeepDive07Events.java
index <HASH>..<HASH> 100644
--- a/src/org/teachingkidsprogramming/section07events/DeepDive07Events.java
+++ b/src/org/teachingkidsprogramming/section07events/DeepDiv... | Updated DD7 w/Samantha | TeachingKidsProgramming_TeachingKidsProgramming.Source.Java | train |
c5bea6a21cdd9ba46dd1d0d9ab8b0d15fb1f8e2f | diff --git a/android/src/main/java/com/navigationhybrid/navigator/Navigator.java b/android/src/main/java/com/navigationhybrid/navigator/Navigator.java
index <HASH>..<HASH> 100644
--- a/android/src/main/java/com/navigationhybrid/navigator/Navigator.java
+++ b/android/src/main/java/com/navigationhybrid/navigator/Navigato... | make `getMode` public | listenzz_react-native-navigation-hybrid | train |
56e352b7aa642f0599833c748632481916435e63 | diff --git a/src/ol/source/bingmapssource.js b/src/ol/source/bingmapssource.js
index <HASH>..<HASH> 100644
--- a/src/ol/source/bingmapssource.js
+++ b/src/ol/source/bingmapssource.js
@@ -140,7 +140,7 @@ ol.source.BingMaps.prototype.handleImageryMetadataResponse =
this.ready_ = true;
- this.dispatchLoadEvent();
... | Dispatch change events instead of load events when sources change | openlayers_openlayers | train |
32c212287d3b2c05aee631fe1b47768c51ac8edc | diff --git a/gandi/cli/commands/disk.py b/gandi/cli/commands/disk.py
index <HASH>..<HASH> 100644
--- a/gandi/cli/commands/disk.py
+++ b/gandi/cli/commands/disk.py
@@ -220,7 +220,7 @@ def delete(gandi, resource, force, background):
@click.option('--source', default=None, type=DISK_IMAGE,
help='Create a d... | disk: fix help for datacenter disk creation | Gandi_gandi.cli | train |
a71bb34e0b532a9ca175ded091cbdcf8c61dd181 | diff --git a/tests/unit/test_utils.py b/tests/unit/test_utils.py
index <HASH>..<HASH> 100644
--- a/tests/unit/test_utils.py
+++ b/tests/unit/test_utils.py
@@ -1,27 +1,14 @@
-import os
+import unittest
-from pathlib import Path
from juju.utils import juju_config_dir, juju_ssh_key_paths
-def test_config_dir():
- ... | fix unit tests
... to be actual unit tests (as opposed to being integration tests
that tests the actual setup in which it's being run) | juju_python-libjuju | train |
8c7fc3919d3e131da6a2121158084ed480dbec2a | diff --git a/build/build.py b/build/build.py
index <HASH>..<HASH> 100755
--- a/build/build.py
+++ b/build/build.py
@@ -57,19 +57,19 @@ def get_python_bin_path(python_bin_path_flag):
# Bazel
-BAZEL_BASE_URI = "https://github.com/bazelbuild/bazel/releases/download/0.29.1/"
+BAZEL_BASE_URI = "https://github.com/bazel... | Upgrade bazel from <I> to <I> (#<I>) | tensorflow_probability | train |
2dab52ae9b0fd7a70ebb6e76fcddff25df154c61 | diff --git a/db/migrate/20130107050049_add_invitation_code_to_users.rb b/db/migrate/20130107050049_add_invitation_code_to_users.rb
index <HASH>..<HASH> 100644
--- a/db/migrate/20130107050049_add_invitation_code_to_users.rb
+++ b/db/migrate/20130107050049_add_invitation_code_to_users.rb
@@ -1,5 +1,6 @@
class AddInvitat... | Make migrations compatible with SQLite (#<I>) | huginn_huginn | train |
482703c6b996627527c15f4422a251b76c26e39b | diff --git a/Builder/ORM/ShowBuilder.php b/Builder/ORM/ShowBuilder.php
index <HASH>..<HASH> 100644
--- a/Builder/ORM/ShowBuilder.php
+++ b/Builder/ORM/ShowBuilder.php
@@ -26,12 +26,15 @@ class ShowBuilder implements ShowBuilderInterface
return new FieldDescriptionCollection;
}
- public function addFi... | Refactor the ShowBuilder::add to match FormBuilder::add method | sonata-project_SonataAdminBundle | train |
b43559ffb0293c16b6774c27bcab9c8a64522186 | diff --git a/lib/Core/Reflection/Collection/ReflectionInterfaceCollection.php b/lib/Core/Reflection/Collection/ReflectionInterfaceCollection.php
index <HASH>..<HASH> 100644
--- a/lib/Core/Reflection/Collection/ReflectionInterfaceCollection.php
+++ b/lib/Core/Reflection/Collection/ReflectionInterfaceCollection.php
@@ -3... | Updating internal calls to take advantage of new API | phpactor_worse-reflection | train |
f94ced101019daae86d6e752c0d18beb7efdfb83 | diff --git a/lib/deprecatedlib.php b/lib/deprecatedlib.php
index <HASH>..<HASH> 100644
--- a/lib/deprecatedlib.php
+++ b/lib/deprecatedlib.php
@@ -492,7 +492,7 @@ function get_teacher($courseid) {
$context = get_context_instance(CONTEXT_COURSE, $courseid);
- if ($users = get_users_by_capability($context, 'm... | Fix sort on get_teacher to get the most senior teacher | moodle_moodle | train |
c7c8f5fc240ad9597adb396b319627811c1ab48a | diff --git a/yaurtww/__init__.py b/yaurtww/__init__.py
index <HASH>..<HASH> 100644
--- a/yaurtww/__init__.py
+++ b/yaurtww/__init__.py
@@ -35,5 +35,5 @@ def main():
return
if arguments['<filename>']:
- files = _parse_filenames(arguments['<filename>'])
- urls = [_get_url(file_to_dl) for fil... | instantiate Manifest object and get list of requests | urtdevs_yaurtww | train |
6d7b14a5a2f4555f2f083103c6e6d09a5cfb272b | diff --git a/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/flyway/FlywayPropertiesTests.java b/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/flyway/FlywayPropertiesTests.java
index <HASH>..<HASH> 100644
--- a/sprin... | Revert test assertion until we switch to framework snapshots | spring-projects_spring-boot | train |
9dec90013fca40883f8953c58a1b74a76109cb65 | diff --git a/test/extended/router/router.go b/test/extended/router/router.go
index <HASH>..<HASH> 100644
--- a/test/extended/router/router.go
+++ b/test/extended/router/router.go
@@ -7,6 +7,7 @@ import (
g "github.com/onsi/ginkgo"
o "github.com/onsi/gomega"
+ corev1 "k8s.io/api/core/v1"
kapierrs "k8s.io/apimach... | Fix the router tests host name to use the external load balancer service
host name if it is available.
On aws when the proxy protocol is enabled, the cluster ip would talk the
"proxy" protocol, so we have to use the external load balancer host name to
talk http[s]. | openshift_origin | train |
2e5c0144093519838ee1e80676727d579e84d2a7 | diff --git a/aws/config.go b/aws/config.go
index <HASH>..<HASH> 100644
--- a/aws/config.go
+++ b/aws/config.go
@@ -38,6 +38,12 @@ func (c Config) Merge(newcfg *Config) *Config {
cfg.Credentials = c.Credentials
}
+ if newcfg != nil && newcfg.Endpoint != "" {
+ cfg.Endpoint = newcfg.Endpoint
+ } else {
+ cfg.End... | Include the Endpoint field while merging configs
This is required to let users override the default endpoints, for
example when using DynamoDB Local. | aws_aws-sdk-go | train |
7c9e1285cc1e0f037d5d3214718324e8c10edec6 | diff --git a/src/ItemList.php b/src/ItemList.php
index <HASH>..<HASH> 100644
--- a/src/ItemList.php
+++ b/src/ItemList.php
@@ -12,9 +12,10 @@ use ArrayIterator;
use Countable;
use IteratorAggregate;
use Traversable;
-use function array_shift;
+use function array_pop;
+use function array_reverse;
use function count;... | Reverse internal ordering of ItemList so that it can use O(1) array_pop rather than O(n) array_shift | dvdoug_BoxPacker | train |
eabdb21c89e8aa1e007ebf533f11a5a6d37769f8 | diff --git a/src/leaflet_layer.js b/src/leaflet_layer.js
index <HASH>..<HASH> 100755
--- a/src/leaflet_layer.js
+++ b/src/leaflet_layer.js
@@ -145,6 +145,7 @@ function extendLeaflet(options) {
// Add GL canvas to layer container
this.scene.container = this.getContainer();
+ ... | fix map size initialization between leaflet/tangram
(avoid initial 0x0 map size) | tangrams_tangram | train |
714ed899ae46e55bd713d0da0c13c4c5398c4dd9 | diff --git a/hszinc/parser.py b/hszinc/parser.py
index <HASH>..<HASH> 100644
--- a/hszinc/parser.py
+++ b/hszinc/parser.py
@@ -273,6 +273,12 @@ def parse_scalar(scalar, mode=MODE_ZINC):
return MARKER
elif isinstance(scalar, bool):
return scalar
+ elif scalar == 'n:INF':
+ ... | parser: Implement INF, -INF and NaN for JSON | vrtsystems_hszinc | train |
0a7c833452eaf0ab1d0942af5074ea5090b5a9a4 | diff --git a/services/npm/npm-base.js b/services/npm/npm-base.js
index <HASH>..<HASH> 100644
--- a/services/npm/npm-base.js
+++ b/services/npm/npm-base.js
@@ -99,7 +99,7 @@ module.exports = class NpmBase extends BaseJsonService {
try {
packageData = json.versions[latestVersion]
} catch (e) {
- ... | Fix an edge case in NpmBase (#<I>)
I noticed this when I copied this code while I was working on #<I>. | badges_shields | train |
f1cc87382f4b09f8fe0efef11529e4c9d6cb5cf3 | diff --git a/src/func/types.js b/src/func/types.js
index <HASH>..<HASH> 100644
--- a/src/func/types.js
+++ b/src/func/types.js
@@ -54,3 +54,7 @@ export type FormRelationshipT = {
sourceBBID: string,
targetBBID: string
};
+
+export type FormLanguageT = {
+ id: number
+}; | feat(func/types): Add language alias to types | bookbrainz_bookbrainz-data-js | train |
40a041161d94d461e9828d0159643a133470c74a | diff --git a/seravo-plugin.php b/seravo-plugin.php
index <HASH>..<HASH> 100755
--- a/seravo-plugin.php
+++ b/seravo-plugin.php
@@ -1,7 +1,7 @@
<?php // phpcs:disable WordPress.Files.FileName.InvalidClassFileName
/**
* Plugin Name: Seravo Plugin
- * Version: 1.8.0
+ * Version: 1.8.1
* Plugin URI: https://github.co... | Bump to version <I> in development | Seravo_seravo-plugin | train |
7401fbddf2abed05c0ebf52edfc6e2722b1335e2 | diff --git a/src/helpers/utf8.js b/src/helpers/utf8.js
index <HASH>..<HASH> 100644
--- a/src/helpers/utf8.js
+++ b/src/helpers/utf8.js
@@ -126,7 +126,7 @@ module.exports.utf8 = function (/* start, end, esc, handler */) {
})
.quiet().continue(-3).trimRight()
.addRule('u', 4, function utf8Pus... | Fix: utf8 helper result in quiet mode | pierrec_node-atok-parser | train |
1ec732d8117adc7e5714367fb7dbbcc031806a55 | diff --git a/tests/lib/screenshot-testing/run-tests.js b/tests/lib/screenshot-testing/run-tests.js
index <HASH>..<HASH> 100644
--- a/tests/lib/screenshot-testing/run-tests.js
+++ b/tests/lib/screenshot-testing/run-tests.js
@@ -27,6 +27,8 @@ if (options['help']) {
app.printHelpAndExit();
}
+options['tests'] = ['... | Debugging dashboard issues on travis. | matomo-org_matomo | train |
9625f93084913fe671ae43a70f521319dd95c098 | diff --git a/pylama/core.py b/pylama/core.py
index <HASH>..<HASH> 100644
--- a/pylama/core.py
+++ b/pylama/core.py
@@ -43,7 +43,7 @@ def run(path='', code=None, rootdir=CURDIR, options=None):
if params.get('skip'):
return errors
- for item in linters:
+ for item in ... | allow the setting of linters for specific files | klen_pylama | train |
934e5522d6cfb8b23c8a952de157ffd5cc1f9eda | diff --git a/cmd/veneur/main.go b/cmd/veneur/main.go
index <HASH>..<HASH> 100644
--- a/cmd/veneur/main.go
+++ b/cmd/veneur/main.go
@@ -171,6 +171,9 @@ func handlePacket(workers []*veneur.Worker, packet []byte) {
veneur.Stats.Count("packet.error_total", 1, nil, 1.0)
return
}
+ if len(veneur.Config.Tags) > 0 {
+ ... | Move global tags out of parser
The parser should ideally have no dependencies on config. | stripe_veneur | train |
e0d95226d4860fb4c611d0fe8a5fde4256cce246 | diff --git a/megaman/utils/eigendecomp.py b/megaman/utils/eigendecomp.py
index <HASH>..<HASH> 100644
--- a/megaman/utils/eigendecomp.py
+++ b/megaman/utils/eigendecomp.py
@@ -291,8 +291,9 @@ def null_space(M, k, k_skip=1, eigen_solver='arpack', tol=1E-6, max_iter=100,
n_components = min(k + k_skip + 10, M.... | BUG: pass random_state through from null_space to eigen_decomposition | mmp2_megaman | train |
60cc31f0f99e507f1b54c0d716e931b020af13d6 | diff --git a/phy/utils/context.py b/phy/utils/context.py
index <HASH>..<HASH> 100644
--- a/phy/utils/context.py
+++ b/phy/utils/context.py
@@ -50,7 +50,9 @@ class Context(object):
logger.warn("Joblib is not installed. "
"Install it with `conda install joblib`.")
self._... | WIP: test map parallel on dask array | kwikteam_phy | train |
b2c7486f587675331bca9bb3c109690522ded7d4 | diff --git a/lib/rack/parser.rb b/lib/rack/parser.rb
index <HASH>..<HASH> 100644
--- a/lib/rack/parser.rb
+++ b/lib/rack/parser.rb
@@ -22,7 +22,7 @@ module Rack
'application/json' => Proc.new { |body| MultiJson.decode(body) }
}
- attr_reader :content_types
+ attr_reader :content_types, :error_respon... | Support custom errors with a proc. untested. | achiurizo_rack-parser | train |
dade041b25247776ce2216343d68df77c5a61010 | diff --git a/nion/swift/DocumentController.py b/nion/swift/DocumentController.py
index <HASH>..<HASH> 100644
--- a/nion/swift/DocumentController.py
+++ b/nion/swift/DocumentController.py
@@ -229,6 +229,8 @@ class DocumentController(Window.Window):
self._migrate_project_action = self._file_menu.add_menu_item(_(... | Allow user to change the work project. | nion-software_nionswift | train |
c65d50b287c6d6da0443cec8ea63a619c2553adf | diff --git a/troposphere/appmesh.py b/troposphere/appmesh.py
index <HASH>..<HASH> 100644
--- a/troposphere/appmesh.py
+++ b/troposphere/appmesh.py
@@ -50,7 +50,7 @@ class VirtualService(AWSObject):
}
-class HealthCheckPolicy(AWSProperty):
+class HealthCheck(AWSProperty):
props = {
'HealthyThresho... | Fixed issue #<I> wrong appmesh Listener property and #<I> dependson should be a type list and #<I> proxy props should be list (#<I>)
* Fixed bug for issue #<I>
* Changing dependson to list issue #<I>
* Addressing issue #<I> | cloudtools_troposphere | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.