hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
87bb7e983f790fbf9bcb16fe915a857812f1ba94
diff --git a/modelx/core/space.py b/modelx/core/space.py index <HASH>..<HASH> 100644 --- a/modelx/core/space.py +++ b/modelx/core/space.py @@ -572,11 +572,6 @@ class DerivedRefDict(BaseDictMixin, RefDict): self.data.clear() self.data.update(self.basedict) -def _map_repr(self): - result = [',\n ']...
FIX: SelectedView repr
fumitoh_modelx
train
c4e0f1644b1700a3f5eb16fc5aac269af17854f0
diff --git a/tests/contrib/test_cache.py b/tests/contrib/test_cache.py index <HASH>..<HASH> 100644 --- a/tests/contrib/test_cache.py +++ b/tests/contrib/test_cache.py @@ -1,4 +1,6 @@ -from werkzeug.contrib.cache import SimpleCache +import os, tempfile, shutil + +from werkzeug.contrib.cache import SimpleCache, FileSyste...
fix FileSystemCache._prune issues, see below fixed confusion of cache keys with fs cache filenames added 'rb' file opening mode made sure the file gets closed in all cases (this is especially important for some platforms if we want to remove that file) added a test for the _prune code
pallets_werkzeug
train
884ccff57af89e93249df884ee345fde2a89567e
diff --git a/addon/components/nypr-ui/brand-header.js b/addon/components/nypr-ui/brand-header.js index <HASH>..<HASH> 100644 --- a/addon/components/nypr-ui/brand-header.js +++ b/addon/components/nypr-ui/brand-header.js @@ -19,9 +19,10 @@ export default Component.extend({ {name: "WNYC Studios", url: "https://www....
Add NJPR link to brand header menu
nypublicradio_nypr-ui
train
f1faf40ad8be092824aaefac43558a61ec6d40ad
diff --git a/src/main/java/io/muserver/MuServerBuilder.java b/src/main/java/io/muserver/MuServerBuilder.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/muserver/MuServerBuilder.java +++ b/src/main/java/io/muserver/MuServerBuilder.java @@ -57,7 +57,7 @@ public class MuServerBuilder { private SSLContextBuild...
Changed default idle timeout from 5 mins to <I> mins as it appeared to be a little too aggressive for some use cases
3redronin_mu-server
train
c902c9bc871d8f06ea990991c60a27f38fa464b5
diff --git a/Form.php b/Form.php index <HASH>..<HASH> 100644 --- a/Form.php +++ b/Form.php @@ -243,8 +243,7 @@ class Form extends FormContainer { /** * Overridden hidden so child-containers can call this. */ - public function hidden_field($key, $value=null) { - $attr = array(); + public function hidden_field($...
form: $attr for hidden_field needed for ['name' => ...], only way to get a hidden without prefixed name, such as '_method'
NitroXy_php-forms
train
03061ec787226f293ca56114df115bc5c17508a2
diff --git a/rah_backup.php b/rah_backup.php index <HASH>..<HASH> 100644 --- a/rah_backup.php +++ b/rah_backup.php @@ -426,10 +426,6 @@ class rah_backup { //--> </script> <style type="text/css"> - #rah_backup_container { - width: 950px; - margin: 0 auto; - } #rah_backup_container table {...
Removed styles from the pane container.
gocom_rah_backup
train
ecf4e50667d1264d69120da59b2bc33f35c2717a
diff --git a/application/libraries/Seeder.php b/application/libraries/Seeder.php index <HASH>..<HASH> 100644 --- a/application/libraries/Seeder.php +++ b/application/libraries/Seeder.php @@ -29,8 +29,9 @@ class Seeder * Run another seeder * * @param string $seeder Seeder classname + * @param bool $callDepende...
refactor: fix method, variable names
kenjis_ci-phpunit-test
train
9ae6ef477d4aec9d7464cea7f04c0eb16490e26a
diff --git a/src/core/bindings/parsebindings.js b/src/core/bindings/parsebindings.js index <HASH>..<HASH> 100644 --- a/src/core/bindings/parsebindings.js +++ b/src/core/bindings/parsebindings.js @@ -65,7 +65,7 @@ define([ for(i = 0; i < nodes.length; i++) { node = nodes[i]; - if(node.outerHTML && !~node.oute...
minor fix for Chrome <I> && minor fix for FireFox <I>
matreshkajs_matreshka
train
fffa416dddd52c1ed94aac1f5439b98eea71f385
diff --git a/pyprind/prog_class.py b/pyprind/prog_class.py index <HASH>..<HASH> 100644 --- a/pyprind/prog_class.py +++ b/pyprind/prog_class.py @@ -37,5 +37,10 @@ class Prog(): rate = float(self.cnt) / elapsed return int((float(self.max_iter) - float(self.cnt)) / rate) + def _calc_percent(self): +...
ETA displayed next to ProgressBar I also had to change the way the ProgressBar was printed on the terminal. Previously, the ProgressBar was printed once, and only the # characters were added into the line. Now, the ProgressBar line is reprinted in each iteration.
rasbt_pyprind
train
821d0539f92a673ea14e52d77a7cec7881a152d2
diff --git a/src/DependencyInjection/M6WebCassandraExtension.php b/src/DependencyInjection/M6WebCassandraExtension.php index <HASH>..<HASH> 100644 --- a/src/DependencyInjection/M6WebCassandraExtension.php +++ b/src/DependencyInjection/M6WebCassandraExtension.php @@ -40,6 +40,7 @@ class M6WebCassandraExtension extends E...
Dependency Injection, setPublic for SF4
M6Web_CassandraBundle
train
b705fc374bbc9f06d630db2a1a869493e8ba78d0
diff --git a/pymc3/distributions/continuous.py b/pymc3/distributions/continuous.py index <HASH>..<HASH> 100644 --- a/pymc3/distributions/continuous.py +++ b/pymc3/distributions/continuous.py @@ -1970,6 +1970,11 @@ class Cauchy(Continuous): get_variable_na...
Implement log CDF for Cauchy distribution
pymc-devs_pymc
train
3fa8c39ca47776d6b3e651b91d4fc02400e4fe6b
diff --git a/Component/FilterComponent.php b/Component/FilterComponent.php index <HASH>..<HASH> 100755 --- a/Component/FilterComponent.php +++ b/Component/FilterComponent.php @@ -23,6 +23,14 @@ use Symfony\Component\HttpFoundation\Session\SessionInterface; abstract class FilterComponent { /** + * The block n...
changing form block name to class const
xmmedia_XMFilterBundle
train
bb09af3e4ac15f15524668d8bc86ea2c7a809526
diff --git a/lib/chef/dsl/reader_helpers.rb b/lib/chef/dsl/reader_helpers.rb index <HASH>..<HASH> 100644 --- a/lib/chef/dsl/reader_helpers.rb +++ b/lib/chef/dsl/reader_helpers.rb @@ -16,7 +16,7 @@ autoload :TOML, "tomlrb" require_relative "../json_compat" -autoload :Psych, "psych" +autoload :YAML, "yaml" class C...
Revert back to using YAML I was chasing shadows
chef_chef
train
3b3b79cf7c815abc8ddf23363eeaeb229c539126
diff --git a/bitset_test.go b/bitset_test.go index <HASH>..<HASH> 100644 --- a/bitset_test.go +++ b/bitset_test.go @@ -52,14 +52,14 @@ func TestZeroValueBitSet(t *testing.T) { func TestBitSetNew(t *testing.T) { v := New(16) - if v.Test(0) != false { + if v.Test(0) { t.Errorf("Unable to make a bit set and read i...
Omit comparison to bool constant as suggested by gosimple
willf_bitset
train
0e9a0dd22e1b2ea9caef8c53ce50fb7802564fc3
diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index <HASH>..<HASH> 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -45,6 +45,9 @@ class Configuration extends SiteAccessConfiguration ->values(['raw', '...
EZP-<I> Add a combine setting in yui.yml
ezsystems_PlatformUIBundle
train
4e3d0f5b33c29e2b2924f8c65c6cf18ac4b6cb67
diff --git a/spring-boot/src/main/java/org/springframework/boot/json/BasicJsonParser.java b/spring-boot/src/main/java/org/springframework/boot/json/BasicJsonParser.java index <HASH>..<HASH> 100644 --- a/spring-boot/src/main/java/org/springframework/boot/json/BasicJsonParser.java +++ b/spring-boot/src/main/java/org/spri...
Fix parsing of value with comma Closes gh-<I>
spring-projects_spring-boot
train
4bb1c098d568d1eb9c059c99eb5d6eb713116741
diff --git a/mediasync/__init__.py b/mediasync/__init__.py index <HASH>..<HASH> 100644 --- a/mediasync/__init__.py +++ b/mediasync/__init__.py @@ -89,7 +89,7 @@ def combine_files(joinfile, sourcefiles, client): filedata = buffer.getvalue() buffer.close() - return filedata + return (filedata, dirname) ...
apply fixes from Greg Taylor's branch
sunlightlabs_django-mediasync
train
09e5db46b32c688a05baff28418fb9e56e956944
diff --git a/lib/preflight/rules/min_ppi.rb b/lib/preflight/rules/min_ppi.rb index <HASH>..<HASH> 100644 --- a/lib/preflight/rules/min_ppi.rb +++ b/lib/preflight/rules/min_ppi.rb @@ -118,25 +118,36 @@ module Preflight # return a height of an image in the current device space. Auto # handles the translatio...
min ppi rule: improve calculations * in some cases images have an origin that isn't bottom left. This seems to help
yob_pdf-preflight
train
345c691af72850ebacadb67eb4745f058d94a34b
diff --git a/src/setuptools_scm/__main__.py b/src/setuptools_scm/__main__.py index <HASH>..<HASH> 100644 --- a/src/setuptools_scm/__main__.py +++ b/src/setuptools_scm/__main__.py @@ -36,7 +36,7 @@ def main() -> None: print(fname) -def _get_cli_opts(): +def _get_cli_opts() -> argparse.Namespace: pr...
bugfix: handle errors in pyproject for cli command finding
pypa_setuptools_scm
train
9f8f36b5546c1704e76fc80e49ac453dca46c3b8
diff --git a/gemfiles/rails-3.1.0.gemfile.lock b/gemfiles/rails-3.1.0.gemfile.lock index <HASH>..<HASH> 100644 --- a/gemfiles/rails-3.1.0.gemfile.lock +++ b/gemfiles/rails-3.1.0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: /Users/jeremyruppel/Git/eastwood specs: - eastwood (0.3.6) + eastwood (0.3.7) co...
Allow the user to override the javascript namespace
jeremyruppel_eastwood
train
45ab7088e4a98edb0a3283724c2271a4764ad0a9
diff --git a/lib/ember-cli-rails.rb b/lib/ember-cli-rails.rb index <HASH>..<HASH> 100644 --- a/lib/ember-cli-rails.rb +++ b/lib/ember-cli-rails.rb @@ -43,6 +43,11 @@ module EmberCLI each_app &:run end + def run_tests! + prepare! + each_app &:run_tests + end + def compile! prepare! each_ap...
Expose `ember-cli:test` task Run `ember test` on each App, exit with status `1` if tests fail
thoughtbot_ember-cli-rails
train
bfb77a6a3db73677ae2b79a5e5005b97deddcd7d
diff --git a/jplephem/__init__.py b/jplephem/__init__.py index <HASH>..<HASH> 100644 --- a/jplephem/__init__.py +++ b/jplephem/__init__.py @@ -308,52 +308,6 @@ You can ask for velocity as well. >>> print(v) [6.707e-09 4.838e-10 2.655e-06] -Legacy Ephemeris Packages -------------------------- - -Back before I learne...
Remove “Legacy Ephemeris Packages” documentation Since this old approach to getting an ephemeris is non-standard and burns lots of PyPI bandwidth, let’s remove mention of it; folks can always look up older jplephem versions on PyPI to read about it.
brandon-rhodes_python-jplephem
train
885bd5072e0c4f701935d245fe8fc8117232d9c4
diff --git a/juju/model.py b/juju/model.py index <HASH>..<HASH> 100644 --- a/juju/model.py +++ b/juju/model.py @@ -2127,20 +2127,20 @@ class Model: await key_facade.DeleteKeys(ssh_keys=[key], user=user) remove_ssh_keys = remove_ssh_key - def restore_backup( - self, bootstrap=False, constra...
change NYI into Deprecated for restore-backup
juju_python-libjuju
train
12e15bcf0a95570dc54e4dfa28f2e28f81a4282b
diff --git a/example/src/index.js b/example/src/index.js index <HASH>..<HASH> 100644 --- a/example/src/index.js +++ b/example/src/index.js @@ -34,7 +34,7 @@ const aliasName = process.env.ALIAS_NAME const workspaceId = process.env.WORKSPACE_ID const ajsPath = aliasName ? `/${workspaceId}/${aliasName}.min.js` : '' -c...
Add OptionalCDN to min version (#<I>) * Add OptionalCDN to min version * bump min v
segmentio_snippet
train
e7b7fdffe4d31964b1ab62aff8306f6728bd2c66
diff --git a/src/select.js b/src/select.js index <HASH>..<HASH> 100644 --- a/src/select.js +++ b/src/select.js @@ -680,7 +680,7 @@ e.preventDefault(); e.stopPropagation(); $select.select(undefined); - scope.$digest(); + scope.$apply(); ...
update view aswell the model was changed but didn't updated the rest of the html view until next next digest
angular-ui_ui-select
train
51c26c6c15d915b13214a6a70ebf409e4effef1a
diff --git a/plugins/autostruct.py b/plugins/autostruct.py index <HASH>..<HASH> 100644 --- a/plugins/autostruct.py +++ b/plugins/autostruct.py @@ -3,8 +3,14 @@ import idc import sark +def message(*messages): + for msg in messages: + for line in msg.splitlines(): + idaapi.msg("[Autostruct] {}\n...
Solve minor bugs and improve the usability of autostruct.
tmr232_Sark
train
0762af7970e9525c55f69b63b4c3332bf50a4cac
diff --git a/tests/Macros/GetHumanCountTest.php b/tests/Macros/GetHumanCountTest.php index <HASH>..<HASH> 100644 --- a/tests/Macros/GetHumanCountTest.php +++ b/tests/Macros/GetHumanCountTest.php @@ -92,15 +92,15 @@ class GetHumanCountTest extends TestCase { $data = new Collection(); - $this->asse...
use dedicated PHPUnit assertions (#<I>)
spatie_laravel-collection-macros
train
daf2a94a7f1e29dca189cde6059d332a6e1858a1
diff --git a/test/close.js b/test/close.js index <HASH>..<HASH> 100644 --- a/test/close.js +++ b/test/close.js @@ -9,7 +9,7 @@ require('tape')('test close', function (t) { t.plan(10) var i = 10 - var cs = CS(null, pull.infinite().pipe(pull.through(null, function () { + var cs = CS(null, pull(pull.infinite(), ...
update tests to use pull-stream@3
pull-stream_pull-stream-to-stream
train
34924ce9d2a697f7bf55b2b409ac89fe1549c386
diff --git a/src/Illuminate/Notifications/Events/NotificationFailed.php b/src/Illuminate/Notifications/Events/NotificationFailed.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Notifications/Events/NotificationFailed.php +++ b/src/Illuminate/Notifications/Events/NotificationFailed.php @@ -24,7 +24,7 @@ class Notif...
Applied fixes from StyleCI (#<I>)
laravel_framework
train
678257ac435adf0e4b68f160f895ac4d0776cc94
diff --git a/lib/mongoid/relations/referenced/many.rb b/lib/mongoid/relations/referenced/many.rb index <HASH>..<HASH> 100644 --- a/lib/mongoid/relations/referenced/many.rb +++ b/lib/mongoid/relations/referenced/many.rb @@ -322,12 +322,23 @@ module Mongoid def append(document) # @todo: remove? ...
MONGOID-<I> Fix before/after add callbacks executing when binding one-many relations
mongodb_mongoid
train
6d3b9731bc0dcb575a7115701e47c462adbe14a1
diff --git a/telemetry/telemetry/core/timeline/bounds.py b/telemetry/telemetry/core/timeline/bounds.py index <HASH>..<HASH> 100644 --- a/telemetry/telemetry/core/timeline/bounds.py +++ b/telemetry/telemetry/core/timeline/bounds.py @@ -47,6 +47,15 @@ class Bounds(object): def center(self): return (self.min_ + se...
Telemetry: Limit timeline to action time ranges. We don't want to measure other traces that will just add noise. This filters all traces using the action ranges. We also reset the metric every iteration to ensure no stale ranges are left in the metric. BUG=<I> NOTRY=true No-try since I just tried it and only change...
catapult-project_catapult
train
7b612538c381ddc8d939b198d7040a7798630d57
diff --git a/src/sortable.js b/src/sortable.js index <HASH>..<HASH> 100644 --- a/src/sortable.js +++ b/src/sortable.js @@ -35,6 +35,11 @@ angular.module('ui.sortable', []) angular.extend(opts, uiSortableConfig); + if (!angular.element.fn || !angular.element.fn.jquery) { + $log.error('...
feat(sortable): log error if jquery was not available to angular on load
angular-ui_ui-sortable
train
1145ad9260e1f977858131716fae7a38a0847192
diff --git a/lib/conjure/service/rails_codebase.rb b/lib/conjure/service/rails_codebase.rb index <HASH>..<HASH> 100644 --- a/lib/conjure/service/rails_codebase.rb +++ b/lib/conjure/service/rails_codebase.rb @@ -1,7 +1,7 @@ module Conjure module Service class RailsCodebase < Basic - def initialize(host, gi...
Slight cleanup of RailsCodebase and RailsServer
brianauton_conjure
train
9da6250a06a85ac7ba95f2d185aeede977a1fc29
diff --git a/charmhelpers/contrib/network/ovs/__init__.py b/charmhelpers/contrib/network/ovs/__init__.py index <HASH>..<HASH> 100644 --- a/charmhelpers/contrib/network/ovs/__init__.py +++ b/charmhelpers/contrib/network/ovs/__init__.py @@ -25,7 +25,7 @@ from charmhelpers.contrib.network.ovs import ovsdb as ch_ovsdb fro...
Add function for generating OVS external-ids (#<I>) Add generate_external_ids() Add generate_external_ids() that can be used by charms to generate external-ids that can be set for OVS bridges and ports. This way charms can mark those ports and bridges as managed and determine what actions were applied by them. ...
juju_charm-helpers
train
73ec5269135ebf09559ff9ceb29e3290bea2c43c
diff --git a/superset/migrations/versions/3dda56f1c4c6_migrate_num_period_compare_and_period_.py b/superset/migrations/versions/3dda56f1c4c6_migrate_num_period_compare_and_period_.py index <HASH>..<HASH> 100644 --- a/superset/migrations/versions/3dda56f1c4c6_migrate_num_period_compare_and_period_.py +++ b/superset/migr...
Fix db migration 3dda<I>f1c4c6 (#<I>)
apache_incubator-superset
train
381a6c5cbd9701422539a7daf045c6b4aa6aa0b4
diff --git a/librosa/core.py b/librosa/core.py index <HASH>..<HASH> 100644 --- a/librosa/core.py +++ b/librosa/core.py @@ -1311,7 +1311,6 @@ def localmax(x, axis=0): return (x > x_pad[inds1]) & (x >= x_pad[inds2]) - def peak_pick(x, pre_max, post_max, pre_avg, post_avg, delta, wait): '''Uses a fl...
Added FeatureExtractor class. resolves #<I>
librosa_librosa
train
63a89143c1b97f9b9b73501dcfcb5157e66d8c41
diff --git a/source/input controller.js b/source/input controller.js index <HASH>..<HASH> 100644 --- a/source/input controller.js +++ b/source/input controller.js @@ -128,6 +128,7 @@ export default class Input_controller // Set <input/> textual value manually to also set caret position // and prevent React from r...
`inputComponent` doesn't work with manually setting value
catamphetamine_input-format
train
ee777d535f4f99caf15f66583b7504019e57d632
diff --git a/fints/client.py b/fints/client.py index <HASH>..<HASH> 100644 --- a/fints/client.py +++ b/fints/client.py @@ -821,6 +821,7 @@ class NeedTANResponse(NeedRetryResponse): challenge = None #: Textual challenge to be displayed to the user challenge_html = None #: HTML-safe challenge text, possibly w...
Add decoding of matrix like challenges (PhotoTAN). Fully untested
raphaelm_python-fints
train
dff4746e133777583fbf43d2b95372e8d818df1f
diff --git a/library/HTMLPurifier/Encoder.php b/library/HTMLPurifier/Encoder.php index <HASH>..<HASH> 100644 --- a/library/HTMLPurifier/Encoder.php +++ b/library/HTMLPurifier/Encoder.php @@ -398,8 +398,8 @@ class HTMLPurifier_Encoder // characters to their true byte-wise ASCII/UTF-8 equivalents. ...
Replace <I>-deprecated utf8_ funcs with mbstring (#<I>)
ezyang_htmlpurifier
train
5efb856992d423c96e4c9e7ca0f678c367245c09
diff --git a/test/test_schemes.py b/test/test_schemes.py index <HASH>..<HASH> 100644 --- a/test/test_schemes.py +++ b/test/test_schemes.py @@ -37,21 +37,21 @@ from pycbc.scheme import * import numpy from numpy import dtype, float32, float64, complex64, complex128 import lal -from utils import parse_args_all_schemes ...
Update Scheme unit-tests to reflect recent changes to scheme module
gwastro_pycbc
train
f9cd31ad56443d28a872896b1a92eb20c0e60529
diff --git a/holoviews/operation/datashader.py b/holoviews/operation/datashader.py index <HASH>..<HASH> 100644 --- a/holoviews/operation/datashader.py +++ b/holoviews/operation/datashader.py @@ -130,7 +130,7 @@ class aggregate(ElementOperation): paths = [] kdims = obj.kdims vdims = obj.vdims ...
Graceful handling of empty datashader aggregate
pyviz_holoviews
train
2141f8b185ee138010ac8bb1c22922e5b38ae7de
diff --git a/salt/modules/cp.py b/salt/modules/cp.py index <HASH>..<HASH> 100644 --- a/salt/modules/cp.py +++ b/salt/modules/cp.py @@ -761,7 +761,7 @@ def push_dir(path, glob=None, upload_path=None): for root, dirs, files in os.walk(path): filelist += [os.path.join(root, tmpfile) for tmpfile in fi...
only look at basename of file path for glob match
saltstack_salt
train
d955e59fff9099358850ebf7eac2a7b7395f0f61
diff --git a/lib/compiler.js b/lib/compiler.js index <HASH>..<HASH> 100644 --- a/lib/compiler.js +++ b/lib/compiler.js @@ -397,7 +397,7 @@ Hogan.cache = {}; Hogan.cacheKey = function(text, options) { - return [text, !!options.asString, !!options.disableLambda].join('||'); + return [text, !!options.asStrin...
Initial delimiter settings should result in different cache entries. Issue #<I>.
twitter_hogan.js
train
ec8b0748d4b70c20613125874251db5f7dde9fda
diff --git a/driver-core/src/main/com/mongodb/management/package-info.java b/driver-core/src/main/com/mongodb/management/package-info.java index <HASH>..<HASH> 100644 --- a/driver-core/src/main/com/mongodb/management/package-info.java +++ b/driver-core/src/main/com/mongodb/management/package-info.java @@ -15,6 +15,6 @@...
Fixed spelling error in package-info.java
mongodb_mongo-java-driver
train
875971e551a14ba18499159c46ccd33b6e67b776
diff --git a/lib/Github/Api/Organization.php b/lib/Github/Api/Organization.php index <HASH>..<HASH> 100644 --- a/lib/Github/Api/Organization.php +++ b/lib/Github/Api/Organization.php @@ -51,13 +51,15 @@ class Organization extends AbstractApi * * @param string $organization the user name * @param strin...
Add page variable to organization repo list (#<I>) * Update Organization.php * Update OrganizationTest.php
KnpLabs_php-github-api
train
2d45503ed8b6b36de9f84071c87baef28ccb06da
diff --git a/test/unit/testSwaggerService.js b/test/unit/testSwaggerService.js index <HASH>..<HASH> 100644 --- a/test/unit/testSwaggerService.js +++ b/test/unit/testSwaggerService.js @@ -81,7 +81,7 @@ describe('Swagger spec building test', function () { _.forIn(spec.definitions, function (model, modelName)...
Stay away from "cutting edge" features (some people do run on old versions and we want all the code to support them still)
BlueOakJS_blueoak-server
train
38c78dfbdeb3c519ac294d5b738ba21831d50d0f
diff --git a/GPy/util/linalg.py b/GPy/util/linalg.py index <HASH>..<HASH> 100644 --- a/GPy/util/linalg.py +++ b/GPy/util/linalg.py @@ -24,7 +24,7 @@ try: except: _blas_available = False -def dtrtrs(A, B, lower=0, trans=0, unitdiag=0, overwrite_b=0): +def dtrtrs(A, B, lower=0, trans=0, unitdiag=0): """Wrapp...
Removed overwriting_b in lapack
SheffieldML_GPy
train
95929fcd279d7bcc203359762327e9bd1ea77c43
diff --git a/lxd/cluster/config_test.go b/lxd/cluster/config_test.go index <HASH>..<HASH> 100644 --- a/lxd/cluster/config_test.go +++ b/lxd/cluster/config_test.go @@ -60,7 +60,7 @@ func TestConfigLoad_OfflineThresholdValidator(t *testing.T) { require.NoError(t, err) _, err = config.Patch(map[string]interface{}{"c...
lxd/cluster: Bump heartbeatInterval to <I>s
lxc_lxd
train
ea63906efbcff453162c627367d1f749fe37e147
diff --git a/src/shallow.js b/src/shallow.js index <HASH>..<HASH> 100644 --- a/src/shallow.js +++ b/src/shallow.js @@ -36,7 +36,7 @@ function internalNodeToJson(node, options) { return node; } - if (isNil(node)) { + if (isNil(node) || node === false) { return ''; } diff --git a/tests/__snapshots__...
Handle case where a componenent would expicitely return false in render (#<I>)
adriantoine_enzyme-to-json
train
6d8ea19b4c51d2a7dd81410cc7211365f6e6e053
diff --git a/demo/demo.js b/demo/demo.js index <HASH>..<HASH> 100644 --- a/demo/demo.js +++ b/demo/demo.js @@ -99,6 +99,8 @@ function workerServer() { getFile(data.name, function(err, text) { send({type: "getFile", err: String(err), text: text, id: data.id}); }); + } else if (data.type == "deb...
Allow debug output in the demo setup
ternjs_tern
train
1e9f6ad4cc615f65857a242d60feaf587d45e3c3
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "colon", - "version": "1.2.1", + "version": "1.2.2", "description": "colon: JavaScript template engine.", - "main": "dist/colon.js", + "main": "src/index.js", "module": "dis...
🐛 fix: can not parse directive `text` correctly
colonjs_colon
train
3e872b3489c1b1c9cc12334810fbc6b46f02c966
diff --git a/lib/EscModel.js b/lib/EscModel.js index <HASH>..<HASH> 100644 --- a/lib/EscModel.js +++ b/lib/EscModel.js @@ -2,7 +2,7 @@ // xxx could do better encoding escaped chars by excluding the already-present // chars. if (typeof define !== 'function') { var define = require('amdefine')(module); } -define([...
Add simple self-test to EscModel.
cscott_compressjs
train
2eeb7ca4727cf2e76783d73141e93ae9b2a91084
diff --git a/Features/Context/BrowserContext.php b/Features/Context/BrowserContext.php index <HASH>..<HASH> 100644 --- a/Features/Context/BrowserContext.php +++ b/Features/Context/BrowserContext.php @@ -237,7 +237,7 @@ class BrowserContext extends BaseFeatureContext } /** - * @Then /^I (?:don\'t|do not)...
Fix EZP-<I> - BDD: PHP Warning: preg_match(): No ending delimiter '/' found in
ezsystems_BehatBundle
train
9e1839bd42f0c946cecce808f807d71e8bb5be1f
diff --git a/tangelo/plugins/config/web/config.py b/tangelo/plugins/config/web/config.py index <HASH>..<HASH> 100644 --- a/tangelo/plugins/config/web/config.py +++ b/tangelo/plugins/config/web/config.py @@ -1,4 +1,6 @@ import tangelo +from tangelo.server import analyze_url +from tangelo.server import Content def ...
Fixing usage of analyze_url() in config service
Kitware_tangelo
train
30951092c76ea9c06bb971a71c5c4387d680982a
diff --git a/openquake/logs.py b/openquake/logs.py index <HASH>..<HASH> 100644 --- a/openquake/logs.py +++ b/openquake/logs.py @@ -142,25 +142,6 @@ class AMQPHandler(logging.Handler): # pylint: disable=R0902 :param level: logging level """ - # mimic Log4j MDC - MDC = dict() - """ - A dictionary...
don't mimic MDC in AMQPHandler Former-commit-id: <I>c<I>ef<I>e<I>f3eaee4e<I>d<I>
gem_oq-engine
train
a0b3b11e6344ad4f0d0031bfc528d286b51a0098
diff --git a/cid.go b/cid.go index <HASH>..<HASH> 100644 --- a/cid.go +++ b/cid.go @@ -338,6 +338,18 @@ func (c *Cid) StringOfBase(base mbase.Encoding) (string, error) { } } +// Format return the string representation of a Cid +func (c *Cid) Format(base mbase.Encoder) string { + switch c.version { + case 0: + ret...
Create a new Format method that is like StringOfBase but never errors
ipfs_go-cid
train
01c10c6bb28fd2ee45d3ab10cce1fe92894fceb0
diff --git a/src/deploy/helpers/flags.js b/src/deploy/helpers/flags.js index <HASH>..<HASH> 100644 --- a/src/deploy/helpers/flags.js +++ b/src/deploy/helpers/flags.js @@ -34,7 +34,7 @@ module.exports = function flags(start) { args.includes('/public') // should we delete static assets not pres...
Adds orphan deletion option, stronger default disabling of deletion Also renames shouldDelete → deleteOrphans, stronger default enabling of fingerprint
architect_architect
train
21e981aef0edc0a35530de15172a7bf974207aa4
diff --git a/lib/elastomer/client.rb b/lib/elastomer/client.rb index <HASH>..<HASH> 100644 --- a/lib/elastomer/client.rb +++ b/lib/elastomer/client.rb @@ -197,6 +197,7 @@ module Elastomer # Returns an Addressable::Uri def expand_path( path, params ) template = Addressable::Template.new path + para...
Initial whack at some validations of the URL components. I'm taking advantage of the fact that we are using Addressable::Templates to generate our URLs from user supplied paramters. We can identify required elements `{index}` versus optional elements `{/index}` and validate these components accordingly. So if an elem...
github_elastomer-client
train
9ea5e8bc09b823f41fae83b14130c2dec09cb63f
diff --git a/src/cst/getLinePos.js b/src/cst/getLinePos.js index <HASH>..<HASH> 100644 --- a/src/cst/getLinePos.js +++ b/src/cst/getLinePos.js @@ -9,15 +9,27 @@ export function findLineOffsets(src) { return lf } -export function charPosToLineCol(offset, lineOffsets) { - if (typeof offset === 'number' && offset >...
Refactor charPosToLineCol() to require CST or string as 2nd arg; cache line starts
eemeli_yaml
train
a5db9a0c67867a8f9891d1708ba6b13779ad18a0
diff --git a/src/Graphql/Graphql.php b/src/Graphql/Graphql.php index <HASH>..<HASH> 100644 --- a/src/Graphql/Graphql.php +++ b/src/Graphql/Graphql.php @@ -91,7 +91,7 @@ function schema($typeDefs, array $resolvers = []) /** * Sets a Siler's default field resolver based on the given $resolvers array. * - * @param $r...
Fixed docstrings and corrected a few default parameters sets (#<I>)
leocavalcante_siler
train
737bbc68ebbe92eaa5daa6293ea36123b3b92548
diff --git a/src/ContentDelivery/Catalog/ProductSearchAutosuggestionRequestHandler.php b/src/ContentDelivery/Catalog/ProductSearchAutosuggestionRequestHandler.php index <HASH>..<HASH> 100644 --- a/src/ContentDelivery/Catalog/ProductSearchAutosuggestionRequestHandler.php +++ b/src/ContentDelivery/Catalog/ProductSearchAu...
Issue #<I>: Add missing PHPDoc type hint
lizards-and-pumpkins_catalog
train
cad1b665b2bfe76d945081101ac2166c650b7cea
diff --git a/backtrader/filters/session.py b/backtrader/filters/session.py index <HASH>..<HASH> 100644 --- a/backtrader/filters/session.py +++ b/backtrader/filters/session.py @@ -102,15 +102,17 @@ class SessionFiller(with_metaclass(metabase.MetaParams, object)): - Else ... the incoming bar is in the session,...
Update SessionFiller to more stringent standards in modern versions
backtrader_backtrader
train
137e9166f8f2c4d02f519a83d982a3fec8367442
diff --git a/lib/ldapter.rb b/lib/ldapter.rb index <HASH>..<HASH> 100644 --- a/lib/ldapter.rb +++ b/lib/ldapter.rb @@ -1,6 +1,4 @@ #!/usr/bin/ruby -# $Id$ -# -*- ruby -*- vim:set ft=ruby et sw=2 sts=2: require 'ldapter/core_ext' require 'ldap/dn'
Remove modeline and VCS Id
tpope_ldaptic
train
ad7d3c6e4dab79be5b04d734d7e2501ad70e6f7b
diff --git a/Neos.Cache/Classes/Backend/TaggableMultiBackend.php b/Neos.Cache/Classes/Backend/TaggableMultiBackend.php index <HASH>..<HASH> 100644 --- a/Neos.Cache/Classes/Backend/TaggableMultiBackend.php +++ b/Neos.Cache/Classes/Backend/TaggableMultiBackend.php @@ -30,7 +30,7 @@ class TaggableMultiBackend extends Mult...
BUGIFX: Correctly check for TaggableBackendInterface The `is_a` only checks for parents but not for implemented interfaces. `is_sublcass_of` should be used instead to check if the `$backendClassName` implements the interface
neos_flow-development-collection
train
2ccaaeae492b467da560daf885592cd154468585
diff --git a/lib/dependency_maps/transport_deps.php b/lib/dependency_maps/transport_deps.php index <HASH>..<HASH> 100644 --- a/lib/dependency_maps/transport_deps.php +++ b/lib/dependency_maps/transport_deps.php @@ -54,7 +54,7 @@ Swift_DependencyContainer::getInstance() -> asNewInstanceOf('Swift_Transport_Esmtp_Auth_...
Changed EventDispatcher in dependency map to be a new instance instead of shared
swiftmailer_swiftmailer
train
afdf16917dd544c72241f7e167d27ab123c17e07
diff --git a/src/components/inputs/TextField.js b/src/components/inputs/TextField.js index <HASH>..<HASH> 100644 --- a/src/components/inputs/TextField.js +++ b/src/components/inputs/TextField.js @@ -778,13 +778,14 @@ function createStyles({centered, multiline, hideUnderline}) { rightIcon: { position: 'absol...
change positioning to be centered with the TextField. (#<I>) Change multiline behaviour - right element keeps same position on multiline.
wix_react-native-ui-lib
train
2634cdb7e258260bd6db27fc687162509d96e36f
diff --git a/Services/CalendarManager.php b/Services/CalendarManager.php index <HASH>..<HASH> 100644 --- a/Services/CalendarManager.php +++ b/Services/CalendarManager.php @@ -7,6 +7,7 @@ */ namespace CanalTP\MttBundle\Services; +use Navitia\Component\Exception\NotFound\UnknownObjectException; use Symfony\Componen...
catch and not display navitia errors when cloning a season
CanalTP_MttBundle
train
29e43b6ab4f05320b7b97814c718c35ff36aeffb
diff --git a/trace/client.go b/trace/client.go index <HASH>..<HASH> 100644 --- a/trace/client.go +++ b/trace/client.go @@ -70,9 +70,6 @@ type Client struct { // any error from closing the connection. func (c *Client) Close() error { c.cancel() - if c.records != nil { - close(c.records) - } return nil } @@ -94...
Simplify the way we close the Client Close now only cancels the client context, which still cancels the main client loop.
stripe_veneur
train
0624ba32581c0828f3091973c6f840a53aa0b4e6
diff --git a/userena/tests/decorators.py b/userena/tests/decorators.py index <HASH>..<HASH> 100644 --- a/userena/tests/decorators.py +++ b/userena/tests/decorators.py @@ -28,21 +28,3 @@ class DecoratorTests(TestCase): # Set back to the old settings userena_settings.USERENA_USE_HTTPS = False - - d...
Removed deprecated tests.
django-userena-ce_django-userena-ce
train
4ec6a8c65f299fd7b445c4437db8130e5de5b0d2
diff --git a/lib/octopolo/config.rb b/lib/octopolo/config.rb index <HASH>..<HASH> 100644 --- a/lib/octopolo/config.rb +++ b/lib/octopolo/config.rb @@ -45,7 +45,7 @@ module Octopolo end def merge_resolver - @merge_resolver || nil + @merge_resolver end def user_notifications diff --git ...
updated tests to us .twice and remove || nil as nil is default if not defined
sportngin_octopolo
train
ab19ea12f2d3d77f227c26e449632b558a294a94
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup( packages=packages, include_package_data=True, scripts=scripts, - url='https://github.com/cedricbonhomme/Stegano', + url='https://git.sr.ht/~cedric/Stegano', description='A pure P...
Updated url in setup.py
cedricbonhomme_Stegano
train
972bd0bb3d0bc2f56511dcc3475da90b4a21c235
diff --git a/core/src/main/java/com/datastax/oss/driver/internal/core/metadata/DefaultNode.java b/core/src/main/java/com/datastax/oss/driver/internal/core/metadata/DefaultNode.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/datastax/oss/driver/internal/core/metadata/DefaultNode.java +++ b/core/src/main/ja...
Revisit DefaultNode.toString to avoid NPE hostId can be null in the early stages of initialization. See also JAVA-<I>.
datastax_java-driver
train
904fa3ed4e68ec0dd747bfea0c68ca21638a150b
diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index <HASH>..<HASH> 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -84,7 +84,6 @@ jobs: uses: "ramsey/composer-install@v1" with: ...
Fix doctrine/coding-standard violations (#<I>) * Fix doctrine/coding-standard violations * Remove prefer-dist option for composer
doctrine_DoctrineMongoDBBundle
train
641f689137686b9bd92e03054699ec4a16827cdf
diff --git a/security/subsystem/src/main/java/org/jboss/as/security/SecuritySubsystemParser.java b/security/subsystem/src/main/java/org/jboss/as/security/SecuritySubsystemParser.java index <HASH>..<HASH> 100644 --- a/security/subsystem/src/main/java/org/jboss/as/security/SecuritySubsystemParser.java +++ b/security/subs...
[WFLY-<I>] Check emptiness with Collection.isEmpty() (Security) Fixes: <URL>
wildfly_wildfly
train
c6986c48faf2f37ca397ff0c44bb79a01004b1e6
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -16,15 +16,25 @@ """Setup script.""" -from setuptools import setup +from setuptools import setup, find_packages import textfsm +# To use a consistent encoding +from codecs import open +from os import path +here = path....
Omitted a couple of files.
google_textfsm
train
af2472350fd91a073fb5f392102c74957ed71dbe
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -38,8 +38,8 @@ module.exports = function(grunt) { }, }, watch: { - tasks: ['default'], files: ['src/**', 'demo/css/online.css', '!**/node_modules/**'], + tasks: ['devwatcher'],...
Grunt watch now runs less tasks when changes detected Doesn't create dox, compress images and creates a new zip file on every file change
TalAter_UpUp
train
83b20e4387682647e2bb874e787095939df7e861
diff --git a/lib/xmlconv/view/preformatted.rb b/lib/xmlconv/view/preformatted.rb index <HASH>..<HASH> 100644 --- a/lib/xmlconv/view/preformatted.rb +++ b/lib/xmlconv/view/preformatted.rb @@ -11,7 +11,7 @@ module XmlConv super pretty = '' if(@value) - raw = @value.gsub(/>\s*</, ">\n<"...
Revert recent changes to View::Preformatted Fixed in sbsm/cgi.rb instead.
zdavatz_xmlconv
train
dd72b02f68f520e26cb208f976bea61faf3027c2
diff --git a/seaglass/trunk/seaglass/src/main/java/com/seaglass/SeaGlassStyleWrapper.java b/seaglass/trunk/seaglass/src/main/java/com/seaglass/SeaGlassStyleWrapper.java index <HASH>..<HASH> 100644 --- a/seaglass/trunk/seaglass/src/main/java/com/seaglass/SeaGlassStyleWrapper.java +++ b/seaglass/trunk/seaglass/src/main/j...
Added some detail to class comment.
khuxtable_seaglass
train
40d422adef56e5385fdce711b52c5bf51b3cf2ac
diff --git a/deployer/db/task/db:export.php b/deployer/db/task/db:export.php index <HASH>..<HASH> 100644 --- a/deployer/db/task/db:export.php +++ b/deployer/db/task/db:export.php @@ -24,7 +24,7 @@ task('db:export', function () { if (get('db_instance') == get('server')['name']) { foreach (get('db_databases...
[BUGFIX] Replace ":" with "=" in date of dump because Windows compatibility.
sourcebroker_deployer-extended-database
train
d29ded896ba3cb9e9c72bf4455c952a2620eafad
diff --git a/fints/fields.py b/fints/fields.py index <HASH>..<HASH> 100644 --- a/fints/fields.py +++ b/fints/fields.py @@ -136,11 +136,31 @@ class FloatField(DataElementField): return retval -class AmountField(FixedLengthMixin, FloatField): +class AmountField(FixedLengthMixin, DataElementField): type ...
Store amounts as Decimals, not floats, to prevent problems with the maximum length
raphaelm_python-fints
train
0c52f69b77a7b0ebf2058b6763dfbb10e6ec0bf8
diff --git a/tests/test_xtuml/test_relate.py b/tests/test_xtuml/test_relate.py index <HASH>..<HASH> 100644 --- a/tests/test_xtuml/test_relate.py +++ b/tests/test_xtuml/test_relate.py @@ -38,7 +38,24 @@ class TestRelateUnrelate(unittest.TestCase): self.assertTrue(xtuml.relate(s_dt, pe_pe, 8001)) self.a...
test: test that cached queries are evicted after relate/unrelate
xtuml_pyxtuml
train
e6ac8de7e8ab11d5d5699819b5dd3ae3c7a69ca8
diff --git a/osuapi/__init__.py b/osuapi/__init__.py index <HASH>..<HASH> 100644 --- a/osuapi/__init__.py +++ b/osuapi/__init__.py @@ -2,7 +2,7 @@ __title__ = "osuapi" __author__ = "khazhyk" __license__ = "MIT" __copyright__ = "Copyright khazhyk" -__version__ = "0.0.37" +__version__ = "0.0.38" from .osu import Os...
<I> support count_normal, count_slider, count_spinner, download_unavailable, audio_unavailable
khazhyk_osuapi
train
f2fa36a2eb27dbe8e960bd88c9cffc9a9d1b2e2b
diff --git a/src/main/java/com/github/jleyba/dossier/Linker.java b/src/main/java/com/github/jleyba/dossier/Linker.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/github/jleyba/dossier/Linker.java +++ b/src/main/java/com/github/jleyba/dossier/Linker.java @@ -65,9 +65,7 @@ class Linker { return descriptor...
Fix to work with injected file systems.
jleyba_js-dossier
train
5a6263f82a2c4e70d164e9d99a8bd741172bdb59
diff --git a/hpfeeds/broker/connection.py b/hpfeeds/broker/connection.py index <HASH>..<HASH> 100644 --- a/hpfeeds/broker/connection.py +++ b/hpfeeds/broker/connection.py @@ -148,7 +148,8 @@ class Connection(BaseProtocol): self.pubchans = akrow.get("pubchans", []) self.subchans = akrow.get("subchans",...
Drain metering only available on no SSL sockets
hpfeeds_hpfeeds
train
043ad8bd8488402bfb5ded518e52dbb564d5192d
diff --git a/lib/newetc.py b/lib/newetc.py index <HASH>..<HASH> 100644 --- a/lib/newetc.py +++ b/lib/newetc.py @@ -110,6 +110,30 @@ def updatetabs(dummy): return "%s;%s;%s;%s"%(ommod.GRAPHTABLE, ommod.COMPTABLE, ommod.THERMTABLE, msg) +def showfiles(parlist): + """For debugging: pri...
#<I>: Added showfiles task to newetc.py and call to it in test/exercise_etc_server.py. Also making setup.py create a taginfo.dat file for human bookkeeping. git-svn-id: <URL>
spacetelescope_pysynphot
train
afbfb00c2a8395a3890680caa87cbf81f0afa711
diff --git a/riabdialog.py b/riabdialog.py index <HASH>..<HASH> 100644 --- a/riabdialog.py +++ b/riabdialog.py @@ -45,7 +45,8 @@ if os.path.isfile(PATH): #fail silently pass -from qgis.core import QGis, QgsMapLayer +from qgis.core import QGis, QgsMapLayer, QgsVectorLayer, QgsMapLayerRegistry +from q...
Load the vector layer after running the model
inasafe_inasafe
train
4bad4b2e104fae0351cd0cf3aed72958844c74e8
diff --git a/lib/webvalve/rspec.rb b/lib/webvalve/rspec.rb index <HASH>..<HASH> 100644 --- a/lib/webvalve/rspec.rb +++ b/lib/webvalve/rspec.rb @@ -2,7 +2,8 @@ require 'webvalve' require 'webmock/rspec' RSpec.configure do |c| - c.before do + c.around do |example| WebValve.setup + example.run end end
RSpec support: change before hook to around hook (#<I>) In order to allow end-users to use `around` hooks in RSpec setup, we need to run our library setup in an `around` hook. Otherwise, our `before` hook will not have run when the end-user `around` hook fires, and that means that any WebValve-dependent behavior in th...
Betterment_webvalve
train
208e9edceddf5b5292fd08153ed0c57087c9942b
diff --git a/ui/src/shared/components/ThresholdsList.js b/ui/src/shared/components/ThresholdsList.js index <HASH>..<HASH> 100644 --- a/ui/src/shared/components/ThresholdsList.js +++ b/ui/src/shared/components/ThresholdsList.js @@ -64,11 +64,18 @@ class ThresholdsList extends Component { } handleDeleteThreshold ...
get variable from props No need to preserve its original name as an available variable
influxdata_influxdb
train
e33a3965c6f296be70dbe209e20d28f46fd7859e
diff --git a/example.php b/example.php index <HASH>..<HASH> 100644 --- a/example.php +++ b/example.php @@ -13,14 +13,19 @@ $habboParser = new HabboParser($_SERVER['SERVER_ADDR'], 'https://www.habbo.com/a $habboApi = new HabboAPI($habboParser); // Find the user 'koeientemmer' and get their ID -$koeientemmer = $habbo...
Adding hasProfile to Habbo and made example more robust (for closed homes)
gerbenjacobs_HabboAPI
train
da6d4f803ddb45f85df383a6afeb4dd052881d80
diff --git a/core/client/hdfs/src/main/java/alluxio/hadoop/AbstractFileSystem.java b/core/client/hdfs/src/main/java/alluxio/hadoop/AbstractFileSystem.java index <HASH>..<HASH> 100644 --- a/core/client/hdfs/src/main/java/alluxio/hadoop/AbstractFileSystem.java +++ b/core/client/hdfs/src/main/java/alluxio/hadoop/AbstractF...
[SMALLFIX] Fix variable name with incorrect meaning The `disableurivalidation` variable name is the opposite of its meaning. pr-link: Alluxio/alluxio#<I> change-id: cid-a1ba<I>f4a<I>d<I>d9c3dfe<I>e2b2d6e1
Alluxio_alluxio
train
3fec5e360736475678d46789b238537212c0d65f
diff --git a/tika/tika.py b/tika/tika.py index <HASH>..<HASH> 100755 --- a/tika/tika.py +++ b/tika/tika.py @@ -475,7 +475,7 @@ def detectType1(option, urlOrPath, serverEndpoint=ServerEndpoint, verbose=Verbos status, response = callServer('put', serverEndpoint, service, open(path, 'rb'), { ...
fix bug: non-ascii file name not supported in detect type
chrismattmann_tika-python
train
b0febcce993ffd7995ff1cac17298e8a64364175
diff --git a/Facades/Route.php b/Facades/Route.php index <HASH>..<HASH> 100755 --- a/Facades/Route.php +++ b/Facades/Route.php @@ -3,28 +3,31 @@ namespace Illuminate\Support\Facades; /** - * @method static \Illuminate\Support\Facades\Route get(string $uri, \Closure|array|string|null $action = null) - * @method stat...
[<I>] Update Route Facade docblocks to support all scenarios (#<I>)
illuminate_support
train
898fe6a2162e1de06544b737b0c595a415715fd0
diff --git a/trkl.js b/trkl.js index <HASH>..<HASH> 100644 --- a/trkl.js +++ b/trkl.js @@ -19,11 +19,14 @@ } }; - self.subscribe = function (subscriber) { + self.subscribe = subscribe; + + // declaring as a private function means the minifier can scrub its name on internal references + function subscribe(s...
Use private function for internal references so the minifier can squeeze out more bytes by nixing its name!
jbreckmckye_trkl
train
6aea45bee1ea5e863acc25af44e398ce7611ab29
diff --git a/library/Controller/SingleEvent.php b/library/Controller/SingleEvent.php index <HASH>..<HASH> 100644 --- a/library/Controller/SingleEvent.php +++ b/library/Controller/SingleEvent.php @@ -20,6 +20,12 @@ class SingleEvent extends \Municipio\Controller\BaseController $singleOccasion = array(); ...
Get next event occasion in time if no date arg
helsingborg-stad_Municipio
train
c2164fa6bb2bb9065fed48bec8a1d1a6806500ff
diff --git a/blocks/myoverview/classes/output/main.php b/blocks/myoverview/classes/output/main.php index <HASH>..<HASH> 100644 --- a/blocks/myoverview/classes/output/main.php +++ b/blocks/myoverview/classes/output/main.php @@ -370,8 +370,9 @@ class main implements renderable, templatable { $select = "instancei...
MDL-<I> block_myoverview: custom course fields natural sorting
moodle_moodle
train
0a183e107fba6d1a3b5467d35cce9dc638ea7eb3
diff --git a/Model/Behavior/UploadBehavior.php b/Model/Behavior/UploadBehavior.php index <HASH>..<HASH> 100644 --- a/Model/Behavior/UploadBehavior.php +++ b/Model/Behavior/UploadBehavior.php @@ -552,7 +552,7 @@ class UploadBehavior extends ModelBehavior { return true; } - $error = Hash::get($check[$field], 'e...
Cast error to integer for comparisons. Closes #<I>
FriendsOfCake_cakephp-upload
train
93d520f81f027b6d6019338a27cf11b7622a1dda
diff --git a/lib/cfoundry/version.rb b/lib/cfoundry/version.rb index <HASH>..<HASH> 100644 --- a/lib/cfoundry/version.rb +++ b/lib/cfoundry/version.rb @@ -1,4 +1,4 @@ module CFoundry # :nodoc: # CFoundry library version number. - VERSION = "0.5.3.rc2".freeze + VERSION = "0.5.3.rc3".freeze end
Bump to <I>.rc3
cloudfoundry-attic_cfoundry
train
0bc80009b57591e08e352fb49be174d565d6da83
diff --git a/lib/config/index.js b/lib/config/index.js index <HASH>..<HASH> 100644 --- a/lib/config/index.js +++ b/lib/config/index.js @@ -101,15 +101,15 @@ function _readConfig() { function _createFilteredConfig() { filteredConfig = { - host: defaultConfig.host, - port: defaultConfig.port, + ...
Create filtered config from the parsed config, NOT the default one :eyes:
nodecg_nodecg
train
ff8f32ab667f78c15f8afb6db166a707de727c35
diff --git a/bambou/nurest_session.py b/bambou/nurest_session.py index <HASH>..<HASH> 100644 --- a/bambou/nurest_session.py +++ b/bambou/nurest_session.py @@ -8,6 +8,7 @@ from .nurest_push_center import NURESTPushCenter from bambou.contextual import context from bambou import bambou_logger from contextlib import con...
with fix. needs test. roxor function in da place
nuagenetworks_bambou
train
0f84afb5609bb32a2783ed676e6f11a7320e2f6a
diff --git a/docs/configuration.rst b/docs/configuration.rst index <HASH>..<HASH> 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -221,8 +221,8 @@ bools Everett provides a special bool parser that handles more explicit values for "true" and "false": -* true: t, true, yes, y, 1 (and uppercase ver...
Add "on" and "off" as valid bool values
willkg_everett
train