hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
944484c3fe001bcfea52fd85612042d7475597a1
diff --git a/src/selector.js b/src/selector.js index <HASH>..<HASH> 100644 --- a/src/selector.js +++ b/src/selector.js @@ -513,9 +513,9 @@ var Expr = Sizzle.selectors = { CHILD: function(elem, match){ var type = match[1], parent = elem.parentNode; - var doneName = match[0]; + var doneName = "child" + paren...
Merged in from Sizzle - a change to child filter selector logic.
jquery_jquery
train
f712d6809d5f2a092433e1685d2e115a95f7058b
diff --git a/pymc3/step_methods/smc.py b/pymc3/step_methods/smc.py index <HASH>..<HASH> 100644 --- a/pymc3/step_methods/smc.py +++ b/pymc3/step_methods/smc.py @@ -434,7 +434,7 @@ class SMC(atext.ArrayStepSharedLLK): def sample_smc(samples=1000, chains=100, step=None, start=None, homepath=None, stage=0, cores=1, - ...
Added kwargs to step_smc
pymc-devs_pymc
train
4e8b068dd42b880c503dccd41d84610bc3ed801b
diff --git a/packages/linearprogress/package.json b/packages/linearprogress/package.json index <HASH>..<HASH> 100644 --- a/packages/linearprogress/package.json +++ b/packages/linearprogress/package.json @@ -25,7 +25,7 @@ "@pluralsight/ps-design-system-filter-react-props": "^1.1.3", "@pluralsight/ps-design-sys...
refactor(linearprogress): replace polished with util#transparentize
pluralsight_design-system
train
baee072e02661e4709522d16e7a943beac4e33ef
diff --git a/kubespawner/spawner.py b/kubespawner/spawner.py index <HASH>..<HASH> 100644 --- a/kubespawner/spawner.py +++ b/kubespawner/spawner.py @@ -72,12 +72,6 @@ class KubeSpawner(Spawner): help='Name of Docker image to use when spawning user pods' ) - kube_termination_grace = Integer( - 0...
Get rid of kube_termination_grace option Is confusion, and we can reinstate if it anyone needs it to be more than 0
jupyterhub_kubespawner
train
d0e319cf3ae5a3a8eaf2d57eee363252c5de33f3
diff --git a/asv/util.py b/asv/util.py index <HASH>..<HASH> 100644 --- a/asv/util.py +++ b/asv/util.py @@ -220,7 +220,11 @@ def which(filename): if not filename.endswith('.exe'): filename = filename + '.exe' - locations = os.environ.get("PATH").split(os.pathsep) + if os.path.sep in filenam...
Fix util.which to deal with file names with path components
airspeed-velocity_asv
train
ee2a1b4f4d025653861c6a285c12c2b55a2d0746
diff --git a/testing/acceptance_test.py b/testing/acceptance_test.py index <HASH>..<HASH> 100644 --- a/testing/acceptance_test.py +++ b/testing/acceptance_test.py @@ -192,6 +192,20 @@ class TestDistribution: ]) assert dest.join(subdir.basename).check(dir=1) + def test_backward_compatibility_worke...
Add an explicit test for backward compatibility with "config.slaveinput" Related to #<I>
pytest-dev_pytest-xdist
train
0ccc118e705a964f1aa902673256e3762e0631f3
diff --git a/composer.json b/composer.json index <HASH>..<HASH> 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } }, "require": { - "php": "^5.3.3 || ^7.0" + "php": "^5.4.0" }, "require-dev": { "codeception/base": "^2.4", diff --git a/src/factory/Clas...
Updated php version and added to test
eab-dsvenss_php-classtailor
train
ad1aaa9da2736f7b5e324cc594f9fc23639d0f3f
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -1030,7 +1030,7 @@ function pages(options, callback) { // let's not get fancy just yet var changed = []; if ((originalSlug === page.slug) && (originalPath === page.path)) { - return callback(null); + r...
Fixed another reorganize bug, this one of the crashy variety although the feature functioned
apostrophecms-legacy_apostrophe-pages
train
fb9737dc4ec223ba85e7ec32519e128d714c5edc
diff --git a/quantecon/ce_util.py b/quantecon/ce_util.py index <HASH>..<HASH> 100644 --- a/quantecon/ce_util.py +++ b/quantecon/ce_util.py @@ -29,12 +29,12 @@ def ckron(*arrays): Returns ------- out : np.ndarray - The result of repeated kronecker products + The result of repeated kronecke...
DOC: Complete docstring for gridmake and _gridmake2 (#<I>)
QuantEcon_QuantEcon.py
train
fcd4c22050fe67ff8eefc1eb976e1d79f5f8fa00
diff --git a/h2o-core/src/main/java/water/currents/ASTKFold.java b/h2o-core/src/main/java/water/currents/ASTKFold.java index <HASH>..<HASH> 100644 --- a/h2o-core/src/main/java/water/currents/ASTKFold.java +++ b/h2o-core/src/main/java/water/currents/ASTKFold.java @@ -12,12 +12,6 @@ import static water.util.RandomUtils.g...
nan -> NaN from python organize KFold apply call update the count matches to handle str list
h2oai_h2o-3
train
c25c6e93ccfb98ea34ae38c6226e7caf1dc2935e
diff --git a/lib/pgslice/cli/add_partitions.rb b/lib/pgslice/cli/add_partitions.rb index <HASH>..<HASH> 100644 --- a/lib/pgslice/cli/add_partitions.rb +++ b/lib/pgslice/cli/add_partitions.rb @@ -4,6 +4,7 @@ module PgSlice option :intermediate, type: :boolean, default: false, desc: "Add to intermediate table" ...
Support tablespace (#<I>)
ankane_pgslice
train
776933998348a92a0da208742b03be1dabdcd4e3
diff --git a/pyrem/host.py b/pyrem/host.py index <HASH>..<HASH> 100644 --- a/pyrem/host.py +++ b/pyrem/host.py @@ -7,6 +7,7 @@ __author__ = "Ellis Michael" __email__ = "emichael@cs.washington.edu" +import os import platform from pyrem.task import SubprocessTask, RemoteTask @@ -41,16 +42,28 @@ class RemoteHost(...
Adding support for ssh identity file, should finish #<I>
emichael_PyREM
train
0b187e11898fd2ad32feae2350fa5a1658e98463
diff --git a/lib/discovery.js b/lib/discovery.js index <HASH>..<HASH> 100644 --- a/lib/discovery.js +++ b/lib/discovery.js @@ -26,7 +26,7 @@ function discovery (cb) { }); server.bind(5678, function () { - const message = Buffer.from('irobotmcs'); + const message = new Buffer('irobotmcs'); server.setB...
discovery compatibility with node 4 - Buffer signature
koalazak_dorita980
train
1fc76f1b608d90e333d4626c894772ceb206d2b3
diff --git a/bin/now-secrets.js b/bin/now-secrets.js index <HASH>..<HASH> 100755 --- a/bin/now-secrets.js +++ b/bin/now-secrets.js @@ -140,20 +140,19 @@ async function run({ token, config: { currentTeam, user } }) { if (list.length > 0) { const cur = Date.now() - const header = [['', 'id', 'name', 'c...
Removed IDs from secrets list (#<I>) * remove secret ids * prettier
zeit_now-cli
train
740ed4e6e45e0375f1b49bb037df65b83a154aa3
diff --git a/pyqode/core/api/syntax_highlighter.py b/pyqode/core/api/syntax_highlighter.py index <HASH>..<HASH> 100644 --- a/pyqode/core/api/syntax_highlighter.py +++ b/pyqode/core/api/syntax_highlighter.py @@ -94,7 +94,7 @@ class ColorScheme: if style == 'qt' or not style: from pyqode.cor...
Fix typo that prevented from using the Darcula style from frozen apps
pyQode_pyqode.core
train
32aea50fd6d87df3c7328f035ea274252023fe6d
diff --git a/go/vt/vtgate/gateway/discoverygateway.go b/go/vt/vtgate/gateway/discoverygateway.go index <HASH>..<HASH> 100644 --- a/go/vt/vtgate/gateway/discoverygateway.go +++ b/go/vt/vtgate/gateway/discoverygateway.go @@ -122,16 +122,28 @@ func createDiscoveryGateway(hc discovery.HealthCheck, serv srvtopo.Server, cell...
gateway: add a RegisterStats() hook to the interface To avoid test problems, move the registration of stats out of the discoverygateway constructor and into a separate RegisterStats() function. This required a slight extension to the Gateway() interface.
vitessio_vitess
train
763e6b14783a32d1c2fb5bc8d1205afc852e1871
diff --git a/regbind.rb b/regbind.rb index <HASH>..<HASH> 100755 --- a/regbind.rb +++ b/regbind.rb @@ -89,6 +89,10 @@ module Reg def hash "BoundRef of ".<<(name).hash end + + def unparse o + inspect + end end
BoundRef should treat unparse like inspect
coatl_reg
train
b7f449b4c915aa71109ae8dec559259b0fcb3718
diff --git a/oandapyV20/contrib/requests/marketorder.py b/oandapyV20/contrib/requests/marketorder.py index <HASH>..<HASH> 100644 --- a/oandapyV20/contrib/requests/marketorder.py +++ b/oandapyV20/contrib/requests/marketorder.py @@ -128,12 +128,10 @@ class MarketOrderRequest(BaseRequest): if priceBound: ...
try/except replace by if because hasattr does not raise an exception
hootnot_oanda-api-v20
train
9429f3c3d872687ee777af0a15c565978b5613aa
diff --git a/code/fieldtypes/FileContent.php b/code/fieldtypes/FileContent.php index <HASH>..<HASH> 100644 --- a/code/fieldtypes/FileContent.php +++ b/code/fieldtypes/FileContent.php @@ -88,7 +88,10 @@ class FileContent extends DBField { } public function URL() { - return $this->getReader()->getURL(); + $reade...
FIX Fixed null pointer if the remote reader couldn't be found when retrieving content
symbiote_silverstripe-content-services
train
88a222fff30276c50ebef3859bece6810f1509f4
diff --git a/i18n/i18nTextCollector.php b/i18n/i18nTextCollector.php index <HASH>..<HASH> 100644 --- a/i18n/i18nTextCollector.php +++ b/i18n/i18nTextCollector.php @@ -152,9 +152,12 @@ class i18nTextCollector extends Object { } /** - * Build the module's master string table + * Builds a master string table from...
MINOR: Updated inline phpdoc while investigating trac/<I>
silverstripe_silverstripe-framework
train
f901db66a675fcd90ca94d98d4ef445ee55a078a
diff --git a/README.rst b/README.rst index <HASH>..<HASH> 100644 --- a/README.rst +++ b/README.rst @@ -307,13 +307,13 @@ Log Level --------- The default log level is 2 (logs both successful and failed deliveries) -This behavior can be changed by setting ``DEFAULT_LOG_LEVEL``. +This behavior can be changed by settin...
DEFAULT_LOG_LEVEL -> LOG_LEVEL
ui_django-post_office
train
ffcc2f6c65706777e19f628dac68611bbf13ac18
diff --git a/lib/yell/adapters.rb b/lib/yell/adapters.rb index <HASH>..<HASH> 100644 --- a/lib/yell/adapters.rb +++ b/lib/yell/adapters.rb @@ -41,8 +41,11 @@ module Yell #:nodoc: # Simple camelcase converter # # @example - # "file "#=> "File" - # "date_file" #=> "DateFile" + # camelize("fi...
FIX: Level fixed when giving ranges
rudionrails_yell
train
d910c1fa514a7247e6be8a02490ce7837516d5db
diff --git a/internal/service/apigatewayv2/api_test.go b/internal/service/apigatewayv2/api_test.go index <HASH>..<HASH> 100644 --- a/internal/service/apigatewayv2/api_test.go +++ b/internal/service/apigatewayv2/api_test.go @@ -2,21 +2,18 @@ package apigatewayv2_test import ( "fmt" - "log" "regexp" "testing" ...
apigatewayv2: Fix more import problems
terraform-providers_terraform-provider-aws
train
8c5a3dabd6428102a8e51ec233ace5cf09bf78a3
diff --git a/benchmark_test.go b/benchmark_test.go index <HASH>..<HASH> 100644 --- a/benchmark_test.go +++ b/benchmark_test.go @@ -45,7 +45,7 @@ func (c *linkedConnection) write(p []byte) error { } func (*linkedConnection) setCurrentRemoteAddr(addr interface{}) {} -func (*linkedConnection) IP() net.IP ...
set RemoteAddr in http request objects fixes #<I>
lucas-clemente_quic-go
train
9928b6dce26391266be53aae833f2b37baed32ea
diff --git a/AegeanTools/fits_image.py b/AegeanTools/fits_image.py index <HASH>..<HASH> 100644 --- a/AegeanTools/fits_image.py +++ b/AegeanTools/fits_image.py @@ -73,14 +73,14 @@ def get_beam(header): bpa = header["BPA"] if "BMAJ" not in header: - logging.critical("BMAJ not present in fits header...
fixed bug where images without BMAJ/BMIN wouldn't load, even if --beam was supplied by user.
PaulHancock_Aegean
train
5b777495219a28b82a4dc7b7f8327fc81705de28
diff --git a/docs/source/conf.py b/docs/source/conf.py index <HASH>..<HASH> 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -55,7 +55,7 @@ repo_name = u"dtoolcore" # built documents. # # The short X.Y version. -version = u"3.17.0" +version = u"3.18.0" # The full version, including alpha/beta/rc tags. ...
Update version number to <I>
jic-dtool_dtoolcore
train
a67f9a60762527ae3472c4128c3a2c82f1c78e35
diff --git a/lib/actions/field-trip.js b/lib/actions/field-trip.js index <HASH>..<HASH> 100644 --- a/lib/actions/field-trip.js +++ b/lib/actions/field-trip.js @@ -305,7 +305,7 @@ function makeSaveFieldTripItinerariesData (request, outbound, state) { } } - // itierate through itineraries to construct itinerar...
Update lib/actions/field-trip.js
opentripplanner_otp-react-redux
train
0e9b11244db70440d5adeeeaf07faea14eb729ed
diff --git a/lib/ProMotion/table/table.rb b/lib/ProMotion/table/table.rb index <HASH>..<HASH> 100644 --- a/lib/ProMotion/table/table.rb +++ b/lib/ProMotion/table/table.rb @@ -132,7 +132,7 @@ module ProMotion def update_table_data(args = {}) # Try and detect if the args param is a NSIndexPath or an array o...
Update to use more efficient array_all_members_of? method.
infinitered_ProMotion
train
57c07f7b71a734eaa45835d8d7f6b5d5100edcb5
diff --git a/src/Sulu/Bundle/AdminBundle/Resources/js/containers/ViewRenderer/ViewRenderer.js b/src/Sulu/Bundle/AdminBundle/Resources/js/containers/ViewRenderer/ViewRenderer.js index <HASH>..<HASH> 100644 --- a/src/Sulu/Bundle/AdminBundle/Resources/js/containers/ViewRenderer/ViewRenderer.js +++ b/src/Sulu/Bundle/AdminB...
Fix switching between webspaces (#<I>)
sulu_sulu
train
33d878281ecb60aed034360fc943f449dd7b22d8
diff --git a/app/controllers/alchemy/admin/base_controller.rb b/app/controllers/alchemy/admin/base_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/alchemy/admin/base_controller.rb +++ b/app/controllers/alchemy/admin/base_controller.rb @@ -173,12 +173,9 @@ module Alchemy def current_alchemy_site ...
Load default site if site can't be found by id Fixes #<I>
AlchemyCMS_alchemy_cms
train
f1351d7c307c9c8c06a90742fecc693ba49acdff
diff --git a/annis-service-impl/src/main/java/annis/dao/ResolverDaoHelper.java b/annis-service-impl/src/main/java/annis/dao/ResolverDaoHelper.java index <HASH>..<HASH> 100644 --- a/annis-service-impl/src/main/java/annis/dao/ResolverDaoHelper.java +++ b/annis-service-impl/src/main/java/annis/dao/ResolverDaoHelper.java @...
- fix SQL syntax error for generated resolver SQL code - ignore wrong relations when building the Salt-graph
korpling_ANNIS
train
9da9df7d44218ef8798574b1084e4318cff2f78d
diff --git a/psyplot/data.py b/psyplot/data.py index <HASH>..<HASH> 100755 --- a/psyplot/data.py +++ b/psyplot/data.py @@ -1245,6 +1245,9 @@ class CFDecoder(object): arr: xarray.DataArray The data array for which to get the dimensions as integers, slices or list of integers from the d...
Added method to transform dataset coords to slicers
Chilipp_psyplot
train
bf86a8899fd03541385ea897108d44a28bf9b634
diff --git a/locales/pt/validation-inline.php b/locales/pt/validation-inline.php index <HASH>..<HASH> 100644 --- a/locales/pt/validation-inline.php +++ b/locales/pt/validation-inline.php @@ -13,7 +13,7 @@ return [ 'accepted' => 'Este campo deve ser aceite.', - 'accepted_if' => 'This fiel...
[pt] Updating translations keys in validation-inline.php
caouecs_Laravel-lang
train
122223e8ab310a4d36afe00f344e37002fbe41d7
diff --git a/lib/javascript-static.js b/lib/javascript-static.js index <HASH>..<HASH> 100644 --- a/lib/javascript-static.js +++ b/lib/javascript-static.js @@ -204,7 +204,7 @@ function findParentNode(el, elName, elClass, elId) { If persistent == true, also sets a cookie for this. */ -function elementToggleHide(e...
Fix for MDL-<I>. We basically replace the plus and minus hide buttons when the elementToggleHide javascript function is called.
moodle_moodle
train
86bb37bcfe186277fec5b855f4db4f03caf6693b
diff --git a/lib/rfd.rb b/lib/rfd.rb index <HASH>..<HASH> 100644 --- a/lib/rfd.rb +++ b/lib/rfd.rb @@ -261,7 +261,6 @@ module Rfd draw_items @panes.switch 0 - wmove 0 move_cursor @row draw_marked_items
No need to wmove right before move_cursoring
amatsuda_rfd
train
8d433cdb394eaaabcf0a97908b47885b48a101fb
diff --git a/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php b/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php +++ b/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php @@ -653,8 +653,6 @@ class XmlDriver extends FileDriver { $array = a...
#<I> Fixed code style and @depends in test.
doctrine_orm
train
10fb6d585b66de16e9dd259e02c659714ba7e8a8
diff --git a/debugger/breakpoints/breakpointGutter.js b/debugger/breakpoints/breakpointGutter.js index <HASH>..<HASH> 100644 --- a/debugger/breakpoints/breakpointGutter.js +++ b/debugger/breakpoints/breakpointGutter.js @@ -122,10 +122,7 @@ define(function (require, exports) { if (line_info.gutterMarkers && l...
fixed set breakpoint during debuging
yacut_brackets-nodejs-integration
train
0eb46c140679b83ca890230f81b01eaa067376d9
diff --git a/fulltext/backends/__xml.py b/fulltext/backends/__xml.py index <HASH>..<HASH> 100644 --- a/fulltext/backends/__xml.py +++ b/fulltext/backends/__xml.py @@ -1,14 +1,26 @@ from __future__ import absolute_import -from bs4 import BeautifulSoup +import re + +import bs4 from six import StringIO +def _vis...
Strip out XML declaration/doctype.
btimby_fulltext
train
dff9fe77a31837fdc3b5f8917d631e6b342fe442
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -91,19 +91,49 @@ function compileLoad(load, opts, compilers) { }); } -exports.buildTree = function(tree, outFile, opts) { - opts = opts || {}; - opts.outFile = outFile; - - var outputs = ['"format register";\n']; +fun...
support plugin "bundle" reduction hook
systemjs_builder
train
5b35297517cd87f1a08ee3c98c37e0457dfd8a11
diff --git a/leancloud/engine/leanengine.py b/leancloud/engine/leanengine.py index <HASH>..<HASH> 100644 --- a/leancloud/engine/leanengine.py +++ b/leancloud/engine/leanengine.py @@ -30,12 +30,31 @@ current = context.local("current") class LeanEngineError(Exception): - def __init__(self, code=400, message="erro...
fix(engine): LeanEngineError status Previously, LeanEngineError used the value of code parameter for both error code in json result and http status code, which is inconsistent with the reference implementation (JS SDK). related ticket: <I>
leancloud_python-sdk
train
52a60785e9d9fcb0a76b4b2673bfc62f1f2c4bd0
diff --git a/src/main/java/org/dynjs/runtime/builtins/types/BuiltinString.java b/src/main/java/org/dynjs/runtime/builtins/types/BuiltinString.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/dynjs/runtime/builtins/types/BuiltinString.java +++ b/src/main/java/org/dynjs/runtime/builtins/types/BuiltinString.java @...
Ensure a String() constructed without a value ends up holding the empty string instead of a null.
dynjs_dynjs
train
3378014697781b4a2ac9d534c49d3a90bd78568b
diff --git a/lib/plucky/query.rb b/lib/plucky/query.rb index <HASH>..<HASH> 100644 --- a/lib/plucky/query.rb +++ b/lib/plucky/query.rb @@ -87,8 +87,8 @@ module Plucky clone.amend(opts).reverse.find_one end - def each - find_each.each { |doc| yield(doc) } + def each(&block) + find_each(&blo...
Query#each forwards to #find_each (so it will return an enumerator)
mongomapper_plucky
train
e6372ec14817b339cb0b2e8e548a515fb700d4d8
diff --git a/lib/json_schema/parser.rb b/lib/json_schema/parser.rb index <HASH>..<HASH> 100644 --- a/lib/json_schema/parser.rb +++ b/lib/json_schema/parser.rb @@ -6,7 +6,9 @@ module JsonSchema def parse(data) if ref = data["$ref"] - JsonReference::Reference.new(ref) + schema = Schema.new + ...
Actually, just keep references as normal `Schema` nodes
brandur_json_schema
train
a1ac544567f829ac15bcd933697bffbdaec399fb
diff --git a/docs/source/spelling_wordlist.txt b/docs/source/spelling_wordlist.txt index <HASH>..<HASH> 100644 --- a/docs/source/spelling_wordlist.txt +++ b/docs/source/spelling_wordlist.txt @@ -1,5 +1,6 @@ api +Args auditable auth authenticator @@ -18,6 +19,7 @@ boolean cafile ccache certfile +cfgparser cli ...
Add two-phase initialization API to plugins The new API method finalize_init() allows plugins to be finalized in a second step. In the second step the plugin is also able to access the global configuration dict and all other plugin instances. Closes: #<I>
latchset_custodia
train
9c82be05eadda7c37cb7429fcc46f38948ede987
diff --git a/src/VertaServiceProvider.php b/src/VertaServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/VertaServiceProvider.php +++ b/src/VertaServiceProvider.php @@ -72,8 +72,10 @@ class VertaServiceProvider extends ServiceProvider } Validator::extend($name, $validatorClass . $metho...
handel validation dosen't replacer (cusom message)
hekmatinasser_verta
train
8b72ec16af2978d43a4545d4596fff2fffaf2479
diff --git a/simulator/src/main/java/com/hazelcast/simulator/protocol/operation/ChaosMonkeyOperation.java b/simulator/src/main/java/com/hazelcast/simulator/protocol/operation/ChaosMonkeyOperation.java index <HASH>..<HASH> 100644 --- a/simulator/src/main/java/com/hazelcast/simulator/protocol/operation/ChaosMonkeyOperati...
Made ChaosMonkeyOperation more interoperable by using a String instead of an Integer to define the ChaosMonkey type.
hazelcast_hazelcast-simulator
train
703bbba7ff3bd3ad8f07a530c3f44f765835d0e6
diff --git a/pandas/core/format.py b/pandas/core/format.py index <HASH>..<HASH> 100644 --- a/pandas/core/format.py +++ b/pandas/core/format.py @@ -78,8 +78,15 @@ class SeriesFormatter(object): if footer and self.series.name: footer += ', ' - footer += ("Name: %s" % str(self.se...
BUG: UnicodeDecodeError in SeriesFormatter when series name is unicode
pandas-dev_pandas
train
fddac0b4369ce27ce97a79d347cdb036ff6ec07b
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -2,9 +2,9 @@ import Portal from './components/portal.js' import PortalTarget from './components/portal-target.js' import Wormhole from './components/wormhole.js' -function install (Vue, opts = {}) { +functi...
use camelCase to register component
LinusBorg_portal-vue
train
0981ad1135765daf5edeb23f52b91b287eb10694
diff --git a/Kwc/Advanced/DynamicContent/Component.php b/Kwc/Advanced/DynamicContent/Component.php index <HASH>..<HASH> 100644 --- a/Kwc/Advanced/DynamicContent/Component.php +++ b/Kwc/Advanced/DynamicContent/Component.php @@ -19,5 +19,5 @@ abstract class Kwc_Advanced_DynamicContent_Component extends Kwc_Abstract ...
With phpstrict its not possible to declare an abstract static function
koala-framework_koala-framework
train
27c19140ef984e3b07384520e5f0aa93d3c26fae
diff --git a/js/initial.js b/js/initial.js index <HASH>..<HASH> 100644 --- a/js/initial.js +++ b/js/initial.js @@ -3,9 +3,9 @@ if (typeof(jQuery) === 'undefined') { var jQuery; // Check if require is a defined function. if (typeof(require) === 'function') { - jQuery = $ = require('jQuery'); + jQuery = $ ...
Correct jquery require The jquery require should be lowercase. The way it is, it cases a warning in when [compiling with webpack](<URL>).
Dogfalo_materialize
train
aa3134148c70be35ee74200618667134da9ce418
diff --git a/fabfile.py b/fabfile.py index <HASH>..<HASH> 100644 --- a/fabfile.py +++ b/fabfile.py @@ -136,10 +136,10 @@ def backup(): backup_file_name = env.config['backupFolder'] + "/" + settings['currentConfig']+ "--"+i.strftime('%Y-%m-%d--%H-%M-%S') - with cd(env.config['rootFolder']): + with cd(env....
rework taring of files so they do not include absolute file-path
factorial-io_fabalicious
train
a59923e8c8bf33d1041267135a9df4d4ced545d7
diff --git a/hazelcast/src/test/java/com/hazelcast/map/impl/nearcache/invalidation/UuidFilterTest.java b/hazelcast/src/test/java/com/hazelcast/map/impl/nearcache/invalidation/UuidFilterTest.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/test/java/com/hazelcast/map/impl/nearcache/invalidation/UuidFilterTest.java +...
Increased code coverage of UuidFilter.
hazelcast_hazelcast
train
d8d48c2d8571c632b23e7cb6839902d9164e849d
diff --git a/airflow/api_connexion/endpoints/connection_endpoint.py b/airflow/api_connexion/endpoints/connection_endpoint.py index <HASH>..<HASH> 100644 --- a/airflow/api_connexion/endpoints/connection_endpoint.py +++ b/airflow/api_connexion/endpoints/connection_endpoint.py @@ -16,6 +16,7 @@ # under the License. fr...
Use more effective count queries in API endpoints (#<I>)
apache_airflow
train
3343c6d91834267f7434dc6853b526375fb44252
diff --git a/numina/core/dataframe.py b/numina/core/dataframe.py index <HASH>..<HASH> 100644 --- a/numina/core/dataframe.py +++ b/numina/core/dataframe.py @@ -27,12 +27,11 @@ from astropy.io import fits class DataFrame(object): '''A handle to a image in disk or in memory.''' - def __init__(self, frame=None, ...
Remove serialization in DataFrame
guaix-ucm_numina
train
cc0491e0c1894e0accb7afd52d75b77aaa15a748
diff --git a/README.rst b/README.rst index <HASH>..<HASH> 100644 --- a/README.rst +++ b/README.rst @@ -158,6 +158,7 @@ Miscellaneous & bonus - [X] get every API label automatically translated (not only INSPIRE themes) - [X] additional search parameter to automatically get full results without have to iterate with _li...
add augment option to serach method to get shares as tags
isogeo_isogeo-api-py-minsdk
train
2911775dbfb407d2fe5697ec61cd613186815613
diff --git a/test/tests-whereclause.js b/test/tests-whereclause.js index <HASH>..<HASH> 100644 --- a/test/tests-whereclause.js +++ b/test/tests-whereclause.js @@ -255,6 +255,21 @@ }).finally(start); }); + asyncTest("Issue #31 - Compound Index with anyOf", function() { + db.files + ....
Added unit test for issue #<I> Added a unit test that verifies issue #<I>.
dfahlander_Dexie.js
train
0005ca7093ed94181be0077714c2d2d6a0392cec
diff --git a/ceam_tests/util.py b/ceam_tests/util.py index <HASH>..<HASH> 100644 --- a/ceam_tests/util.py +++ b/ceam_tests/util.py @@ -126,7 +126,7 @@ def generate_test_population(event): initial_age = event.user_data.get('initial_age', None) population = pd.DataFrame(index=range(population_size)) - if i...
changed if initial age is not None to just read if initial age
ihmeuw_vivarium
train
9b3829c8cd3b351f96813d6a1cafccc62843ce9a
diff --git a/src/utils/bcoinExtender/replayProtection.js b/src/utils/bcoinExtender/replayProtection.js index <HASH>..<HASH> 100644 --- a/src/utils/bcoinExtender/replayProtection.js +++ b/src/utils/bcoinExtender/replayProtection.js @@ -163,7 +163,6 @@ export const patchTransaction = function (bcoin) { input.p...
Return the sighash and DON'T hash it again + remove some comments
EdgeApp_edge-currency-bitcoin
train
e37ee47219c5f486e9a55b6bcbf6c70e0701c06f
diff --git a/test/test_entry_filter.rb b/test/test_entry_filter.rb index <HASH>..<HASH> 100644 --- a/test/test_entry_filter.rb +++ b/test/test_entry_filter.rb @@ -82,7 +82,6 @@ class TestEntryFilter < JekyllUnitTest assert_equal %w(), entries end - # rubocop:disable Performance/FixedSize should "i...
Fix offenses detected by rubocop-performance-<I>
jekyll_jekyll
train
9632d6d96f446cbbece33f93fab04c91ce79f8da
diff --git a/themes/pry-siberia-16.prytheme.rb b/themes/pry-siberia-16.prytheme.rb index <HASH>..<HASH> 100644 --- a/themes/pry-siberia-16.prytheme.rb +++ b/themes/pry-siberia-16.prytheme.rb @@ -44,3 +44,5 @@ t = PryTheme.create name: 'pry-siberia-16', color_model: 16 do end end end + +PryTheme::ThemeList.add_...
pry-siberia-<I>: include it to the ThemeList
kyrylo_pry-theme
train
b72730c53dc74a777cb0147276d54b9f1a3f8aa9
diff --git a/lib/multimarkdown-cli/tilt_plugin.rb b/lib/multimarkdown-cli/tilt_plugin.rb index <HASH>..<HASH> 100644 --- a/lib/multimarkdown-cli/tilt_plugin.rb +++ b/lib/multimarkdown-cli/tilt_plugin.rb @@ -27,7 +27,7 @@ module MultiMarkdownCLI end end - Tilt.register Template, 'multimarkdown' + Tilt.regist...
add mmd as a valid extension
gabysbrain_rb-MultiMarkdown-cli
train
b7a6919b49f36cce4c87c9e7342a1b2650fc7610
diff --git a/src/lib/Supra/Controller/Pages/Request/PageRequestEdit.php b/src/lib/Supra/Controller/Pages/Request/PageRequestEdit.php index <HASH>..<HASH> 100644 --- a/src/lib/Supra/Controller/Pages/Request/PageRequestEdit.php +++ b/src/lib/Supra/Controller/Pages/Request/PageRequestEdit.php @@ -93,6 +93,8 @@ class PageR...
Task #<I>: CMS - active / inactive - flush draft em (to apply revision id changes) before merge draft-public localizations, othervise, they will have different revisions right after publish
sitesupra_sitesupra
train
fbaa49150a700714d3b636d5f4c95e98d3eb5079
diff --git a/js/itbit.js b/js/itbit.js index <HASH>..<HASH> 100644 --- a/js/itbit.js +++ b/js/itbit.js @@ -162,13 +162,13 @@ module.exports = class itbit extends Exchange { return this.parseBalance (result); } - async fetchWallets () { + async fetchWallets (params = {}) { if (!this.userId...
renamed itbit variables in fetchWallets for less confusion #<I>
ccxt_ccxt
train
4a6b60bc222b0c490b0388e82a4e0763a62b8a6e
diff --git a/src/ServiceProvider.php b/src/ServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/ServiceProvider.php +++ b/src/ServiceProvider.php @@ -20,6 +20,30 @@ abstract class ServiceProvider extends \Illuminate\Support\ServiceProvider { /** + * Bind a shared Closure into the container. + * + * @param ...
update service provider with a custom bindShared
cartalyst_support
train
1a00964902335f598885c3c4febffb4092a0996b
diff --git a/dashboard/modules/job/sdk.py b/dashboard/modules/job/sdk.py index <HASH>..<HASH> 100644 --- a/dashboard/modules/job/sdk.py +++ b/dashboard/modules/job/sdk.py @@ -97,7 +97,7 @@ class JobSubmissionClient: raise ConnectionError( f"Failed to connect to Ray at address: {self._addre...
[job submission] Fix job sdk's lazy import of requests that led to minimal build failure (#<I>)
ray-project_ray
train
1b2421afce304c297311477cff85ff58c1675286
diff --git a/loomengine/master/api/models/base.py b/loomengine/master/api/models/base.py index <HASH>..<HASH> 100644 --- a/loomengine/master/api/models/base.py +++ b/loomengine/master/api/models/base.py @@ -101,16 +101,16 @@ class FilterHelper(object): id = None hash_value = None - # Name com...
revert to \$ hash symbol instead of %
StanfordBioinformatics_loom
train
d21a98aedace2182cf10d4d4d0b5d83b863f91a3
diff --git a/test/test_collection.py b/test/test_collection.py index <HASH>..<HASH> 100644 --- a/test/test_collection.py +++ b/test/test_collection.py @@ -1564,8 +1564,15 @@ class TestCollection(unittest.TestCase): self.assertEqual(None, c.find_and_modify({'_id': 1}, {'$inc': {'i': ...
Fix test failure due to <I> behaviour change. See SERVER-<I> for more information.
mongodb_mongo-python-driver
train
ba26f47d5c65295342402d2c9996eb74884935e0
diff --git a/middleware/cache/cache_test.go b/middleware/cache/cache_test.go index <HASH>..<HASH> 100644 --- a/middleware/cache/cache_test.go +++ b/middleware/cache/cache_test.go @@ -1,6 +1,8 @@ package cache import ( + "io/ioutil" + "log" "testing" "time" @@ -64,12 +66,30 @@ var cacheTestCases = []cacheTestC...
middleware/caching (#<I>) Add the rcode to the cached item and use this when we synthesize the answer again. We could also infer the rcode from the reassembled message, but this seems easier and is only an integer. Also set the autoritative bit to 0 for all from-cache answers. Fixes <I>
coredns_coredns
train
d396228d2726294451457704a8bb9194acf14ad2
diff --git a/src/lib/orianna/type/staticdata/MasteryTree.java b/src/lib/orianna/type/staticdata/MasteryTree.java index <HASH>..<HASH> 100644 --- a/src/lib/orianna/type/staticdata/MasteryTree.java +++ b/src/lib/orianna/type/staticdata/MasteryTree.java @@ -18,9 +18,21 @@ public class MasteryTree implements Serializable {...
Fix for null masteries being sent
meraki-analytics_orianna
train
917da54e6068f8d37d9bd40ebae266198ea1db95
diff --git a/cwtools/jsimp.py b/cwtools/jsimp.py index <HASH>..<HASH> 100644 --- a/cwtools/jsimp.py +++ b/cwtools/jsimp.py @@ -1,6 +1,6 @@ import jinja2 -from twisted.python import log +##from twisted.python import log class FindScriptError(Exception): @@ -472,16 +472,15 @@ class VirtualScript(_BaseScript): ...
fix more docstrings; comment out log import for now
ludiosarchive_Coreweb
train
c175396b775c7bbcae257275049ca22791fe0ac4
diff --git a/src/ContextTypes/AggregateRating.php b/src/ContextTypes/AggregateRating.php index <HASH>..<HASH> 100644 --- a/src/ContextTypes/AggregateRating.php +++ b/src/ContextTypes/AggregateRating.php @@ -15,5 +15,6 @@ class AggregateRating extends AbstractContext 'bestRating' => null, 'worstRating'...
Added itemReviewed to AggregateRating
Torann_json-ld
train
a048f9921d3232ab3f2af7f479d0afdde33abd86
diff --git a/src/Illuminate/Validation/Rules/RequiredIf.php b/src/Illuminate/Validation/Rules/RequiredIf.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Validation/Rules/RequiredIf.php +++ b/src/Illuminate/Validation/Rules/RequiredIf.php @@ -21,7 +21,7 @@ class RequiredIf */ public function __construct(...
Removed unnecessary checks as is_callable would return false for literals other than strings anyway, fixed tests (#<I>)
laravel_framework
train
893c2bed93afc2160df0de956b0623c0eb3499c7
diff --git a/provision/docker/provisioner.go b/provision/docker/provisioner.go index <HASH>..<HASH> 100644 --- a/provision/docker/provisioner.go +++ b/provision/docker/provisioner.go @@ -24,7 +24,6 @@ import ( "io/ioutil" "labix.org/v2/mgo" "net" - "strings" "sync" ) @@ -207,28 +206,23 @@ func (*dockerProvis...
provision/docker: refactor dockerProvisioner.CollectStatus First check for containers in the database, then run inspect on each. That means less queries, and less commands :-)
tsuru_tsuru
train
6d1861f4a4a55e7191bd8646169ce7bde6b6eec7
diff --git a/cmsplugin_cascade/bootstrap3/settings.py b/cmsplugin_cascade/bootstrap3/settings.py index <HASH>..<HASH> 100644 --- a/cmsplugin_cascade/bootstrap3/settings.py +++ b/cmsplugin_cascade/bootstrap3/settings.py @@ -4,7 +4,7 @@ from django.utils.translation import ugettext_lazy as _ CMS_CASCADE_PLUGINS = ('bu...
FilerImagePlugin has been replaced by CascadeImagePlugin
jrief_djangocms-cascade
train
ce7e74baab186b18844891166e7029c853ce7e97
diff --git a/lib/workflow/task-graph.js b/lib/workflow/task-graph.js index <HASH>..<HASH> 100644 --- a/lib/workflow/task-graph.js +++ b/lib/workflow/task-graph.js @@ -489,10 +489,7 @@ function taskGraphFactory( var definition = data.definition; var options = data.options; var context = data.c...
Clone definition argument before creating a TaskGraph object
RackHD_on-core
train
1d031223a4289aa8a9842fe0176f81035ed17e79
diff --git a/query.go b/query.go index <HASH>..<HASH> 100644 --- a/query.go +++ b/query.go @@ -382,11 +382,11 @@ func (q *Query) filterById(operator string, value interface{}) *Query { // (if any). It will also return an error if models is the wrong type. func (q *Query) Run(models interface{}) error { // TODO: typ...
Use the existing q.tx field in query methods instead of creating a new transaction.
albrow_zoom
train
411be957e8411a4b6c34469a2664c1763716f1aa
diff --git a/inginious/frontend/pages/tasks.py b/inginious/frontend/pages/tasks.py index <HASH>..<HASH> 100644 --- a/inginious/frontend/pages/tasks.py +++ b/inginious/frontend/pages/tasks.py @@ -415,6 +415,8 @@ class TaskPageStaticDownload(INGIniousPage): return redirect(file_or_url) else:...
flask_migration: fix notfound in TaskDownloadPage
UCL-INGI_INGInious
train
454ad19491400181facc4e400f7b1e70c2dd1703
diff --git a/rosbag_pandas.py b/rosbag_pandas.py index <HASH>..<HASH> 100755 --- a/rosbag_pandas.py +++ b/rosbag_pandas.py @@ -254,7 +254,7 @@ def get_key_name(name): def clean_for_export(df): - new_df = pands.DataFrame() + new_df = pd.DataFrame() for c, t in df.dtypes.iteritems(): if t.kind in...
fixed stupid typo that broke csv export
aktaylor08_RosbagPandas
train
18bbe7de3f96288dc7caeec9f329cf63657ed3f0
diff --git a/job/job.go b/job/job.go index <HASH>..<HASH> 100644 --- a/job/job.go +++ b/job/job.go @@ -65,19 +65,18 @@ type Job struct { } // ScheduledUnit represents a Unit known by fleet and encapsulates its current scheduling state -// (list-unit-schedule) type ScheduledUnit struct { Name string ...
registry: move TargetState from ScheduledUnit to Unit
coreos_fleet
train
931e475116835fd3b5a1e0e0c8823dbc0e2a76e3
diff --git a/src/Ouzo/Db/ModelQueryBuilder.php b/src/Ouzo/Db/ModelQueryBuilder.php index <HASH>..<HASH> 100644 --- a/src/Ouzo/Db/ModelQueryBuilder.php +++ b/src/Ouzo/Db/ModelQueryBuilder.php @@ -3,7 +3,6 @@ namespace Ouzo\Db; use Ouzo\Db; use Ouzo\DbException; -use Ouzo\ExceptionHandling\OuzoException; use Ouzo\Mo...
optimisation: do not select columns of models that will not be stored in fields
letsdrink_ouzo
train
e5465837fa2549b8f9ae5b3eb5e1bed93127d4ef
diff --git a/spyderlib/utils/dochelpers.py b/spyderlib/utils/dochelpers.py index <HASH>..<HASH> 100644 --- a/spyderlib/utils/dochelpers.py +++ b/spyderlib/utils/dochelpers.py @@ -89,6 +89,12 @@ def getargtxt(obj, one_arg_per_line=True): args, _, _ = inspect.getargs(func_obj.func_code) if not args: ...
Fixed Issue <I> (Doc plugin): getargtxt runs into problems when there are tuples in the arguments
spyder-ide_spyder
train
1ff744adfedad84f990cc92a6dab5046a592ff3a
diff --git a/lib/bitcoin/store/utxo_db.rb b/lib/bitcoin/store/utxo_db.rb index <HASH>..<HASH> 100644 --- a/lib/bitcoin/store/utxo_db.rb +++ b/lib/bitcoin/store/utxo_db.rb @@ -29,26 +29,6 @@ module Bitcoin 1 end - # @param [String] hashes - array of String from hash160 - # ...
Move filter_and_save_tx method to Test Helper
chaintope_bitcoinrb
train
e1e60499b1ba7117ea9cee828db380dac13397ab
diff --git a/lib/jekyll/site.rb b/lib/jekyll/site.rb index <HASH>..<HASH> 100644 --- a/lib/jekyll/site.rb +++ b/lib/jekyll/site.rb @@ -258,16 +258,23 @@ module Jekyll if File.directory?(path) read_data_to(path, data[key] = {}) else - case File.extname(path).downcase - when...
Factor out a `read_data_file` call to keep things clean
jekyll_jekyll
train
8d6628e8850903e0c9b9a15c8d018ca74dd05c95
diff --git a/server/tests/data/protocol.py b/server/tests/data/protocol.py index <HASH>..<HASH> 100644 --- a/server/tests/data/protocol.py +++ b/server/tests/data/protocol.py @@ -3,53 +3,61 @@ from opentrons import instruments plate = containers.load( '96-flat', - 'A2', - 'plate' + 'B2', + 'test-pla...
fix test protocol, sort diagnostics response
Opentrons_opentrons
train
ba9b2ee68f04385024d939e87b67fd8f651540d2
diff --git a/core/frontend/services/theme-engine/middleware.js b/core/frontend/services/theme-engine/middleware.js index <HASH>..<HASH> 100644 --- a/core/frontend/services/theme-engine/middleware.js +++ b/core/frontend/services/theme-engine/middleware.js @@ -71,33 +71,18 @@ async function haxGetMembersPriceData() { ...
Updated monthly/yearly data in price helper (#<I>) closes <URL>
TryGhost_Ghost
train
32736804de79722cc9c46cf6c76154df594c54fb
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,7 @@ var ElementType = require("domelementtype"); +var re_whitespace = /\s+/g; + function DomHandler(callback, options, elementCB){ if(typeof callback === "object"){ elementCB = options; @@ -19,7 +21,7 ...
added `normalizeWhitespace`, dropped `ignoreWhitespace` option `ignoreWhitespace` resulted in inconsistent behavior when using streams there was no nice way for fixing it, so I dropped it in favor of a `normalizeWhitespace` option
fb55_domhandler
train
74fcb3a370782f4c8963a3a1a5a9e1c57d4eccbb
diff --git a/globus_cli/commands/task/show.py b/globus_cli/commands/task/show.py index <HASH>..<HASH> 100644 --- a/globus_cli/commands/task/show.py +++ b/globus_cli/commands/task/show.py @@ -2,9 +2,9 @@ import click from globus_cli.parsing import common_options, task_id_arg from globus_cli.helpers import ( - out...
Add successful transfer option to task detail Closes #<I> - Adds a -t and --successful-transfers option to the task show command to print a list of files that were successfully transferred as part of the specified task.
globus_globus-cli
train
1cc2158c734029206320cc249bb6b735bd302caa
diff --git a/pytradfri/smart_task.py b/pytradfri/smart_task.py index <HASH>..<HASH> 100644 --- a/pytradfri/smart_task.py +++ b/pytradfri/smart_task.py @@ -79,7 +79,9 @@ class TimeIntervalResponse(BaseModel): class RootStartActionResponse(SmartTaskMixin, BaseModel): """Represent a smart action response.""" - ...
Default root_start_action to empty list (#<I>) * Default to empty list * Revert change
ggravlingen_pytradfri
train
3871c688f1c0ac2836fb151f42e002cc14cfc406
diff --git a/lib/argos/kiwisat303.rb b/lib/argos/kiwisat303.rb index <HASH>..<HASH> 100644 --- a/lib/argos/kiwisat303.rb +++ b/lib/argos/kiwisat303.rb @@ -5,14 +5,17 @@ module Argos # The sensor data consists of a 24 bit / 3 byte sequence (#binary_sensor_data) # # Binary sensor data, from left: - # * [00..02]...
Added hex string and hex array support
npolar_argos-ruby
train
a329f87a3617fecc6aebaff4620ee4e910b1c0af
diff --git a/pytumblr/__init__.py b/pytumblr/__init__.py index <HASH>..<HASH> 100644 --- a/pytumblr/__init__.py +++ b/pytumblr/__init__.py @@ -103,36 +103,43 @@ class TumblrRestClient(object): def post_photo(self, blogname, params={}): params.update({"type" : "photo"}) valid_options = valid_post_...
You need to actually validate the parameters on posting
tumblr_pytumblr
train
c0c25d453f388780c4a48901bc09da491ab975c8
diff --git a/build.gradle b/build.gradle index <HASH>..<HASH> 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ */ group 'io.advantageous.konf' -version '1.3.6.RELEASE' +version '1.3.7' apply plugin: 'java' apply plugin: 'maven' diff --git a/src/main/resources/jjs-config-utils.js b/src/main/resour...
add js function to execute shell commands and return output as string
advantageous_konf
train
19df544fbc2c0c7593e7cb463a3a43fdc00536a0
diff --git a/src/test/java/org/gitlab4j/api/TestGitLabSession.java b/src/test/java/org/gitlab4j/api/TestGitLabSession.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/gitlab4j/api/TestGitLabSession.java +++ b/src/test/java/org/gitlab4j/api/TestGitLabSession.java @@ -78,4 +78,13 @@ public class TestGitLabSession...
Added test for V3 login.
gmessner_gitlab4j-api
train
64d6f82994f4362b9d6428acb032c9af44f1fa59
diff --git a/app/models/featured_work_list.rb b/app/models/featured_work_list.rb index <HASH>..<HASH> 100644 --- a/app/models/featured_work_list.rb +++ b/app/models/featured_work_list.rb @@ -4,7 +4,6 @@ class FeaturedWorkList def featured_works_attributes=(attributes_collection) attributes_collection = attribut...
Avoid deprecated method AC::Parameters#with_indifferent_access
samvera_hyrax
train
9b5a12478cbb9d76b302a86d5110564ef2e7a96b
diff --git a/system/CodeIgniter.php b/system/CodeIgniter.php index <HASH>..<HASH> 100644 --- a/system/CodeIgniter.php +++ b/system/CodeIgniter.php @@ -307,6 +307,8 @@ class CodeIgniter throw new LogicException('Context must be set before run() is called. If you are upgrading from 4.1.x, you need to merge `...
refactor: initialize static::$cacheTTL
codeigniter4_CodeIgniter4
train
57596365ce603c639ea0df4a1ce73662c50bf96b
diff --git a/lib/active_migration/key_mapper.rb b/lib/active_migration/key_mapper.rb index <HASH>..<HASH> 100755 --- a/lib/active_migration/key_mapper.rb +++ b/lib/active_migration/key_mapper.rb @@ -54,9 +54,11 @@ module ActiveMigration unless @mapping[2].nil? load_keymap(@mapping[2].to_s) key ...
keymapper should set that value back
mlins_active_migration
train
37174ab42c61adef3860ed540bb21c6d4d721933
diff --git a/libkbfs/bsplitter_simple.go b/libkbfs/bsplitter_simple.go index <HASH>..<HASH> 100644 --- a/libkbfs/bsplitter_simple.go +++ b/libkbfs/bsplitter_simple.go @@ -9,6 +9,7 @@ import ( "os" "sort" "strconv" + "strings" "github.com/keybase/kbfs/kbfscodec" ) @@ -103,6 +104,7 @@ func NewBlockSplitterSimp...
bsplitter_simple: add a way to set dir size based on block size And use it in tests. Issue: KBFS-<I>
keybase_client
train
fb58468f45bf6bd33380e0fb7d124c12b32b67e0
diff --git a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAgent.java b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAgent.java index <HASH>..<HASH> 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAgent.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/Consens...
[Java] Add "log" alias to cluster log subscriptions.
real-logic_aeron
train
67b5fad2ab20990dc4b9e794023e6345dc448727
diff --git a/gala/potential/common.py b/gala/potential/common.py index <HASH>..<HASH> 100644 --- a/gala/potential/common.py +++ b/gala/potential/common.py @@ -86,11 +86,12 @@ class CommonBase: for k, v in parameters.items(): expected_ptype = cls._parameters[k].physical_type if hasattr...
fix some real borked tests now that replace_units() is more robust
adrn_gala
train
70ba5d6c6ec8426367be04bad37f2dbda4b280a5
diff --git a/src/bundle/parent-lookup.js b/src/bundle/parent-lookup.js index <HASH>..<HASH> 100644 --- a/src/bundle/parent-lookup.js +++ b/src/bundle/parent-lookup.js @@ -1,8 +1,28 @@ -define(function() { +define([ + "../resource/get", + "../path/normalize" +], function( resourceGet, pathNormalize ) { - return functi...
Implement Parent Lookup - Inspired by williamwicks/ldml ldml.js parent fn;
rxaviers_cldrjs
train
0905384cca5299b3218219e7c10c765caa14b849
diff --git a/Lib/fontMath/mathKerning.py b/Lib/fontMath/mathKerning.py index <HASH>..<HASH> 100644 --- a/Lib/fontMath/mathKerning.py +++ b/Lib/fontMath/mathKerning.py @@ -177,15 +177,15 @@ class MathKerning(object): kerning[k] = v g1 = self.groups() g2 = other.groups() - if g1 == g...
Try to keep the glyph order in kerning groups When one set of the groups is empty just use the other as is, keeping the original glyph order. Otherwise sort the glyph list to at least keep the order deterministic. I reached here trying to find out why rebuilding the same fonts with font make will always produce a dif...
robotools_fontMath
train