hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
81e74682035087ff959b35c99c8b40dbac63d1c7 | diff --git a/browser/lib/token.js b/browser/lib/token.js
index <HASH>..<HASH> 100755
--- a/browser/lib/token.js
+++ b/browser/lib/token.js
@@ -267,6 +267,16 @@ base.fn.nextNW = function() {
}
+base.fn.lineStart = function(breakFn) {
+ return this.findRev(function() {
+ var x = this
+ if(this.rbracket) retur... | added support for missing () after bang | weepy_kaffeine | train |
9123d76742f35990d366f369c68261070919e5a9 | diff --git a/sos/actions.py b/sos/actions.py
index <HASH>..<HASH> 100644
--- a/sos/actions.py
+++ b/sos/actions.py
@@ -282,8 +282,10 @@ def sos_run(workflow=None, targets=None, shared=[], args={}, **kwargs):
return Base_Executor(wf, args=args, shared=shared,
config={'config_file': env.sos_... | Use unique task IDs for tasks with different input (#<I>) | vatlab_SoS | train |
1611d9b9177a20a900ca9b016e8b8a39b2444120 | diff --git a/src/League/OAuth2/Client/Provider/Facebook.php b/src/League/OAuth2/Client/Provider/Facebook.php
index <HASH>..<HASH> 100755
--- a/src/League/OAuth2/Client/Provider/Facebook.php
+++ b/src/League/OAuth2/Client/Provider/Facebook.php
@@ -28,7 +28,7 @@ class Facebook extends IdentityProvider
$user = ... | Fix issue if Facebook user doesn't have a username | thephpleague_oauth2-client | train |
9ab8a1b8a42feea91400a83df3b80e1524d2e4f1 | diff --git a/librosa/decompose.py b/librosa/decompose.py
index <HASH>..<HASH> 100644
--- a/librosa/decompose.py
+++ b/librosa/decompose.py
@@ -155,10 +155,10 @@ def hpss(S, kernel_size=31, power=2.0, mask=False):
# Compute median filters. Pre-allocation here preserves memory layout.
harm = np.empty_like(S)
... | reverted to medfilt2d, much faster | librosa_librosa | train |
6c70411ffe9b909c1bfe3f9e863f61f6abf84d2c | diff --git a/lib/droplet_kit/mappings/droplet_mapping.rb b/lib/droplet_kit/mappings/droplet_mapping.rb
index <HASH>..<HASH> 100644
--- a/lib/droplet_kit/mappings/droplet_mapping.rb
+++ b/lib/droplet_kit/mappings/droplet_mapping.rb
@@ -35,6 +35,7 @@ module DropletKit
property :image, scopes: [:create]
prop... | Add monitoring option to droplet create. | digitalocean_droplet_kit | train |
7376458a65a7ef7784347b5b48a222260faf2f76 | diff --git a/lib/wwtd.rb b/lib/wwtd.rb
index <HASH>..<HASH> 100644
--- a/lib/wwtd.rb
+++ b/lib/wwtd.rb
@@ -138,7 +138,7 @@ module WWTD
end
with_clean_env do
- rvm = "rvm #{config["rvm"]} do " if config["rvm"]
+ rvm = "rvm #{ruby_version(config["rvm"])} do " if config["rvm"]
if w... | Adds support for Travis Ruby versions [#1] | grosser_wwtd | train |
d9b00ef71d83b7c4fc6545086b79ee9be4d5568f | diff --git a/great_expectations/data_context/data_context.py b/great_expectations/data_context/data_context.py
index <HASH>..<HASH> 100644
--- a/great_expectations/data_context/data_context.py
+++ b/great_expectations/data_context/data_context.py
@@ -538,7 +538,7 @@ class BaseDataContext(object):
return se... | eval lookback missing comma | great-expectations_great_expectations | train |
dfb16c08a1be2e3f5c0e3638d8293f1d0f79975f | diff --git a/lib/graphicsmagick/image.rb b/lib/graphicsmagick/image.rb
index <HASH>..<HASH> 100644
--- a/lib/graphicsmagick/image.rb
+++ b/lib/graphicsmagick/image.rb
@@ -45,19 +45,19 @@ module GraphicsMagick
FileUtils.copy_file(path, output_path)
# gm mogrify [options] file
- option_str = command_opt... | changed command_options hash structure | dignoe_graphicsmagick | train |
cf3a4235d04cddf34fa514e8128a1181282b2778 | diff --git a/gosu-core/src/main/java/gw/internal/gosu/parser/expressions/FeatureLiteral.java b/gosu-core/src/main/java/gw/internal/gosu/parser/expressions/FeatureLiteral.java
index <HASH>..<HASH> 100644
--- a/gosu-core/src/main/java/gw/internal/gosu/parser/expressions/FeatureLiteral.java
+++ b/gosu-core/src/main/java/g... | Ensure exact match between specified types and parameter types in method and constructor literals. | gosu-lang_gosu-lang | train |
5d0fad48eca3ae9b6b1d76b92be1a28965e622a5 | diff --git a/main.py b/main.py
index <HASH>..<HASH> 100644
--- a/main.py
+++ b/main.py
@@ -206,8 +206,16 @@ class WsockHandler(tornado.websocket.WebSocketHandler):
def check_origin(self, origin):
return True
+ def get_addr(self):
+ ip = self.request.headers.get_list('X-Real-Ip')
+ port ... | Added get_addr to get real client addr | huashengdun_webssh | train |
8eb3b1d0d96f45335b76150d9ead41fdabfa3636 | diff --git a/angr/factory.py b/angr/factory.py
index <HASH>..<HASH> 100644
--- a/angr/factory.py
+++ b/angr/factory.py
@@ -77,7 +77,7 @@ class AngrObjectFactory(object):
whitelist=stmt_whitelist,
last_stmt=last_stmt)
- def sim_run(self, state, addr=None, jumpkind=Non... | add the capability to pass extra stop points to unicorn | angr_angr | train |
1b82960ab83e9dcd1a50929793bdad45feeff32e | diff --git a/impact_functions/inundation/dki_flood_building_impact.py b/impact_functions/inundation/dki_flood_building_impact.py
index <HASH>..<HASH> 100644
--- a/impact_functions/inundation/dki_flood_building_impact.py
+++ b/impact_functions/inundation/dki_flood_building_impact.py
@@ -1,5 +1,6 @@
from impact_function... | Updated flood impact functions with tables, translation and tlc | inasafe_inasafe | train |
115afb0c6863585f05794bc0a9e94b08a7e3ae26 | diff --git a/conf/http.js b/conf/http.js
index <HASH>..<HASH> 100644
--- a/conf/http.js
+++ b/conf/http.js
@@ -4,7 +4,6 @@
* MIT Licensed
*
* Configuration file for Express server in nodegame-server
- * ---
*/
module.exports = configure;
diff --git a/conf/loggers.js b/conf/loggers.js
index <HASH>..<HASH> 100... | Removed horizontal lines in doc comments | nodeGame_nodegame-server | train |
dd748eda19f4e94ba5701dff45a006f00842a550 | diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/mustache/MustacheAutoConfiguration.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/mustache/MustacheAutoConfiguration.java
index <HASH>..<HASH> 100644
--- a/spring-boot-autoconfigure/src/mai... | Use the configured charset, if any, in MustacheViewResolver
Closes gh-<I> | spring-projects_spring-boot | train |
f0208c0a2407ab6ca1f50900f11cedefd64b07bc | diff --git a/ui/app/components/primary-metric.js b/ui/app/components/primary-metric.js
index <HASH>..<HASH> 100644
--- a/ui/app/components/primary-metric.js
+++ b/ui/app/components/primary-metric.js
@@ -79,8 +79,8 @@ export default Component.extend({
poller: task(function*() {
do {
- yield this.get('trac... | Add request throttling to the abstract stats tracker
This is the best of three options
1. Users of stats trackers control polling (old method)
2. Stat tracker is stateful and has start/stop methods (like logging)
3. Stat trackers blindly throttle requests
This is the best option because it means N number of concurre... | hashicorp_nomad | train |
fe18c5b34c1e28364dd81625cc973bd1502f0043 | diff --git a/saltcloud/clouds/ibmsce.py b/saltcloud/clouds/ibmsce.py
index <HASH>..<HASH> 100644
--- a/saltcloud/clouds/ibmsce.py
+++ b/saltcloud/clouds/ibmsce.py
@@ -156,6 +156,17 @@ def create(vm_):
'system for the password.'
)
+ saltcloud.utils.fire_event(
+ 'event',
+ 'start... | Adding events to ibmsce | saltstack_salt | train |
d08500030be3a216a825cf46d9e952d350e30c7b | diff --git a/lib/multi_exiftool/writer.rb b/lib/multi_exiftool/writer.rb
index <HASH>..<HASH> 100644
--- a/lib/multi_exiftool/writer.rb
+++ b/lib/multi_exiftool/writer.rb
@@ -60,7 +60,7 @@ module MultiExiftool
end
def parse_results
- @errors = @stderr.readlines
+ @errors = @stderr.read.split(/\n/)... | New test: Unsuccessful write. | janfri_multi_exiftool | train |
937ec146b86091f0d422c8bb44ebb7c39e95f8d0 | diff --git a/src/test/java/pl/domzal/junit/docker/rule/AssertHtml.java b/src/test/java/pl/domzal/junit/docker/rule/AssertHtml.java
index <HASH>..<HASH> 100644
--- a/src/test/java/pl/domzal/junit/docker/rule/AssertHtml.java
+++ b/src/test/java/pl/domzal/junit/docker/rule/AssertHtml.java
@@ -13,7 +13,7 @@ public class As... | add timeouts on http get to make them less fragile | tdomzal_junit-docker-rule | train |
11db2e658d25787dbd7456aa339c4af27d7efcec | diff --git a/eli5/formatters/features.py b/eli5/formatters/features.py
index <HASH>..<HASH> 100644
--- a/eli5/formatters/features.py
+++ b/eli5/formatters/features.py
@@ -11,7 +11,11 @@ class EscapedFeatureName(object):
return str(self.value)
def __eq__(self, other):
- return str(self) == other
+... | EscapedFeatureName: better __eq__ def, add __hash__ | TeamHG-Memex_eli5 | train |
9652bb146379485d78f6c7534638f3701d651324 | diff --git a/win_unicode_console/streams.py b/win_unicode_console/streams.py
index <HASH>..<HASH> 100644
--- a/win_unicode_console/streams.py
+++ b/win_unicode_console/streams.py
@@ -2,7 +2,7 @@
import io
import sys
import time
-from ctypes import byref, windll, c_ulong
+from ctypes import byref, c_ulong
from .bu... | Fix no-op on other platforms
I forgot to remove the unconditional import of `windll` in `streams`
module. | Drekin_win-unicode-console | train |
0c671e342b44d95a19bc6ea6c4c3caf238c0678f | diff --git a/nifstd/nifstd_tools/docs.py b/nifstd/nifstd_tools/docs.py
index <HASH>..<HASH> 100755
--- a/nifstd/nifstd_tools/docs.py
+++ b/nifstd/nifstd_tools/docs.py
@@ -78,9 +78,18 @@ class FixLinks:
def __init__(self, current_file):
print('========================================')
print(curre... | ont-docs and tests updated to fail/skip on missing git repo | tgbugs_pyontutils | train |
92c0f17d6d2a958d3a6285b0e5408e9e0e7122e1 | diff --git a/activesupport/lib/active_support/testing/performance.rb b/activesupport/lib/active_support/testing/performance.rb
index <HASH>..<HASH> 100644
--- a/activesupport/lib/active_support/testing/performance.rb
+++ b/activesupport/lib/active_support/testing/performance.rb
@@ -260,16 +260,14 @@ begin
... | performance tests now working accurately on <I>, using Ruby with the GCdata patch | rails_rails | train |
edff867a9012e4cd2f722020498e0f885e696932 | diff --git a/km.php b/km.php
index <HASH>..<HASH> 100755
--- a/km.php
+++ b/km.php
@@ -237,7 +237,7 @@ class KM
return $logs[$type];
}
- static protected function log_query($msg) { self::log('query',$msg); }
+ static protected function log_query($msg) { self::log('query',$msg . CHR(13)); }
static prote... | Fixed log file corruption due to missing EOL marker | kissmetrics_KISSmetrics | train |
d7825cf87cd61a65b20fc2277b8f5e52bd7ec5f7 | diff --git a/simpleclient/src/main/java/io/prometheus/client/DoubleAdder.java b/simpleclient/src/main/java/io/prometheus/client/DoubleAdder.java
index <HASH>..<HASH> 100644
--- a/simpleclient/src/main/java/io/prometheus/client/DoubleAdder.java
+++ b/simpleclient/src/main/java/io/prometheus/client/DoubleAdder.java
@@ -9... | Use atomics instead of synchronized for Gauge (#<I>)
* Use atomic update instead of synchronized for Gauge
* Introduce DoubleAdder#set to avoid allocations in Gauge#set | prometheus_client_java | train |
d240b2024697ff318e143857904a9e3c97d0e67c | diff --git a/envconfig.go b/envconfig.go
index <HASH>..<HASH> 100644
--- a/envconfig.go
+++ b/envconfig.go
@@ -39,7 +39,7 @@ func Process(prefix string, spec interface{}) error {
f := s.Field(i)
if f.CanSet() {
if typeOfSpec.Field(i).Anonymous && f.Kind() == reflect.Struct {
- embeddedPtr := reflect.New(f.... | Simplify grabbing a pointer to process an embedded struct
Thanks @metcalf! | kelseyhightower_envconfig | train |
d6be2685cff08311774c70b7070daf86f5381593 | diff --git a/core/src/main/java/com/google/errorprone/bugpatterns/NumericEquality.java b/core/src/main/java/com/google/errorprone/bugpatterns/NumericEquality.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/google/errorprone/bugpatterns/NumericEquality.java
+++ b/core/src/main/java/com/google/errorprone/bu... | Fix crash in NumericEquality
Assuming that the arguments have symbols isn't correct.
Fixes #<I>
MOE_MIGRATED_REVID=<I> | google_error-prone | train |
bdf20d26fdfa355eba794f64a108ed00e39a880c | diff --git a/src/view/helpers/contextMethods.js b/src/view/helpers/contextMethods.js
index <HASH>..<HASH> 100644
--- a/src/view/helpers/contextMethods.js
+++ b/src/view/helpers/contextMethods.js
@@ -89,7 +89,7 @@ function getBinding () {
}
function setBinding ( value ) {
- this.ractive.set( this.getBindingPath(), v... | return promise when setting bound value from context helper | ractivejs_ractive | train |
c8f8df7dccf3994d8285be8d8b657e64730f786e | diff --git a/wcomponents-examples/src/main/java/com/github/bordertech/wcomponents/examples/HtmlClassPropertiesExample.java b/wcomponents-examples/src/main/java/com/github/bordertech/wcomponents/examples/HtmlClassPropertiesExample.java
index <HASH>..<HASH> 100644
--- a/wcomponents-examples/src/main/java/com/github/borde... | Examples
Updated HtmlClassPropertiesExample to include ICON_MENU. | BorderTech_wcomponents | train |
ccea904fbb4ec7b44695747189c90d7e85ea4fa3 | diff --git a/hydpy/models/hstream/hstream_model.py b/hydpy/models/hstream/hstream_model.py
index <HASH>..<HASH> 100644
--- a/hydpy/models/hstream/hstream_model.py
+++ b/hydpy/models/hstream/hstream_model.py
@@ -131,6 +131,9 @@ class Pick_Q_V1(modeltools.Method):
class Pass_Q_V1(modeltools.Method):
"""Assing the a... | Fix wrong variable selections for the methods of base model `hstream`. | hydpy-dev_hydpy | train |
f0f6acf0b8407461ee9feefc04f1e1a7e4e5f7df | diff --git a/buttersink/Butter.py b/buttersink/Butter.py
index <HASH>..<HASH> 100644
--- a/buttersink/Butter.py
+++ b/buttersink/Butter.py
@@ -78,6 +78,9 @@ class Butter:
if Store.skipDryRun(logger, self.dryrun)("Command: %s", cmd):
return None
+ if not os.path.exists(directory):
+ ... | fix: create destination directory if it doesn't exist | AmesCornish_buttersink | train |
c5e40653ea75b1926bedb954ba47dc8aca6f917b | diff --git a/Eloquent/FactoryBuilder.php b/Eloquent/FactoryBuilder.php
index <HASH>..<HASH> 100644
--- a/Eloquent/FactoryBuilder.php
+++ b/Eloquent/FactoryBuilder.php
@@ -53,9 +53,9 @@ class FactoryBuilder
/**
* The number of models to build.
*
- * @var int
+ * @var int|null
*/
- prote... | Always return collection from factory when amount is set (#<I>) | illuminate_database | train |
25e2b8b4d3541ca85f8eecd9616803f96cc0d7bf | diff --git a/src/main/java/com/stratio/qa/specs/GosecSpec.java b/src/main/java/com/stratio/qa/specs/GosecSpec.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/stratio/qa/specs/GosecSpec.java
+++ b/src/main/java/com/stratio/qa/specs/GosecSpec.java
@@ -43,6 +43,7 @@ public class GosecSpec extends BaseGSpec {
... | [GS-<I>] Get profile from provided tenant (#<I>) | Stratio_bdt | train |
2f68bdb473ef22aa5b15cb62db42698ea14af152 | diff --git a/src/meerkat/logs/boxes.py b/src/meerkat/logs/boxes.py
index <HASH>..<HASH> 100644
--- a/src/meerkat/logs/boxes.py
+++ b/src/meerkat/logs/boxes.py
@@ -3,8 +3,6 @@
from __future__ import unicode_literals
import json
-import re
-from os.path import join
from django.conf import settings
from django.cor... | Fix build, prepare verbose names | Genida_django-meerkat | train |
22a3416298523d5e8ecb432a263e4bee9441e6c5 | diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index <HASH>..<HASH> 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -10,6 +10,8 @@
redirect_to users_path, notice: "User has been created"
+ You can also passing `--old-style-hash` to make Rails generate old style hash even you're on Ruby 1.9
+... | Add --old-style-hash option to force creating old style hash on Ruby <I>
That means if you don't like the new syntax, you can pass --old-style-hash to force Rails to generate code with hash rockets. | rails_rails | train |
01f791cf5ed25d48734218a9fb30ad7ae489f52b | diff --git a/bioc/iterparse.py b/bioc/iterparse.py
index <HASH>..<HASH> 100755
--- a/bioc/iterparse.py
+++ b/bioc/iterparse.py
@@ -81,13 +81,13 @@ class iterparse:
elif self.__state == 1:
if event == 'start':
if elem.tag == 'source':
- self.__col... | fix the bug to read text in the element | yfpeng_bioc | train |
bb8d2ccb5ef8f89df0d2286674efd8803855331c | diff --git a/src/keypad.controller.spec.js b/src/keypad.controller.spec.js
index <HASH>..<HASH> 100644
--- a/src/keypad.controller.spec.js
+++ b/src/keypad.controller.spec.js
@@ -61,10 +61,11 @@ describe('KeypadController', () => {
});
it('should add to the number model when small', () => {
... | added test for button interaction, now interacting directly with setNumber method | benjamincharity_angular-keypad | train |
9453482dd9eb7cc8f16067e066a6c11bdc20b56b | diff --git a/system/modules/generalDriver/DcGeneral/Callbacks/CallbacksInterface.php b/system/modules/generalDriver/DcGeneral/Callbacks/CallbacksInterface.php
index <HASH>..<HASH> 100644
--- a/system/modules/generalDriver/DcGeneral/Callbacks/CallbacksInterface.php
+++ b/system/modules/generalDriver/DcGeneral/Callbacks/... | Added method generateBreadcrumb() to callback interface and all classes. | contao-community-alliance_dc-general | train |
2dfcded782468980e063d0f675705d1fb011d486 | diff --git a/gwpy/timeseries/core.py b/gwpy/timeseries/core.py
index <HASH>..<HASH> 100644
--- a/gwpy/timeseries/core.py
+++ b/gwpy/timeseries/core.py
@@ -1296,4 +1296,3 @@ class TimeSeriesBaseList(list):
def __getslice__(self, i, j):
return type(self)(*super(TimeSeriesBaseList, self).__getslice__(i, j)... | TimeSeriesBaseList.__getslice__: removed __doc__
in python3 `list` doesn't have `__getslice__`, and we don't really need a docstring anyway | gwpy_gwpy | train |
2054bd42b0746b8fbb7834020f11ffbc43c3263f | diff --git a/lib/rubyXL/objects/document_properties.rb b/lib/rubyXL/objects/document_properties.rb
index <HASH>..<HASH> 100644
--- a/lib/rubyXL/objects/document_properties.rb
+++ b/lib/rubyXL/objects/document_properties.rb
@@ -4,7 +4,7 @@ require 'rubyXL/objects/container_nodes'
module RubyXL
# http://www.schema... | Ensuring proper attachment of custom properties | weshatheleopard_rubyXL | train |
29b2e4ca7c62056dbc8a576e36e2c8e00d66c083 | diff --git a/public/assets/appCore.js b/public/assets/appCore.js
index <HASH>..<HASH> 100644
--- a/public/assets/appCore.js
+++ b/public/assets/appCore.js
@@ -344,7 +344,7 @@ async function getJSON(url) {
url = url.replace(HOME, "");
let isView = new RegExp("^view\/", "i");
if (isView.test(ur... | when view offline, send to no network | edineibauer_uebConfig | train |
ef81317e9b1b492ed41b39d0df8afccdeb757dd1 | diff --git a/core/tests.py b/core/tests.py
index <HASH>..<HASH> 100755
--- a/core/tests.py
+++ b/core/tests.py
@@ -107,6 +107,8 @@ assert s2 // s3 == [
from core.transforms import transpose, reverse, stretch, invert
+# transpose
+
assert s1 | transpose(12) == [
{MIDI_PITCH: 62, OFFSET_64: 16, DURATION_64: 16... | new unit tests (mostly identity checks) | jtauber_sebastian | train |
016ffbd752afcfbf5265d3f1334b35d548a17f62 | diff --git a/lib/weblib.php b/lib/weblib.php
index <HASH>..<HASH> 100644
--- a/lib/weblib.php
+++ b/lib/weblib.php
@@ -86,7 +86,7 @@ $ALLOWED_TAGS =
*/
$ALLOWED_PROTOCOLS = array('http', 'https', 'ftp', 'news', 'mailto', 'rtsp', 'teamspeak', 'gopher', 'mms',
'color', 'callto', 'cursor', '... | Bug #<I> - Highlighting a question text fragment with different color; merged from MOODLE_<I>_STABLE | moodle_moodle | train |
21bb4fe234d6863f7b49888d653e76c0e71f44f3 | diff --git a/lib/db/query/bound.js b/lib/db/query/bound.js
index <HASH>..<HASH> 100644
--- a/lib/db/query/bound.js
+++ b/lib/db/query/bound.js
@@ -24,13 +24,8 @@ var BoundQuery = BaseQuery.extend(Where, /** @lends BoundQuery# */{
init: function() { throw new Error('BoundQuery must be spawned.'); },
_create: fun... | BoundQuery is no longer subclassed. | wbyoung_azul | train |
89889337ae412712157b509ab0ad60bdee7afb3b | diff --git a/topdown/resolver.go b/topdown/resolver.go
index <HASH>..<HASH> 100644
--- a/topdown/resolver.go
+++ b/topdown/resolver.go
@@ -66,7 +66,7 @@ func (t *resolverTrie) mktree(ctx context.Context, in resolver.Input) (ast.Value
}
obj := ast.NewObject()
for k, child := range t.children {
- v, err := child.m... | topdown: Pass the current ref into resolvers.Eval() | open-policy-agent_opa | train |
eb9355e69810db9648ceae7b697cf0d42a8e0c37 | diff --git a/tests/integration/components/freestyle-palette/component-test.js b/tests/integration/components/freestyle-palette/component-test.js
index <HASH>..<HASH> 100644
--- a/tests/integration/components/freestyle-palette/component-test.js
+++ b/tests/integration/components/freestyle-palette/component-test.js
@@ -1... | test: resolve deprecations when running test suite | chrislopresto_ember-freestyle | train |
d1ae2ad380f1c25a3af17b6d40992848716377e0 | diff --git a/ui/src/components/btn/QBtn.js b/ui/src/components/btn/QBtn.js
index <HASH>..<HASH> 100644
--- a/ui/src/components/btn/QBtn.js
+++ b/ui/src/components/btn/QBtn.js
@@ -126,7 +126,7 @@ export default Vue.extend({
if (touchTarget !== this.$el) {
touchTarget !== void 0 && this.__cleanup()
... | fix(QBtn): touchtarget management #<I> | quasarframework_quasar | train |
0390dea5b1b6a53bcfba587f7ba8e808b05f868f | diff --git a/src/Propel/Generator/Behavior/Sortable/SortableBehaviorObjectBuilderModifier.php b/src/Propel/Generator/Behavior/Sortable/SortableBehaviorObjectBuilderModifier.php
index <HASH>..<HASH> 100644
--- a/src/Propel/Generator/Behavior/Sortable/SortableBehaviorObjectBuilderModifier.php
+++ b/src/Propel/Generator/B... | Adjusted sortable behavior to be consistent. (#<I>)
* Adjusted sortable behavior to be consistent. | propelorm_Propel2 | train |
d0a575614a58137ef51c5c5abbdf7cd928a3d6c1 | diff --git a/src/Adapter/Filesystem/FilesystemCachePool.php b/src/Adapter/Filesystem/FilesystemCachePool.php
index <HASH>..<HASH> 100644
--- a/src/Adapter/Filesystem/FilesystemCachePool.php
+++ b/src/Adapter/Filesystem/FilesystemCachePool.php
@@ -25,8 +25,6 @@ use Psr\Cache\CacheItemInterface;
*/
class FilesystemCac... | Add ability to change cache path in FilesystemCachePool (#<I>)
* Add ability to change cache path in FilesystemCachePool | php-cache_cache | train |
94ab626fa970c9545a0d3e9639aaeff75dad1b53 | diff --git a/src/Schema/utils.php b/src/Schema/utils.php
index <HASH>..<HASH> 100644
--- a/src/Schema/utils.php
+++ b/src/Schema/utils.php
@@ -73,6 +73,11 @@ function escapeQuote(string $line): string
*/
function printLines(array $lines): string
{
+ // Don't print empty lines
+ $lines = \array_filter($lines, ... | Don't print empty lines
Without this every field that has no description will be preseeded by an empty line, since the description is one line of zero length | digiaonline_graphql-php | train |
8ec38fba3c3e319d16dc6fffa14f1cf0171ecdec | diff --git a/includes/class-freemius.php b/includes/class-freemius.php
index <HASH>..<HASH> 100755
--- a/includes/class-freemius.php
+++ b/includes/class-freemius.php
@@ -6860,7 +6860,7 @@
*/
function _sync_cron_method( array $blog_ids, $current_blog_id = null ) {
if ( $this->is_regist... | [beta] [program] [site] Made changes for Beta program, related to API endpoints changes. | Freemius_wordpress-sdk | train |
2305c7182490e6a28f2335f6b209438d0bc6555e | diff --git a/Tsugi/UI/CrudForm.php b/Tsugi/UI/CrudForm.php
index <HASH>..<HASH> 100644
--- a/Tsugi/UI/CrudForm.php
+++ b/Tsugi/UI/CrudForm.php
@@ -183,10 +183,8 @@ class CrudForm {
echo('<input type="submit" name="doDelete" class="btn btn-danger" value="'._m("Delete").'"');
echo(" onclick=\"re... | Missed the nesting of form tags | tsugiproject_tsugi-php | train |
5fe4f694fa9318ff130ba0195a650d2c70b71a9d | diff --git a/cli/src/commands/runTests.js b/cli/src/commands/runTests.js
index <HASH>..<HASH> 100644
--- a/cli/src/commands/runTests.js
+++ b/cli/src/commands/runTests.js
@@ -130,13 +130,15 @@ async function getOrderedFlowBinVersions(
return false;
}
- // Temporary fix for https://github.co... | Skip <I> to address segfaults on travis (#<I>) | flow-typed_flow-typed | train |
99f8173f72ee0918cc6199d3933afc60c31abb9c | diff --git a/pmagpy_tests/test_imports3.py b/pmagpy_tests/test_imports3.py
index <HASH>..<HASH> 100644
--- a/pmagpy_tests/test_imports3.py
+++ b/pmagpy_tests/test_imports3.py
@@ -243,6 +243,21 @@ class Test_iodp_srm_magic(unittest.TestCase):
self.assertEqual(outfile, os.path.join('measurements.txt'))
+ ... | use resolve_file_name in iodp_srm_magic, addresses #<I> | PmagPy_PmagPy | train |
f93d96f56bbf9eb3acc8be2218114bedb3d70b93 | diff --git a/src/models/Media.php b/src/models/Media.php
index <HASH>..<HASH> 100644
--- a/src/models/Media.php
+++ b/src/models/Media.php
@@ -1,5 +1,7 @@
<?php namespace Devfactory\Media\Models;
+use Illuminate\Support\Facades\URL;
+
class Media extends \Eloquent {
protected $table = 'media';
@@ -21,7 +23,7 @... | #5 - Fixed bug with code from laravel 4 using facades that no longer exist when getting Url Attribute on model | DevFactoryCH_media | train |
7f43db7916f1700125be67efc6dd3ba918d71673 | diff --git a/lib/node_modules/@stdlib/math/base/utils/is-even/README.md b/lib/node_modules/@stdlib/math/base/utils/is-even/README.md
index <HASH>..<HASH> 100644
--- a/lib/node_modules/@stdlib/math/base/utils/is-even/README.md
+++ b/lib/node_modules/@stdlib/math/base/utils/is-even/README.md
@@ -20,6 +20,9 @@ var bool = ... | Update examples to include <I> | stdlib-js_stdlib | train |
5a771db1e0a654c9992be7709d383f49ebdef743 | diff --git a/lib/docker/compose/mapper.rb b/lib/docker/compose/mapper.rb
index <HASH>..<HASH> 100644
--- a/lib/docker/compose/mapper.rb
+++ b/lib/docker/compose/mapper.rb
@@ -98,11 +98,13 @@ module Docker::Compose
raise NoService, "Service '#{service}' not running, or does not publish port '#{port}'"
end
... | Fix Ruby <I> compatibility issues. Fixes #<I>. | xeger_docker-compose | train |
62ec8f616941a38d96672c52d3a2616a3c77ecbe | diff --git a/openquake/calculators/event_based.py b/openquake/calculators/event_based.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/event_based.py
+++ b/openquake/calculators/event_based.py
@@ -128,7 +128,7 @@ class EBRupture(object):
self.source_id = source_id
self.trt_id = trt_id
... | Computed the rupture weight twice, one per hazard and one per risk | gem_oq-engine | train |
b9d446a99b36a6424d32aebcea00e55b48c0d330 | diff --git a/src/Guardian/HasGuardianTrait.php b/src/Guardian/HasGuardianTrait.php
index <HASH>..<HASH> 100644
--- a/src/Guardian/HasGuardianTrait.php
+++ b/src/Guardian/HasGuardianTrait.php
@@ -22,9 +22,8 @@ trait HasGuardianTrait {
public function permissions()
{
return $this->belongsToMany(
- config('guardi... | Added value to store the permission value. | artesaos_defender | train |
a01c43978a15d3ee5e7464b9a7cad715b190b146 | diff --git a/pysparkling/sql/expressions/expressions.py b/pysparkling/sql/expressions/expressions.py
index <HASH>..<HASH> 100644
--- a/pysparkling/sql/expressions/expressions.py
+++ b/pysparkling/sql/expressions/expressions.py
@@ -136,3 +136,15 @@ class Expression(object):
child.expr.recursive_pre_eval... | Add a UnaryExpression class | svenkreiss_pysparkling | train |
3960c00e3cf129c60b01fecdfe2851ba9ef7ba59 | diff --git a/lib/filelib.php b/lib/filelib.php
index <HASH>..<HASH> 100644
--- a/lib/filelib.php
+++ b/lib/filelib.php
@@ -2021,11 +2021,7 @@ function readfile_accel($file, $mimetype, $accelerate) {
header('Last-Modified: '. gmdate('D, d M Y H:i:s', $lastmodified) .' GMT');
if (is_object($file)) {
- ... | MDL-<I> Files: Revert MDL-<I> commit, f<I>fe<I>a<I>ae<I>e3bf<I>d<I>bf<I>a1
MDL-<I> has been successful in providing a solution for the issue but further
investigations done in MDL-<I> have got the evidence that the given solution
is more likely a workaround. | moodle_moodle | train |
5b549e39bc2450f31080467e97b4c1701691ef82 | diff --git a/lib/twitter/base.rb b/lib/twitter/base.rb
index <HASH>..<HASH> 100644
--- a/lib/twitter/base.rb
+++ b/lib/twitter/base.rb
@@ -31,7 +31,12 @@ module Twitter
# @return [Twitter::Base]
def self.fetch(attrs)
@@identity_map[self] ||= {}
- @@identity_map[self][Marshal.dump(attrs)]
+ if... | let Twitter::Base#fetch accept a block | sferik_twitter | train |
d22c683bb68708269d3adf64ca0317c815400b5c | diff --git a/lib/thinreports/layout/legacy_schema.rb b/lib/thinreports/layout/legacy_schema.rb
index <HASH>..<HASH> 100644
--- a/lib/thinreports/layout/legacy_schema.rb
+++ b/lib/thinreports/layout/legacy_schema.rb
@@ -349,7 +349,7 @@ module Thinreports
end
def line_height(legacy_line_height)
- l... | Fixed bug that line-height of text-block is always set to 0 | thinreports_thinreports-generator | train |
650bcc54db1c93a9b1022f144af22df62195a67d | diff --git a/lib/hawkins.rb b/lib/hawkins.rb
index <HASH>..<HASH> 100644
--- a/lib/hawkins.rb
+++ b/lib/hawkins.rb
@@ -7,8 +7,8 @@ require 'stringex_lite'
require 'thor'
require 'hawkins/cli'
-require 'hawkins/version'
require 'hawkins/guard'
+require 'hawkins/version'
module Hawkins
DEFAULT_EXTENSIONS = %w(... | Skip using Thor's invoke; Read config from files.
Since the isolation middleware needs to modify the isolation config
Guard needs to read that config from a file (or else I need to figure
out how to pass a hash back and forth). | awood_hawkins | train |
278222cc8eb1e3474c38eb82f9857dfaa06f5a1e | diff --git a/spec/country_spec.rb b/spec/country_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/country_spec.rb
+++ b/spec/country_spec.rb
@@ -48,7 +48,7 @@ describe ISO3166::Country do
end
it 'should return alternate names' do
- expect(country.names).to eq(['United States', 'Vereinigte Staaten von Amerika',... | Fixes failing rspec assertions after cache update | hexorx_countries | train |
28dd5d71eaa45c015a612c4a97caa26046dd2ba9 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -20,15 +20,15 @@ For use in the browser, use [browserify](https://github.com/substack/node-browse
var isPermutation = require( 'validate.io-permutation' );
```
-#### isPermutation( value, arr )
+#### isPermutation( arr... | [UPDATE] switch arg order. | validate-io_permutation | train |
56fd74e0e8bde7e3a907382e7a1d56d55cd689ab | diff --git a/lib/ooor/naming.rb b/lib/ooor/naming.rb
index <HASH>..<HASH> 100644
--- a/lib/ooor/naming.rb
+++ b/lib/ooor/naming.rb
@@ -21,13 +21,13 @@ module Ooor
module ClassMethods
def model_name
@_model_name ||= begin
- unless self.respond_to? :openerp_model
- super
- ... | minor change in naming.rb | akretion_ooor | train |
7cf0b685cd571cf0c1d10b201dec0d6c712ae586 | diff --git a/eZ/Publish/Core/REST/Common/Input/Dispatcher.php b/eZ/Publish/Core/REST/Common/Input/Dispatcher.php
index <HASH>..<HASH> 100644
--- a/eZ/Publish/Core/REST/Common/Input/Dispatcher.php
+++ b/eZ/Publish/Core/REST/Common/Input/Dispatcher.php
@@ -106,6 +106,10 @@ class Dispatcher
{
$rootNo... | EZP-<I>: handle creating content type with immediate publish | ezsystems_ezpublish-kernel | train |
223c93f69dd3095effd5c59e3df4a2ac5d3d656f | diff --git a/payload/builder.go b/payload/builder.go
index <HASH>..<HASH> 100644
--- a/payload/builder.go
+++ b/payload/builder.go
@@ -16,7 +16,7 @@ type aps struct {
Category string `json:"category,omitempty"`
ContentAvailable int `json:"content-available,omitempty"`
MutableContent int ... | Support iOS <I> Critical Alerts (#<I>)
* Support sound dictionaries for critical alerts | sideshow_apns2 | train |
a0aea912e4bd8932ec1d833b0a718d9192356083 | diff --git a/activerecord/lib/active_record/associations/singular_association.rb b/activerecord/lib/active_record/associations/singular_association.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/associations/singular_association.rb
+++ b/activerecord/lib/active_record/associations/singular_associat... | Pass `set_inverse_instance` block to `sc.execute` for `SingularAssociation`
Follow up to caa<I>c.
caa<I>c updated all code which sets inverse instances on newly loaded
associations to use block. But `SingularAssociation` was forgotten it. | rails_rails | train |
3efd901b4d632a2ec6f5cb58193080924495058d | diff --git a/extension-impl/remoting-resteasy/src/main/java/com/alipay/sofa/rpc/server/rest/SofaRestRequestHandler.java b/extension-impl/remoting-resteasy/src/main/java/com/alipay/sofa/rpc/server/rest/SofaRestRequestHandler.java
index <HASH>..<HASH> 100644
--- a/extension-impl/remoting-resteasy/src/main/java/com/alipay... | Fix resteasy memory leak. (#<I>) | alipay_sofa-rpc | train |
02531d03894c2850b1c7d159194370049c4edd63 | diff --git a/lib/lolita/mapping.rb b/lib/lolita/mapping.rb
index <HASH>..<HASH> 100644
--- a/lib/lolita/mapping.rb
+++ b/lib/lolita/mapping.rb
@@ -18,13 +18,15 @@ module Lolita
# Also eahc request containers information with mapping related to it.
class Mapping
attr_reader :class_name,:path,:singular,:plural... | mapping updated to have #title and #to; branch#title updated to fallback to simpler titles for object | ithouse_lolita | train |
59211a4e5fb900b0fdf06ac5586276645ead66c4 | diff --git a/lib/bolt/cli.rb b/lib/bolt/cli.rb
index <HASH>..<HASH> 100644
--- a/lib/bolt/cli.rb
+++ b/lib/bolt/cli.rb
@@ -109,7 +109,7 @@ HELP
opts.on_tail('--verbose', 'Display verbose logging') do |_|
Bolt.log_level = Logger::INFO
end
- opts.on_tail('--debug', 'Display verbose log... | (maint) Correct help message for debug flag
Previously both --debug and --verbose had the same help text. | puppetlabs_bolt | train |
b9dfb969c97303e50823857939312ef6380b2e67 | diff --git a/liquibase-extension-testing/src/main/java/liquibase/extension/testing/testsystem/core/MSSQLTestSystem.java b/liquibase-extension-testing/src/main/java/liquibase/extension/testing/testsystem/core/MSSQLTestSystem.java
index <HASH>..<HASH> 100644
--- a/liquibase-extension-testing/src/main/java/liquibase/exten... | driver version upgrade requires to add trustServerCertificate to be added to jdbc url | liquibase_liquibase | train |
4c393fb987e82f9c94205a2b609104561b0053ea | diff --git a/shardingsphere-proxy/shardingsphere-proxy-backend/src/test/java/org/apache/shardingsphere/proxy/backend/communication/jdbc/connection/JDBCBackendConnectionTest.java b/shardingsphere-proxy/shardingsphere-proxy-backend/src/test/java/org/apache/shardingsphere/proxy/backend/communication/jdbc/connection/JDBCBa... | delete invoid test case (#<I>) | apache_incubator-shardingsphere | train |
445b344d028193fc693bc1fa10858f27cf15f50e | diff --git a/src/Kunstmaan/FormBundle/Tests/Entity/PageParts/SingleLineTextPagePartTest.php b/src/Kunstmaan/FormBundle/Tests/Entity/PageParts/SingleLineTextPagePartTest.php
index <HASH>..<HASH> 100644
--- a/src/Kunstmaan/FormBundle/Tests/Entity/PageParts/SingleLineTextPagePartTest.php
+++ b/src/Kunstmaan/FormBundle/Tes... | Remove double (unnecessary) semicolon | Kunstmaan_KunstmaanBundlesCMS | train |
fb3c01fe1ca78453920c3c2e4d245de4e0ebd40d | diff --git a/manticore/core/cpu/x86.py b/manticore/core/cpu/x86.py
index <HASH>..<HASH> 100644
--- a/manticore/core/cpu/x86.py
+++ b/manticore/core/cpu/x86.py
@@ -889,7 +889,13 @@ class X86Cpu(Cpu):
:param dest: destination operand.
:param src: source operand.
'''
- res = dest.write(de... | Sign extends x<I> AND operand (capstone bug) (#<I>)
* Sign extends x<I> AND operand (capstone bug)
Fixes #<I>
* Regression test for X<I> AND with sign extension
For issue #<I> | trailofbits_manticore | train |
907d4beff33cbeccd4ab5c81cff8ed020a1dba2f | diff --git a/abydos/distance/_token_distance.py b/abydos/distance/_token_distance.py
index <HASH>..<HASH> 100644
--- a/abydos/distance/_token_distance.py
+++ b/abydos/distance/_token_distance.py
@@ -118,7 +118,7 @@ class _TokenDistance(_Distance):
if 'alphabet' in self.params:
if isinstance(self.p... | corrected order of args for isinstance | chrislit_abydos | train |
235ffc234de42b9eac7f8f94aa11a04dc1bb9abf | diff --git a/server/config.go b/server/config.go
index <HASH>..<HASH> 100644
--- a/server/config.go
+++ b/server/config.go
@@ -37,7 +37,7 @@ type Config struct {
MaxRetryAttempts int `toml:"max_retry_attempts" env:"ETCD_MAX_RETRY_ATTEMPTS"`
Name string `toml:"name" env:"ETCD_NAME"`
Snapshot ... | refactor change cmd argument snapCount to snapshotCount | etcd-io_etcd | train |
1b45eafaab0c7413d0d14e6cb7d8c6e79ceb799c | diff --git a/src/java/arjdbc/postgresql/PostgreSQLRubyJdbcConnection.java b/src/java/arjdbc/postgresql/PostgreSQLRubyJdbcConnection.java
index <HASH>..<HASH> 100644
--- a/src/java/arjdbc/postgresql/PostgreSQLRubyJdbcConnection.java
+++ b/src/java/arjdbc/postgresql/PostgreSQLRubyJdbcConnection.java
@@ -27,6 +27,7 @@ pac... | Fixed bit string support in postgres when using prepared statements | jruby_activerecord-jdbc-adapter | train |
5666842784a9ff4917e11b8fe206999b42a77d2d | diff --git a/lib/puppet/parser/environment_compiler.rb b/lib/puppet/parser/environment_compiler.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/parser/environment_compiler.rb
+++ b/lib/puppet/parser/environment_compiler.rb
@@ -65,12 +65,16 @@ class Puppet::Parser::EnvironmentCompiler < Puppet::Parser::Compiler
#... | (PUP-<I>) Fix ref to nil in environment_compiler
Before this there was a problem if an environment compiler compiled a
manifest that did not have a site expression. The final pruning step
would then end up with a nil reference instead of an array of elements
to keep from the site expression. | puppetlabs_puppet | train |
691cd8e165a85a8e0730fc3fbef0846e421d49b1 | diff --git a/classes/bors/system/js/touch.php b/classes/bors/system/js/touch.php
index <HASH>..<HASH> 100644
--- a/classes/bors/system/js/touch.php
+++ b/classes/bors/system/js/touch.php
@@ -7,7 +7,7 @@ class bors_system_js_touch extends bors_js
$module_htmls = array();
if($modules = bors()->request()->data('modu... | fix for empty json array. | Balancer_bors-core | train |
de84dfbc7563577f5cdbe7c5d7dfceb705d11bcb | diff --git a/example/classic/models/tests.js b/example/classic/models/tests.js
index <HASH>..<HASH> 100644
--- a/example/classic/models/tests.js
+++ b/example/classic/models/tests.js
@@ -5,7 +5,7 @@ var mongoose = require('mongoose'),
ObjectId = SchemaTypes.ObjectId;
fWidgets = require('../../../').widgets;
... | Fix #<I> and Fix #<I>
+ Monkey patch mongoose to latest mpromise (otherwise we don't get exceptions)
Depends on LearnBoost/mongoose#<I> | node4good_formage | train |
f2ae255c5c867a101dc074044bc2eaa660e38652 | diff --git a/lib/gh/response.rb b/lib/gh/response.rb
index <HASH>..<HASH> 100644
--- a/lib/gh/response.rb
+++ b/lib/gh/response.rb
@@ -34,7 +34,7 @@ module GH
#
# Returns new Response instance.
def dup
- super.dup!
+ super.dup_ivars
end
# Public: Returns the Response body as a Strin... | quick, before @mattmatt sees this :D | travis-ci_gh | train |
d4cda04a0aaa4dacb7d93dedc4ef4ca9ffb40733 | diff --git a/src/Check/CheckInterface.php b/src/Check/CheckInterface.php
index <HASH>..<HASH> 100644
--- a/src/Check/CheckInterface.php
+++ b/src/Check/CheckInterface.php
@@ -25,4 +25,21 @@ interface CheckInterface
* @return string
*/
public function getName();
+
+ /**
+ * Which Exercise Type th... | Add additional methods for the exercise type and interface | php-school_php-workshop | train |
f829ff67a12e7834e6f471677b246d4a9f11f48d | diff --git a/nox/src/main/java/com/github/pedrovgs/nox/path/SpiralPath.java b/nox/src/main/java/com/github/pedrovgs/nox/path/SpiralPath.java
index <HASH>..<HASH> 100644
--- a/nox/src/main/java/com/github/pedrovgs/nox/path/SpiralPath.java
+++ b/nox/src/main/java/com/github/pedrovgs/nox/path/SpiralPath.java
@@ -51,7 +51,... | Implemented scroll feature for SpiralPath | pedrovgs_Nox | train |
e18b0909022affe9edc4e574a4efc86eedffca31 | diff --git a/lib/NativeReactor.php b/lib/NativeReactor.php
index <HASH>..<HASH> 100644
--- a/lib/NativeReactor.php
+++ b/lib/NativeReactor.php
@@ -24,7 +24,7 @@ class NativeReactor implements Reactor {
if (empty($e)) {
return;
} elseif ($this->onError) {
- call_... | use fully qualified namespace for global functions | amphp_amp | train |
0d8dbd3c15970952d4ded1c1d994f1b033febecc | diff --git a/deployment-scanner/src/test/java/org/jboss/as/server/deployment/scanner/AutoDeployTestSupport.java b/deployment-scanner/src/test/java/org/jboss/as/server/deployment/scanner/AutoDeployTestSupport.java
index <HASH>..<HASH> 100644
--- a/deployment-scanner/src/test/java/org/jboss/as/server/deployment/scanner/A... | Use URLs instead of files with tests that lookup resources on TCCL | wildfly_wildfly | train |
f6c80923bf250ef523282c47e061c442a6bf5860 | diff --git a/auth/ldap/auth.php b/auth/ldap/auth.php
index <HASH>..<HASH> 100644
--- a/auth/ldap/auth.php
+++ b/auth/ldap/auth.php
@@ -1485,6 +1485,11 @@ class auth_plugin_ldap extends auth_plugin_base {
ldap_set_option($connresult, LDAP_OPT_PROTOCOL_VERSION, $this->config->version);
}
+... | MDL-<I> LDAP Auth to Active Directory requires LDAP_OPT_REFERRALS option set | moodle_moodle | train |
c68ac0d91f55b316655668be748594b004079fdd | diff --git a/source/core/oxconfig.php b/source/core/oxconfig.php
index <HASH>..<HASH> 100644
--- a/source/core/oxconfig.php
+++ b/source/core/oxconfig.php
@@ -793,23 +793,19 @@ class oxConfig extends oxSuperCfg
public function getShopId()
{
if (is_null($this->_iShopId)) {
- $this->setShopI... | Refactor shop id calculation and assignment
Assign shop id before validation | OXID-eSales_oxideshop_ce | train |
938020cfbe39a42102ceecffa293ceb28b480335 | diff --git a/src/WebMidi.js b/src/WebMidi.js
index <HASH>..<HASH> 100644
--- a/src/WebMidi.js
+++ b/src/WebMidi.js
@@ -12,9 +12,17 @@ import {Enumerations} from "./Enumerations.js";
// convoluted way to prevent Webpack from automatically bundling it in browser bundles where it
// isn't needed.
if (Utilities.isNode) ... | Improve support for environments with both Node.js and browser runtimes | djipco_webmidi | train |
e3f8a83cd9e05e5177cf44ccf5f5fda09b128bf9 | diff --git a/lib/active_rest_client/proxy_base.rb b/lib/active_rest_client/proxy_base.rb
index <HASH>..<HASH> 100644
--- a/lib/active_rest_client/proxy_base.rb
+++ b/lib/active_rest_client/proxy_base.rb
@@ -39,6 +39,7 @@ module ActiveRestClient
end
def translate(result)
+ result = OpenStruct.new(... | Attempt to get translate working with Patron | whichdigital_active-rest-client | train |
81e7aa659a86b91574444b50749ba3107093b4ed | diff --git a/graphitesend/graphitesend.py b/graphitesend/graphitesend.py
index <HASH>..<HASH> 100644
--- a/graphitesend/graphitesend.py
+++ b/graphitesend/graphitesend.py
@@ -292,12 +292,21 @@ class GraphiteClient(object):
self.socket.sendall(message.encode("ascii"))
def _send_and_reconnect(self, messag... | fix: Try send message again when socket empty
Seems like the expected behaviour of _send_and_reconnect() would be to
reconnect to Graphite if the first sendall() fails. If we get to this
spot without initializing the socket, we should attempt to connect then
try again. | daniellawrence_graphitesend | train |
337c7fbc5e2b610fa6d98dc1c34a050ecc028262 | diff --git a/src/JaztecBase/Mapper/AbstractDoctrineMapper.php b/src/JaztecBase/Mapper/AbstractDoctrineMapper.php
index <HASH>..<HASH> 100644
--- a/src/JaztecBase/Mapper/AbstractDoctrineMapper.php
+++ b/src/JaztecBase/Mapper/AbstractDoctrineMapper.php
@@ -69,16 +69,18 @@ abstract class AbstractDoctrineMapper extends Abs... | Some more cleanup, code-style is tedious | jaztec_jaztec-base | train |
82e77a6cff029b4b0fdf3c97785aedde61de2f1a | diff --git a/presto-main/src/main/java/com/facebook/presto/operator/SortedPositionLinks.java b/presto-main/src/main/java/com/facebook/presto/operator/SortedPositionLinks.java
index <HASH>..<HASH> 100644
--- a/presto-main/src/main/java/com/facebook/presto/operator/SortedPositionLinks.java
+++ b/presto-main/src/main/java... | Rename variable
There are couple builder and factories used in this method.
Renaming this variable makes this code more clear. | prestodb_presto | train |
933d2c5eb77e4e2e15a771a88039555182818965 | diff --git a/src/managers/GuildManager.js b/src/managers/GuildManager.js
index <HASH>..<HASH> 100644
--- a/src/managers/GuildManager.js
+++ b/src/managers/GuildManager.js
@@ -253,7 +253,7 @@ class GuildManager extends CachedManager {
* @typedef {Object} FetchGuildsOptions
* @property {Snowflake} [before] Get gu... | docs(GuildManager): increase fetch limit to <I> (#<I>) | discordjs_discord.js | train |
07feec67e459d03288431cc4e7291eac272fdbcd | diff --git a/parsl/app/app.py b/parsl/app/app.py
index <HASH>..<HASH> 100644
--- a/parsl/app/app.py
+++ b/parsl/app/app.py
@@ -50,6 +50,7 @@ class AppBase (object):
self.executor = executor
self.exec_type = exec_type
self.status = 'created'
+ self.sites = sites
s... | Updating to support sites option in app decorators | Parsl_parsl | train |
cf32a3571ee45d94ebfec6eb4407482b714bb147 | diff --git a/broker.go b/broker.go
index <HASH>..<HASH> 100644
--- a/broker.go
+++ b/broker.go
@@ -53,8 +53,11 @@ func (b *broker) connect() (err error) {
return err
}
+ b.requests = make(chan responsePromise)
+ b.responses = make(chan responsePromise)
+
go b.sendRequestLoop()
- go b.rcvresponsePromiseLoop()
+... | Actually make channels for the broker to communicate over | Shopify_sarama | train |
04ec5c0f37ad1ae37139099c7a23397532226a3d | diff --git a/src/Models/Page.php b/src/Models/Page.php
index <HASH>..<HASH> 100644
--- a/src/Models/Page.php
+++ b/src/Models/Page.php
@@ -166,13 +166,11 @@ class Page extends Model implements PageContract, Sortable
parent::boot();
// Auto generate slugs early before validation
- static::regi... | Assure unique slugs generated at all times | rinvex_laravel-pages | train |
9e6315e6554b19f61a1e71d9622cc2ae99c3d358 | diff --git a/ui/app/components/scale-events-chart.js b/ui/app/components/scale-events-chart.js
index <HASH>..<HASH> 100644
--- a/ui/app/components/scale-events-chart.js
+++ b/ui/app/components/scale-events-chart.js
@@ -1,19 +1,17 @@
-import Component from '@ember/component';
+import Component from '@glimmer/component';... | Convert ScaleEventsChart into a glimmer component | hashicorp_nomad | train |
c50200dad8d03a37dfd14312adfa33fdcf0b0ef4 | diff --git a/src/components/tabs/__tests__/CdrTabs.spec.js b/src/components/tabs/__tests__/CdrTabs.spec.js
index <HASH>..<HASH> 100644
--- a/src/components/tabs/__tests__/CdrTabs.spec.js
+++ b/src/components/tabs/__tests__/CdrTabs.spec.js
@@ -325,7 +325,42 @@ describe('CdrTabs', () => {
});
});
+ it('accesib... | test(tabs): add accessibility tests | rei_rei-cedar | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.