hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
58486be8e3723a6e6d689296e8c1f187bfcd91b7
diff --git a/zarr/util.py b/zarr/util.py index <HASH>..<HASH> 100644 --- a/zarr/util.py +++ b/zarr/util.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- from __future__ import absolute_import, print_function, division import operator -from textwrap import TextWrapper +from textwrap import TextWrapper, dedent import numbe...
Add an HTML representation of TreeHierarchy Provides an HTML representation of TreeHierarchy that can be used for representation of Zarr's `tree` method in the notebook.
zarr-developers_zarr
train
486d72ea26a81249454429b9e815717f63232316
diff --git a/example/goauth2client/goauth2client.go b/example/goauth2client/goauth2client.go index <HASH>..<HASH> 100644 --- a/example/goauth2client/goauth2client.go +++ b/example/goauth2client/goauth2client.go @@ -16,8 +16,6 @@ func main() { config := osin.NewServerConfig() // goauth2 checks errors using status co...
* GoAuth2 now sends client secret on Basic Auth, no need to allow it on params any more. fixes #<I>
openshift_osin
train
e7804ecc7b2aeb6b74b63685c1dec1da4f27d601
diff --git a/packages/react-split/src/index.js b/packages/react-split/src/index.js index <HASH>..<HASH> 100644 --- a/packages/react-split/src/index.js +++ b/packages/react-split/src/index.js @@ -33,6 +33,7 @@ class SplitWrapper extends React.Component { } = prevProps const otherProps = [ + ...
exclude maxSize prop from component render
nathancahill_split
train
851d7af75a864415b25fdd80494b47370745d371
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,7 +30,7 @@ import os import sys # Load all of the global Astropy configuration -from astropy.sphinx.conf import * +from astropy_helpers.sphinx.conf import * # Get configuration information from setup...
Switch to using astropy_helpers for docs build.
astropy_photutils
train
bdc7839a0696ad87861943e009cc461c067eeea8
diff --git a/src/Shell/GenerateModulesShell.php b/src/Shell/GenerateModulesShell.php index <HASH>..<HASH> 100644 --- a/src/Shell/GenerateModulesShell.php +++ b/src/Shell/GenerateModulesShell.php @@ -45,6 +45,13 @@ class GenerateModulesShell extends Shell 'short' => 'f', 'boolean' => true, ...
Allow to skip decorators (task #<I>)
QoboLtd_cakephp-utils
train
4be061a5cc28527ef3e2b9f0d428a2711bd1ffe9
diff --git a/src/layer/vector/Path.SVG.js b/src/layer/vector/Path.SVG.js index <HASH>..<HASH> 100644 --- a/src/layer/vector/Path.SVG.js +++ b/src/layer/vector/Path.SVG.js @@ -106,7 +106,8 @@ L.Path = L.Path.extend({ this.fire(e.type, { latlng: latlng, layerPoint: layerPoint, - containerPoint: containerP...
add ctrlKey to mouse event
axyjo_leaflet-rails
train
f7443577aed1fa94d3fca8db8ac0ca06d84550b1
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -60,7 +60,8 @@ module.exports = function (grunt) { }, all: [ 'Gruntfile.js', - '<%= yeoman.app %>/scripts/{,*/}*.js' + '<%= yeoman.app %>/scripts/{,*/}*.js', + 'test/...
Add jshint task to grunt test task to perform linting of specs
jonashartmann_webcam-directive
train
498aca88fc914a5754b855a89d889da06a43fe62
diff --git a/girder/utility/system.py b/girder/utility/system.py index <HASH>..<HASH> 100644 --- a/girder/utility/system.py +++ b/girder/utility/system.py @@ -140,7 +140,9 @@ def getStatus(mode='basic', user=None): connDict['type']) connections.append(connDict) ...
Fix server_system test on OSX psutil.Process does not have io_counters method on OSX
girder_girder
train
706856734a516079663b4d2820cb7529372a41b0
diff --git a/lightadmin-core/src/main/resources/META-INF/resources/scripts/lightadmin.js b/lightadmin-core/src/main/resources/META-INF/resources/scripts/lightadmin.js index <HASH>..<HASH> 100644 --- a/lightadmin-core/src/main/resources/META-INF/resources/scripts/lightadmin.js +++ b/lightadmin-core/src/main/resources/ME...
LA-<I>: Not using NULL placeholder for dates in creation screen (#<I>)
la-team_light-admin
train
77d6cec90a2b471ebc4cda46f8f45020fc7b29b4
diff --git a/Product/ProductPriceManager.php b/Product/ProductPriceManager.php index <HASH>..<HASH> 100644 --- a/Product/ProductPriceManager.php +++ b/Product/ProductPriceManager.php @@ -79,6 +79,28 @@ class ProductPriceManager implements ProductPriceManagerInterface } /** + * Returns the special price ...
reverted ProductPriceManager.php
sulu_SuluProductBundle
train
9e68ccc77df51615cd21390bc21208119b940ac1
diff --git a/betfairlightweight/resources/baseresource.py b/betfairlightweight/resources/baseresource.py index <HASH>..<HASH> 100644 --- a/betfairlightweight/resources/baseresource.py +++ b/betfairlightweight/resources/baseresource.py @@ -17,7 +17,7 @@ class BaseResource: def __init__(self, **kwargs): sel...
datetime_created reverted _
liampauling_betfair
train
a434cfd5ff69f60037103bea6d447a3f40162237
diff --git a/django_libs/__init__.py b/django_libs/__init__.py index <HASH>..<HASH> 100644 --- a/django_libs/__init__.py +++ b/django_libs/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = '1.66.14' +__version__ = '1.66.15' diff --git a/django_libs/tests/mixins.py b/django_libs/tests/mixins.py index <...
removed userfactory from view test mixins
bitlabstudio_django-libs
train
6ad82a3c9164817416cfb91d08d2cc254966de83
diff --git a/lib/node.js b/lib/node.js index <HASH>..<HASH> 100644 --- a/lib/node.js +++ b/lib/node.js @@ -786,5 +786,5 @@ declare module "assert" { declare function ifError(value: any): void; } -declare function setImmediate(callback: ((...args: Array<any>) => void), ...args: Array<any>): any; -declare function ...
Use `Object` as the type of the immediateObject entity returned by setImmediate and taken by clearImmediate
facebook_flow
train
3bb71349ca1f371a1be3f6f9bf8f7399102f87ea
diff --git a/l2cs.py b/l2cs.py index <HASH>..<HASH> 100644 --- a/l2cs.py +++ b/l2cs.py @@ -12,6 +12,7 @@ import sys import whoosh.qparser import whoosh.qparser.plugins import whoosh.qparser.syntax +import whoosh.qparser.taggers import whoosh.query @@ -55,10 +56,17 @@ def build_field(clause): yield clau...
Issue #7: AndMaybe clause problems with PlusMinus This removes the generation of AndMaybe clauses by l2cs.PlusMinusPlugin. The plugin's support of '+' is also removed, since CloudSearch has no concept of 'AndMaybe' type clauses. The Plugin is renamed to "MinusPlugin" and cleaned up slightly.
kemitche_l2cs
train
acb1ad9fd9555daec098ff9186279ade76f2c040
diff --git a/lib/modules/migration/lib/migrationState.js b/lib/modules/migration/lib/migrationState.js index <HASH>..<HASH> 100644 --- a/lib/modules/migration/lib/migrationState.js +++ b/lib/modules/migration/lib/migrationState.js @@ -27,7 +27,7 @@ module.exports = function(self,deps){ this.err = dbModel.e...
migrationState.js err in getDatabase
Kreees_muon
train
ca76dbd94a2175877cfa0ac06bce09822b4f43dd
diff --git a/js/coinbase.js b/js/coinbase.js index <HASH>..<HASH> 100644 --- a/js/coinbase.js +++ b/js/coinbase.js @@ -400,6 +400,7 @@ module.exports = class coinbase extends Exchange { 'symbol': symbol, 'type': type, 'side': side, + 'takerOrMaker': undefined, ...
coinbase fetchTicker last = close
ccxt_ccxt
train
2941cb3e03115ac579ea2de3f06c25071705fac5
diff --git a/ants/segmentation/__init__.py b/ants/segmentation/__init__.py index <HASH>..<HASH> 100644 --- a/ants/segmentation/__init__.py +++ b/ants/segmentation/__init__.py @@ -1,9 +1,9 @@ - from .anti_alias import * from .atropos import * from .kmeans import * from .kelly_kapowski import * -from .joint_label_fus...
WIP: local_jlf not found on linux
ANTsX_ANTsPy
train
205375dee0062a0d8aa0d9cf86436919aebdabfb
diff --git a/src/main/java/io/reactivex/Observable.java b/src/main/java/io/reactivex/Observable.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/reactivex/Observable.java +++ b/src/main/java/io/reactivex/Observable.java @@ -12538,7 +12538,6 @@ public abstract class Observable<T> implements ObservableSource<T> { ...
Remove duplicate nullity check line (#<I>)
ReactiveX_RxJava
train
1277f3bfeac4679b4b121fcfb908e44c9a7edac1
diff --git a/web/src/main/java/uk/ac/ebi/atlas/search/analyticsindex/AnalyticsSearchDao.java b/web/src/main/java/uk/ac/ebi/atlas/search/analyticsindex/AnalyticsSearchDao.java index <HASH>..<HASH> 100644 --- a/web/src/main/java/uk/ac/ebi/atlas/search/analyticsindex/AnalyticsSearchDao.java +++ b/web/src/main/java/uk/ac/e...
Add support for multiple genes in new search ; include results with foldChange -<I> and lower
ebi-gene-expression-group_atlas
train
c4a6eb1929ce3c5e652269676134a53c2dc8d98c
diff --git a/tests/test_cli.py b/tests/test_cli.py index <HASH>..<HASH> 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -146,7 +146,7 @@ def test_force_stop(pyscript): assert result.stderr == ('ERROR: Timed out while waiting for process ' '(PID {pid}) to terminate\n').format...
Be more lenient with timings
jnrbsn_daemonocle
train
2fffd338dd8f3158c536ea38ece08b5c5df0785b
diff --git a/packages/veritone-react-common/src/components/FilePicker/FileListItem.js b/packages/veritone-react-common/src/components/FilePicker/FileListItem.js index <HASH>..<HASH> 100644 --- a/packages/veritone-react-common/src/components/FilePicker/FileListItem.js +++ b/packages/veritone-react-common/src/components/...
Added some stying for the text in the file items.
veritone_veritone-sdk
train
7989391134fef2c3a8632334ebdf1ef4197b8302
diff --git a/nifty-examples/src/test/java/com/facebook/nifty/server/TestNiftyJavaSslServer.java b/nifty-examples/src/test/java/com/facebook/nifty/server/TestNiftyJavaSslServer.java index <HASH>..<HASH> 100644 --- a/nifty-examples/src/test/java/com/facebook/nifty/server/TestNiftyJavaSslServer.java +++ b/nifty-examples/s...
[nifty] fix ssl tests not to depend on port <I>
facebookarchive_nifty
train
d21b4642ad31720d78e7211da819dfa47334a49b
diff --git a/fake_useragent/utils.py b/fake_useragent/utils.py index <HASH>..<HASH> 100644 --- a/fake_useragent/utils.py +++ b/fake_useragent/utils.py @@ -22,7 +22,7 @@ try: from gevent import sleep else: from time import sleep -except ImportError, AttributeError: +except (ImportError, AttributeE...
Fix Python3+ except statment.
hellysmile_fake-useragent
train
df4ff05441eaac7ca99f5725956f500344bc257d
diff --git a/superset/connectors/druid/models.py b/superset/connectors/druid/models.py index <HASH>..<HASH> 100644 --- a/superset/connectors/druid/models.py +++ b/superset/connectors/druid/models.py @@ -372,7 +372,7 @@ class DruidColumn(Model, BaseColumn): for metric in metrics.values(): dbmetric ...
[druid] Excluding refreshing verbose name (#<I>)
apache_incubator-superset
train
a3ba16f7e055f5a3895fd9639cef965828f1e4b3
diff --git a/tests/test_io.py b/tests/test_io.py index <HASH>..<HASH> 100644 --- a/tests/test_io.py +++ b/tests/test_io.py @@ -43,21 +43,21 @@ class ReverseReadlineTest(unittest.TestCase): raise ValueError("an empty file is being read!") -class ScratchDirTest(unittest.TestCase): - - def test_wit...
iSeems like travis can't do IO testing, even with tep directory.
materialsvirtuallab_monty
train
2e02cf4a8f51e52fe4e458d7022d47b0bd2845eb
diff --git a/spec/rubocop/cop/style/redundant_self_spec.rb b/spec/rubocop/cop/style/redundant_self_spec.rb index <HASH>..<HASH> 100644 --- a/spec/rubocop/cop/style/redundant_self_spec.rb +++ b/spec/rubocop/cop/style/redundant_self_spec.rb @@ -89,44 +89,88 @@ describe RuboCop::Cop::Style::RedundantSelf do expect(co...
Test RedundantSelf with class methods, too
rubocop-hq_rubocop
train
51088d938a3e99b51ff2ad8d4e2f3a8f6fa06f05
diff --git a/salt/modules/influx.py b/salt/modules/influx.py index <HASH>..<HASH> 100644 --- a/salt/modules/influx.py +++ b/salt/modules/influx.py @@ -512,15 +512,15 @@ def retention_policy_add(database, return True -def retention_policy_modify(database, - name, - ...
add tests, rename a function to more closely mirror influxdb
saltstack_salt
train
57854693b36bff1e38f8698c7a15c50f30926adf
diff --git a/means.py b/means.py index <HASH>..<HASH> 100644 --- a/means.py +++ b/means.py @@ -3,29 +3,32 @@ from __future__ import division, print_function, absolute_import -import numpy as np - -from .calculus import definite_integral def mean_rotor_in_chordal_metric(R, t=None): """Return rotor that is...
Fix means to work with new definite_integral
moble_quaternion
train
82216757473f97ab918814cc2e121e159dcffde0
diff --git a/salt/modules/schedule.py b/salt/modules/schedule.py index <HASH>..<HASH> 100644 --- a/salt/modules/schedule.py +++ b/salt/modules/schedule.py @@ -192,6 +192,7 @@ def build_schedule_item(name, **kwargs): if not name: ret['comment'] = 'Job name is required.' ret['result'] = False + ...
Fixes to schedule module and state for error conditions.
saltstack_salt
train
8727f956e1e59e899e8363951f62c8d95d96a950
diff --git a/pairwise.rb b/pairwise.rb index <HASH>..<HASH> 100644 --- a/pairwise.rb +++ b/pairwise.rb @@ -8,15 +8,15 @@ class Pairwise class << self def generate(inputs) - raise InvalidInput, "Minimum of 2 inputs are required to generate pairwise test set" if inputs.length < 2 || inputs[0].values[0].emp...
Cleanup inputs first thing. Get ride of for loops for nicer each/maps
josephwilk_pairwise
train
0ebfd65080a1f085ce4023a05a913f5ba2448ae9
diff --git a/HISTORY.rst b/HISTORY.rst index <HASH>..<HASH> 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -13,6 +13,7 @@ v0.8.1 (NEXT) * Add BMDS version and python BMDS version to session dictionary outputs * Set exponential model direction based on dataset instead of letting model guess- this should fix failures wh...
Revise ContinuousDataset.is_increasing for better edge-case checks
shapiromatron_bmds
train
079246fd371ad2b95ee44cb95488da6d6205cb3a
diff --git a/src/jquery.jcarousel.js b/src/jquery.jcarousel.js index <HASH>..<HASH> 100644 --- a/src/jquery.jcarousel.js +++ b/src/jquery.jcarousel.js @@ -113,10 +113,10 @@ return this; } - var all = this.items(); + var items = this.items().unbind('.jcarousel'); ...
Also unbind events from items in destroy()
jsor_jcarousel
train
1677464e1d0eed3f2758c886a18242d6b7b26495
diff --git a/src/Sulu/Bundle/ContactBundle/Controller/ContactController.php b/src/Sulu/Bundle/ContactBundle/Controller/ContactController.php index <HASH>..<HASH> 100644 --- a/src/Sulu/Bundle/ContactBundle/Controller/ContactController.php +++ b/src/Sulu/Bundle/ContactBundle/Controller/ContactController.php @@ -538,6 +53...
fixed bug in contact post action and added testcases
sulu_sulu
train
6a0137b3add3704bcca5882bb0a8d3d3f8cd2871
diff --git a/tests/SpdxLicensesTest.php b/tests/SpdxLicensesTest.php index <HASH>..<HASH> 100644 --- a/tests/SpdxLicensesTest.php +++ b/tests/SpdxLicensesTest.php @@ -152,7 +152,7 @@ class SpdxLicensesTest extends TestCase { /** @var SPDXLicense $license */ $license = $this->licenses->getLicenseB...
Avoid using assertIsArray which is missing on <I>
composer_spdx-licenses
train
a70318efe3f66209645893073679a6c21230e1fc
diff --git a/lib/rack/jekyll/version.rb b/lib/rack/jekyll/version.rb index <HASH>..<HASH> 100644 --- a/lib/rack/jekyll/version.rb +++ b/lib/rack/jekyll/version.rb @@ -1,7 +1,7 @@ module Rack class Jekyll def self.version - '0.4.3' + '0.4.5' end end end
Release <I> Replacement for gem releases <I> and <I>, which were not properly pushed to RubyGems.org (wrong commit). It only provides a tiny fix for commit <I>ee<I>b.
adaoraul_rack-jekyll
train
3dfce2a6c122fe7fb54ea9fcc22b175107e078a2
diff --git a/niworkflows/utils/spaces.py b/niworkflows/utils/spaces.py index <HASH>..<HASH> 100644 --- a/niworkflows/utils/spaces.py +++ b/niworkflows/utils/spaces.py @@ -423,8 +423,8 @@ class SpatialReferences: spaces = [spaces] self.__iadd__(spaces) - if checkpoint is True: - ...
enh: allow checkpointing only if spaces are given at instantiation
poldracklab_niworkflows
train
5e9f487b61e8e0cef2ec2ad0e5b84a7c339dee45
diff --git a/server/const.go b/server/const.go index <HASH>..<HASH> 100644 --- a/server/const.go +++ b/server/const.go @@ -40,7 +40,7 @@ var ( const ( // VERSION is the current version for the server. - VERSION = "2.2.0-beta.3" + VERSION = "2.2.0-beta.4" // PROTO is the currently supported protocol. // 0 was...
Fixes for test and locking, bumped version
nats-io_gnatsd
train
067fd6c33e2031f52168cc5f03914e941d7f9830
diff --git a/test/Mustache/Test/Functional/InheritanceTest.php b/test/Mustache/Test/Functional/InheritanceTest.php index <HASH>..<HASH> 100644 --- a/test/Mustache/Test/Functional/InheritanceTest.php +++ b/test/Mustache/Test/Functional/InheritanceTest.php @@ -286,6 +286,29 @@ class Mustache_Test_Functional_InheritanceTe...
Failing Test For Inheritance Indentation inside a replacement variable.
bobthecow_mustache.php
train
81210fde5f832353ae0124198938f82585cc8e28
diff --git a/core/src/main/java/io/undertow/server/protocol/ajp/AjpServerRequestConduit.java b/core/src/main/java/io/undertow/server/protocol/ajp/AjpServerRequestConduit.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/io/undertow/server/protocol/ajp/AjpServerRequestConduit.java +++ b/core/src/main/java/io/und...
Fix issue with AJP request stream
undertow-io_undertow
train
129d4ff927969d13a67d2e64d3caf1163c6837d2
diff --git a/salt/modules/selinux.py b/salt/modules/selinux.py index <HASH>..<HASH> 100644 --- a/salt/modules/selinux.py +++ b/salt/modules/selinux.py @@ -10,10 +10,10 @@ Execute calls on selinux documentation for your distro to ensure that the proper packages are installed. ''' -from __future__ import absol...
List call not needed. Changing it back to what it was
saltstack_salt
train
db5e3b268aeac9b0a8375a003339d3d0fbfc56b9
diff --git a/packages/react-swipeable-views/src/SwipeableViews.js b/packages/react-swipeable-views/src/SwipeableViews.js index <HASH>..<HASH> 100644 --- a/packages/react-swipeable-views/src/SwipeableViews.js +++ b/packages/react-swipeable-views/src/SwipeableViews.js @@ -429,6 +429,11 @@ class SwipeableViews extends Com...
Handle ref loss gracefully Gracefully handle a reference equaling null
oliviertassinari_react-swipeable-views
train
ab827eaf935aba776715c4693ec9f320008a6708
diff --git a/sqlparse/filters.py b/sqlparse/filters.py index <HASH>..<HASH> 100644 --- a/sqlparse/filters.py +++ b/sqlparse/filters.py @@ -347,6 +347,7 @@ class ReindentFilter: nl = self.nl() added.add(nl) tlist.insert_before(token, nl) + offset += 1 ...
Update offset when adding line break (fixes <I>). This change fixes a regression introduced in 8c5c<I>ac<I>ab7d0c5e<I>c<I>f<I>f9.
andialbrecht_sqlparse
train
a89454c759bc5099aa697bd8b99c5163d97d9bff
diff --git a/asciimathml.py b/asciimathml.py index <HASH>..<HASH> 100644 --- a/asciimathml.py +++ b/asciimathml.py @@ -198,22 +198,28 @@ def trace_parser(p): return wrapped -def parse_expr(s, required=False): +def parse_expr(s, siblings, required=False): s, n = parse_m(s, required=required) if not ...
handle symmetrical delimiters by passing more contest to parse_expr()
favalex_python-asciimathml
train
f26ef0b79d1e9fa5233e0ac8a498f72343b50dc2
diff --git a/src/tanokInReact.js b/src/tanokInReact.js index <HASH>..<HASH> 100644 --- a/src/tanokInReact.js +++ b/src/tanokInReact.js @@ -23,7 +23,6 @@ export class TanokInReact extends React.Component { this.view = view; this.tanokStream = tanokStream; this.store = store; - } componentWillUnmou...
Fixed v1/v2 compatability in TanokInReact
brabadu_tanok
train
42648db87910e392170b6c9c41545dddab0aa1a2
diff --git a/descent/utils.py b/descent/utils.py index <HASH>..<HASH> 100644 --- a/descent/utils.py +++ b/descent/utils.py @@ -2,7 +2,7 @@ from __future__ import (absolute_import, division, print_function, unicode_liter import sys import numpy as np from toolz.curried import concat, map, pipe -from toolz.functoolz i...
Updated to work with the latest version of toolz
nirum_descent
train
0bc4ecc10b353160827de39badda5ac1e2e17ed0
diff --git a/libzfs/utils/jsonify.py b/libzfs/utils/jsonify.py index <HASH>..<HASH> 100644 --- a/libzfs/utils/jsonify.py +++ b/libzfs/utils/jsonify.py @@ -31,7 +31,12 @@ def jsonify(o, max_depth=-1, parse_enums=PARSE_KEEP): return o max_depth -= 1 if isinstance(o, dict): - return {key: jsonify...
-Fix: Don't use callables when jsonifying a dict.. that way keys that are also callables on a dict (keys, items, values and the sorts) don't cause issues.
Xaroth_libzfs-python
train
07b1811ceee85ce730a1911df47bbed9b49347a7
diff --git a/vlcp/event/ratelimiter.py b/vlcp/event/ratelimiter.py index <HASH>..<HASH> 100644 --- a/vlcp/event/ratelimiter.py +++ b/vlcp/event/ratelimiter.py @@ -58,6 +58,8 @@ class RateLimiter(object): `limit` number of "resources" are permitted. :param use: number of "resouces" to be used...
- fix console threading race - limit with structure size
hubo1016_vlcp
train
6af0d2737c559642b711903b09e1f380e1c10c4f
diff --git a/sphinx_gallery/docs_resolv.py b/sphinx_gallery/docs_resolv.py index <HASH>..<HASH> 100644 --- a/sphinx_gallery/docs_resolv.py +++ b/sphinx_gallery/docs_resolv.py @@ -383,9 +383,10 @@ def _embed_code_links(app, gallery_conf, gallery_dir): parts = name.split('.') ...
COSMIT break nested formatting on two lines
sphinx-gallery_sphinx-gallery
train
c3dd6074b0f07cd7e57d677cc06b4c57a302a02f
diff --git a/container/container_unix.go b/container/container_unix.go index <HASH>..<HASH> 100644 --- a/container/container_unix.go +++ b/container/container_unix.go @@ -118,7 +118,9 @@ func (container *Container) NetworkMounts() []Mount { if _, err := os.Stat(container.ResolvConfPath); err != nil { logrus.Warn...
Multiple fixes for SELinux labels. SELinux labeling should be disabled when using --privileged mode /etc/hosts, /etc/resolv.conf, /etc/hostname should not be relabeled if they are volume mounted into the container.
containers_storage
train
ce5ae9c7fe14648a27c8ed7c432fa921e7be7b00
diff --git a/options.go b/options.go index <HASH>..<HASH> 100644 --- a/options.go +++ b/options.go @@ -206,6 +206,7 @@ type Options struct { Interlace bool StripMetadata bool Trim bool + Lossless bool Extend Extend Rotate Angle Background Color diff --git a/resizer....
Add lossless option for saving webp
h2non_bimg
train
c6fd9048369ecbe38181f6f6a6231ecd2b4a346b
diff --git a/lib/scoped_search/auto_complete_builder.rb b/lib/scoped_search/auto_complete_builder.rb index <HASH>..<HASH> 100644 --- a/lib/scoped_search/auto_complete_builder.rb +++ b/lib/scoped_search/auto_complete_builder.rb @@ -185,13 +185,13 @@ module ScopedSearch opts = value_conditions(field, val) ...
value auto completer handle better a case where in a key-value the key doesn't exist
wvanbergen_scoped_search
train
7f9747882b2ce904545a634e5e38e0671fa62ab8
diff --git a/src/main/java/com/googlecode/lanterna/terminal/swing/TerminalEmulatorDeviceConfiguration.java b/src/main/java/com/googlecode/lanterna/terminal/swing/TerminalEmulatorDeviceConfiguration.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/googlecode/lanterna/terminal/swing/TerminalEmulatorDeviceConfigur...
Backporting merged change for issue #<I> from master
mabe02_lanterna
train
d72a0c586e92ad2a7870a337b066ad234b389ce0
diff --git a/packages/app-admin/src/plugins/Menu/Navigation/index.js b/packages/app-admin/src/plugins/Menu/Navigation/index.js index <HASH>..<HASH> 100755 --- a/packages/app-admin/src/plugins/Menu/Navigation/index.js +++ b/packages/app-admin/src/plugins/Menu/Navigation/index.js @@ -331,7 +331,7 @@ class Navigation exte...
Updated the menu footer company signature
Webiny_webiny-js
train
af9e074b804c4ee2ac460ec90f05ce9116f911ef
diff --git a/resources/lang/fi-FI/pagination.php b/resources/lang/fi-FI/pagination.php index <HASH>..<HASH> 100644 --- a/resources/lang/fi-FI/pagination.php +++ b/resources/lang/fi-FI/pagination.php @@ -22,7 +22,7 @@ return [ | */ - 'previous' => 'Previous', - 'next' => 'Next', + 'previous' => ...
New translations pagination.php (Finnish)
CachetHQ_Cachet
train
dae0d8e75541e810275e789a23971a61e60a2154
diff --git a/lib/html2rss/attribute_post_processors.rb b/lib/html2rss/attribute_post_processors.rb index <HASH>..<HASH> 100644 --- a/lib/html2rss/attribute_post_processors.rb +++ b/lib/html2rss/attribute_post_processors.rb @@ -1,5 +1,5 @@ -require_relative 'attribute_post_processors/parse_uri' require_relative 'attrib...
fix: only set supported attributes on rss item
gildesmarais_html2rss
train
b4a5f0b7975feaa8ae72000fe06809316a75f2ef
diff --git a/holoviews/plotting/bokeh/chart.py b/holoviews/plotting/bokeh/chart.py index <HASH>..<HASH> 100644 --- a/holoviews/plotting/bokeh/chart.py +++ b/holoviews/plotting/bokeh/chart.py @@ -10,7 +10,9 @@ from bokeh.transform import jitter from ...core.data import Dataset from ...core.dimension import dimension...
Fix range issues on Bars (#<I>) * Fix range issues on Bars * Add test
pyviz_holoviews
train
47214af04f5c7ed32f9227a8df4741a1c6c67a02
diff --git a/injector.py b/injector.py index <HASH>..<HASH> 100644 --- a/injector.py +++ b/injector.py @@ -240,8 +240,8 @@ import types __author__ = 'Alec Thomas <alec@swapoff.org>' -__version__ = '0.2' -__version_tag__ = '' +__version__ = '0.3' +__version_tag__ = 'dev' class Error(Exception): @@ -262,6 +262,...
Support mapping bindings. Also simplified how composite bindings are referenced. Instead of having to use an explicit Key() for lists or dictionaries, you can use a list or dictionary with one element. For example, a mapping of strings to plugins: {str: Plugin} Or a sequence of plugins: [Plugin] Pass thes...
alecthomas_injector
train
f7cc6ac7e8c4a5f3807f1eae27b0d28607b8caa0
diff --git a/kdcount/cluster.py b/kdcount/cluster.py index <HASH>..<HASH> 100644 --- a/kdcount/cluster.py +++ b/kdcount/cluster.py @@ -82,17 +82,13 @@ class fof(object): def sum(self, weights=None): """ return the sum of weights of each object """ if weights is None: - weights = self.d...
update fof to respect weights.
rainwoodman_kdcount
train
c21fe40b69f0cdaff188b3a293e0ab266436f3b6
diff --git a/packages/jsio.js b/packages/jsio.js index <HASH>..<HASH> 100644 --- a/packages/jsio.js +++ b/packages/jsio.js @@ -57,6 +57,7 @@ // Creates an object containing metadata about a module. function ModuleDef (path) { this.path = path; + this.friendlyPath = path; util.splitPath(path, this); }...
allow more special characters " and :
gameclosure_js.io
train
7fe978e95ef2d3ca5bdc943425edfe005ed2ccc6
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -454,7 +454,7 @@ func (c *Client) ListContainers() ([]string, error) { return names, nil } -func (c *Client) PutImage(filename string) (*Response, error) { +func (c *Client) PostImage(filename string) (*Response, erro...
Fix /files and /images to use the right methods Adding a new object to a collection should be done with a POST.
lxc_lxd
train
54eaf33dc826f55d2b707e4f268044713f71e181
diff --git a/lxd/rsync.go b/lxd/rsync.go index <HASH>..<HASH> 100644 --- a/lxd/rsync.go +++ b/lxd/rsync.go @@ -8,6 +8,7 @@ import ( "os" "os/exec" "syscall" + "time" "github.com/gorilla/websocket" "github.com/pborman/uuid" @@ -87,6 +88,7 @@ func rsyncSendSetup(name string, path string, bwlimit string, execP...
lxd/migration: Handle crashing rsync
lxc_lxd
train
cfa78b0c2b4d437187e4c1dcb23f13c746fcf351
diff --git a/src/Service/Misc/Encoding.php b/src/Service/Misc/Encoding.php index <HASH>..<HASH> 100644 --- a/src/Service/Misc/Encoding.php +++ b/src/Service/Misc/Encoding.php @@ -264,7 +264,7 @@ class Encoding * @return string|false * The result. */ - public function mbDetectEncoding(string $stri...
Removed some findings from code inspection.
brainworxx_kreXX
train
d43fe85405818a5f9d1105cfb1f53e768b424d80
diff --git a/modules/activiti-spring-boot/spring-boot-starters/spring-boot-starter-basic/src/main/java/org/activiti/spring/boot/AbstractProcessEngineAutoConfiguration.java b/modules/activiti-spring-boot/spring-boot-starters/spring-boot-starter-basic/src/main/java/org/activiti/spring/boot/AbstractProcessEngineAutoConfig...
[Spring Boot] Adding Email server config
Activiti_Activiti
train
f52a4f40c67c301435d705507eddf78a3539ab63
diff --git a/src/test/java/cleanzephyr/rubycollect4j/RubyEnumerableTest.java b/src/test/java/cleanzephyr/rubycollect4j/RubyEnumerableTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/cleanzephyr/rubycollect4j/RubyEnumerableTest.java +++ b/src/test/java/cleanzephyr/rubycollect4j/RubyEnumerableTest.java @@ -712,4...
Add test for RubyEnumerable::member?
wnameless_rubycollect4j
train
7a8ffe6268d9113ad935f430e6fc41045ef06175
diff --git a/kaggler/preprocessing/data.py b/kaggler/preprocessing/data.py index <HASH>..<HASH> 100644 --- a/kaggler/preprocessing/data.py +++ b/kaggler/preprocessing/data.py @@ -454,11 +454,11 @@ class TargetEncoder(base.BaseEstimator): .map(self.target_encoders[i]) ...
2nd try to resolve pytest error in travis
jeongyoonlee_Kaggler
train
dfccace0250e13c8c6f702c43f7c441d654693f9
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -543,6 +543,7 @@ const compileTypescript = ((cache) => .pipe( gulpReplace("import { BN } from 'bn.js';", "import BN from 'bn.js';"), ) + .pipe(gulpReplace('../static', './static'...
fix(gulp): fix static imports in neo-one-react-common
neo-one-suite_neo-one
train
a5a7257dd90ba11398ad9289c7277f4931183916
diff --git a/lib/sensu/api.rb b/lib/sensu/api.rb index <HASH>..<HASH> 100644 --- a/lib/sensu/api.rb +++ b/lib/sensu/api.rb @@ -642,17 +642,20 @@ module Sensu unless stashes.empty? stashes.each_with_index do |path, index| $redis.get('stash:' + path) do |stash_json| - unless ...
return expire time for stashes on /stashes
sensu_sensu
train
e423da6f484e2357512e53ad3f4c11cd04ff038f
diff --git a/src/View.php b/src/View.php index <HASH>..<HASH> 100644 --- a/src/View.php +++ b/src/View.php @@ -1,4 +1,35 @@ <?php +/** + * Slim - a micro PHP 5 framework + * + * @author Josh Lockhart <info@slimframework.com> + * @copyright 2011 Josh Lockhart + * @link http://www.slimframework.com + * @li...
Retain Slim copyright notice as per #6 request from @codeguy
alanpich_slender
train
1f2472f4c29388cdf61573ed8433206252a0f351
diff --git a/bookstore/__init__.py b/bookstore/__init__.py index <HASH>..<HASH> 100644 --- a/bookstore/__init__.py +++ b/bookstore/__init__.py @@ -1,15 +1,15 @@ -# TODO: refactor the import, PACKAGE_DIR, del import os -from ._version import __version__, version_info -from .archive import BookstoreContentsArchiver -f...
remove todo on package dir and make consistent with master
nteract_bookstore
train
8e61e35748d16f2c4f5a45802a64426616c81edc
diff --git a/owncloud/test/test.py b/owncloud/test/test.py index <HASH>..<HASH> 100644 --- a/owncloud/test/test.py +++ b/owncloud/test/test.py @@ -791,12 +791,29 @@ class TestUserAndGroupActions(unittest.TestCase): self.not_existing_group = Config['not_existing_group'] self.test_group = Config['test_g...
autocreate test user and group share2user and test_group is created automatically for TestUserAndGroupActions
owncloud_pyocclient
train
0f03c06408f5f579586813b9a1e1c24024715a53
diff --git a/__init__.py b/__init__.py index <HASH>..<HASH> 100644 --- a/__init__.py +++ b/__init__.py @@ -100,6 +100,12 @@ class TinyDB(object): """ return len(self._table) + def __contains__(self, item): + """ + A shorthand for ``field(...) == ... in db.table()`` + """ + ...
Added query caching and fixed some bugs
msiemens_tinydb
train
d538b3708a1b96c408b2a60ac7cb0eec97bfb4f8
diff --git a/test/commands/verify_test.rb b/test/commands/verify_test.rb index <HASH>..<HASH> 100644 --- a/test/commands/verify_test.rb +++ b/test/commands/verify_test.rb @@ -16,7 +16,7 @@ class InteragentHyperSchemaVerifyTest < Minitest::Test errors = verify assert_equal 1, errors.count assert_match /^#...
Updated tests to match latest json-schema errors
interagent_prmd
train
08944c54de13054b4b7a76dbcba79218779f02d3
diff --git a/intg/src/main/java/org/apache/atlas/type/AtlasTypeRegistry.java b/intg/src/main/java/org/apache/atlas/type/AtlasTypeRegistry.java index <HASH>..<HASH> 100644 --- a/intg/src/main/java/org/apache/atlas/type/AtlasTypeRegistry.java +++ b/intg/src/main/java/org/apache/atlas/type/AtlasTypeRegistry.java @@ -65,7 ...
ATLAS-<I>: fix type-update handling to ensure that active type registry state is not updated while processing the changes
apache_incubator-atlas
train
1b100e8c676754f61745f131db491da1ebe7c1a0
diff --git a/devices/tuya.js b/devices/tuya.js index <HASH>..<HASH> 100644 --- a/devices/tuya.js +++ b/devices/tuya.js @@ -138,7 +138,9 @@ module.exports = [ model: 'ZN231392', vendor: 'TuYa', description: 'Smart water/gas valve', - extend: extend.switch(), + toZigbee: extend.sw...
Attempt to support power on behaviour for ZN<I>. <URL>
Koenkk_zigbee-shepherd-converters
train
82e1f74447ca7c922908773460bed8aa130a9781
diff --git a/apispec/core.py b/apispec/core.py index <HASH>..<HASH> 100644 --- a/apispec/core.py +++ b/apispec/core.py @@ -9,7 +9,7 @@ import yaml from apispec.compat import iterkeys, iteritems, PY2, unicode from apispec.lazy_dict import LazyDict -from .exceptions import PluginError, APISpecError +from .exceptions ...
BasePlugin: raise PluginMethodNotImplementedError rather than NotImplementedError Also, don't catch TypeError from plugin methods in APISpec.
marshmallow-code_apispec
train
096c57f666ae2e1fd0b2e0fce0551a170ff70a87
diff --git a/plugins/Goals/Controller.php b/plugins/Goals/Controller.php index <HASH>..<HASH> 100644 --- a/plugins/Goals/Controller.php +++ b/plugins/Goals/Controller.php @@ -452,10 +452,10 @@ class Controller extends \Piwik\Plugin\Controller foreach ($allReports as $category => $reports) { ...
Removing one hardcoded hack
matomo-org_matomo
train
5046c1c6e5c5f355b83a0882bf1a401a4ea5fdbf
diff --git a/ford/__init__.py b/ford/__init__.py index <HASH>..<HASH> 100644 --- a/ford/__init__.py +++ b/ford/__init__.py @@ -273,6 +273,8 @@ def initialize(): print('Warning: license "{}" not recognized.'.format(proj_data['license'])) proj_data['license'] = '' # Return project data, docs, and t...
Fixed regex substitutions with \g and introduced for MD metadata bug.
Fortran-FOSS-Programmers_ford
train
4edba3c680463b7d334a7ca835a497f4d04681e8
diff --git a/handler/src/main/java/com/networknt/handler/Handler.java b/handler/src/main/java/com/networknt/handler/Handler.java index <HASH>..<HASH> 100644 --- a/handler/src/main/java/com/networknt/handler/Handler.java +++ b/handler/src/main/java/com/networknt/handler/Handler.java @@ -20,6 +20,8 @@ import java.util.Li...
Fix issue causing query params to be missing from path.
networknt_light-4j
train
a8f477475299a25c0a2a550a5bff3294aeb41bbb
diff --git a/clients/android/src/org/camlistore/DownloadService.java b/clients/android/src/org/camlistore/DownloadService.java index <HASH>..<HASH> 100644 --- a/clients/android/src/org/camlistore/DownloadService.java +++ b/clients/android/src/org/camlistore/DownloadService.java @@ -45,6 +45,7 @@ public class DownloadSe...
android: download files to temporary location also fix lame inverted-logic bug in cache-checking code :-(
perkeep_perkeep
train
9ca955d9c0494be5cb09e44f27453067a8a2e163
diff --git a/ipyvolume/pylab.py b/ipyvolume/pylab.py index <HASH>..<HASH> 100644 --- a/ipyvolume/pylab.py +++ b/ipyvolume/pylab.py @@ -1005,7 +1005,7 @@ for style_name, __ in ipv.styles.styles.items(): def plot_plane(where="back", texture=None): """Plots a plane at a particular location in the viewbox - :par...
add top and bottom to plot_plane (#<I>)
maartenbreddels_ipyvolume
train
e6a2c53a466fe4fab7f23352d11f82faecc9c156
diff --git a/packages/cli/tests/e2e/hosting.test-e2e.js b/packages/cli/tests/e2e/hosting.test-e2e.js index <HASH>..<HASH> 100644 --- a/packages/cli/tests/e2e/hosting.test-e2e.js +++ b/packages/cli/tests/e2e/hosting.test-e2e.js @@ -108,7 +108,7 @@ describe('[E2E] CLI Hosting', function () { it('can set hosting config...
test(hosting): Remove space
Syncano_syncano-node
train
978bf670868212a9ad2595fdc1f7ac589e5519a6
diff --git a/tlc/permissions.go b/tlc/permissions.go index <HASH>..<HASH> 100644 --- a/tlc/permissions.go +++ b/tlc/permissions.go @@ -9,6 +9,8 @@ import ( const minScannedFileSize = 4 func (c *Container) FixPermissions(fp sync.FilePool) error { + defer fp.Close() + buf := make([]byte, minScannedFileSize) for i...
Close file pool after fixing permissions, closes <URL>
itchio_wharf
train
3c873270054c82f358bd52a28e96963085292522
diff --git a/catalog/app/containers/Bucket/PackageCreateDialog.js b/catalog/app/containers/Bucket/PackageCreateDialog.js index <HASH>..<HASH> 100644 --- a/catalog/app/containers/Bucket/PackageCreateDialog.js +++ b/catalog/app/containers/Bucket/PackageCreateDialog.js @@ -574,7 +574,11 @@ function PackageCreateDialog({ b...
Workflow is required always, even when no default workflow (#<I>)
quiltdata_quilt
train
65768de6a6d5014feab59d224c70e363fa9db742
diff --git a/openquake/calculators/scenario_risk.py b/openquake/calculators/scenario_risk.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/scenario_risk.py +++ b/openquake/calculators/scenario_risk.py @@ -128,8 +128,6 @@ class ScenarioRiskCalculator(base.RiskCalculator): except KeyError: ...
Removed obsolete line [skip CI]
gem_oq-engine
train
2d816b0d9a841b70cff46ed21cca8b823b754c1d
diff --git a/src/components/victory-axis/helper-methods.js b/src/components/victory-axis/helper-methods.js index <HASH>..<HASH> 100644 --- a/src/components/victory-axis/helper-methods.js +++ b/src/components/victory-axis/helper-methods.js @@ -1,4 +1,7 @@ import isFunction from "lodash/lang/isFunction"; +import include...
use lodash range, includes, without
FormidableLabs_victory
train
be594f3c4ba06ddac550a1251aec5b77162a8c42
diff --git a/engine.py b/engine.py index <HASH>..<HASH> 100644 --- a/engine.py +++ b/engine.py @@ -115,4 +115,7 @@ class Strategy(object): def _append_to_array_item_to_dictionary_key(adict, key, array_item): if key not in adict: adict[key] = [] - adict[key].append(array_item) + if array_item in adi...
resolve #3, moban now throws SyntaxError
moremoban_moban-handlebars
train
66246e8381d8536daed907a0e7cdb5a42feecb99
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ import subprocess # in development set version to none and ... -PYPI_VERSION = "1.2.0 +PYPI_VERSION = "1.2.0" " # Return the git revision as a string (from numpy)
Update setup.py Actually, it's worse than that !
underworldcode_stripy
train
b37c506ce7b73a961facc9860f8fcbc6e2dda5f8
diff --git a/OpenPNM/Base/__Core__.py b/OpenPNM/Base/__Core__.py index <HASH>..<HASH> 100644 --- a/OpenPNM/Base/__Core__.py +++ b/OpenPNM/Base/__Core__.py @@ -1240,9 +1240,9 @@ class Core(Base): mapping['target'] = locsT if return_mapping == False: - if sp.any(locsS < 0): + if ...
Fixed small bug in mapping that let empty lists pass. - You can get an empty list only if you select return_mapping=True Also changed the logic in trim to accommodate this change. - When trimming an entire geometry, the list of target pores will be empty so need to use the return_mapping option
PMEAL_OpenPNM
train
8bcfaa80fe5f45224f28eeab74b5813b7064e311
diff --git a/lib/node_tracers.js b/lib/node_tracers.js index <HASH>..<HASH> 100644 --- a/lib/node_tracers.js +++ b/lib/node_tracers.js @@ -37,7 +37,7 @@ * keystone client to use to authenticate against keystone to get a token * and tenant id */ - module.exports.RESTkinTracer = function (trace_url, ke...
Add callback to request method and log an error instead of exploding if it occurs.
tryfer_node-tryfer
train
452875de514722b070f28c5c1cf70e2efba1e55e
diff --git a/examples/hello_world.py b/examples/hello_world.py index <HASH>..<HASH> 100644 --- a/examples/hello_world.py +++ b/examples/hello_world.py @@ -3,5 +3,5 @@ import hug @hug.get() def hello(request): - """Says hello""" - return 'Hello World!' + """Says hellos""" + return 'Hello World! dude' dif...
Auto clear pdb on restart
hugapi_hug
train
efc55b95c224a8d7964748147402954c4a26efe7
diff --git a/samples/physics-mecanum/src/physics.py b/samples/physics-mecanum/src/physics.py index <HASH>..<HASH> 100644 --- a/samples/physics-mecanum/src/physics.py +++ b/samples/physics-mecanum/src/physics.py @@ -49,9 +49,11 @@ class PhysicsEngine(object): ''' # Simulate the drivetrain - ...
Update mechanum example to show inverted motors
robotpy_pyfrc
train
93edc53b938f07528120b51c86f435026803aede
diff --git a/src/link_finder.php b/src/link_finder.php index <HASH>..<HASH> 100644 --- a/src/link_finder.php +++ b/src/link_finder.php @@ -431,7 +431,7 @@ class LinkFinder{ } protected function _shortenUrl($url){ - $max_acceptable_length = 50; + $max_acceptable_length = 65; // In emails, lines should not be lar...
URLs are shortened to a maximum of <I> characters
yarri_LinkFinder
train
8d917cc3a40333def2e51cfeff16eb1cdf54720d
diff --git a/jupyter-js-widgets/src/widget_selection.js b/jupyter-js-widgets/src/widget_selection.js index <HASH>..<HASH> 100644 --- a/jupyter-js-widgets/src/widget_selection.js +++ b/jupyter-js-widgets/src/widget_selection.js @@ -47,6 +47,7 @@ var DropdownView = widget.DOMWidgetView.extend({ .addClass('dr...
Drop the dropdown upwards if it's too long.
jupyter-widgets_ipywidgets
train
aa220d7727ee869c0d8f864f8acc67112b819b59
diff --git a/src/lib/builtins.js b/src/lib/builtins.js index <HASH>..<HASH> 100644 --- a/src/lib/builtins.js +++ b/src/lib/builtins.js @@ -20,9 +20,9 @@ export class FTLNumber extends FTLBase { constructor(value, opts) { super(parseFloat(value), opts); } - toString(bundle, lang) { + toString(bundle) { ...
Use bundle.lang in the resolver
l20n_l20n.js
train
19f127b7ff177bed0a0ebdfd2e0720f6acfc6bd2
diff --git a/lib/chef/data_bag.rb b/lib/chef/data_bag.rb index <HASH>..<HASH> 100644 --- a/lib/chef/data_bag.rb +++ b/lib/chef/data_bag.rb @@ -32,7 +32,8 @@ class Chef include Chef::Mixin::FromFile include Chef::Mixin::ParamsValidate - VALID_NAME = /^[\.\-[:alnum:]_]+$/.freeze + # Regex reference: htt...
Fixed Validation failed while creating databag and databag item
chef_chef
train
5709f229f4046b14d7c23a67540abbe153a55156
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup(name='deepdiff', long_description=long_description, long_description_content_type='text/markdown', install_requires=reqs, - python_requires='>=3.4', + python_requires='>=3.5'...
updating setup.py to remove <I> as supported
seperman_deepdiff
train
f7ea16d757a3000580897914ef2343ced19048a1
diff --git a/lib/discovery/worker/inside/blocks.js b/lib/discovery/worker/inside/blocks.js index <HASH>..<HASH> 100644 --- a/lib/discovery/worker/inside/blocks.js +++ b/lib/discovery/worker/inside/blocks.js @@ -30,6 +30,12 @@ export function loadBlockRange(initialState: AccountInfo): Promise<BlockRange> { ...
Add correct detection of longer orphaned chain
trezor_hd-wallet
train
f6761cfe6499cb08bea662553e5d0c8e3deaece2
diff --git a/tests/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/formallang/FollowerFunctionTest.java b/tests/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/formallang/FollowerFunctionTest.java index <HASH>..<HASH> 100644 --- a/tests/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/formallang/FollowerFunctio...
[util.formallang] access properties via getters; this broke the build
eclipse_xtext-extras
train
893672d0e3c1864d3cb3f1da7b5d45b48bbaca02
diff --git a/data.py b/data.py index <HASH>..<HASH> 100644 --- a/data.py +++ b/data.py @@ -1,3 +1,4 @@ +from collections import OrderedDict from wtforms.ext.sqlalchemy.fields import QuerySelectField # , QuerySelectMultipleField from wtforms_alchemy import ModelForm @@ -62,7 +63,9 @@ class TagForm(SessionModelForm): ...
use a orderect dict to sort filters
hellupline_flask-manager
train
350743b9f3ee57d3d16e9349c03e2be722d71752
diff --git a/lib/x-router-angular.js b/lib/x-router-angular.js index <HASH>..<HASH> 100755 --- a/lib/x-router-angular.js +++ b/lib/x-router-angular.js @@ -265,9 +265,8 @@ var cache = window._xrouter_angular_cache_ || (window._xrouter_angular_cache_ = function engine(defaults) { defaults = defaults || {}; - ...
fix 'app' option to work
attrs_x-router-angular
train