hash
stringlengths
40
40
diff
stringlengths
131
26.7k
message
stringlengths
7
694
project
stringlengths
5
67
split
stringclasses
1 value
diff_languages
stringlengths
2
24
cb3b76ef8187d7550857dd75095055c9c980000d
diff --git a/tests/test_api.py b/tests/test_api.py index <HASH>..<HASH> 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -4,6 +4,8 @@ from unittest import TestCase +import gevent.hub + from mock import mock_open, patch from paramiko import ( PasswordRequiredException, @@ -32,6 +34,9 @@ from .parami...
Don't print greenlet exceptions during the API tests.
Fizzadar_pyinfra
train
py
c56e8453aff7126bf0fee88822b4a96083b91ae8
diff --git a/pyprophet/main.py b/pyprophet/main.py index <HASH>..<HASH> 100644 --- a/pyprophet/main.py +++ b/pyprophet/main.py @@ -11,7 +11,7 @@ except: from pyprophet import PyProphet from config import standard_config, fix_config_types -import sys +import sys, time def print_help(): print @@ -103,9 +10...
[FEATURE] output needed wall time
PyProphet_pyprophet
train
py
ce4f97ee4a3a18e4b39b1e6eab8b882e43a99eda
diff --git a/src/org/selfip/bkimmel/util/ClassUtil.java b/src/org/selfip/bkimmel/util/ClassUtil.java index <HASH>..<HASH> 100644 --- a/src/org/selfip/bkimmel/util/ClassUtil.java +++ b/src/org/selfip/bkimmel/util/ClassUtil.java @@ -26,7 +26,7 @@ public final class ClassUtil { * bytecode definition may be read. *...
Bug fix: full class name needed to get class definition resource.
bwkimmel_java-util
train
java
e1f0fb9b2dcb442e88c11b5155271b106beaa57d
diff --git a/lib/bigfloat/binfloat.rb b/lib/bigfloat/binfloat.rb index <HASH>..<HASH> 100644 --- a/lib/bigfloat/binfloat.rb +++ b/lib/bigfloat/binfloat.rb @@ -36,9 +36,28 @@ class BinFloat < Num super(BinFloat, *options) end - end + # The special values are normalized for binary floats: this keeps the...
BinFloat epsilons and ulps are normalized now.
jgoizueta_flt
train
rb
cf54e340cfddc1d32a0d6fa3eef7006a9210a35d
diff --git a/js/forms.js b/js/forms.js index <HASH>..<HASH> 100644 --- a/js/forms.js +++ b/js/forms.js @@ -144,14 +144,31 @@ hiddenDiv.css('width', $(window).width()/2); } - $textarea.css('height', hiddenDiv.height()); + /** + * Resize if the new height is greater than the + * or...
Fixed Textarea Resizing Bug Instead of setting the height of textarea default on document load, MZ should store the height and then resize textarea according to the length and the original height of the textarea.
Dogfalo_materialize
train
js
6b57a693ce751cd14880eac2d578169d878a405e
diff --git a/pandas/tests/extension/base/casting.py b/pandas/tests/extension/base/casting.py index <HASH>..<HASH> 100644 --- a/pandas/tests/extension/base/casting.py +++ b/pandas/tests/extension/base/casting.py @@ -1,6 +1,8 @@ import numpy as np import pytest +import pandas.util._test_decorators as td + import pan...
TST: fix casting extension tests for external users (#<I>)
pandas-dev_pandas
train
py
e7d99c37b3e02f07308d60cf13f933c3d57c0c29
diff --git a/src/Composer/Command/ShowCommand.php b/src/Composer/Command/ShowCommand.php index <HASH>..<HASH> 100644 --- a/src/Composer/Command/ShowCommand.php +++ b/src/Composer/Command/ShowCommand.php @@ -196,8 +196,7 @@ EOT } $locker = $composer->getLocker(); $lockedRepo = $loc...
Fix show --locked to avoid listing all the things
composer_composer
train
php
c39158d48ca60f99d1274152b53d2f4fa7b4e5b8
diff --git a/docs/storage/driver/rados/rados.go b/docs/storage/driver/rados/rados.go index <HASH>..<HASH> 100644 --- a/docs/storage/driver/rados/rados.go +++ b/docs/storage/driver/rados/rados.go @@ -404,7 +404,7 @@ func (d *driver) List(ctx context.Context, dirPath string) ([]string, error) { files, err := d.listDire...
driver/rados: treat OMAP EIO as a PathNotFoundError RADOS returns a -EIO when trying to read a non-existing OMAP, treat it as a PathNotFoundError when trying to list a non existing virtual directory.
docker_distribution
train
go
72694df04d704d191c6e1be82b9307365f2a59ef
diff --git a/sling/core/console/src/main/resources/root/libs/composum/nodes/console/browser/js/browser.js b/sling/core/console/src/main/resources/root/libs/composum/nodes/console/browser/js/browser.js index <HASH>..<HASH> 100644 --- a/sling/core/console/src/main/resources/root/libs/composum/nodes/console/browser/js/bro...
fix for the scroll issue (tree) on touch devices
ist-dresden_composum
train
js
c5b97671f53a101a23e3fad0e116c8ad531a7698
diff --git a/osc/osc_test.go b/osc/osc_test.go index <HASH>..<HASH> 100644 --- a/osc/osc_test.go +++ b/osc/osc_test.go @@ -362,7 +362,7 @@ func TestWritePaddedString(t *testing.T) { if got, want := n, tt.n; got != want { t.Errorf("%s: Count of bytes written don't match; got = %d, want = %d", tt.s, got, want) ...
Fix the type of an argument to equal
hypebeast_go-osc
train
go
0ac17bb54b31019f50e42a3809e0ffdb33d814e3
diff --git a/oscrypto/trust_list.py b/oscrypto/trust_list.py index <HASH>..<HASH> 100644 --- a/oscrypto/trust_list.py +++ b/oscrypto/trust_list.py @@ -130,6 +130,8 @@ def get_path(temp_dir=None, cache_length=24, cert_callback=None): if cert_callback: ...
Fix regression in trust_list.get_path() not calling the cert callback when a certificate is exported
wbond_oscrypto
train
py
7ec39ccc23ad80d272a6e82d7db68d290500bf51
diff --git a/troposphere/ec2.py b/troposphere/ec2.py index <HASH>..<HASH> 100644 --- a/troposphere/ec2.py +++ b/troposphere/ec2.py @@ -464,9 +464,9 @@ class Volume(AWSObject): 'AutoEnableIO': (boolean, False), 'AvailabilityZone': (basestring, True), 'Encrypted': (boolean, False), - 'Io...
Size/IOPS should be positive_integers (#<I>) This isn't <I>% correct, only because positive_integers allows for a value of 0, but changing that functionality seems like it'd break things elsewhere.
cloudtools_troposphere
train
py
0bdf48f37b0c6fc1d52c0bb215e7e52af0d6db10
diff --git a/spec/victor/svg_spec.rb b/spec/victor/svg_spec.rb index <HASH>..<HASH> 100644 --- a/spec/victor/svg_spec.rb +++ b/spec/victor/svg_spec.rb @@ -134,6 +134,17 @@ describe SVG do end expect(subject.content).to eq ["<universe>", "<world>", "<me />", "</world>", "</universe>"] end + + ...
add specs to test the case broken by the element refactor
DannyBen_victor
train
rb
f59996b6676d572828bc0143fffb1dad4ca4ddc1
diff --git a/cell/executor_test.go b/cell/executor_test.go index <HASH>..<HASH> 100644 --- a/cell/executor_test.go +++ b/cell/executor_test.go @@ -16,6 +16,7 @@ import ( "github.com/cloudfoundry-incubator/inigo/helpers" "github.com/cloudfoundry-incubator/inigo/inigo_announcement_server" "github.com/cloudfoundry-i...
Instance guid != container guid [#<I>]
cloudfoundry_inigo
train
go
fca7f3db624a579a05dc648818394742e091b5dd
diff --git a/lib/smalltalk.js b/lib/smalltalk.js index <HASH>..<HASH> 100644 --- a/lib/smalltalk.js +++ b/lib/smalltalk.js @@ -104,7 +104,7 @@ function showDialog(title, msg, value, buttons, options) { } function keyDown(dialog, ok, cancel) { - return event => { + return (event) => { const KEY = { ...
refactor(keydown) let, some -> filter
coderaiser_smalltalk
train
js
9fbfda89f08858d3362e035d1db0bb101af07e58
diff --git a/DependencyInjection/Compiler/EasyAdminFormTypePass.php b/DependencyInjection/Compiler/EasyAdminFormTypePass.php index <HASH>..<HASH> 100644 --- a/DependencyInjection/Compiler/EasyAdminFormTypePass.php +++ b/DependencyInjection/Compiler/EasyAdminFormTypePass.php @@ -34,5 +34,16 @@ class EasyAdminFormTypePas...
I don't know what I'm doing
EasyCorp_EasyAdminBundle
train
php
cb52303c74a76bfaf8f3017b9be78f3620b00483
diff --git a/ovp_core/migrations/0004_load_skills_and_causes.py b/ovp_core/migrations/0004_load_skills_and_causes.py index <HASH>..<HASH> 100644 --- a/ovp_core/migrations/0004_load_skills_and_causes.py +++ b/ovp_core/migrations/0004_load_skills_and_causes.py @@ -20,7 +20,7 @@ def load_data(apps, schema_editor): c ...
Add pragma: no cover to migration data unload
OpenVolunteeringPlatform_django-ovp-core
train
py
a86fd29c41b9c0ead878fac7706d0d437860757f
diff --git a/go/vt/workflow/manager_test.go b/go/vt/workflow/manager_test.go index <HASH>..<HASH> 100644 --- a/go/vt/workflow/manager_test.go +++ b/go/vt/workflow/manager_test.go @@ -22,7 +22,8 @@ func startManager(t *testing.T, m *Manager) (*sync.WaitGroup, context.CancelFunc }() // Wait for the manager to start...
Fixing timeouts in workflow tests. Although I don't see how that triggers the 'go test -race' timing out fater <I> minutes.
vitessio_vitess
train
go
6210f0da68fb5b528cf621c15342629cc0c27354
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ setup( version = __version__, packages = ['argh'], provides = ['argh'], - requires = ['python(>=2.5)', 'argparse(>=1.1)'], + requires = ['python(>=2.6)', 'argparse(>=1.1)'], install_re...
Update setup.py: support for Python ≤ <I> was dropped since Argh <I>
neithere_argh
train
py
ef8c793d7447b10660ccb7d579cb86f807269ca5
diff --git a/grade/report/grader/lib.php b/grade/report/grader/lib.php index <HASH>..<HASH> 100644 --- a/grade/report/grader/lib.php +++ b/grade/report/grader/lib.php @@ -391,8 +391,7 @@ class grade_report_grader extends grade_report { list($enrolledsql, $enrolledparams) = get_enrolled_sql($this->context); ...
MDL-<I> duplicated columns cause Oracle error in grader report
moodle_moodle
train
php
4f74a77268e7bab70ca5df3d4b3ddcf3b6047985
diff --git a/test/test_remote.py b/test/test_remote.py index <HASH>..<HASH> 100644 --- a/test/test_remote.py +++ b/test/test_remote.py @@ -100,9 +100,6 @@ run: time.sleep(20) out = subprocess.check_output('sos status {} -c docker.yml -q docker'.format(tasks), shell=True).decode() self.assertE...
Try again to fix travis CI tests
vatlab_SoS
train
py
c654a359f9d4768cbec4d7d9b081303f9605b695
diff --git a/src/sync.js b/src/sync.js index <HASH>..<HASH> 100644 --- a/src/sync.js +++ b/src/sync.js @@ -15,7 +15,8 @@ const configDefaults = { remove: false }, files: [], - include: [] + include: [], + includes: [] }; const optionDefaults = { @@ -48,9 +49,12 @@ async function sync(cfg, opt) { ...
Make "includes" work along-side "include" for backward compat.
treshugart_conartist
train
js
f840486ee1a8fd8eaf4cd14aea4421e809704ee5
diff --git a/src/main/java/fr/wseduc/webutils/http/Renders.java b/src/main/java/fr/wseduc/webutils/http/Renders.java index <HASH>..<HASH> 100644 --- a/src/main/java/fr/wseduc/webutils/http/Renders.java +++ b/src/main/java/fr/wseduc/webutils/http/Renders.java @@ -171,9 +171,8 @@ public class Renders { } path = "...
[render] Do not cache server view in dev mode
opendigitaleducation_web-utils
train
java
f4c33bdd29eb18c707758ec479c5aa67b734b997
diff --git a/ui/build/build.api.js b/ui/build/build.api.js index <HASH>..<HASH> 100644 --- a/ui/build/build.api.js +++ b/ui/build/build.api.js @@ -146,6 +146,18 @@ const objectTypes = { isBoolean: [ 'internal' ] }, + Event: { + props: [ 'desc', 'required', 'category', 'examples', 'addedIn', 'internal' ], ...
chore(ui): fix build broken by previous PR #<I>
quasarframework_quasar
train
js
97cb1668de0448914e808cd7bef8afd7e53c669b
diff --git a/src/components/body/body.js b/src/components/body/body.js index <HASH>..<HASH> 100644 --- a/src/components/body/body.js +++ b/src/components/body/body.js @@ -190,8 +190,10 @@ var Body = { * Removes the component and all physics and scene side effects. */ remove: function () { - delete this.bo...
check for existence of body property in remove
donmccurdy_aframe-physics-system
train
js
4959d04b1269a87d7a28dd2ca68b326f3a43728b
diff --git a/driver/src/main/java/org/kaazing/k3po/driver/internal/netty/bootstrap/http/HttpBootstrapFactorySpi.java b/driver/src/main/java/org/kaazing/k3po/driver/internal/netty/bootstrap/http/HttpBootstrapFactorySpi.java index <HASH>..<HASH> 100644 --- a/driver/src/main/java/org/kaazing/k3po/driver/internal/netty/boo...
Not sure why shutdown and release external resources was ignored on http, I've added logic to shut them down
k3po_k3po
train
java
a69469c1be98613ff25e9a76aa9a88a7fc5ff85d
diff --git a/sonar-server/src/main/java/org/sonar/server/search/BaseIndex.java b/sonar-server/src/main/java/org/sonar/server/search/BaseIndex.java index <HASH>..<HASH> 100644 --- a/sonar-server/src/main/java/org/sonar/server/search/BaseIndex.java +++ b/sonar-server/src/main/java/org/sonar/server/search/BaseIndex.java @...
Commented out synchronizer in BaseIndex
SonarSource_sonarqube
train
java
3e9398714247f009cbfdc6b626de65ff00ede7a6
diff --git a/lib/setup.php b/lib/setup.php index <HASH>..<HASH> 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -36,6 +36,7 @@ * - $CFG->dataroot - Path to moodle data files directory on server's filesystem. * - $CFG->dirroot - Path to moodle's library folder on server's filesystem. * - $CFG->libdir - Pat...
MDL-<I> Added $CFG->tempdir setting
moodle_moodle
train
php
412194a7d937954d7af23a8dda2e1dd01ac03c76
diff --git a/lib/ticketmaster/project.rb b/lib/ticketmaster/project.rb index <HASH>..<HASH> 100644 --- a/lib/ticketmaster/project.rb +++ b/lib/ticketmaster/project.rb @@ -34,7 +34,7 @@ module TicketMasterMod def tickets # Lets ask that cute little API if I have any tickets # associated with me, shall...
Eval => const_get (faster, better, safer)
hybridgroup_taskmapper
train
rb
0c4b066bbdcdf6c036f52420822b9da5ae9cca81
diff --git a/classes/Gems/Tracker.php b/classes/Gems/Tracker.php index <HASH>..<HASH> 100644 --- a/classes/Gems/Tracker.php +++ b/classes/Gems/Tracker.php @@ -235,7 +235,7 @@ class Gems_Tracker extends Gems_Loader_TargetLoaderAbstract implements Gems_Trac * @param array $trackFieldsData * @return Gems_Track...
Added possible deprecated comment in Toke fixed Tracker->createRespondentTrack when no $respTrackData was given
GemsTracker_gemstracker-library
train
php,php
7006a559dc6475fe3e8785430892f584565d5bf7
diff --git a/pyvisa-py/highlevel.py b/pyvisa-py/highlevel.py index <HASH>..<HASH> 100644 --- a/pyvisa-py/highlevel.py +++ b/pyvisa-py/highlevel.py @@ -314,6 +314,19 @@ class PyVisaLibrary(highlevel.VisaLibraryBase): return ret + def read_stb(self, session): + """Reads a status byte of the service...
Add missing read_stb() to high_level.py
pyvisa_pyvisa-py
train
py
d6f73dc179f873cacacd48bba7191a690fe4ab2a
diff --git a/lib/eggs.js b/lib/eggs.js index <HASH>..<HASH> 100644 --- a/lib/eggs.js +++ b/lib/eggs.js @@ -250,7 +250,7 @@ var factory = function(htmlString,options,ViewModel,callback){ tree = select(selector)(virtualdom); } if (!tree || !tree.length) { - if(callback) callback(null,null); + if(callback...
fix a bug where unmatched routes caused view engine to barf
misejs_eggs
train
js,js
ae3a02f55301f27fef247263d643c68d31c74940
diff --git a/score_test.go b/score_test.go index <HASH>..<HASH> 100644 --- a/score_test.go +++ b/score_test.go @@ -594,6 +594,31 @@ func TestScoreRejectMessageDeliveries(t *testing.T) { time.Sleep(1 * time.Millisecond) ps.deliveries.gc() + // insert a record in the message deliveries + ps.ValidateMessage(&msg) + ...
add test for rejections with ignore validator decision
libp2p_go-libp2p-pubsub
train
go
78c8a2950083a10ad0a7ca511898a53e896d1c04
diff --git a/robotium-solo/src/main/java/com/jayway/android/robotium/solo/Getter.java b/robotium-solo/src/main/java/com/jayway/android/robotium/solo/Getter.java index <HASH>..<HASH> 100644 --- a/robotium-solo/src/main/java/com/jayway/android/robotium/solo/Getter.java +++ b/robotium-solo/src/main/java/com/jayway/android...
Changed so that getView() uses Timeout.getSmallTimeout()
RobotiumTech_robotium
train
java
d4336d82b7f4d2906fcdb833acb727c70f11c279
diff --git a/lib/core/util.js b/lib/core/util.js index <HASH>..<HASH> 100644 --- a/lib/core/util.js +++ b/lib/core/util.js @@ -47,12 +47,13 @@ function destroy (stream, err) { } } +const KEEPALIVE_TIMEOUT_EXPR = /timeout=(\d+)s/ function parseKeepAliveTimeout (headers) { for (let n = 0; n < headers.length; n ...
perf: parseKeepAliveTimeout The regex version is fastest.
mcollina_undici
train
js
ca554dbc083c3a75d3df4ac627001c55f4833c9b
diff --git a/hazelcast-client/src/main/java/com/hazelcast/client/impl/HazelcastClientInstanceImpl.java b/hazelcast-client/src/main/java/com/hazelcast/client/impl/HazelcastClientInstanceImpl.java index <HASH>..<HASH> 100644 --- a/hazelcast-client/src/main/java/com/hazelcast/client/impl/HazelcastClientInstanceImpl.java +...
Added missing @Override annotations in HazelcastClientInstanceImpl.
hazelcast_hazelcast
train
java
6f5344ecedd9b136f39198f99456a1ba3063e9fe
diff --git a/lib/tire/model/search.rb b/lib/tire/model/search.rb index <HASH>..<HASH> 100644 --- a/lib/tire/model/search.rb +++ b/lib/tire/model/search.rb @@ -19,6 +19,9 @@ module Tire # module Search + def self.dependents + @dependents ||= Set.new + end # Alias for Tire::Model::Nami...
[#<I>] Added `included` tracking to Model::Search
karmi_retire
train
rb
4f3c2d5403f185a29d895aed82ef844d45cad25f
diff --git a/rake-tasks/crazy_fun/mappings/javascript.rb b/rake-tasks/crazy_fun/mappings/javascript.rb index <HASH>..<HASH> 100644 --- a/rake-tasks/crazy_fun/mappings/javascript.rb +++ b/rake-tasks/crazy_fun/mappings/javascript.rb @@ -837,7 +837,7 @@ module Javascript MAX_STR_LENGTH_JAVA = MAX_LINE_LENGTH_JAVA - "...
fix javascript to java build for 'android-atoms' update the copyright header that gets generated
SeleniumHQ_selenium
train
rb
c78a3f3e3fd3d9a460a7e0f889230b9a0cbc7f4d
diff --git a/lib/vagrant.rb b/lib/vagrant.rb index <HASH>..<HASH> 100644 --- a/lib/vagrant.rb +++ b/lib/vagrant.rb @@ -11,7 +11,7 @@ end require File.expand_path("util/glob_loader", libdir) # Load them up -Vagrant::GlobLoader.glob_require(libdir, %w{util/stacked_proc_runner +Vagrant::GlobLoader.glob_require(libdir,...
Include util.rb early so the included hook is set up properly. Fixes a NoMethodError running any command that invokes Environment.load!
hashicorp_vagrant
train
rb
20444db326a4a9d0f8e43a92f513abdead2d64c3
diff --git a/src/manhole.py b/src/manhole.py index <HASH>..<HASH> 100644 --- a/src/manhole.py +++ b/src/manhole.py @@ -87,8 +87,8 @@ class Manhole(threading.Thread): self.sigmask = sigmask @staticmethod - def get_socket(): - sock = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) + def get...
Make oneshot use the original socket object (no more monkey business).
ionelmc_python-manhole
train
py
27ea3e31569ed1fa57ffcdb43d433a71ebca6546
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,7 +52,7 @@ master_doc = 'index' # General information about the project. project = u'Dependency Injector' -copyright = u'2017, ETS Labs' +copyright = u'2020, ETS Labs' author = u'ETS Labs' # The ver...
Update copyright year in the docs
ets-labs_python-dependency-injector
train
py
50a3bd0032e8a21794cfc79fa5591bd517879d1c
diff --git a/code/libraries/koowa/libraries/http/token/token.php b/code/libraries/koowa/libraries/http/token/token.php index <HASH>..<HASH> 100644 --- a/code/libraries/koowa/libraries/http/token/token.php +++ b/code/libraries/koowa/libraries/http/token/token.php @@ -308,7 +308,7 @@ class KHttpToken extends KObject impl...
re #<I>: Make sure JWT tokens follow the specs
joomlatools_joomlatools-framework
train
php
33c4ac46395fa60440f906570fc1933ec5c45278
diff --git a/pycannon/connection.py b/pycannon/connection.py index <HASH>..<HASH> 100644 --- a/pycannon/connection.py +++ b/pycannon/connection.py @@ -6,7 +6,7 @@ class Connection: Connection to go-cannon for sending emails. """ - def __init__(self, tls=False, host='localhost', port=8025, username=None, ...
Added /send method.
hectane_python-hectane
train
py
0c72fa99c518088aa4505ee16721f85ac42eb0c2
diff --git a/umi_tools/extract.py b/umi_tools/extract.py index <HASH>..<HASH> 100644 --- a/umi_tools/extract.py +++ b/umi_tools/extract.py @@ -311,7 +311,7 @@ def main(argv=None): U.error("option --retain-umi only works with --extract-method=regex") if (options.filtered_out and not options.extract_metho...
Insert missing "options" in test for white list conditions (#<I>) fixes #<I>
CGATOxford_UMI-tools
train
py
d78921b8c7e289d54c7d905554d1603e356a79a9
diff --git a/reflekt/src/main/java/io/advantageous/boon/core/value/LazyValueMap.java b/reflekt/src/main/java/io/advantageous/boon/core/value/LazyValueMap.java index <HASH>..<HASH> 100644 --- a/reflekt/src/main/java/io/advantageous/boon/core/value/LazyValueMap.java +++ b/reflekt/src/main/java/io/advantageous/boon/core/v...
Don't lose order in LazyValueMap, close #<I>
advantageous_boon
train
java
596d1149656682d029276c787bf1503db0a34547
diff --git a/gems/rake-support/lib/torquebox/deploy_utils.rb b/gems/rake-support/lib/torquebox/deploy_utils.rb index <HASH>..<HASH> 100644 --- a/gems/rake-support/lib/torquebox/deploy_utils.rb +++ b/gems/rake-support/lib/torquebox/deploy_utils.rb @@ -189,6 +189,7 @@ module TorqueBox d = {} d['applicat...
Can't set RACK_ENV on a nil environment.
torquebox_torquebox
train
rb
1c860a07b6397709f2778bb9d993833964a7f3ec
diff --git a/src/readers/csv/csv.js b/src/readers/csv/csv.js index <HASH>..<HASH> 100644 --- a/src/readers/csv/csv.js +++ b/src/readers/csv/csv.js @@ -214,6 +214,8 @@ const CSVReader = Reader.extend({ return typeof condition !== 'object' ? (rowValue === condition + // if the column is m...
Make all values pass the filter when a column for filtering is absent from the CSV file
vizabi_vizabi
train
js
5f9ed819170c4df20b26de991ac2c29ef11cd32c
diff --git a/connection.go b/connection.go index <HASH>..<HASH> 100644 --- a/connection.go +++ b/connection.go @@ -66,11 +66,20 @@ func (cn *connection) WriteStatus(w io.Writer) { fmt.Fprintf(w, "%c", b) } // https://trac.transmissionbt.com/wiki/PeerStatusText + if cn.PeerInterested && !cn.Choked { + c('O') + }...
Add some extra char flags to connection status
anacrolix_torrent
train
go
7599aa970df6df222e5d525e28d13ab79db6a74d
diff --git a/src/test/java/com/googlecode/lanterna/gui2/TestBase.java b/src/test/java/com/googlecode/lanterna/gui2/TestBase.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/googlecode/lanterna/gui2/TestBase.java +++ b/src/test/java/com/googlecode/lanterna/gui2/TestBase.java @@ -13,7 +13,7 @@ public abstract cla...
Allow the tests to customize how the TextGUI is created
mabe02_lanterna
train
java
8f445f3249bc9785f279ee0e2aea2a7e93792b08
diff --git a/bcbio/distributed/resources.py b/bcbio/distributed/resources.py index <HASH>..<HASH> 100644 --- a/bcbio/distributed/resources.py +++ b/bcbio/distributed/resources.py @@ -29,7 +29,7 @@ def _get_ensure_functions(fn, algs): def _get_used_programs(fn, algs): used_progs = set(["gatk", "gemini", "bcbio_c...
Ensure snpeff resource requirements passed along with new all lowercase approach to input keys
bcbio_bcbio-nextgen
train
py
c1951fe598f7f876a2cee3efcc15b5e6c925525f
diff --git a/asset_allocation/asset_allocation.py b/asset_allocation/asset_allocation.py index <HASH>..<HASH> 100644 --- a/asset_allocation/asset_allocation.py +++ b/asset_allocation/asset_allocation.py @@ -11,7 +11,7 @@ def cli(): @click.command() @click.option("--format", default="ascii", help="format for the repor...
abandoning the default option as displaying all options is preferable and "list" command is easy to type
MisterY_asset-allocation
train
py
000a21969f0a57e829434a5e7de6498afe4bef48
diff --git a/src/Monolog/Handler/SlackHandler.php b/src/Monolog/Handler/SlackHandler.php index <HASH>..<HASH> 100644 --- a/src/Monolog/Handler/SlackHandler.php +++ b/src/Monolog/Handler/SlackHandler.php @@ -156,9 +156,15 @@ class SlackHandler extends SocketHandler * * @param int $level * @return s...
Mark former public methods of SlackHandler as deprecated The SlackRecord could be used now
Seldaek_monolog
train
php
d46f8298429a4ca6b89a531fe7a9682c5c769f91
diff --git a/src/Data/Log.php b/src/Data/Log.php index <HASH>..<HASH> 100644 --- a/src/Data/Log.php +++ b/src/Data/Log.php @@ -30,24 +30,9 @@ final class Log implements LogDataInterface { /** * @var string */ - private $message; - - /** - * @var string - */ - private $channel; - - /** - * @var string - */ ...
Don't overwrite properties declared in trait #4
inpsyde_Wonolog
train
php
5f56085550cce1326f71466e10e8e54b1adb74a1
diff --git a/src/Calendar/Calendar.php b/src/Calendar/Calendar.php index <HASH>..<HASH> 100644 --- a/src/Calendar/Calendar.php +++ b/src/Calendar/Calendar.php @@ -16,6 +16,11 @@ class Calendar implements CalendarInterface, \IteratorAggregate $this->recurrenceFactory = $recurrenceFactory; } + public static functi...
Calendar create method to allow instant chaining on an instance.
benplummer_calendarful
train
php
f48085c7c62101e63fda49e1fffb99ff73a0176e
diff --git a/exa/core/editor.py b/exa/core/editor.py index <HASH>..<HASH> 100644 --- a/exa/core/editor.py +++ b/exa/core/editor.py @@ -324,7 +324,7 @@ class Editor(object): def to_stream(self): """Create an io.StringIO object from the current editor text.""" - return io.StringIO(str(self)) + ...
StringIO as six.unicode
exa-analytics_exa
train
py
1f877f644251c8f1bf1363b313a770e646797b96
diff --git a/blimpy/calib_utils/calib_plots.py b/blimpy/calib_utils/calib_plots.py index <HASH>..<HASH> 100644 --- a/blimpy/calib_utils/calib_plots.py +++ b/blimpy/calib_utils/calib_plots.py @@ -218,7 +218,7 @@ def plot_diode_fold(dio_cross,bothfeeds=True,feedtype='l',min_samp=-500,max_samp """ Plots the calc...
Issue #<I> During setup.py execution, the function description border of plot_diode_fold() caused a misscan in Python to the end of file.
UCBerkeleySETI_blimpy
train
py
2bd5b3d245ff5833fdbbcccdc3ea04f49fd7d208
diff --git a/Generator/ConfigEntityType.php b/Generator/ConfigEntityType.php index <HASH>..<HASH> 100644 --- a/Generator/ConfigEntityType.php +++ b/Generator/ConfigEntityType.php @@ -296,9 +296,19 @@ class ConfigEntityType extends EntityTypeBase { $description .= '.'; } + // The PHP type is not t...
Fixed config entity properties getting wrong PHP property types.
drupal-code-builder_drupal-code-builder
train
php
bbac63821c80c4d53dbb15632d993873afee91a1
diff --git a/src/Composer/Command/SearchCommand.php b/src/Composer/Command/SearchCommand.php index <HASH>..<HASH> 100644 --- a/src/Composer/Command/SearchCommand.php +++ b/src/Composer/Command/SearchCommand.php @@ -27,7 +27,7 @@ use Composer\Factory; class SearchCommand extends Command { protected $matches; - ...
Search: initialize lowMatches as empty array.
mothership-ec_composer
train
php
c2d31e55dd7ee2708f3f0efddbf4cf78adda6ff9
diff --git a/code/controllers/CMSSettingsController.php b/code/controllers/CMSSettingsController.php index <HASH>..<HASH> 100644 --- a/code/controllers/CMSSettingsController.php +++ b/code/controllers/CMSSettingsController.php @@ -8,6 +8,12 @@ class CMSSettingsController extends LeftAndMain { static $tree_class = 'Si...
BUG Hiding group selections in "Settings" JS functionality was only applied to page-specific settings with similar fields, but not to SiteConfig settings.
silverstripe_silverstripe-siteconfig
train
php
bf43aaf1c6a74fc5c3937e17b129ad85340141ee
diff --git a/src/service-broker.js b/src/service-broker.js index <HASH>..<HASH> 100644 --- a/src/service-broker.js +++ b/src/service-broker.js @@ -1044,7 +1044,7 @@ class ServiceBroker { }; } }); - const flattenedStatuses = serviceStatuses.flatMap(s => s); + const flattenedStatuses = _.flatMap(s...
support node <I> (flatMap)
moleculerjs_moleculer
train
js
a4b87423f9f7285838ef8771ca70552ecbdb8836
diff --git a/lib/irc.js b/lib/irc.js index <HASH>..<HASH> 100644 --- a/lib/irc.js +++ b/lib/irc.js @@ -540,8 +540,9 @@ function Client(server, nick, opt) { } else { if ( self.opt.debug ) - util.log("\u001b[01;31mUnhandled message: " + util.in...
fix unfinished code from merging #<I>
martynsmith_node-irc
train
js
9913f8d517a7fb6b17357575c20e9b8d2c801727
diff --git a/Settings/General/SettingsManager.php b/Settings/General/SettingsManager.php index <HASH>..<HASH> 100644 --- a/Settings/General/SettingsManager.php +++ b/Settings/General/SettingsManager.php @@ -160,7 +160,7 @@ class SettingsManager { $setting = $this->repo->find($profile . '_' . $name); ...
Strict boolean compare
ongr-io_SettingsBundle
train
php,php
7d1458ee03c0cce5bca290eb84cd8a47264f2231
diff --git a/tests/IcalTest/Component/EventTest.php b/tests/IcalTest/Component/EventTest.php index <HASH>..<HASH> 100644 --- a/tests/IcalTest/Component/EventTest.php +++ b/tests/IcalTest/Component/EventTest.php @@ -41,7 +41,10 @@ class EventTest extends \PHPUnit_Framework_TestCase { * @depends testDefaultConstruc...
Test setting allDay to false when it isn't set works
rb-cohen_ical-php
train
php
16b5ba217cf9a9c545b52c3e244e1a1179ef9927
diff --git a/src/configs/eslint/core/variables.js b/src/configs/eslint/core/variables.js index <HASH>..<HASH> 100644 --- a/src/configs/eslint/core/variables.js +++ b/src/configs/eslint/core/variables.js @@ -67,6 +67,6 @@ module.exports = { // This rule will warn when it encounters a reference to an identifier th...
Relax lint rule for functions
borela-tech_js-toolbox
train
js
3ef77f490a628e662fe6680718c65c880ec07e55
diff --git a/salt/client/__init__.py b/salt/client/__init__.py index <HASH>..<HASH> 100644 --- a/salt/client/__init__.py +++ b/salt/client/__init__.py @@ -201,7 +201,6 @@ class LocalClient(object): timeout = self.opts['gather_job_timeout'] arg = [jid] - arg = condition_kwarg(arg, kwargs) ...
Stop passing **kwargs to find_job
saltstack_salt
train
py
fe14f13d2c4fd87784f22be74a56314269e6dd50
diff --git a/src/EventRepository.php b/src/EventRepository.php index <HASH>..<HASH> 100644 --- a/src/EventRepository.php +++ b/src/EventRepository.php @@ -410,13 +410,8 @@ class EventRepository implements RepositoryInterface, LoggerAwareInterface $contactInfo = new CultureFeed_Cdb_Data_ContactInfo(); ...
III-<I>: Update call to EntryAPI which expects a CultureFeed_Cdb_Item_Event instead of a xml string
cultuurnet_udb3-udb2-bridge
train
php
fb14ac15bcb1db14f756e8943f551ba428de4c7f
diff --git a/dusty/systems/known_hosts/__init__.py b/dusty/systems/known_hosts/__init__.py index <HASH>..<HASH> 100644 --- a/dusty/systems/known_hosts/__init__.py +++ b/dusty/systems/known_hosts/__init__.py @@ -11,6 +11,8 @@ def _get_known_hosts_path(): def ensure_known_hosts(hosts): known_hosts_path = _get_kno...
Create required known_hosts file if it does not exists
gamechanger_dusty
train
py
939483db3d3a5eabd2f2efa8215971865f19a743
diff --git a/src/Css/Style.php b/src/Css/Style.php index <HASH>..<HASH> 100644 --- a/src/Css/Style.php +++ b/src/Css/Style.php @@ -555,7 +555,7 @@ class Style static $cache = []; if (!isset($ref_size)) { - $ref_size = self::$default_font_size; + $ref_size = $this->__get("font_s...
Set default ref size to the current font size Calculations based on font size should be calculated based on the current font size, not the default.
dompdf_dompdf
train
php
77dcac0df58d3d774884bb6efbf85064ae25d88e
diff --git a/blueprints/ember-cli-typescript/index.js b/blueprints/ember-cli-typescript/index.js index <HASH>..<HASH> 100644 --- a/blueprints/ember-cli-typescript/index.js +++ b/blueprints/ember-cli-typescript/index.js @@ -32,7 +32,8 @@ module.exports = { return this.addPackagesToProject([ { name: 'typescri...
Add @types/ember-testing-helpers to `afterInstall`.
typed-ember_ember-cli-typescript
train
js
a1dd152a88c2be0e0de1809a2ec22cfee1fa0d92
diff --git a/client/controller/shared.js b/client/controller/shared.js index <HASH>..<HASH> 100644 --- a/client/controller/shared.js +++ b/client/controller/shared.js @@ -24,16 +24,12 @@ export function makeLayoutMiddleware( LayoutComponent ) { // On server, only render LoggedOutLayout when logged-out. if ( ! c...
SSR: Fix reconciliation error on Masterbar login link (#<I>) A recent PR #<I> changed the `redirect_to` arg in masterbar login links to be relative links instead of absolute links generated from window.location.href. For server renders, where there was no access to window, this arg was historically being generated ...
Automattic_wp-calypso
train
js,js
0d58afb53e9d9a8d1e5ea945f4b3e0d78d672640
diff --git a/src/to-markdown.js b/src/to-markdown.js index <HASH>..<HASH> 100644 --- a/src/to-markdown.js +++ b/src/to-markdown.js @@ -22,7 +22,7 @@ var toMarkdown = function(string) { { patterns: 'br', type: 'void', - replacement: '\n' + replacement: ' \n' }, { patterns: ...
br should be replaced with two spaces and newline Otherwise, it will be rendered without line break once converted back to html
laurent22_joplin-turndown
train
js
0fe5c90a0583a4bd3e3b3dc3bb3d8c3a98f80d2e
diff --git a/salt/returners/local_cache.py b/salt/returners/local_cache.py index <HASH>..<HASH> 100644 --- a/salt/returners/local_cache.py +++ b/salt/returners/local_cache.py @@ -239,6 +239,7 @@ def save_minions(jid, minions, syndic_id=None): ''' Save/update the serialized list of minions for a given job ...
Py3 compat: Force minions to be a list for local serialized caches
saltstack_salt
train
py
5dc06970b5b8ed1fbf26b2ecb4136e885387a668
diff --git a/lfs/credentials.go b/lfs/credentials.go index <HASH>..<HASH> 100644 --- a/lfs/credentials.go +++ b/lfs/credentials.go @@ -17,7 +17,8 @@ type credentialFunc func(Creds, string) (credentialFetcher, error) var execCreds credentialFunc func credentials(u *url.URL) (Creds, error) { - creds := Creds{"protoco...
Trim leading slash from the path passed to credential fill
git-lfs_git-lfs
train
go
e6eb36d51120c9e65de0df2efb09acac8ebf6855
diff --git a/classes/Boom/Controller/Cms/Page/Version/Save.php b/classes/Boom/Controller/Cms/Page/Version/Save.php index <HASH>..<HASH> 100644 --- a/classes/Boom/Controller/Cms/Page/Version/Save.php +++ b/classes/Boom/Controller/Cms/Page/Version/Save.php @@ -59,7 +59,9 @@ class Boom_Controller_Cms_Page_Version_Save ext...
Bugfix: save and publish not publishing a page which hasn't been published before
boomcms_boom-core
train
php
6983ff24da639a15a14bf78aecfb55e0bc052f4a
diff --git a/src/cr/cube/crunch_cube.py b/src/cr/cube/crunch_cube.py index <HASH>..<HASH> 100644 --- a/src/cr/cube/crunch_cube.py +++ b/src/cr/cube/crunch_cube.py @@ -201,6 +201,9 @@ class CrunchCube(object): return res def _mr_prune(self, res): + if len(res.shape) > 2: + # Only perfor...
Only prune 1-D MR cubes.
Crunch-io_crunch-cube
train
py
6e18b52c0e4b524dd146740a77f352ced37830fe
diff --git a/conversejs/utils.py b/conversejs/utils.py index <HASH>..<HASH> 100644 --- a/conversejs/utils.py +++ b/conversejs/utils.py @@ -8,8 +8,11 @@ from .register import register_account def get_conversejs_context(context, xmpp_login=False): + + context['CONVERSEJS_ENABLED'] = conf.CONVERSEJS_ENABLED + ...
Fixing bug on CONVERSEJS_ENABLED
TracyWebTech_django-conversejs
train
py
2557f7367dfdef7005e01bec95da3e618c382674
diff --git a/Kwc/Articles/Detail/Component.php b/Kwc/Articles/Detail/Component.php index <HASH>..<HASH> 100644 --- a/Kwc/Articles/Detail/Component.php +++ b/Kwc/Articles/Detail/Component.php @@ -16,7 +16,14 @@ class Kwc_Articles_Detail_Component extends Kwc_Directories_Item_Detail_Componen 'name' => trlKwf...
added processInput for ArticlesDetailComponent to track views from user
koala-framework_koala-framework
train
php
2fbbb576e055268711b12f3612a0013091407cdf
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -56,8 +56,15 @@ setup(name='polyaxon-deploy', install_requires=[ "polyaxon-schemas==0.5.4", ], + python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*', classifiers=[ ...
Add python_requires and Trove classifiers `python_requires` helps pip ensure the correct version of this package is installed for the user's running Python version. `classifiers` help make it clear on <URL>
polyaxon_polyaxon
train
py
3139e0f6451600f3c0a6a9d68f9e277440fd7f66
diff --git a/test/test_mockdata.rb b/test/test_mockdata.rb index <HASH>..<HASH> 100644 --- a/test/test_mockdata.rb +++ b/test/test_mockdata.rb @@ -22,6 +22,12 @@ VCR.configure do |config| # Allow other test suites to send real HTTP requests config.allow_http_connections_when_no_cassette = true + + # + config...
Hide API Key and Password from saved test data. Force casettes to store response in plain text, not binary
at1as_Shopify_Dashboard_Plus
train
rb
dec65c07acad0b14a8341c9b039b229ba223289b
diff --git a/src/client/client.js b/src/client/client.js index <HASH>..<HASH> 100644 --- a/src/client/client.js +++ b/src/client/client.js @@ -410,7 +410,8 @@ define([ var i; for (i in state.users) { if (state.users.hasOwnProperty(i)) { - if (typeof state.us...
Fixes #<I> make sure UI is not null before accessing relaunch
webgme_webgme-engine
train
js
f47aea5d72b56f788248cd475875c1b89ea065cb
diff --git a/Vps/Component/Generator/Table.php b/Vps/Component/Generator/Table.php index <HASH>..<HASH> 100644 --- a/Vps/Component/Generator/Table.php +++ b/Vps/Component/Generator/Table.php @@ -111,9 +111,6 @@ class Vps_Component_Generator_Table extends Vps_Component_Generator_Abstract $currentPds...
remove this safety check, it is valid to get a different componentClass when using alternativeComponentClass
koala-framework_koala-framework
train
php
b621ce7defea9d68e3896b7a56dd11df4a4da16e
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ setup( data_files=[( (BASE_DIR, ['data/nssm_original.exe']) )], - install_requires=['indy-plenum-dev==1.6.568', + install_requires=['indy-plenum-dev==1.6.569', 'in...
INDY-<I>: Updated indy-plenum dependency
hyperledger_indy-node
train
py
c306aa1e51a51cd60422f8230a57c9c9c30fa876
diff --git a/fedmsg/meta/base.py b/fedmsg/meta/base.py index <HASH>..<HASH> 100644 --- a/fedmsg/meta/base.py +++ b/fedmsg/meta/base.py @@ -25,6 +25,16 @@ class BaseProcessor(object): """ Base Processor. Without being extended, this doesn't actually handle any messages. + Processors require that an ``int...
Add note to fedmsg.meta.base about the internationalization callable.
fedora-infra_fedmsg
train
py
2a3aba9720dd5c2afa717ec30b479402c1058c59
diff --git a/sonar-home/src/main/java/org/sonar/home/cache/FileCache.java b/sonar-home/src/main/java/org/sonar/home/cache/FileCache.java index <HASH>..<HASH> 100644 --- a/sonar-home/src/main/java/org/sonar/home/cache/FileCache.java +++ b/sonar-home/src/main/java/org/sonar/home/cache/FileCache.java @@ -189,7 +189,10 @@ ...
SONAR-<I> Improve stability of tests
SonarSource_sonarqube
train
java
07e8ce10c0ade302b6d33defa97de0883aee2f49
diff --git a/lib/share_notify/version.rb b/lib/share_notify/version.rb index <HASH>..<HASH> 100644 --- a/lib/share_notify/version.rb +++ b/lib/share_notify/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module ShareNotify - VERSION = '0.1.0'.freeze + VERSION = '0.1.1'.freeze end
Preparing for <I> release
samvera-labs_share_notify
train
rb
4f6fe7ca5b7790a869d3bd7d6179e04e87daff60
diff --git a/lib/review/latexutils.rb b/lib/review/latexutils.rb index <HASH>..<HASH> 100644 --- a/lib/review/latexutils.rb +++ b/lib/review/latexutils.rb @@ -14,19 +14,19 @@ module ReVIEW module LaTeXUtils MATACHARS = { - '#' => '\symbol{"23}', - "$" => '\symbol{"24}', + '#' => '\#', + ...
change to make escape notatino more readable
kmuto_review
train
rb
d4d66be51af351dab6c4dec093fefb5a18d8cb35
diff --git a/modules/cmsadmin/src/models/Block.php b/modules/cmsadmin/src/models/Block.php index <HASH>..<HASH> 100644 --- a/modules/cmsadmin/src/models/Block.php +++ b/modules/cmsadmin/src/models/Block.php @@ -61,6 +61,11 @@ class Block extends \admin\ngrest\base\Model 'restupdate' => ['class', 'group_id'...
use group field in blocks model ngrest config.
luyadev_luya
train
php
250613e03ce217de0468418dcef6e579a2a5dafc
diff --git a/lib/tetra/kit.rb b/lib/tetra/kit.rb index <HASH>..<HASH> 100644 --- a/lib/tetra/kit.rb +++ b/lib/tetra/kit.rb @@ -14,7 +14,7 @@ module Tetra def find_executable(name) @project.from_directory do Find.find("kit") do |path| - next unless path =~ %r{(.*bin)/#{name}$} + ne...
Bugfix: ensure executables have correct permissions
moio_tetra
train
rb
d396d2ccbd2967e64989c076763ce15655ff2ed3
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -66,7 +66,7 @@ TextLayout.prototype.update = function(opt) { //the metrics for this text layout this._width = maxLineWidth this._height = height - this._descender = font.common.lineHeight - baseline + this._descende...
fix for custom lineHeight overrides
Jam3_layout-bmfont-text
train
js
2b7788f2e8d2cf33aca06438915443c5cf9a3fb6
diff --git a/docs/service.go b/docs/service.go index <HASH>..<HASH> 100644 --- a/docs/service.go +++ b/docs/service.go @@ -197,22 +197,6 @@ func (s *Service) LookupEndpoints(repoName string) (endpoints []APIEndpoint, err TrimHostname: true, TLSConfig: tlsConfig, }) - // v1 mirrors - // TODO(tiborvass): ...
Remove v1 registry mirror configuration from LookupEndpoints. V1 mirrors do not mirror the index and those endpoints should only be indexes.
docker_distribution
train
go
014c304fc95ae4cdaf1c01d598b63a3bf9b8d127
diff --git a/test/helpers/setup.js b/test/helpers/setup.js index <HASH>..<HASH> 100644 --- a/test/helpers/setup.js +++ b/test/helpers/setup.js @@ -46,7 +46,7 @@ function createWebpackConfig(testAppDir, outputDirName = '', command, argv = {}) argv.context = testAppDir; const runtimeConfig = parseRuntime( ...
Fixing very old bug in tests, where the "cwd" passed to parseRuntime() was wrong This was discovered because the .babelrc file was not being seen, because the cwd was incorrect
symfony_webpack-encore
train
js
3982f8e1a613d45b8aa91ce4c41c48249a6c02d5
diff --git a/lib/bootstrap_forms/form_builder.rb b/lib/bootstrap_forms/form_builder.rb index <HASH>..<HASH> 100644 --- a/lib/bootstrap_forms/form_builder.rb +++ b/lib/bootstrap_forms/form_builder.rb @@ -142,7 +142,7 @@ module BootstrapForms def label_field(&block) required = object.class.validators_on(@na...
Don't explode for not-required fields. Fixes #8
sethvargo_bootstrap_forms
train
rb
2be0d3897428a79e6e1ff87d9913b7d795f2cc9a
diff --git a/sfmf4j-tests/src/main/java/com/github/sworisbreathing/sfmf4j/test/AbstractSFMF4JTest.java b/sfmf4j-tests/src/main/java/com/github/sworisbreathing/sfmf4j/test/AbstractSFMF4JTest.java index <HASH>..<HASH> 100644 --- a/sfmf4j-tests/src/main/java/com/github/sworisbreathing/sfmf4j/test/AbstractSFMF4JTest.java +...
Flushing out the file lists between unregistering the listeners and verifying that we are not receiving events Fixes #1
sworisbreathing_sfmf4j
train
java
5519095e3c4e39964314785af6221bf065a30d78
diff --git a/ErrorHandler.php b/ErrorHandler.php index <HASH>..<HASH> 100644 --- a/ErrorHandler.php +++ b/ErrorHandler.php @@ -230,6 +230,11 @@ class ErrorHandler */ public function handleError($errNo, $errStr, $errFile, $errLine, $errContext = array(), Metadata $metadata = null) { + if (0 === error_reporting()...
don't do anything when error_reporting === 0
prgTW_error-handler
train
php
d2c12cc274df9d2b2fc99398051134d825158841
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -300,6 +300,13 @@ module.exports = { popSearchPlace: popSearchPlace, popSearchTitle: popSearchTitle, + popSearch: { + person : popSearchPerson, + organization : popSearchOrg...
feat(api): add popSearch method required by CWRC-WriterBase popSearch is simply a property on the module referring to an object that in turn references the four entity search functions of the API. The CWRC-WriterBase uses this object to lookup the methods by entity type.
cwrc_CWRC-PublicEntityDialogs
train
js
cd52c7e73b8741e0f288b3172187d7e23c0d66d8
diff --git a/closure/goog/a11y/aria/roles.js b/closure/goog/a11y/aria/roles.js index <HASH>..<HASH> 100644 --- a/closure/goog/a11y/aria/roles.js +++ b/closure/goog/a11y/aria/roles.js @@ -196,6 +196,9 @@ goog.a11y.aria.Role = { // ARIA role for a textbox element. TEXTBOX: 'textbox', + // ARIA role for a textinf...
Fixes various errors in the JsDoc type declarations caught by the compiler ------------- Created by MOE: <URL>
google_closure-library
train
js
2345ddeee41003907c84be52719eeff85cc5e4f8
diff --git a/src/Action/RegisterAction.php b/src/Action/RegisterAction.php index <HASH>..<HASH> 100644 --- a/src/Action/RegisterAction.php +++ b/src/Action/RegisterAction.php @@ -27,6 +27,7 @@ class RegisterAction extends BaseAction 'view' => null, 'viewVar' => null, 'entityKey' => 'entity', ...
Redirect to login action by default and allow config.
FriendsOfCake_crud-users
train
php
77d624fbb4238288159b004700c17943646c81e4
diff --git a/library/CM/Action/Abstract.php b/library/CM/Action/Abstract.php index <HASH>..<HASH> 100644 --- a/library/CM/Action/Abstract.php +++ b/library/CM/Action/Abstract.php @@ -356,6 +356,21 @@ abstract class CM_Action_Abstract extends CM_Class_Abstract implements CM_ArrayC return $this->getName() . ' ' . $thi...
Add tracking feature to CM_Action_Abstract
cargomedia_cm
train
php
08c383012f013ebc8585d24593d5c859f0980a1e
diff --git a/cmd/syncthing/main.go b/cmd/syncthing/main.go index <HASH>..<HASH> 100644 --- a/cmd/syncthing/main.go +++ b/cmd/syncthing/main.go @@ -78,10 +78,15 @@ func init() { } } - // Check for a clean release build. - exp := regexp.MustCompile(`^v\d+\.\d+\.\d+(-beta[\d\.]+)?$`) + // Check for a clean release ...
Loosen the requirements on what can be upgraded to what
syncthing_syncthing
train
go
bd7cb04afab8a7b2c8f7c712eefaf8cf12b7e30b
diff --git a/lib/adhearsion/initializer.rb b/lib/adhearsion/initializer.rb index <HASH>..<HASH> 100644 --- a/lib/adhearsion/initializer.rb +++ b/lib/adhearsion/initializer.rb @@ -67,20 +67,20 @@ module Adhearsion def update_rails_env_var env = ENV['AHN_ENV'] if env && Adhearsion.config.valid_environm...
[CS] Double-negatives are evil
adhearsion_adhearsion
train
rb