hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
09d765d7c413f11149a15006b2f300a3e27e5ed1
diff --git a/lib/webrat/core/scope.rb b/lib/webrat/core/scope.rb index <HASH>..<HASH> 100644 --- a/lib/webrat/core/scope.rb +++ b/lib/webrat/core/scope.rb @@ -175,7 +175,7 @@ module Webrat @dom ||= Hpricot(scoped_html) end - def element_labeled(label) + def field_labeled(label) find_field...
Rename element_labeled to field_labeled
brynary_webrat
train
18a42a2d35b7ccf2392c7e5e67359505245eabf9
diff --git a/src/directives/scrollspy.js b/src/directives/scrollspy.js index <HASH>..<HASH> 100644 --- a/src/directives/scrollspy.js +++ b/src/directives/scrollspy.js @@ -15,7 +15,7 @@ angular.module('duScroll.scrollspy', ['duScroll.spyAPI']) Spy.prototype.getTargetElement = function() { if (!this.target && t...
Added support for name and duSmoothScroll attributes in the scrollSpy directive. #<I> #<I> #<I>
oblador_angular-scroll
train
42198bc59e9d8a55486661291174b1ad1c1e15b1
diff --git a/card.go b/card.go index <HASH>..<HASH> 100644 --- a/card.go +++ b/card.go @@ -31,6 +31,7 @@ type Card struct { Closed bool `json:"closed"` Subscribed bool `json:"subscribed"` DateLastActivity *time.Time `json:"dateLastActivity"` + DueComplete bool `json:"dueComp...
added dueComplete field to Card based on the dueComplete field returned by GET card calls: <URL>
adlio_trello
train
70a9c27884a1b6767f73e288a168d161b62c0ca6
diff --git a/app/models/agents/shell_command_agent.rb b/app/models/agents/shell_command_agent.rb index <HASH>..<HASH> 100644 --- a/app/models/agents/shell_command_agent.rb +++ b/app/models/agents/shell_command_agent.rb @@ -68,7 +68,7 @@ module Agents errors.add(:base, "command must be a shell command line stri...
Update shell_command_agent.rb (#<I>) Change to make path accept stored credentials.
huginn_huginn
train
cf7324df2840b8107162d746b8de9c3d400b22bc
diff --git a/geoviews/plotting/mpl/__init__.py b/geoviews/plotting/mpl/__init__.py index <HASH>..<HASH> 100644 --- a/geoviews/plotting/mpl/__init__.py +++ b/geoviews/plotting/mpl/__init__.py @@ -213,18 +213,15 @@ class GeoImagePlot(GeoPlot, ImagePlot): style_opts = ['alpha', 'cmap', 'visible', 'filterrad', 'clims'...
Fixed GeoImagePlot for non-geographic plots
pyviz_geoviews
train
83b397701ec8376afc0b6edc200334828e1032cc
diff --git a/lib/natural/brill_pos_tagger/lib/Brill_POS_Trainer.js b/lib/natural/brill_pos_tagger/lib/Brill_POS_Trainer.js index <HASH>..<HASH> 100644 --- a/lib/natural/brill_pos_tagger/lib/Brill_POS_Trainer.js +++ b/lib/natural/brill_pos_tagger/lib/Brill_POS_Trainer.js @@ -140,7 +140,7 @@ function neighbourhood(corpus...
Added processing of the Brown corpus.
NaturalNode_natural
train
a2de17d36ef6956e751dbad6f5c3a9ff0a19e05f
diff --git a/src/Caster.php b/src/Caster.php index <HASH>..<HASH> 100644 --- a/src/Caster.php +++ b/src/Caster.php @@ -48,12 +48,12 @@ class Caster implements LoggerAwareInterface protected function updateSwaggerParams(ParsedSwaggerInterface $swagger) { $updatedParams = []; - foreach ($swagger...
Param updating should preserve param keys
avalanche-development_swagger-caster-middleware
train
df03baa337ae1c87803a7b1a76a393f8a59813f3
diff --git a/src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php b/src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php index <HASH>..<HASH> 100644 --- a/src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php +++ b/src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php @@ -40,6 +40,7 @@ abstract class BaseComp...
added timeout to closure filters see #<I>
kriswallsmith_assetic
train
949510fa3f09662b6b831cf48ed835a930cb318a
diff --git a/kitty/model/low_level/mutated_field.py b/kitty/model/low_level/mutated_field.py index <HASH>..<HASH> 100644 --- a/kitty/model/low_level/mutated_field.py +++ b/kitty/model/low_level/mutated_field.py @@ -356,7 +356,7 @@ class MutableField(OneOf): ''' fields = [] max_len_bytes = len...
[DataModel] minor internal changes, should not affect usage
cisco-sas_kitty
train
0d88d175590e3b7d575c0bf976b48c8cc1a0ca5e
diff --git a/src/Sylius/Bundle/SalesBundle/Model/Order.php b/src/Sylius/Bundle/SalesBundle/Model/Order.php index <HASH>..<HASH> 100644 --- a/src/Sylius/Bundle/SalesBundle/Model/Order.php +++ b/src/Sylius/Bundle/SalesBundle/Model/Order.php @@ -101,20 +101,6 @@ class Order implements OrderInterface, TimestampableInterfac...
Remove denormalized totalItems and totalQuantity
Sylius_Sylius
train
1c36243f775200167df522998ad61db0c73545a5
diff --git a/src/CCapture.js b/src/CCapture.js index <HASH>..<HASH> 100755 --- a/src/CCapture.js +++ b/src/CCapture.js @@ -716,8 +716,12 @@ function CCapture( settings ) { return this._hookedTime + _settings.startTime; }; - Object.defineProperty( HTMLVideoElement.prototype, 'currentTime', { get: hookCurren...
Don't set currentTime if it's already defined.
spite_ccapture.js
train
b983616c4d3292f92af65970ff5e79ee4acacc6e
diff --git a/cli/src/lib/libDefs.js b/cli/src/lib/libDefs.js index <HASH>..<HASH> 100644 --- a/cli/src/lib/libDefs.js +++ b/cli/src/lib/libDefs.js @@ -27,6 +27,8 @@ export type LibDef = {| testFilePaths: Array<string>, |}; +export const TEST_FILE_NAME_RE = /(^test_.*\.js$|^.*\.md$)/; + const CACHE_DIR = path.joi...
Allow any .md file in libdef folders. (#<I>)
flow-typed_flow-typed
train
7b354050335caaf8316cf5cf17d45af64649dbb1
diff --git a/src/_pytest/deprecated.py b/src/_pytest/deprecated.py index <HASH>..<HASH> 100644 --- a/src/_pytest/deprecated.py +++ b/src/_pytest/deprecated.py @@ -10,8 +10,6 @@ in case of warnings which need to format their messages. """ from _pytest.warning_types import PytestDeprecationWarning -YIELD_TESTS = "yie...
Remove YIELD_TESTS from deprecated module as it is now an error
pytest-dev_pytest
train
394901db841a7b2dcf57879897b7f96312250bb2
diff --git a/examples/viewer/examples.js b/examples/viewer/examples.js index <HASH>..<HASH> 100644 --- a/examples/viewer/examples.js +++ b/examples/viewer/examples.js @@ -20,6 +20,30 @@ var sourceRentListings = { } }; +var sourceExpensiveRentListings = { + id: 'expensive-airbnb-source', + type: 'source', ...
Added trade-areas, intersection and aggregate-intersection analysis examples
CartoDB_camshaft
train
2229c26442ea28b7d69819e0b52b9bbc45afae4a
diff --git a/pandas/core/generic.py b/pandas/core/generic.py index <HASH>..<HASH> 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -4462,6 +4462,30 @@ class NDFrame(PandasObject): 2000-01-01 00:06:00 26 Freq: 3T, dtype: int64 + For DataFrame objects, the keyword ``on`` c...
DOC: add example for DataFrame.resample: keywords on and level (#<I>)
pandas-dev_pandas
train
1cb22a0bd2d82b2bbcb0c0094ac2088fc790abf7
diff --git a/doc/changelogs/3.5/unstable/CHANGELOG-3.5.0rc1-to-3.5.0rc2 b/doc/changelogs/3.5/unstable/CHANGELOG-3.5.0rc1-to-3.5.0rc2 index <HASH>..<HASH> 100644 --- a/doc/changelogs/3.5/unstable/CHANGELOG-3.5.0rc1-to-3.5.0rc2 +++ b/doc/changelogs/3.5/unstable/CHANGELOG-3.5.0rc1-to-3.5.0rc2 @@ -28,5 +28,7 @@ Changes fro...
- Fixed bug with generating package names with non-standard-latin characters. <URL>
ezsystems_ezpublish-legacy
train
19d5b346827576c804f73f861388d4e346307c57
diff --git a/tests/test-timber-twig-filters.php b/tests/test-timber-twig-filters.php index <HASH>..<HASH> 100644 --- a/tests/test-timber-twig-filters.php +++ b/tests/test-timber-twig-filters.php @@ -39,4 +39,20 @@ $this->assertEquals('septiembre 28th, 1983 8:14pm', $str); } } + + function testTwigFilterDat...
finished remainder of tests. confirm that this closes #<I>
timber_timber
train
cf8b098dda5212cc9de9b84cd5b6522e48120148
diff --git a/pkg/kubelet/cm/topologymanager/policy_best_effort.go b/pkg/kubelet/cm/topologymanager/policy_best_effort.go index <HASH>..<HASH> 100644 --- a/pkg/kubelet/cm/topologymanager/policy_best_effort.go +++ b/pkg/kubelet/cm/topologymanager/policy_best_effort.go @@ -91,6 +91,43 @@ func iterateAllProviderTopologyHin...
Refactor policy-best-effort - Modularize code with mergePermutation method
kubernetes_kubernetes
train
f0a396003d964612ef653c601178ac47b096daca
diff --git a/classes/phing/system/io/Win32FileSystem.php b/classes/phing/system/io/Win32FileSystem.php index <HASH>..<HASH> 100644 --- a/classes/phing/system/io/Win32FileSystem.php +++ b/classes/phing/system/io/Win32FileSystem.php @@ -471,19 +471,7 @@ class Win32FileSystem extends FileSystem { @closedir($dir);...
Applying fix to abstract method, leftover from patch for #<I>
phingofficial_phing
train
7797aa5d76d6aca9db27fa8a4544482b79dd884d
diff --git a/cilium-health/launch/endpoint.go b/cilium-health/launch/endpoint.go index <HASH>..<HASH> 100644 --- a/cilium-health/launch/endpoint.go +++ b/cilium-health/launch/endpoint.go @@ -41,6 +41,7 @@ import ( "github.com/cilium/cilium/pkg/node" "github.com/cilium/cilium/pkg/option" "github.com/cilium/cilium/...
health: Configure sysctl when IPv6 is disabled When IPv6 is disabled, ensure that the health endpoint's device is configured to disable IPv6 so that it doesn't emit any IPv6 autoconf frames or similar.
cilium_cilium
train
82382aa5f64660f70a9a9b2c5b85e304ba03a01e
diff --git a/.gitignore b/.gitignore index <HASH>..<HASH> 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ tests-report.xml !test/unit/**/node_modules !examples/sprout/node_modules .idea +*.swp +*.swo diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -257,3 +257,12...
Expose test utility methods Exposing the existing test utility methods and adding injection for native services adds greater flexibility in testing sprout-server projects. It can also reduce, or in some cases, eliminate the need to create mocks/stubs of Sprout services in order to test your local project.
BlueOakJS_blueoak-server
train
6caae0257e03e4f7affb90673a4d301de1bb45e9
diff --git a/modules/wyc/src/wyc/lang/Expr.java b/modules/wyc/src/wyc/lang/Expr.java index <HASH>..<HASH> 100755 --- a/modules/wyc/src/wyc/lang/Expr.java +++ b/modules/wyc/src/wyc/lang/Expr.java @@ -876,8 +876,8 @@ public interface Expr extends SyntacticElement { public static class RationalLVal extends SyntacticE...
WyC: better support for rational lval
Whiley_WhileyCompiler
train
812013b1c1783819bbd922baf3d4dabf41dfab56
diff --git a/lib/phpunit/lib.php b/lib/phpunit/lib.php index <HASH>..<HASH> 100644 --- a/lib/phpunit/lib.php +++ b/lib/phpunit/lib.php @@ -423,6 +423,7 @@ class phpunit_util { // reset all static caches accesslib_clear_all_caches(true); get_string_manager()->reset_caches(); + events_ge...
MDL-<I> reset event handlers in phpunit test reset
moodle_moodle
train
bffd1feef02341568c7cf7c6b01e7838bc876091
diff --git a/Unosquare.Tubular/Javascript/tubular/tubular-directives-editors.js b/Unosquare.Tubular/Javascript/tubular/tubular-directives-editors.js index <HASH>..<HASH> 100644 --- a/Unosquare.Tubular/Javascript/tubular/tubular-directives-editors.js +++ b/Unosquare.Tubular/Javascript/tubular/tubular-directives-editors....
Added the correct label to the error string.
unosquare_tubular
train
9436b56303c75353cbad80658ce7f89b7295cf43
diff --git a/src/Graviton/DocumentBundle/DependencyInjection/Compiler/SolrDefinitionCompilerPass.php b/src/Graviton/DocumentBundle/DependencyInjection/Compiler/SolrDefinitionCompilerPass.php index <HASH>..<HASH> 100644 --- a/src/Graviton/DocumentBundle/DependencyInjection/Compiler/SolrDefinitionCompilerPass.php +++ b/s...
move solr data around in schema..
libgraviton_graviton
train
4223d2ee2e846a2b5377f3b0de2c22f90d4498a3
diff --git a/src/angular-nvd3.js b/src/angular-nvd3.js index <HASH>..<HASH> 100644 --- a/src/angular-nvd3.js +++ b/src/angular-nvd3.js @@ -135,8 +135,12 @@ if (options['styles'] || scope._config.extended) configureStyles(); nv.addGraph(function() { + ...
Issue-<I> Fix removing resize handler
krispo_angular-nvd3
train
316e47f9e41562643ddd1ce9f6f92ffd4ba9b83c
diff --git a/codemach/assembler.py b/codemach/assembler.py index <HASH>..<HASH> 100644 --- a/codemach/assembler.py +++ b/codemach/assembler.py @@ -4,23 +4,9 @@ import types __all__ = ['Assembler'] def inst_to_bytes(inst): - if inst.opname in ( - 'LOAD_CONST', - 'LOAD_NAME', - 'ST...
move to <I>. bytecode length changes from <I> to <I>
chuck1_codemach
train
d66f96b68348d64f6456e79113616f5e0b574ab9
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( version=__version__, description='Python client for the Serf orchestration tool', long_description=long_description, - url='TBD', + url='https://github.com/KushalP/serfclient-py', ...
The homepage for the project is the GitHub URL It's kinder to point back at the repository page for peopel that want to add some code (y)
KushalP_serfclient-py
train
1b35dda11a93f8dada39db632da90205dbdd1583
diff --git a/text/bayes.go b/text/bayes.go index <HASH>..<HASH> 100644 --- a/text/bayes.go +++ b/text/bayes.go @@ -193,7 +193,7 @@ func (b *NaiveBayes) Predict(sentence string) uint8 { sentence, _, _ = transform.String(b.sanitize, sentence) w := strings.Split(strings.ToLower(sentence), " ") for _, word := range w...
Added testing for persistance of models
cdipaolo_goml
train
dc65cc6861c3d2771163fc4a37840899a5492e23
diff --git a/pandas/tseries/period.py b/pandas/tseries/period.py index <HASH>..<HASH> 100644 --- a/pandas/tseries/period.py +++ b/pandas/tseries/period.py @@ -109,7 +109,7 @@ class Period(object): dt = value if freq is None: raise ValueError('Must supply freq for datetime valu...
Integers extracted from arrays can also be numpy scalars.
pandas-dev_pandas
train
f8cc233758d46975b0435c9dc663ed63e41b2443
diff --git a/wallet/wallet.go b/wallet/wallet.go index <HASH>..<HASH> 100644 --- a/wallet/wallet.go +++ b/wallet/wallet.go @@ -95,7 +95,8 @@ type Wallet struct { chainClientSynced bool chainClientSyncMtx sync.Mutex - lockedOutpoints map[wire.OutPoint]struct{} + lockedOutpoints map[wire.OutPoint]struct{} + loc...
wallet: add mutex for locked outpoints
btcsuite_btcwallet
train
19739034fea7f337773093ca53cf246c37b0a4ae
diff --git a/code/template/helper/behavior.php b/code/template/helper/behavior.php index <HASH>..<HASH> 100644 --- a/code/template/helper/behavior.php +++ b/code/template/helper/behavior.php @@ -274,7 +274,7 @@ class TemplateHelperBehavior extends TemplateHelperAbstract /** * Keep session alive * - ...
Issue #<I>: Improve keepalive script
timble_kodekit
train
c090a0f862302b7abc29276eaecea0fb02f47390
diff --git a/src/component.spec.js b/src/component.spec.js index <HASH>..<HASH> 100644 --- a/src/component.spec.js +++ b/src/component.spec.js @@ -224,6 +224,24 @@ describe('Component', () => { }) }) + it('should trigger a callback from rendering a store property', () => { + const callback = sinon.stub() ...
Add unit test to trigger component callbacks
Intai_bdux
train
e502069649501d9abac64a04fc54f97775319de3
diff --git a/libgit/autogit_manager.go b/libgit/autogit_manager.go index <HASH>..<HASH> 100644 --- a/libgit/autogit_manager.go +++ b/libgit/autogit_manager.go @@ -15,6 +15,17 @@ import ( type getNewConfigFn func(context.Context) ( context.Context, libkbfs.Config, string, error) +const ( + // Debug tag ID for an in...
autogit: tag all autogit contexts with a new AGID tag This will let us get some fuzzy notion of autogit usage in server stats. Issue: KBFS-<I>
keybase_client
train
cf6a4913177e1f44d7939e975ebd610c1852257f
diff --git a/nx/viper/service/mysql.py b/nx/viper/service/mysql.py index <HASH>..<HASH> 100644 --- a/nx/viper/service/mysql.py +++ b/nx/viper/service/mysql.py @@ -1,6 +1,7 @@ from twisted.logger import Logger -from twisted.internet import defer +from twisted.internet import reactor, defer from twisted.enterprise impo...
Database initialization -added option to automatically execute SQL scripts against the database if found empty on startup
Nixiware_viper
train
4184f832c0ea90a521e769bf35529ef13ee6e652
diff --git a/languagetool-server/src/main/java/org/languagetool/server/TextChecker.java b/languagetool-server/src/main/java/org/languagetool/server/TextChecker.java index <HASH>..<HASH> 100644 --- a/languagetool-server/src/main/java/org/languagetool/server/TextChecker.java +++ b/languagetool-server/src/main/java/org/la...
on exception, stop the running thread that caused e.g. a timeout
languagetool-org_languagetool
train
3e96c8be7bb9e1d71390eb856e912fb382ade233
diff --git a/.gitignore b/.gitignore index <HASH>..<HASH> 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ __pycache__/ *.py[cod] *$py.class +fontconfig/ # C extensions *.so diff --git a/django_toolset/__init__.py b/django_toolset/__init__.py index <HASH>..<HASH> 100644 --- a/django_toolset/__init__.py +...
Allow args and kwargs in active tag
dansackett_django-toolset
train
e1b9451a6c5e9c130cc6e94121a2effc4b854e26
diff --git a/tests/test_svcreg.py b/tests/test_svcreg.py index <HASH>..<HASH> 100644 --- a/tests/test_svcreg.py +++ b/tests/test_svcreg.py @@ -60,12 +60,12 @@ def test_unique_service(rr): svcreg.unique_service('example-role', candidate={}) svc01 = { "role": "example-role", - "ttl": 0.4, + ...
forgot to multiply the constants by 3
internetarchive_doublethink
train
68a79fc6a32bab9406083545e667a65ba67b0a3e
diff --git a/github/users.go b/github/users.go index <HASH>..<HASH> 100644 --- a/github/users.go +++ b/github/users.go @@ -76,6 +76,7 @@ func (u User) String() string { // user. // // GitHub API docs: https://developer.github.com/v3/users/#get-a-single-user +// and: https://developer.github.com/v3/users/#get-the-aut...
Godoc: Add GitHub API doc link for "Get the authenticated user" (#<I>)
google_go-github
train
fd535f10b3189fa46d1b72c64841da187128dc2c
diff --git a/Dropbox/OAuth/Consumer/ConsumerAbstract.php b/Dropbox/OAuth/Consumer/ConsumerAbstract.php index <HASH>..<HASH> 100644 --- a/Dropbox/OAuth/Consumer/ConsumerAbstract.php +++ b/Dropbox/OAuth/Consumer/ConsumerAbstract.php @@ -114,7 +114,7 @@ abstract class ConsumerAbstract $params['oauth_signature'] = $sign...
Separated function arguments with single space character
BenExile_Dropbox
train
88711492fa1c37f680d583385ec36f4079bee598
diff --git a/src/DependencyInjection/Compiler/FilterTypePass.php b/src/DependencyInjection/Compiler/FilterTypePass.php index <HASH>..<HASH> 100644 --- a/src/DependencyInjection/Compiler/FilterTypePass.php +++ b/src/DependencyInjection/Compiler/FilterTypePass.php @@ -23,6 +23,14 @@ final class FilterTypePass implements ...
Excluding the filter type guesser from the form type guessers group
EasyCorp_EasyAdminBundle
train
f7b5c3c1281fbdadef820a95f2e26e1b4647b485
diff --git a/lib/site_prism/element_checker.rb b/lib/site_prism/element_checker.rb index <HASH>..<HASH> 100644 --- a/lib/site_prism/element_checker.rb +++ b/lib/site_prism/element_checker.rb @@ -34,7 +34,7 @@ module SitePrism test_sections = new_mapped_items[:sections].select { |name| _expected_items.include?(...
WIP: Fix rspec tests, not currently complete
natritmeyer_site_prism
train
45987c428c77f30ea62220bbacbc48bdd4e09f10
diff --git a/examples/sandbox/sandbox.py b/examples/sandbox/sandbox.py index <HASH>..<HASH> 100644 --- a/examples/sandbox/sandbox.py +++ b/examples/sandbox/sandbox.py @@ -205,6 +205,6 @@ simConfig['analysis'] = {} # 'saveName': 'fig1.png'} # (include = ['all'], timeRange = None, maxSpikes = 1e8, orderBy = 'gid', ord...
added plotSpikeHist() (issue #<I>)
Neurosim-lab_netpyne
train
eaa75283c89b5eebde30532f75dbd3e8694a959e
diff --git a/src/Staq/Core/Data/Stack/Router.php b/src/Staq/Core/Data/Stack/Router.php index <HASH>..<HASH> 100644 --- a/src/Staq/Core/Data/Stack/Router.php +++ b/src/Staq/Core/Data/Stack/Router.php @@ -16,6 +16,8 @@ class Router extends Router\__Parent{ $page = new \Stack\View; $page[ 'content' ] = $model; ...
BugFix: Page was not always setted
Elephant418_Staq
train
4fbf5d8beeef6111aa8d99320d4c624537ceb239
diff --git a/modules/clipboard.js b/modules/clipboard.js index <HASH>..<HASH> 100644 --- a/modules/clipboard.js +++ b/modules/clipboard.js @@ -456,6 +456,12 @@ function matchStyles(node, delta) { if (style.fontStyle === 'italic') { formats.italic = true; } + if (style.textDecoration === 'underline') { + ...
Add style match for underline and strike
quilljs_quill
train
73d992633205bef154ba9e00fb7c3aacf06f3458
diff --git a/lib/hutch/waiter.rb b/lib/hutch/waiter.rb index <HASH>..<HASH> 100644 --- a/lib/hutch/waiter.rb +++ b/lib/hutch/waiter.rb @@ -12,7 +12,9 @@ module Hutch end def self.supported_signals_of(list) - list.keep_if { |s| Signal.list.keys.include? s } + list.keep_if { |s| Signal.list.keys.inc...
Waiter: QUIT is not supported on JRuby
gocardless_hutch
train
9c0074497740a86843845456f0683f363382ca12
diff --git a/src/Draggy/Autocode/Project.php b/src/Draggy/Autocode/Project.php index <HASH>..<HASH> 100644 --- a/src/Draggy/Autocode/Project.php +++ b/src/Draggy/Autocode/Project.php @@ -238,6 +238,8 @@ class Project extends ProjectBase $xmlDesign = simplexml_load_file($file); $this->loadDesign($xml...
Added fluent interface to loadFile
j-d_draggy
train
f4115d3832c77ed37188974e6b61f73f04616ead
diff --git a/jbpm-flow/src/main/java/org/jbpm/workflow/instance/node/EndNodeInstance.java b/jbpm-flow/src/main/java/org/jbpm/workflow/instance/node/EndNodeInstance.java index <HASH>..<HASH> 100644 --- a/jbpm-flow/src/main/java/org/jbpm/workflow/instance/node/EndNodeInstance.java +++ b/jbpm-flow/src/main/java/org/jbpm/w...
- removed not needed cancel on NodeInstanceContainer
kiegroup_jbpm
train
2898d6f11a4b042a9554f9faa89e7257e6568d63
diff --git a/spec/Fixture/Plugin/Double/NullableInterface.php b/spec/Fixture/Plugin/Double/NullableInterface.php index <HASH>..<HASH> 100644 --- a/spec/Fixture/Plugin/Double/NullableInterface.php +++ b/spec/Fixture/Plugin/Double/NullableInterface.php @@ -3,5 +3,6 @@ namespace Kahlan\Spec\Fixture\Plugin\Double; inter...
Fix Nullable types for non built-in types.
kahlan_kahlan
train
c287097d62ee14046b4761e493c874da6f1d54da
diff --git a/tests/perf/src/test/java/org/sonarsource/sonarqube/perf/scanner/suite/IssuesModeTest.java b/tests/perf/src/test/java/org/sonarsource/sonarqube/perf/scanner/suite/IssuesModeTest.java index <HASH>..<HASH> 100644 --- a/tests/perf/src/test/java/org/sonarsource/sonarqube/perf/scanner/suite/IssuesModeTest.java +...
Fix timings in performance tests due to hardware/OS change
SonarSource_sonarqube
train
0a2a567c4158ee2a513e941337dc6e8b4e7cab16
diff --git a/api/users/forms.py b/api/users/forms.py index <HASH>..<HASH> 100644 --- a/api/users/forms.py +++ b/api/users/forms.py @@ -12,7 +12,7 @@ User = get_user_model() class RegistrationForm(UserCreationForm): - username = forms.EmailField( + email = forms.EmailField( help_text='email address',...
Default to normal behaviour with usernames
polyaxon_polyaxon
train
877d885fbd30c45618fa801fd3350e2564ae1ace
diff --git a/test/on_yubikey/test_fips_u2f_commands.py b/test/on_yubikey/test_fips_u2f_commands.py index <HASH>..<HASH> 100644 --- a/test/on_yubikey/test_fips_u2f_commands.py +++ b/test/on_yubikey/test_fips_u2f_commands.py @@ -40,6 +40,9 @@ class TestFipsU2fCommands(DestructiveYubikeyTestCase): FIPS_U2F_...
Skip FIPS U2F PIN test if PIN is set to something else than <I>
Yubico_yubikey-manager
train
3fe7a536532f1bfd65c45134d8a23a789825476d
diff --git a/test/compile.js b/test/compile.js index <HASH>..<HASH> 100644 --- a/test/compile.js +++ b/test/compile.js @@ -64,6 +64,10 @@ module.exports.tests.current_schema = function(test, common) { // common.diff(schemaCopy, fixture); // console.error( JSON.stringify( schemaCopy, null, 2 ) ); + // cod...
Add commented out code to write expected schema to fixture this can help in updating that massive file
pelias_schema
train
d33f33d666746028eeb16a6b3c210c2f17647169
diff --git a/lib/plugins/index.js b/lib/plugins/index.js index <HASH>..<HASH> 100644 --- a/lib/plugins/index.js +++ b/lib/plugins/index.js @@ -263,8 +263,8 @@ function getRules(req, port, callback) { var options = url.parse(req.fullUrl); options.headers = extend({}, req.headers); options.headers[FULL_URL_HE...
feat: Let websocket, tunnel support the built-in rules of the disable and filter attributes
avwo_whistle
train
dc6a14af38b14eba75c6381e4cfafa46d4bfe5b6
diff --git a/function-scout.js b/function-scout.js index <HASH>..<HASH> 100644 --- a/function-scout.js +++ b/function-scout.js @@ -57,7 +57,7 @@ module.exports = function functionScout(object, { mutate = false } = {}) { if (typeof node !== 'function') return const info = scoutFunction(node) functions.pus...
fix: not mutating during traverse when turned off
nodesource_function-scout
train
de2b9caeeb7770a97b8aa561ddd71f42df287aa3
diff --git a/gns3server/compute/qemu/qemu_vm.py b/gns3server/compute/qemu/qemu_vm.py index <HASH>..<HASH> 100644 --- a/gns3server/compute/qemu/qemu_vm.py +++ b/gns3server/compute/qemu/qemu_vm.py @@ -1722,11 +1722,21 @@ class QemuVM(BaseNode): async def _import_config(self): disk_name = getattr(self, "co...
Use HDD disk image as startup QEMU config disk
GNS3_gns3-server
train
198ab1d7cd71ad0064cf0b58427d2e35eeeefc96
diff --git a/lib/pghero/methods/indexes.rb b/lib/pghero/methods/indexes.rb index <HASH>..<HASH> 100644 --- a/lib/pghero/methods/indexes.rb +++ b/lib/pghero/methods/indexes.rb @@ -13,8 +13,9 @@ module PgHero def index_caching select_all <<-SQL SELECT - indexrelname AS index, + ...
Added schema to more queries [skip ci]
ankane_pghero
train
847be8cb13e2f0882837b4e0742164d74efeb3bb
diff --git a/ramda.js b/ramda.js index <HASH>..<HASH> 100644 --- a/ramda.js +++ b/ramda.js @@ -4864,8 +4864,7 @@ '\u2029\uFEFF'; var zeroWidth = '\u200b'; var hasProtoTrim = (typeof String.prototype.trim === 'function'); - var hasTrimBug = ws.trim() || !zeroWidth.trim(); - i...
fix trim for IE < 9. yay. my favorite.
ramda_ramda
train
3581e19993c8967b362e4ad51e46ca3dc4519a69
diff --git a/lib/calyx.rb b/lib/calyx.rb index <HASH>..<HASH> 100644 --- a/lib/calyx.rb +++ b/lib/calyx.rb @@ -1,6 +1,8 @@ module Calyx class Grammar class << self + attr_accessor :registry + def start(*productions, &production) registry[:start] = construct_rule(productions) end @@ ...
Support subclassing grammars to share rule sets
maetl_calyx
train
d7469e469490b00f83b61d04e02cef856c805b93
diff --git a/java/src/test/java/org/msgpack/TestCases.java b/java/src/test/java/org/msgpack/TestCases.java index <HASH>..<HASH> 100644 --- a/java/src/test/java/org/msgpack/TestCases.java +++ b/java/src/test/java/org/msgpack/TestCases.java @@ -21,9 +21,6 @@ public class TestCases { @Test public void testCases() th...
java: fixes cross-language test case
msgpack_msgpack-ruby
train
5e1342bed85018dbd974f883b212a09a2fc89128
diff --git a/daemon/policy.go b/daemon/policy.go index <HASH>..<HASH> 100644 --- a/daemon/policy.go +++ b/daemon/policy.go @@ -252,6 +252,7 @@ func (d *Daemon) PolicyAdd(rules policyAPI.Rules, opts *AddOptions) (uint64, err // Only recompile if configuration has changed. log.Debug("CIDR policy has changed; recomp...
daemon: Fix prefix length tracking on policy failure In policy addition, one of the first functions adds references to the specified prefixes into the prefix length tracker. However, when the policy add fails it was not guaranteeing to release these references. Fix this up by adding a call to d.prefixLengths.Remove() ...
cilium_cilium
train
1fdd643cf6fb1b7fa5bfa6c93125106fb83a5296
diff --git a/immutablefield/admin.py b/immutablefield/admin.py index <HASH>..<HASH> 100644 --- a/immutablefield/admin.py +++ b/immutablefield/admin.py @@ -15,7 +15,7 @@ class ImmutableModelAdmin(admin.ModelAdmin): obj.save() def render_change_form(self, request, context, add=False, change=False, for...
Correct render_change_form to adjust when adding a immutable object.
red56_django-immutablemodel
train
daa1bf0cc04d5963c4addc47609c3388ab85bcf5
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -15,7 +15,7 @@ export const update = (intl) => { return updateIntl(intl) } -const initialState = { +export const initialState = { locale: 'en', messages: {}, }
Export initial state so it can be extended.
ratson_react-intl-redux
train
85709c45ed458dd1090f7837f76a868e62ba3461
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def create_command(text, commands): with open( - os.path.join(os.path.dirname(__file__), "README.rst"), encoding="utf-8" + os.path.join(os.path.dirname(__file__), "README.md"), encoding="utf-8" ) as ...
setup.py should read markdown README
SectorLabs_django-postgres-extra
train
84552cebbfd8f7e543bc9c751a24c4183763d24b
diff --git a/acos_client/client.py b/acos_client/client.py index <HASH>..<HASH> 100644 --- a/acos_client/client.py +++ b/acos_client/client.py @@ -41,6 +41,7 @@ from acos_client.v30.file import File as v30_File from acos_client.v30.ha import HA as v30_HA from acos_client.v30.interface import Interface as v30_Interfac...
Adjusted naming of glm modules and subsequent imports
a10networks_acos-client
train
4be2e7d550493a3ca7518abdab88950e4016cf17
diff --git a/filterpy/kalman/SUKF.py b/filterpy/kalman/SUKF.py index <HASH>..<HASH> 100644 --- a/filterpy/kalman/SUKF.py +++ b/filterpy/kalman/SUKF.py @@ -173,7 +173,6 @@ class ScaledUnscentedKalmanFilter(object): # calculate sigma points for given mean and covariance sigmas = self.sigma_points(self...
Better variable names, better docstrings.
rlabbe_filterpy
train
305e1288e64016fa71c15c9417c99873b34678a6
diff --git a/stricttuple/__init__.py b/stricttuple/__init__.py index <HASH>..<HASH> 100644 --- a/stricttuple/__init__.py +++ b/stricttuple/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # @Author: codykochmann # @Date: 2017-04-06 13:35:45 -# @Last Modified time: 2017-09-27 09:18:23 +# @Last Modified time: 2...
added a backup function for stricttuple.__repr__
CodyKochmann_stricttuple
train
71153d26d12d7d63357c298831a8c1e34b532b62
diff --git a/src/ol/expr/expressions.js b/src/ol/expr/expressions.js index <HASH>..<HASH> 100644 --- a/src/ol/expr/expressions.js +++ b/src/ol/expr/expressions.js @@ -175,39 +175,30 @@ ol.expr.Comparison.isValidOp = (function() { /** * @inheritDoc */ -ol.expr.Comparison.prototype.evaluate = function(opt_scope, opt...
Prefer if/else to switch
openlayers_openlayers
train
2cec3cb3f2585f9595f4aeeb08b02e8856b68080
diff --git a/PROTOCOLS.md b/PROTOCOLS.md index <HASH>..<HASH> 100644 --- a/PROTOCOLS.md +++ b/PROTOCOLS.md @@ -167,12 +167,19 @@ ### 10. Send user dump { - "request" : 9, + "request" : 10, "data" : { "setting name" : "setting value" } } +### 11. Get current us...
updated to make user dump/load work
eeue56_PyChat.js
train
78685d6b746e26df6e54add47405ce93710b99a1
diff --git a/hooks-admin.php b/hooks-admin.php index <HASH>..<HASH> 100644 --- a/hooks-admin.php +++ b/hooks-admin.php @@ -190,6 +190,7 @@ if ( $is_book ) { add_filter( 'wp_link_query_args', '\Pressbooks\Editor\customize_wp_link_query_args' ); add_filter( 'wp_link_query', '\Pressbooks\Editor\add_anchors_to_wp_link_...
Distinguish PB authors from WP author (fixes #<I>) (#<I>)
pressbooks_pressbooks
train
d15a258aa1f8e506bb6f29e0cc7966fe825eb588
diff --git a/tt/riemannian/riemannian_test.py b/tt/riemannian/riemannian_test.py index <HASH>..<HASH> 100644 --- a/tt/riemannian/riemannian_test.py +++ b/tt/riemannian/riemannian_test.py @@ -4,7 +4,7 @@ import copy import numpy as np import tt from copy import deepcopy -import tt.riemannian +import riemannian c...
Test jit and non-jit versions; debug and non-debug versions
oseledets_ttpy
train
ae5f866b37ba9903614965e0aef4366feabd32a6
diff --git a/karma.conf.js b/karma.conf.js index <HASH>..<HASH> 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -88,7 +88,7 @@ module.exports = function(config) { base: 'Safari' }, Chrome_Stable: { - base: 'Chrome' + base: 'ChromeHeadless' }, Fire...
Migrate base Chrome profiles to ChromeHeadless (#<I>)
niklasvh_html2canvas
train
523f05b01ab4173e41dae76f013bb80a958168ac
diff --git a/src/Oci8/Oci8ServiceProvider.php b/src/Oci8/Oci8ServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/Oci8/Oci8ServiceProvider.php +++ b/src/Oci8/Oci8ServiceProvider.php @@ -71,10 +71,10 @@ class Oci8ServiceProvider extends ServiceProvider $sessionVars = array_merge($sessionVars, $conf...
Fixed some more PSR-4 bits highlighted
yajra_laravel-oci8
train
a1d60a685b715d978f7adb095932424733bb8a26
diff --git a/core/src/main/java/com/threerings/resource/ResourceManager.java b/core/src/main/java/com/threerings/resource/ResourceManager.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/threerings/resource/ResourceManager.java +++ b/core/src/main/java/com/threerings/resource/ResourceManager.java @@ -407,8...
Use File.separatorChar where it makes sense.
threerings_nenya
train
01ebbcee243a58db6a1f1e4dd700f86a87c94b7e
diff --git a/src/findBin.js b/src/findBin.js index <HASH>..<HASH> 100644 --- a/src/findBin.js +++ b/src/findBin.js @@ -7,7 +7,7 @@ module.exports = function findBin (binName, paths, config, cb) { * If package.json has script with binName defined * we want it to be executed first */ - if (config.script...
Work with no scripts in package.json
okonet_lint-staged
train
f909bb29249c5682bfccf829c9d7f84dd0dd9c56
diff --git a/python_modules/dagster/dagster/core/definitions/events.py b/python_modules/dagster/dagster/core/definitions/events.py index <HASH>..<HASH> 100644 --- a/python_modules/dagster/dagster/core/definitions/events.py +++ b/python_modules/dagster/dagster/core/definitions/events.py @@ -149,19 +149,19 @@ class Outpu...
Migrate user-facing event docstrings to crag (#<I>)
dagster-io_dagster
train
632eecd1715be2ab98455dcb4a0598ae402fd425
diff --git a/analysis.go b/analysis.go index <HASH>..<HASH> 100644 --- a/analysis.go +++ b/analysis.go @@ -11,6 +11,7 @@ import ( "sort" "strconv" "strings" + "syscall" "unicode" ) @@ -80,6 +81,7 @@ func ListPackages(fileRoot, importRoot string) (PackageTree, error) { if err != nil { return PackageTree{...
Implement handling for perms errs in ListPackages
sdboyer_gps
train
4ce5e527f43bac165e91ddd6c6030785c32f65bf
diff --git a/pyOCD/interface/pyusb_backend.py b/pyOCD/interface/pyusb_backend.py index <HASH>..<HASH> 100644 --- a/pyOCD/interface/pyusb_backend.py +++ b/pyOCD/interface/pyusb_backend.py @@ -104,7 +104,8 @@ class PyUSB(Interface): ) product_name = usb.util.get_...
Pyusb backend fix for using EP0 Instead of raising an exception when no OUT EP is present, the pyusb_backend will use the control endpoint for HID OUT transfers. Tested withNRF mkit.
mbedmicro_pyOCD
train
86c92146a48e4bbdf9a30961d1a4d3c82463b003
diff --git a/src/Arrayy.php b/src/Arrayy.php index <HASH>..<HASH> 100644 --- a/src/Arrayy.php +++ b/src/Arrayy.php @@ -523,7 +523,7 @@ class Arrayy extends CollectionMethods implements \Countable, \IteratorAggregate } /** - * Get the last elements from index $from. + * Get the last elements from index $from...
[*]: only code-comment
voku_Arrayy
train
d1e0bc7c17b1be2766e9fca228b4c61e01988b34
diff --git a/railties/lib/rails/generators.rb b/railties/lib/rails/generators.rb index <HASH>..<HASH> 100644 --- a/railties/lib/rails/generators.rb +++ b/railties/lib/rails/generators.rb @@ -218,6 +218,7 @@ module Rails rails.delete("app") rails.delete("plugin") rails.delete("encrypted_secret...
Do not show credentials in generators help Since credentials generator is executed via the credentials command and does not need to be executed directly, so it is not necessary to show it in help.
rails_rails
train
a2be0a94dc8e4b3f3a659ecb7fcaf319d5c39e0e
diff --git a/exercises/am_i_ready/exercise.js b/exercises/am_i_ready/exercise.js index <HASH>..<HASH> 100644 --- a/exercises/am_i_ready/exercise.js +++ b/exercises/am_i_ready/exercise.js @@ -131,7 +131,7 @@ function checkGcc (pass, callback) { + chalk.bold('v' + MIN_GCC_VERSION) ) } - } ...
Remove a space in the Apple LLVM check
workshopper_goingnative
train
7cc0da2bc72b739881e3fdc21b5e13fa14ab52ab
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -18,11 +18,16 @@ class RunTests(Command): raise SystemExit(errno) +with open('README.md') as readme: + long_description = readme.read() + + setup( name='parserutils', description='A collection of per...
Add README as long_description
consbio_parserutils
train
f591c247cadb090b294bfbba4489ea3f740a4e6c
diff --git a/repository/boxnet/locallib.php b/repository/boxnet/locallib.php index <HASH>..<HASH> 100644 --- a/repository/boxnet/locallib.php +++ b/repository/boxnet/locallib.php @@ -116,6 +116,8 @@ function repository_boxnet_migrate_references_from_apiv1() { continue; } + mtrace('Startin...
MDL-<I> repository_boxnet: Improved output during migration
moodle_moodle
train
f997e9749477df12cb8f3473614dcaf74690798a
diff --git a/pyrogram/client/client.py b/pyrogram/client/client.py index <HASH>..<HASH> 100644 --- a/pyrogram/client/client.py +++ b/pyrogram/client/client.py @@ -337,13 +337,17 @@ class Client: size=document.size, progress=progress ) - ...
Add support for downloading photos not contained inside a Message
pyrogram_pyrogram
train
1146b551f4fa0939da955bc239b8cb107120d08d
diff --git a/spyderlib/plugins/ipythonconsole.py b/spyderlib/plugins/ipythonconsole.py index <HASH>..<HASH> 100644 --- a/spyderlib/plugins/ipythonconsole.py +++ b/spyderlib/plugins/ipythonconsole.py @@ -68,10 +68,9 @@ class IPythonConsoleConfigPage(PluginConfigPage): class IPythonClient(QWidget): """Find in file...
IPython console/client: clarified the 'set_exit_callback' mechanism
spyder-ide_spyder
train
99f6c7ebba44e24bbeb9fb5d88f586bd3214945e
diff --git a/betfairlightweight/streaming/listener.py b/betfairlightweight/streaming/listener.py index <HASH>..<HASH> 100644 --- a/betfairlightweight/streaming/listener.py +++ b/betfairlightweight/streaming/listener.py @@ -18,6 +18,7 @@ class BaseListener: self.stream_unique_id = None def register_strea...
add_stream moved to baselistener so it is consistent
liampauling_betfair
train
b6f3a85301d9cf364f53cf80a5f8f288ef73f701
diff --git a/cbpro/authenticated_client.py b/cbpro/authenticated_client.py index <HASH>..<HASH> 100644 --- a/cbpro/authenticated_client.py +++ b/cbpro/authenticated_client.py @@ -995,3 +995,16 @@ class AuthenticatedClient(PublicClient): """ return self._send_message('get', '/users/self/trailing-volu...
Add authenticated client get_fees method and test (#<I>) * Add authenticated client get_fees method This adds the ability to get your: * current maker & taker fee rates * <I>-day trailing volume See: <URL>
danpaquin_coinbasepro-python
train
c57e940eca5813c6de21646885692d1d6aa0c4f0
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( url='https://github.com/takeflight/wagtail-metadata', install_requires=[ - 'wagtail>=1.12', + 'wagtail>=1.12,<=1.9999', ], zip_safe=False, license='BSD License',
Restrict Wagtail version to < <I>
neon-jungle_wagtail-metadata
train
3a3b56de8b7ef1f7d5ccde34f6692cb6964481c6
diff --git a/artifactory.py b/artifactory.py index <HASH>..<HASH> 100755 --- a/artifactory.py +++ b/artifactory.py @@ -702,6 +702,16 @@ class ArtifactoryPath(pathlib.Path, PureArtifactoryPath): obj.auth = self.auth return obj + def __iter__(self): + """Iterate over the files in this direct...
Make ArtifactoryPath iterable Add __iter__ method to ArtifactoryPath. Solves #6
Parallels_artifactory
train
f8e65510e09ace2a74bc07253df52a7a41f18aa0
diff --git a/spec/c_zookeeper_spec.rb b/spec/c_zookeeper_spec.rb index <HASH>..<HASH> 100644 --- a/spec/c_zookeeper_spec.rb +++ b/spec/c_zookeeper_spec.rb @@ -16,27 +16,33 @@ if Module.const_defined?(:CZookeeper) wait_until(timeout) { @czk.state == ZookeeperConstants::ZOO_CONNECTED_STATE } end - before...
check for our connection event after zkc_state says we're connected
zk-ruby_zookeeper
train
246ab9b78f57cb3093631738517c59b491510f67
diff --git a/lib/graph_matching/matching.rb b/lib/graph_matching/matching.rb index <HASH>..<HASH> 100644 --- a/lib/graph_matching/matching.rb +++ b/lib/graph_matching/matching.rb @@ -41,7 +41,7 @@ module GraphMatching augmenting_path_edges = ap.edges raise "invalid augmenting path: must have odd length" u...
Optimize #augment by removing #match
jaredbeck_graph_matching
train
47523f248892faf2611b14f07612fee37f3b4353
diff --git a/modules/tools-json/src/main/java/com/wizzardo/tools/json/Binder.java b/modules/tools-json/src/main/java/com/wizzardo/tools/json/Binder.java index <HASH>..<HASH> 100644 --- a/modules/tools-json/src/main/java/com/wizzardo/tools/json/Binder.java +++ b/modules/tools-json/src/main/java/com/wizzardo/tools/json/B...
resolve serializer every time for generics
wizzardo_tools
train
e403ea9daa8d9bde98c542d1f77bbef5848804bd
diff --git a/webpack/ForemanTasks/Components/TasksTable/TasksTableSelectors.js b/webpack/ForemanTasks/Components/TasksTable/TasksTableSelectors.js index <HASH>..<HASH> 100644 --- a/webpack/ForemanTasks/Components/TasksTable/TasksTableSelectors.js +++ b/webpack/ForemanTasks/Components/TasksTable/TasksTableSelectors.js @...
Fixes #<I> - task id fallback when there is no label (#<I>)
theforeman_foreman-tasks
train
e5900f6322259d46a495631d981e2c0840037769
diff --git a/lib/router.js b/lib/router.js index <HASH>..<HASH> 100644 --- a/lib/router.js +++ b/lib/router.js @@ -70,10 +70,18 @@ Router.prototype._loadModule = function (modDef, symbols) { default: throw new Error('unknown module type ' + modDef.type + ' (for module ' + modDef.name + ').'); ...
T<I>: Minor improvements to lib/router.js When loading modules, append the log function to its configuration. Also, when checking for dumplicate symbols, filter out toString() and friends.
wikimedia_restbase
train
80f5e136af07fbdfce1321d1efd0771568f749be
diff --git a/spyder/plugins/variableexplorer/widgets/main_widget.py b/spyder/plugins/variableexplorer/widgets/main_widget.py index <HASH>..<HASH> 100644 --- a/spyder/plugins/variableexplorer/widgets/main_widget.py +++ b/spyder/plugins/variableexplorer/widgets/main_widget.py @@ -72,8 +72,6 @@ class VariableExplorerConte...
Collections: Use new icons for insert above/below actions
spyder-ide_spyder
train
b6e03f20a58e0a7563ba13cce8c82d8906eabb44
diff --git a/astroid/interpreter/_import/spec.py b/astroid/interpreter/_import/spec.py index <HASH>..<HASH> 100644 --- a/astroid/interpreter/_import/spec.py +++ b/astroid/interpreter/_import/spec.py @@ -281,7 +281,7 @@ def _precache_zipimporters(path=None): zipimporter instances. :param path: paths that has...
Update astroid/interpreter/_import/spec.py Taking into account @GergelyKalmar suggestion
PyCQA_astroid
train
c871ce95f58d246908f4a90f142e15718f9dcbb0
diff --git a/js/mixins/uploader.js b/js/mixins/uploader.js index <HASH>..<HASH> 100644 --- a/js/mixins/uploader.js +++ b/js/mixins/uploader.js @@ -50,6 +50,15 @@ export default { }; }, ready() { + this.$dnd = new qq.DragAndDrop({ + dropZoneElements: [this.$el], + classes:...
Prevent multiple drag and drop handlers to spawn
opendatateam_udata
train
0d240c165f45d974042511079d5f602017f1d9a5
diff --git a/haproxy/tests/test_argparse.py b/haproxy/tests/test_argparse.py index <HASH>..<HASH> 100644 --- a/haproxy/tests/test_argparse.py +++ b/haproxy/tests/test_argparse.py @@ -158,6 +158,13 @@ class ArgumentParsingTest(unittest.TestCase): '-f', 'haproxy/tests/files/huge.log', ] ...
Add test for filter expression without closing brackets
gforcada_haproxy_log_analysis
train
4d630f0e5fbb0769001a2a8b3f1e0b44c36882e7
diff --git a/examples/postman_echo/request_methods/request_with_functions_test.py b/examples/postman_echo/request_methods/request_with_functions_test.py index <HASH>..<HASH> 100644 --- a/examples/postman_echo/request_methods/request_with_functions_test.py +++ b/examples/postman_echo/request_methods/request_with_functio...
refactor: StepValidation
HttpRunner_HttpRunner
train
16de6865fa4dada6061e607477f612483ab7db0e
diff --git a/lib/poise_python/python_providers.rb b/lib/poise_python/python_providers.rb index <HASH>..<HASH> 100644 --- a/lib/poise_python/python_providers.rb +++ b/lib/poise_python/python_providers.rb @@ -23,6 +23,8 @@ module PoisePython # # @since 1.0.0 module PythonProviders + autoload :Base, 'poise_pyt...
Break a require loop where python_virtualenv loads providers/base, which tries to autoload PythonProviders, which loads providers/scl, which dies because Base isn't a symbol yet.
poise_poise-python
train