hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
3ee6e53bcf155e8e1d3ced2a73dda3a398b792a4
diff --git a/unit_tests.py b/unit_tests.py index <HASH>..<HASH> 100644 --- a/unit_tests.py +++ b/unit_tests.py @@ -518,4 +518,8 @@ class TablePivotTests_Slotted(unittest.TestCase, TablePivotTests, UsingSlottedOb if __name__ == '__main__': + if sys.version_info[:2] == (2, 6): + print('unit_tests.py on...
disable unit_tests on Py<I>, incompatible unittest features
ptmcg_littletable
train
60850510fd75c28243940af5cc0bb5b060f4ece3
diff --git a/src/Aggregation/Metric/ScriptedMetricAggregation.php b/src/Aggregation/Metric/ScriptedMetricAggregation.php index <HASH>..<HASH> 100644 --- a/src/Aggregation/Metric/ScriptedMetricAggregation.php +++ b/src/Aggregation/Metric/ScriptedMetricAggregation.php @@ -72,7 +72,7 @@ class ScriptedMetricAggregation ext...
Scripted metric type missmatch
ongr-io_ElasticsearchDSL
train
0dd7b0599059e992eff68faffc417bafca7db935
diff --git a/vcr/cassette.py b/vcr/cassette.py index <HASH>..<HASH> 100644 --- a/vcr/cassette.py +++ b/vcr/cassette.py @@ -84,23 +84,22 @@ class Cassette(object): return CassetteContextDecorator.from_args(cls, *args, **kwargs) def __init__(self, path, serializer=yamlserializer, record_mode='once', - ...
Get rid of all the constructor parameters that were removed in <I>c3b<I>c<I>a3a<I>b<I>fac8fcf6fde<I>e<I>
kevin1024_vcrpy
train
868bbedacdab50a178681efceb9bba79b3e93435
diff --git a/src/Location/WorkingSchedule.php b/src/Location/WorkingSchedule.php index <HASH>..<HASH> 100644 --- a/src/Location/WorkingSchedule.php +++ b/src/Location/WorkingSchedule.php @@ -325,7 +325,8 @@ class WorkingSchedule $timeslots = []; $datePeriod = $this->createPeriodForDays($dateTime); -...
Fix bug where startDate is null when closed (#<I>) * Fix bug where startDate is null when closed * refactor
tastyigniter_flame
train
f5b94e311f3fd994af5a45ffea47f8161c3ba34e
diff --git a/core/src/main/java/com/google/errorprone/bugpatterns/MathAbsoluteRandom.java b/core/src/main/java/com/google/errorprone/bugpatterns/MathAbsoluteRandom.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/google/errorprone/bugpatterns/MathAbsoluteRandom.java +++ b/core/src/main/java/com/google/erro...
MathAbsoluteRandom: don't complain about Math.abs(double|float) ------------- Created by MOE: <URL>
google_error-prone
train
7bb158e00e1c91268fd4a9547179b8c443b14dd7
diff --git a/app/models/redirect.rb b/app/models/redirect.rb index <HASH>..<HASH> 100644 --- a/app/models/redirect.rb +++ b/app/models/redirect.rb @@ -8,7 +8,8 @@ class Redirect < ApplicationRecord before_validation do # Adding a leading slash at this point makes sure the uniqueness validation # keeps work...
add leading slash functionality to Redirect#destination_uri as well
udongo_udongo
train
4030824d26845239355868ffa1fa855c9144fd28
diff --git a/scripts/pixel-integration.py b/scripts/pixel-integration.py index <HASH>..<HASH> 100644 --- a/scripts/pixel-integration.py +++ b/scripts/pixel-integration.py @@ -2,45 +2,76 @@ import numpy as np import scipy as sp import scipy.ndimage as nd +import matplotlib.pyplot as pl + from cbamf import const, ru...
verified pixel integration to the 8bit level
peri-source_peri
train
8f37825225c1c8466495ea7ec993440d9e449684
diff --git a/tcconfig/shaper/_interface.py b/tcconfig/shaper/_interface.py index <HASH>..<HASH> 100644 --- a/tcconfig/shaper/_interface.py +++ b/tcconfig/shaper/_interface.py @@ -33,6 +33,10 @@ class ShaperInterface(object): pass @abc.abstractmethod + def get_netem_qdisc_major_id(self, base_id): # p...
Move a method from tc class to shaper class
thombashi_tcconfig
train
45acad53ce7bbb5d5706d6ca86b8081d16a551e7
diff --git a/assets/src/scripts/charcoal/admin/widget.js b/assets/src/scripts/charcoal/admin/widget.js index <HASH>..<HASH> 100644 --- a/assets/src/scripts/charcoal/admin/widget.js +++ b/assets/src/scripts/charcoal/admin/widget.js @@ -233,8 +233,8 @@ Charcoal.Admin.Widget.prototype.dialog = function (dialog_opts, callb...
widget.js : Return the BootstrapDialog upon creation to ease manipulation attachment.js: only close the concerned BootstrapDialog
locomotivemtl_charcoal-admin
train
b679e3bb75be5a243f68109ccebf8cc0f1db61f6
diff --git a/test/integration/connection/test-execute-cached.js b/test/integration/connection/test-execute-cached.js index <HASH>..<HASH> 100644 --- a/test/integration/connection/test-execute-cached.js +++ b/test/integration/connection/test-execute-cached.js @@ -24,9 +24,9 @@ connection.execute(q, [123], function (err,...
fixed test cases to use lru
sidorares_node-mysql2
train
19607b8a374572c0795ad80a7ef37edc599c80ce
diff --git a/lib/agent/index.js b/lib/agent/index.js index <HASH>..<HASH> 100644 --- a/lib/agent/index.js +++ b/lib/agent/index.js @@ -103,7 +103,7 @@ var boot = function() { commands.start_watching(); // add/remove from list when started or stopped if (config.get('auto_update')) - updater.keep_checkin...
Export updater.stop_checking() so that we can cancel the one-hour interval check for new releases.
prey_prey-node-client
train
b450c41a423bd3cfebfe6439dcc55eba698140f7
diff --git a/src/iogi/ClassConstructor.java b/src/iogi/ClassConstructor.java index <HASH>..<HASH> 100644 --- a/src/iogi/ClassConstructor.java +++ b/src/iogi/ClassConstructor.java @@ -11,6 +11,7 @@ import java.util.List; import java.util.Map; import java.util.Set; +import com.google.common.base.Joiner; import com.t...
Can handle lists whose elements have more than one constructor parameter.
rafaeldff_Iogi
train
9223e6576787e5b2a90110ed0fd524b2c5a854df
diff --git a/tests/utils.py b/tests/utils.py index <HASH>..<HASH> 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -21,7 +21,7 @@ def is_reachable(api_host): s = socket.create_connection((host, port), timeout=1) s.close() return True - except Exception: + except Exception as err: ...
test/utils: add method for cleanup of replication controllers
mnubo_kubernetes-py
train
9473c036cf125b25bc23839f127db29fdb530700
diff --git a/openquake/calculators/hazard/uhs/ath.py b/openquake/calculators/hazard/uhs/ath.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/hazard/uhs/ath.py +++ b/openquake/calculators/hazard/uhs/ath.py @@ -80,17 +80,3 @@ def remaining_tasks_in_block(job_id, num_tasks, start_count): target = start_coun...
temporarily cleaning up some incomplete pieces for an initial pull request Former-commit-id: <I>ca<I>fde<I>ba6b5c<I>c<I>b [formerly <I>f6aeffa<I>b<I>a5d9e<I>f<I>af9] Former-commit-id: cc<I>b<I>e<I>a<I>ddb<I>a<I>b<I>b6d1cf
gem_oq-engine
train
2b507bf3ccd8e6f3aef9e97d31d1d2f2d0c3c41e
diff --git a/lib/disposable/twin/setup.rb b/lib/disposable/twin/setup.rb index <HASH>..<HASH> 100644 --- a/lib/disposable/twin/setup.rb +++ b/lib/disposable/twin/setup.rb @@ -38,7 +38,7 @@ module Disposable def setup_value_for(dfn, options) name = dfn.name - options[name.to_sym] || mapper.send...
simplify #setup_value_for.
apotonick_disposable
train
fb43e4e21ae767309a522129f7315612aa8be0c9
diff --git a/salt/netapi/rest_cherrypy/app.py b/salt/netapi/rest_cherrypy/app.py index <HASH>..<HASH> 100644 --- a/salt/netapi/rest_cherrypy/app.py +++ b/salt/netapi/rest_cherrypy/app.py @@ -372,10 +372,10 @@ def salt_api_acl_tool(username, request): # ACL Config. acl = cherrypy_conf.get('api_...
Fixing problem with variable assignment being too late.
saltstack_salt
train
b5e33313a0dfa97ab2f81c7dc406f0718ae9c821
diff --git a/tests/lib/Item/Serializer/ItemSerializerTest.php b/tests/lib/Item/Serializer/ItemSerializerTest.php index <HASH>..<HASH> 100644 --- a/tests/lib/Item/Serializer/ItemSerializerTest.php +++ b/tests/lib/Item/Serializer/ItemSerializerTest.php @@ -50,7 +50,7 @@ class ItemSerializerTest extends TestCase ...
Remove unnneed mentions of ezcontent from tests
netgen-layouts_content-browser
train
0cbfa7017846dd6e33dc1c8507e57115926476cb
diff --git a/src/lib/Supra/Controller/Pages/Configuration/BlockControllerConfiguration.php b/src/lib/Supra/Controller/Pages/Configuration/BlockControllerConfiguration.php index <HASH>..<HASH> 100644 --- a/src/lib/Supra/Controller/Pages/Configuration/BlockControllerConfiguration.php +++ b/src/lib/Supra/Controller/Pages/...
Task #<I> Property groups should be configurable
sitesupra_sitesupra
train
122d22ff6595a8a993ccb41ec0b95d4cb5d78cab
diff --git a/spec/helper-spec.js b/spec/helper-spec.js index <HASH>..<HASH> 100644 --- a/spec/helper-spec.js +++ b/spec/helper-spec.js @@ -23,9 +23,9 @@ describe('linter helpers', function () { waitsForAsync(async function () { await atom.workspace.open(somethingFile) const textEditor = atom.wo...
:arrow_up: Upgrade specs to match latest behavior
steelbrain_atom-linter
train
ca45f4dde671f5fedecce82886f74fd09eb7963e
diff --git a/app/controllers/humpyard/elements_controller.rb b/app/controllers/humpyard/elements_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/humpyard/elements_controller.rb +++ b/app/controllers/humpyard/elements_controller.rb @@ -8,7 +8,8 @@ module Humpyard @element = Humpyard::config.elemen...
Set shared_status as not shared for new Elements
humpyard_humpyard
train
9ea088eb4a6e2a43bbad1b46405dff206a53564d
diff --git a/ast/term.go b/ast/term.go index <HASH>..<HASH> 100644 --- a/ast/term.go +++ b/ast/term.go @@ -71,6 +71,32 @@ func (loc *Location) String() string { return fmt.Sprintf("%v:%v", loc.Row, loc.Col) } +// Compare returns -1, 0, or 1 to indicate if this loc is less than, equal to, +// or greater than the ot...
Add comparison function for ast.Location
open-policy-agent_opa
train
b41aee176ca451c25f3b04d19f428b5951caab63
diff --git a/go/kbfs/libfuse/dir.go b/go/kbfs/libfuse/dir.go index <HASH>..<HASH> 100644 --- a/go/kbfs/libfuse/dir.go +++ b/go/kbfs/libfuse/dir.go @@ -375,6 +375,7 @@ func (f *Folder) fillAttrWithUIDAndWritePerm( ctx context.Context, node libkbfs.Node, ei *data.EntryInfo, a *fuse.Attr) (err error) { a.Valid = 1 *...
libfs: fill in cache valid time for special files Special files that can change without proper kernel invalidations should always fill in their cache time to 0. Issue: KBFS-<I>
keybase_client
train
c7ceb6e22fadd5637e0ab70baeb129efef9198bf
diff --git a/lib/fortitude/rendering_context.rb b/lib/fortitude/rendering_context.rb index <HASH>..<HASH> 100644 --- a/lib/fortitude/rendering_context.rb +++ b/lib/fortitude/rendering_context.rb @@ -75,12 +75,16 @@ module Fortitude @newline_needed = true end + def current_indent + (" " * @indent)...
[place_page=<I>ms] Split up BEGIN comments to multiple lines if their data is long enough.
ageweke_fortitude
train
d6a55a2d58f2abb8e685c221a9df97af98d6f9f2
diff --git a/test/require.js b/test/require.js index <HASH>..<HASH> 100644 --- a/test/require.js +++ b/test/require.js @@ -455,4 +455,48 @@ describe("require", function () { }); + describe("preloading", function () { + + function preloadTest () {/*CODE*/ + gpf.require.define({ + ...
Testing preload (#<I>)
ArnaudBuchholz_gpf-js
train
1fe46e480f93a2bb3723191f2f0f0ad9f3926dc9
diff --git a/test/test-plugin-api.js b/test/test-plugin-api.js index <HASH>..<HASH> 100644 --- a/test/test-plugin-api.js +++ b/test/test-plugin-api.js @@ -370,8 +370,15 @@ exports['task add events'] = function (test) { test.equal(task.type, '$email'); test.equal(task.from, 'from'); ...
add test to make sure processed tasks don't cause add events to fire This commit was sponsored by Coding Robin. Robin, a Berlin-based freelance dev, loves open source, programming & organizing events. He's excited to see the promising future of web development with tools like Hoodie. Robin is always looking for intere...
hoodiehq-archive_hoodie-plugins-manager
train
4865ba39496d72c951e783cebdfd00cc4ce571b4
diff --git a/packages/kittik-parser/src/index.js b/packages/kittik-parser/src/index.js index <HASH>..<HASH> 100644 --- a/packages/kittik-parser/src/index.js +++ b/packages/kittik-parser/src/index.js @@ -1,7 +1,7 @@ const nearley = require('nearley'); const grammar = require('./grammar/grammar'); -const parser = new n...
Fix issue with sharing states between different parsings
ghaiklor_kittik
train
86372c2248e1992741a3bbc607020283295ba054
diff --git a/lib/bmc-daemon-lib/logger_pool.rb b/lib/bmc-daemon-lib/logger_pool.rb index <HASH>..<HASH> 100644 --- a/lib/bmc-daemon-lib/logger_pool.rb +++ b/lib/bmc-daemon-lib/logger_pool.rb @@ -6,7 +6,9 @@ module BmcDaemonLib class LoggerPool include Singleton - def get pipe + def get pipe = nil + ...
logger: disable logging if no path given for that pipe
bmedici_bmc-daemon-lib
train
3a7d1b269948e6ce3ea9578d49f803c584d8f045
diff --git a/lib/active_record_upsert/active_record.rb b/lib/active_record_upsert/active_record.rb index <HASH>..<HASH> 100644 --- a/lib/active_record_upsert/active_record.rb +++ b/lib/active_record_upsert/active_record.rb @@ -1,4 +1,6 @@ -require 'active_record/connection_adapters/postgresql_adapter' +unless defined?(...
Avoid loading pg gem by mistake
jesjos_active_record_upsert
train
68d4c5ddd059c033356585948c4994bc7afe589c
diff --git a/src/RedisServiceProvider.php b/src/RedisServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/RedisServiceProvider.php +++ b/src/RedisServiceProvider.php @@ -9,6 +9,11 @@ use Illuminate\Redis\RedisServiceProvider as ServiceProvider; class RedisServiceProvider extends ServiceProvider { /** + ...
Don't defer the loadig of the service provider.
tillkruss_laravel-phpredis
train
0709be6ae2b04efd359b9fb5f1c494095724b561
diff --git a/lib/rails_exception_handler/parser.rb b/lib/rails_exception_handler/parser.rb index <HASH>..<HASH> 100644 --- a/lib/rails_exception_handler/parser.rb +++ b/lib/rails_exception_handler/parser.rb @@ -49,7 +49,11 @@ class RailsExceptionHandler::Parser def user_info config = RailsExceptionHandler.confi...
rescue exceptions during calls to current_user
bjorntrondsen_rails_exception_handler
train
0b5c5169ee8532bd41c49a466cdbe470f25b675f
diff --git a/packages/perspective-viewer-d3fc/src/js/d3fcChart.js b/packages/perspective-viewer-d3fc/src/js/d3fcChart.js index <HASH>..<HASH> 100644 --- a/packages/perspective-viewer-d3fc/src/js/d3fcChart.js +++ b/packages/perspective-viewer-d3fc/src/js/d3fcChart.js @@ -61,7 +61,7 @@ function renderBar(config, containe...
corrected isSplitBy assessment logic.
finos_perspective
train
ecfdb04e4d761bdf0bb7c127f43372ae914d1664
diff --git a/src/android/test/io/jxcore/node/ConnectivityMonitorTest.java b/src/android/test/io/jxcore/node/ConnectivityMonitorTest.java index <HASH>..<HASH> 100644 --- a/src/android/test/io/jxcore/node/ConnectivityMonitorTest.java +++ b/src/android/test/io/jxcore/node/ConnectivityMonitorTest.java @@ -161,6 +161,8 @@ p...
Added timeout in ConnectivityMonitorTest
thaliproject_Thali_CordovaPlugin
train
aa6a6af3272a74a22ad860f5cc6766e7517eaeb3
diff --git a/src/main/java/com/google/cloud/tools/project/AppYaml.java b/src/main/java/com/google/cloud/tools/project/AppYaml.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/google/cloud/tools/project/AppYaml.java +++ b/src/main/java/com/google/cloud/tools/project/AppYaml.java @@ -39,6 +39,10 @@ public class A...
Update AppYaml constructor Javadoc (#<I>) * Update AppYaml constructor Javadoc * Add ParserException too
GoogleCloudPlatform_appengine-plugins-core
train
ffb170183435df21b38bc24ba1fd20da153cd52e
diff --git a/src/Monolog/Formatter/LogstashFormatter.php b/src/Monolog/Formatter/LogstashFormatter.php index <HASH>..<HASH> 100644 --- a/src/Monolog/Formatter/LogstashFormatter.php +++ b/src/Monolog/Formatter/LogstashFormatter.php @@ -90,19 +90,22 @@ class LogstashFormatter extends NormalizerFormatter } ...
Checking each entry individually instead of using @.
Seldaek_monolog
train
6dedb1080ff84861392797b7fc094845821b7c9b
diff --git a/bigtable-client-core-parent/bigtable-client-core/src/main/java/com/google/cloud/bigtable/config/RetryOptions.java b/bigtable-client-core-parent/bigtable-client-core/src/main/java/com/google/cloud/bigtable/config/RetryOptions.java index <HASH>..<HASH> 100644 --- a/bigtable-client-core-parent/bigtable-client...
Fixing a RetryOptions comment. (#<I>)
googleapis_cloud-bigtable-client
train
dc223d5f5c167c3128753b53e7b103ce1d89611d
diff --git a/molmod/minimizer.py b/molmod/minimizer.py index <HASH>..<HASH> 100644 --- a/molmod/minimizer.py +++ b/molmod/minimizer.py @@ -828,7 +828,7 @@ class ConvergenceCondition(object): class StopLossCondition(object): """Callable object that checks if minimizer has lost track""" - def __init__(self, ma...
step_min in StopLossCondition
molmod_molmod
train
233922e7c5d0aa92bc2d094ad0fbb5b2cae94265
diff --git a/benchmark.js b/benchmark.js index <HASH>..<HASH> 100644 --- a/benchmark.js +++ b/benchmark.js @@ -63,19 +63,7 @@ var run = bench([ function fastSafeStringifyDeepCircBench (cb) { fastSafeStringify(deepCirc) setImmediate(cb) - }, - function jsonStringifyDeepTryFirstBench (cb) { - tryStringi...
benchmarks: remove obsolete benchmarks This code only tests JSON.stringify itself and that should be obsolete.
davidmarkclements_fast-safe-stringify
train
b8b7049f39b2037981652a43ab911164acb4d009
diff --git a/zipline/finance/performance/period.py b/zipline/finance/performance/period.py index <HASH>..<HASH> 100644 --- a/zipline/finance/performance/period.py +++ b/zipline/finance/performance/period.py @@ -457,7 +457,7 @@ class PerformancePeriod(object): self.ending_cash + self.ending_value) ...
BUG: Fixes incorrect value assignment in perf period
quantopian_zipline
train
912a678eccb385ba754529c48457a087b1817ab7
diff --git a/keyrings/alt/file_base.py b/keyrings/alt/file_base.py index <HASH>..<HASH> 100644 --- a/keyrings/alt/file_base.py +++ b/keyrings/alt/file_base.py @@ -96,9 +96,9 @@ class Keyring(FileBacked, KeyringBackend): """ Read the password from the file. """ + assoc = self._generate_...
file_base.py: consolidate generation of associated data
jaraco_keyrings.alt
train
a0904aac5e940f92ee5c9a20e83bca605f61dab0
diff --git a/LDAP.js b/LDAP.js index <HASH>..<HASH> 100644 --- a/LDAP.js +++ b/LDAP.js @@ -7,10 +7,11 @@ try { LDAPConnection = require('./build/Release/LDAP').LDAPConnection; } -function LDAPError(message, msgid) { +function LDAPError(message, msgid, errcode) { this.name = 'LDAPError'; this.message...
Return ldap result code with error object.
jeremycx_node-LDAP
train
a1f340b4d1ed10c778a24f22b6d6ee52ab1178df
diff --git a/jwe/jwe_test.go b/jwe/jwe_test.go index <HASH>..<HASH> 100644 --- a/jwe/jwe_test.go +++ b/jwe/jwe_test.go @@ -379,8 +379,6 @@ func TestEncode_ECDH(t *testing.T) { for _, alg := range algorithms { alg := alg t.Run(alg.String(), func(t *testing.T) { - t.Parallel() - encrypted, err := jwe.Encryp...
Ah, right. -tags debug0 gives that race condition
lestrrat-go_jwx
train
4c6fd2207713bd25adcad60d13d8d812c751a2f0
diff --git a/tests/bootstrap.php b/tests/bootstrap.php index <HASH>..<HASH> 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -8,11 +8,6 @@ * @package PageTypeBuilder */ -// Activates this plugin in WordPress so it can be tested. -$GLOBALS['wp_tests_options'] = array( - 'active_plugins' => array('pag...
Chaning how tests is loaded and changing activation test
wp-papi_papi
train
c6d85b34d877306d70a0b9bd55bbc8488fcf3f30
diff --git a/dougrain/builder.py b/dougrain/builder.py index <HASH>..<HASH> 100644 --- a/dougrain/builder.py +++ b/dougrain/builder.py @@ -34,6 +34,10 @@ class Builder(object): def embed(self, rel, target, wrap=False): new_embed = target.as_object() self.add_rel('_embedded', rel, new_embed, wrap)...
Make draft 5 builder embed automatically link.
wharris_dougrain
train
7b40246a5971f66c7d07eec5c586715cfd2205b0
diff --git a/packages/node-pico-engine-core/src/DB.js b/packages/node-pico-engine-core/src/DB.js index <HASH>..<HASH> 100644 --- a/packages/node-pico-engine-core/src/DB.js +++ b/packages/node-pico-engine-core/src/DB.js @@ -98,11 +98,11 @@ module.exports = function(opts){ removeChannel: function(pico_id, eci, callb...
ent vars need pico_id and rid in path
Picolab_pico-engine
train
671559d05126baa762b6c5b4210e54366be81b9c
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.6.0] 2018-03-28 +### Changed +- Removed verbose code from `#__actual_context__` and `#method` methods of...
[trigger] removed verbose code
0exp_symbiont-ruby
train
cb014a87a20b91ad44025918115d8f90bd5da4e8
diff --git a/plugins/roc-plugin-style-css/src/roc/index.js b/plugins/roc-plugin-style-css/src/roc/index.js index <HASH>..<HASH> 100644 --- a/plugins/roc-plugin-style-css/src/roc/index.js +++ b/plugins/roc-plugin-style-css/src/roc/index.js @@ -1,14 +1,19 @@ import { isArray, isObject, isString, oneOf } from 'roc/valida...
feat(roc-plugin-style-css): Export the ExtractText plugin as a dependency
rocjs_extensions
train
10ece08e80061ac0eeb52a87052a716fdc808f6a
diff --git a/tests/functional/test.py b/tests/functional/test.py index <HASH>..<HASH> 100755 --- a/tests/functional/test.py +++ b/tests/functional/test.py @@ -36,6 +36,7 @@ VIM_DIFF = False # Will show visual diff using (g?)vimdiff on test failure UPDATE = False # True and test will be updated on failure FOUT = sys...
chore: allow --quiet flag This will allow to execute test.py silently and determine if the tests passed or not just by the returner error level.
boriel_zxbasic
train
e77361107ef9e8d9e425a4f61bc592fd904b5066
diff --git a/tests/spec/fs.rmdir.spec.js b/tests/spec/fs.rmdir.spec.js index <HASH>..<HASH> 100644 --- a/tests/spec/fs.rmdir.spec.js +++ b/tests/spec/fs.rmdir.spec.js @@ -97,4 +97,27 @@ describe('fs.rmdir', function() { }); }); }); + + it('(promise) should be a function', function() { + var fsPromise...
Issue <I> - Add tests to fsPromises.rmdir when directory doesn't exist and when trying to delete root directory (#<I>) * Fix #<I> - Fixed indentation and ENOENT -> EBUSY on line <I> * Deleted extra line at the end of document * Fix #<I> - Added tests for fsPromises.rmdir when trying to remove a nonexistent direc...
filerjs_filer
train
537bf028eb28f1614c3f113cc6facf428757236c
diff --git a/lib/reveal-ck/builders/create_slides_html.rb b/lib/reveal-ck/builders/create_slides_html.rb index <HASH>..<HASH> 100644 --- a/lib/reveal-ck/builders/create_slides_html.rb +++ b/lib/reveal-ck/builders/create_slides_html.rb @@ -35,12 +35,19 @@ module RevealCK end def apply_filters_to(html) - ...
[configurable-filters] List of filters are now fetched from Config
jedcn_reveal-ck
train
b826e479b957b5127b73be580809ea639eb1e212
diff --git a/openshift/dynamic/client.py b/openshift/dynamic/client.py index <HASH>..<HASH> 100644 --- a/openshift/dynamic/client.py +++ b/openshift/dynamic/client.py @@ -14,6 +14,7 @@ from kubernetes import watch from kubernetes.client.rest import ApiException from openshift.dynamic.exceptions import ResourceNotFo...
Improve error message on protocol mismatch Catch attempts to talk HTTP to HTTPS services
openshift_openshift-restclient-python
train
6594adaf0d3c71e61cb8f7568fef9360b2ce5cda
diff --git a/app/models/katello/subscription.rb b/app/models/katello/subscription.rb index <HASH>..<HASH> 100644 --- a/app/models/katello/subscription.rb +++ b/app/models/katello/subscription.rb @@ -42,6 +42,10 @@ module Katello pools.any?(&:recently_expired?) end + def multi_entitlement? + pools....
Fixes #<I> - Multi-entitlement missing on sub. details
Katello_katello
train
9cd09874c2ab9ab8962e919fd2cd3b19731fe9e0
diff --git a/backend/sublime/testdata/view_test.py b/backend/sublime/testdata/view_test.py index <HASH>..<HASH> 100644 --- a/backend/sublime/testdata/view_test.py +++ b/backend/sublime/testdata/view_test.py @@ -26,9 +26,9 @@ hocus pocus v.settings().set("test", 10) assert v.settings().get("test") == 10 a...
backend/sublime: Fix broken test. ST3 doesn't allow moving outside of the buffer.
limetext_backend
train
6dfd34399af136e4a688b6c0f23ae3f181376627
diff --git a/test/test_quaternion.py b/test/test_quaternion.py index <HASH>..<HASH> 100644 --- a/test/test_quaternion.py +++ b/test/test_quaternion.py @@ -266,8 +266,9 @@ def test_quaternion_subtract(Qs): for p in Qs[Qs_finite]: assert q-p==quaternion.quaternion(q.w-p.w,q.x-p.x,q.y-p.y,q.z-p.z) ...
Add xfails to note the tests that still need work
moble_quaternion
train
2daa1ea321a1fea106dfd5716bac720101f27fa1
diff --git a/oscrypto/_osx/_security.py b/oscrypto/_osx/_security.py index <HASH>..<HASH> 100644 --- a/oscrypto/_osx/_security.py +++ b/oscrypto/_osx/_security.py @@ -64,6 +64,9 @@ class security_const(): errSSLClosedGraceful = -9805 errSSLClosedNoNotify = -9816 errSSLClosedAbort = -9806 + errSSLXCert...
Add an explicit TLSError exception on OS X when certificate validation fails
wbond_oscrypto
train
affaf1bffb623aa205f766c8b12d16dabea9e2ce
diff --git a/src/main/java/org/javamoney/moneta/spi/LoaderService.java b/src/main/java/org/javamoney/moneta/spi/LoaderService.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/javamoney/moneta/spi/LoaderService.java +++ b/src/main/java/org/javamoney/moneta/spi/LoaderService.java @@ -1,5 +1,5 @@ /* - * Copyright...
CLOSED - removed unused import
JavaMoney_jsr354-ri
train
b2dff75b3b9cc24e8b8a57413ee068c77c6bd49a
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ api.boards.getBoard('[repoId]', callback); - [getIssue](https://github.com/ZenHubIO/API#get-issue-data) - [getIssueEvents](https://github.com/ZenHubIO/API#get-issue-events) - [setEstimateForIssue](https:/...
feat (Lib) added move issue between pipelines
ilbonzo_node-zenhub
train
a8656df4e66f169f347f13942a37b502f2367a81
diff --git a/dynamic_dynamodb/core/circuit_breaker.py b/dynamic_dynamodb/core/circuit_breaker.py index <HASH>..<HASH> 100644 --- a/dynamic_dynamodb/core/circuit_breaker.py +++ b/dynamic_dynamodb/core/circuit_breaker.py @@ -57,7 +57,9 @@ def is_open(table_name=None, table_key=None, gsi_name=None, gsi_key=None): ...
Wrap some code around an if statement for consistency
sebdah_dynamic-dynamodb
train
381579477ce0a8fde2e74854c3f570e26680dcb0
diff --git a/utxonursery.go b/utxonursery.go index <HASH>..<HASH> 100644 --- a/utxonursery.go +++ b/utxonursery.go @@ -8,14 +8,14 @@ import ( "sync" "sync/atomic" - "github.com/davecgh/go-spew/spew" - "github.com/lightningnetwork/lnd/chainntnfs" - "github.com/lightningnetwork/lnd/channeldb" - "github.com/lightnin...
utxonursery: use symmetric second level htlc witness size This commit switches over the estimates for htlc success/timeout witness sizes to use a symmetric variable, highlighting their equivalence in size.
lightningnetwork_lnd
train
c566c4c3e05f7c65d5fd13dc2c897fb930544ea7
diff --git a/Concentrate/Concentrator.php b/Concentrate/Concentrator.php index <HASH>..<HASH> 100644 --- a/Concentrate/Concentrator.php +++ b/Concentrate/Concentrator.php @@ -52,9 +52,35 @@ class Concentrate_Concentrator return $this; } - public function sort() + public function compareFiles($file1, $file2) { ...
Include combined files in the sort order.
silverorange_Concentrate
train
84303c3205bb4dbcd9afd79ba1280d631c4ccb46
diff --git a/volume_services/volume_services.go b/volume_services/volume_services.go index <HASH>..<HASH> 100644 --- a/volume_services/volume_services.go +++ b/volume_services/volume_services.go @@ -36,7 +36,10 @@ var _ = VolumeServicesDescribe("Volume Services", func() { appName = random_name.CATSRandomName("APP") ...
Enable docker before tests - and disable again afterwards [#<I>](<URL>)
cloudfoundry_cf-acceptance-tests
train
5a4fa3759512b5828249769bc4ded827d933010a
diff --git a/src/ducks/connections/index.js b/src/ducks/connections/index.js index <HASH>..<HASH> 100644 --- a/src/ducks/connections/index.js +++ b/src/ducks/connections/index.js @@ -100,7 +100,11 @@ const reducer = (state = {}, action) => { triggers: { ...get(newState, [konnectorSlug, 'trig...
fix: Don't duplicate connections trigger data
cozy_cozy-home
train
35815e1c316e8d30b153e027a4f89f11512f452a
diff --git a/core/src/main/java/com/orientechnologies/orient/core/storage/impl/local/OStorageLocalTxExecuter.java b/core/src/main/java/com/orientechnologies/orient/core/storage/impl/local/OStorageLocalTxExecuter.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/orientechnologies/orient/core/storage/impl/loc...
Fix by Sylvain to improve record updates in transaction context
orientechnologies_orientdb
train
1a17513a4d8793838ac729b1feb186fad06af775
diff --git a/lib/page_title_helper.rb b/lib/page_title_helper.rb index <HASH>..<HASH> 100644 --- a/lib/page_title_helper.rb +++ b/lib/page_title_helper.rb @@ -7,7 +7,7 @@ module PageTitleHelper def self.all self.instance_methods(false).sort end - + def self.interpolate(pattern, *args) ...
changed behaviour so that interpolations can be added easier
lwe_page_title_helper
train
aace022ee2da8922b425724b81476393e3d0a7cb
diff --git a/sonar-core/src/test/java/org/sonar/core/issue/db/IssueDaoTest.java b/sonar-core/src/test/java/org/sonar/core/issue/db/IssueDaoTest.java index <HASH>..<HASH> 100644 --- a/sonar-core/src/test/java/org/sonar/core/issue/db/IssueDaoTest.java +++ b/sonar-core/src/test/java/org/sonar/core/issue/db/IssueDaoTest.ja...
Temporary ignore failing unit test on Oracle
SonarSource_sonarqube
train
65324f434bceca29ca57a08f204b45d216d95443
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "peerDependencies": { "jquery": "3.3.1", - "ol": "5.2.0" + "ol": "5.3.0" }, "dependencies": { "better-scroll": "1.13.2", @@ -54,7 +54,7 @@ "http-server": "0.11...
bumped ol version and linting
KlausBenndorf_guide4you
train
1b85e6005e520dabfba01dece3202afa0d608d19
diff --git a/switchboard.py b/switchboard.py index <HASH>..<HASH> 100644 --- a/switchboard.py +++ b/switchboard.py @@ -1,4 +1,4 @@ class switchboard(): def __init__(self, filelist): self.filelist = filelist - print 'created switchboard' + print 'created switchboard' diff --git a/torrent.py b/to...
Specify outfile based on multifile t/f
jefflovejapan_drench
train
7204b84b9d67ef820ee582b97c5baba0b63330d9
diff --git a/tests/avro/test_cached_client.py b/tests/avro/test_cached_client.py index <HASH>..<HASH> 100644 --- a/tests/avro/test_cached_client.py +++ b/tests/avro/test_cached_client.py @@ -138,16 +138,16 @@ class TestCacheSchemaRegistryClient(unittest.TestCase): self.assertTupleEqual(('/path/to/cert', '/path...
Fix flake8 over-indentation
confluentinc_confluent-kafka-python
train
eb1016363235a7dea130bfcd05ecd93c9bbb951d
diff --git a/h2o-py/tests/testdir_algos/automl/pyunit_automl_args.py b/h2o-py/tests/testdir_algos/automl/pyunit_automl_args.py index <HASH>..<HASH> 100644 --- a/h2o-py/tests/testdir_algos/automl/pyunit_automl_args.py +++ b/h2o-py/tests/testdir_algos/automl/pyunit_automl_args.py @@ -259,14 +259,14 @@ def test_stacked_en...
fixing SE in AutoML test failing intermittently (probably if only XGB models were built in allocated time) (#<I>)
h2oai_h2o-3
train
86227552140a3db0e8be61d9d27166d20b85fa84
diff --git a/lxd/db/db_internal_test.go b/lxd/db/db_internal_test.go index <HASH>..<HASH> 100644 --- a/lxd/db/db_internal_test.go +++ b/lxd/db/db_internal_test.go @@ -63,7 +63,7 @@ func (s *dbTestSuite) CreateTestDb() (*Cluster, func()) { s.Nil(err) } - db, cleanup := NewTestCluster(s.T().(*testing.T)) + db, cle...
lxd/db: Revert 3da5aea1 fix, since in turn testify reverted the change
lxc_lxd
train
2443bbf9f81b61b3b05ce34000e6e2a76f3f6406
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,12 @@ So far, the following subpackages are available: * distance-to-polygon border calculation. +* **eobox.ml** contains machine learning related tools, e.g. + + * plotting a confusion matrix includi...
adjusted imports in inits + readme ext
benmack_eo-box
train
9314ae8e8080fc09a5b31244271a192ee355c9b5
diff --git a/influxql/functions.go b/influxql/functions.go index <HASH>..<HASH> 100644 --- a/influxql/functions.go +++ b/influxql/functions.go @@ -339,6 +339,8 @@ type FloatHoltWintersReducer struct { // Interval between points interval int64 + // interval / 2 -- used to perform rounding + halfInterval int64 ...
fix overflow in window iterator and holt winters roundTime
influxdata_influxdb
train
926f6e23c29167ff71585b89a3e4a7b6771759c8
diff --git a/rabird/windows_fix.py b/rabird/windows_fix.py index <HASH>..<HASH> 100644 --- a/rabird/windows_fix.py +++ b/rabird/windows_fix.py @@ -87,8 +87,13 @@ class stdout_thread_t(threading.Thread): self.screen_buffer.WriteConsole(s) except win32console.error: self.screen_buffer = None + ...
Fixed unicode string will not output after met an error throw from screen buffer object.
starofrainnight_rabird.core
train
632f2842d94cc8128701f230442f619030d7ce8e
diff --git a/src/Domains/Resource/Relation/Types/MorphMany.php b/src/Domains/Resource/Relation/Types/MorphMany.php index <HASH>..<HASH> 100644 --- a/src/Domains/Resource/Relation/Types/MorphMany.php +++ b/src/Domains/Resource/Relation/Types/MorphMany.php @@ -5,11 +5,15 @@ namespace SuperV\Platform\Domains\Resource\Rela...
Add form and table action for morphmany
superv_platform
train
e440017f52448e1a587c534a802ade012b1e0948
diff --git a/variant_lexer.go b/variant_lexer.go index <HASH>..<HASH> 100644 --- a/variant_lexer.go +++ b/variant_lexer.go @@ -155,7 +155,8 @@ func varLexNormal(l *varLexer) lexState { l.emit(tokBool) continue } - } else if l.pos+5 <= len(l.input) { + } + if l.pos+5 <= len(l.input) { if l.in...
Fix bugs and add tests for variant parsing The following cases are now handled properly: - "false" (yeah, really) - integers in octal / hexadecimal format - empty dictionaries with inferred type information
guelfey_go.dbus
train
9ce8d788351533b0c8ac9d456ff466b5cd56c533
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - [#694](https://github.com/influxdata/telegraf/pull/694): DNS Query input, thanks @mjasion! ### Bugfixes +- [#701](https://github.com/influxdata/telegraf/pull/701): output write count shouldnt...
Set running output quiet mode in agent connect func closes #<I>
influxdata_telegraf
train
38d0a0ee43492548da950ce85eaf7fbe5722a809
diff --git a/plugins/API/ProcessedReport.php b/plugins/API/ProcessedReport.php index <HASH>..<HASH> 100644 --- a/plugins/API/ProcessedReport.php +++ b/plugins/API/ProcessedReport.php @@ -356,9 +356,25 @@ class ProcessedReport $order[] = Piwik::translate($category); } } - re...
make sure to sort 3rd party reports correctly
matomo-org_matomo
train
d100fd02fcf3ec96e6b79eabae732955121eda38
diff --git a/demos/console.php b/demos/console.php index <HASH>..<HASH> 100644 --- a/demos/console.php +++ b/demos/console.php @@ -5,7 +5,6 @@ require 'init.php'; class Test extends \atk4\data\Model { use \atk4\core\DebugTrait; - use \atk4\core\AppScopeTrait; public function generateReport() {
hotfix <I> issue with console demo
atk4_ui
train
ddc08eaf99f679c59244439414702861774afa62
diff --git a/client/extensions/woocommerce/app/products/product-header.js b/client/extensions/woocommerce/app/products/product-header.js index <HASH>..<HASH> 100644 --- a/client/extensions/woocommerce/app/products/product-header.js +++ b/client/extensions/woocommerce/app/products/product-header.js @@ -27,7 +27,7 @@ fun...
WooCommerce: Connect the delete icon to the delete action. (#<I>)
Automattic_wp-calypso
train
ccde261bbb2aacc9eb8e481e3382697b1a450f19
diff --git a/lib/nmap/host.rb b/lib/nmap/host.rb index <HASH>..<HASH> 100644 --- a/lib/nmap/host.rb +++ b/lib/nmap/host.rb @@ -548,12 +548,12 @@ module Nmap # Converts the host to a String. # # @return [String] - # The address of the host. + # The hostname or address of the host. # # ...
Adjusted Host#to_s to use #hostname.to_s first, then #address.to_s.
sophsec_ruby-nmap
train
6e6250d49feb32a002b91d02322bdcd6dc9ec1e9
diff --git a/src/Validation/Validator.php b/src/Validation/Validator.php index <HASH>..<HASH> 100644 --- a/src/Validation/Validator.php +++ b/src/Validation/Validator.php @@ -362,7 +362,7 @@ class Validator implements \ArrayAccess, \IteratorAggregate, \Countable { * $message = 'This field cannot be empty'; * $valid...
Fix eg. code in docblock.
cakephp_cakephp
train
b4b4aacda409340c770055e20f56dad1c1df45c3
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Version 0.4.1 +============= + +* Option to pass *allowed tags* to the `bleach` template filter added by Rafał Selewońko. +* Moved project to Github. + Version 0.4.0 ============= diff --git a...
Preparing <I> release
marksweb_django-bleach
train
2193124455497f7f80fb0f4b8ca711f5a374caf6
diff --git a/src/jdk.compiler/share/classes/com/sun/tools/javac/code/Scope.java b/src/jdk.compiler/share/classes/com/sun/tools/javac/code/Scope.java index <HASH>..<HASH> 100644 --- a/src/jdk.compiler/share/classes/com/sun/tools/javac/code/Scope.java +++ b/src/jdk.compiler/share/classes/com/sun/tools/javac/code/Scope.ja...
<I>: javac performance should be improved Summary: Avoiding unnecessary use of Stream.empty(). Reviewed-by: mcimadamore
google_error-prone-javac
train
a5b15833bf09cd5f3885a2e3d9e4d63fcd480d01
diff --git a/src/ConfigLoader.php b/src/ConfigLoader.php index <HASH>..<HASH> 100644 --- a/src/ConfigLoader.php +++ b/src/ConfigLoader.php @@ -26,6 +26,8 @@ class ConfigLoader implements DIContainerIncludeInterface protected $configDirs = []; + protected $settedPaths = []; + /** @var Config[] */ p...
Do not add config dirs with same paths (only add if new lever in bigger).
mrdatamapper_akademiano-config
train
14eaa69a375f45765e510b0f8371e9f1c49845e1
diff --git a/exrex.py b/exrex.py index <HASH>..<HASH> 100644 --- a/exrex.py +++ b/exrex.py @@ -153,9 +153,6 @@ def _gen(d, limit=20, count=False): strings = (strings or 1) * _gen(items, limit, True) * (r2-r1) ret = subprods(ret, ran, items, limit) elif i[0] == 'branch': - ...
[enh] command line print mods, some comments removed
asciimoo_exrex
train
235b9084526d735d3a5ed7a66fcde2317a85b326
diff --git a/seaglass/trunk/seaglass/src/main/java/com/seaglasslookandfeel/SeaGlassLookAndFeel.java b/seaglass/trunk/seaglass/src/main/java/com/seaglasslookandfeel/SeaGlassLookAndFeel.java index <HASH>..<HASH> 100644 --- a/seaglass/trunk/seaglass/src/main/java/com/seaglasslookandfeel/SeaGlassLookAndFeel.java +++ b/seag...
Regularize desktop pane background color.
khuxtable_seaglass
train
27bffcca6ff7aa61380f63fa526a05c438ca7492
diff --git a/lib/flor/punit/on.rb b/lib/flor/punit/on.rb index <HASH>..<HASH> 100644 --- a/lib/flor/punit/on.rb +++ b/lib/flor/punit/on.rb @@ -61,6 +61,7 @@ class Flor::Pro::On < Flor::Macro th = [ 'trap', [], l, *tree[3] ] th[1] << [ '_att', [ [ 'point', [], l ], [ '_sqs', 'signal', l ] ], l ] th[1] << ...
Switch "on" to 'payload: "event"'
floraison_flor
train
8a19a4d43209fa5999aacd73b4f686fd17b4ed5f
diff --git a/src/main/java/com/metamx/emitter/core/HttpPostEmitter.java b/src/main/java/com/metamx/emitter/core/HttpPostEmitter.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/metamx/emitter/core/HttpPostEmitter.java +++ b/src/main/java/com/metamx/emitter/core/HttpPostEmitter.java @@ -166,7 +166,8 @@ public cl...
lastFillTimeMillis must not be zero
metamx_java-util
train
fce4ff3cbaa966e3cc88cd019e0391e4ed5a42e4
diff --git a/src/actions.js b/src/actions.js index <HASH>..<HASH> 100644 --- a/src/actions.js +++ b/src/actions.js @@ -91,7 +91,6 @@ export const cut = (state: Types.StoreState<*>) => ({ }); export const paste = (state: Types.StoreState<*>) => { - console.log("paste"); const minPoint = PointSet.min(state.copied...
Remove debugging console.logs
iddan_react-spreadsheet
train
db775859ec7ae823b731bfb04cb544ef3ae7ad3a
diff --git a/dygraph-utils.js b/dygraph-utils.js index <HASH>..<HASH> 100644 --- a/dygraph-utils.js +++ b/dygraph-utils.js @@ -1246,10 +1246,11 @@ Dygraph.isElementContainedBy = function(containee, container) { if (container === null || containee === null) { return false; } - while (containee && containee !...
Closure fix; force cast from Element to Node.
danvk_dygraphs
train
d0dd0b75e74452495d9fcdf98ddaa3a2af09a0ed
diff --git a/shardingsphere-scaling/shardingsphere-scaling-core/src/test/java/org/apache/shardingsphere/scaling/core/job/position/resume/RepositoryResumeBreakPointManagerTest.java b/shardingsphere-scaling/shardingsphere-scaling-core/src/test/java/org/apache/shardingsphere/scaling/core/job/position/resume/RepositoryResu...
Optimize scaling unit test. (#<I>) Co-authored-by: qiulu3 <Lucas<I>>
apache_incubator-shardingsphere
train
e421c1ed1b32ae2db9eba5ce7139a2aef3db63fd
diff --git a/src/main/java/pro/zackpollard/telegrambot/api/chat/message/send/SendableTextMessage.java b/src/main/java/pro/zackpollard/telegrambot/api/chat/message/send/SendableTextMessage.java index <HASH>..<HASH> 100644 --- a/src/main/java/pro/zackpollard/telegrambot/api/chat/message/send/SendableTextMessage.java +++ ...
Fix javadocs for text formatting additions
zackpollard_JavaTelegramBot-API
train
ae0f39d4abe15ed9690ac51c7e8e8a22fcf4a2db
diff --git a/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/WidgetsUtils.java b/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/WidgetsUtils.java index <HASH>..<HASH> 100644 --- a/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/WidgetsUtils.java +...
adding a new method to widgets utils
ArcBees_gwtquery
train
c7e8e886760d14dac0bae17c928a8e4da2dcd92b
diff --git a/banks/santander/index.js b/banks/santander/index.js index <HASH>..<HASH> 100644 --- a/banks/santander/index.js +++ b/banks/santander/index.js @@ -120,7 +120,7 @@ exports.parseEDIFile = function(fileContent){ } else if(segmento == 'U') { parsedFile.boletos[currentNossoNumero]['valor_pago'] = formatt...
Mark as paid when paying more than the boleto's amount.
pagarme_node-boleto
train
32f404058016603d7ab5cd10c511b63f638a160d
diff --git a/cauldron/resources/examples/time-gender/S05-export-data.py b/cauldron/resources/examples/time-gender/S05-export-data.py index <HASH>..<HASH> 100644 --- a/cauldron/resources/examples/time-gender/S05-export-data.py +++ b/cauldron/resources/examples/time-gender/S05-export-data.py @@ -6,30 +6,30 @@ percentages...
Example Updates Compatibility updates to examples for unit testing reliability.
sernst_cauldron
train
28b2b6fa8bc050e0dbc832c992aaf4860e81055f
diff --git a/usb1.py b/usb1.py index <HASH>..<HASH> 100644 --- a/usb1.py +++ b/usb1.py @@ -65,7 +65,7 @@ USBError = libusb1.USBError def __bindConstants(): global_dict = globals() PREFIX = 'LIBUSB_' - for name, value in libusb1.__dict__.iteritems(): + for name, value in libusb1.__dict__.items(): ...
Fix python 3 support.
vpelletier_python-libusb1
train
456cbaee7655adfaae7f962ff611c7845fb4db4e
diff --git a/tools/run_tests/distribtest_targets.py b/tools/run_tests/distribtest_targets.py index <HASH>..<HASH> 100644 --- a/tools/run_tests/distribtest_targets.py +++ b/tools/run_tests/distribtest_targets.py @@ -106,14 +106,15 @@ class NodeDistribTest(object): """Tests Node package""" def __init__(self, plat...
Fixed node mac distrib tests
grpc_grpc
train
9dd36c1e78ffa0511e6e676953e2143322b50e48
diff --git a/src/soundjs/AbstractSoundInstance.js b/src/soundjs/AbstractSoundInstance.js index <HASH>..<HASH> 100644 --- a/src/soundjs/AbstractSoundInstance.js +++ b/src/soundjs/AbstractSoundInstance.js @@ -477,7 +477,7 @@ this.createjs = this.createjs || {}; * DEPRECATED, please use {{#crossLink "AbstractSoundInsta...
setMuted method was doc'd as setMute.
CreateJS_SoundJS
train
3066640443170c03d0f59a131b11e190b164743b
diff --git a/bucket_collectionsmgr.go b/bucket_collectionsmgr.go index <HASH>..<HASH> 100644 --- a/bucket_collectionsmgr.go +++ b/bucket_collectionsmgr.go @@ -199,7 +199,7 @@ func (cm *CollectionManager) CreateCollection(spec CollectionSpec, opts *CreateC posts.Add("name", spec.Name) if spec.MaxExpiry > 0 { - po...
GOCBC-<I>: Send MaxTTL as int not float on collection creation Motivation ---------- When MaxExpiry is set for create collection then we send it as a float, it should be an int. Changes ------- Update MaxTTL to be sent as int not float. Change-Id: Iba<I>f<I>c<I>efa<I>fac6ff1a<I>fe9ee<I>e Reviewed-on: <URL>
couchbase_gocb
train
a161f7c325dff72e94b38b12d5c52730ebed248f
diff --git a/test/test_page.rb b/test/test_page.rb index <HASH>..<HASH> 100644 --- a/test/test_page.rb +++ b/test/test_page.rb @@ -12,13 +12,8 @@ describe "Page" do end it "renders its contents" do - expected_output = <<OUTPUT -<h2>About this site</h2> - -<p>Hello! I&#39;m an about page.</p> -OUTPUT - - s...
Switched to using the render_fixture method.
waferbaby_dimples
train
41e2d32065ba11086365613705c232e5aa05669c
diff --git a/cltk/corpus/greek/corpora.py b/cltk/corpus/greek/corpora.py index <HASH>..<HASH> 100644 --- a/cltk/corpus/greek/corpora.py +++ b/cltk/corpus/greek/corpora.py @@ -42,6 +42,12 @@ GREEK_CORPORA = [ 'name': 'greek_treebank_perseus', 'location': 'remote', 'type': 'treebank'}, + {'encoding':...
Add "Gorman Trees" corpus for Greek (fixes #<I>) (#<I>)
cltk_cltk
train