hash
stringlengths
40
40
diff
stringlengths
131
26.7k
message
stringlengths
7
694
project
stringlengths
5
67
split
stringclasses
1 value
diff_languages
stringlengths
2
24
e10ea47232cc345bd40b6c7d7d05baa37d7c1835
diff --git a/examples/service-controller.php b/examples/service-controller.php index <HASH>..<HASH> 100644 --- a/examples/service-controller.php +++ b/examples/service-controller.php @@ -31,6 +31,6 @@ $container = Yolo\createContainer( ); $app = new Yolo\Application($container); -$app->get('hello', '/', 'hello.cont...
Update service-controller example for removed route name argument
igorw_yolo
train
php
ae3d546ae23ea780aa9658afb1dd97fec277b8e0
diff --git a/src/Shell/Task/UserTask.php b/src/Shell/Task/UserTask.php index <HASH>..<HASH> 100644 --- a/src/Shell/Task/UserTask.php +++ b/src/Shell/Task/UserTask.php @@ -23,11 +23,13 @@ class UserTask extends Shell $data = [ 'email' => $email, 'password' => $password, - ...
Bugfix for shell: Users were not active and admin
cakemanager_cakephp-cakemanager
train
php
a976ffc9226d0759ac5b49e5db8cfd5618bacd9e
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -115,7 +115,13 @@ if __name__ == '__main__': 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Programming Language :: Python :: 2', + 'Programmi...
Include all Python versions in setup classifiers.
Fizzadar_pyinfra
train
py
e8483fc4444d5a1f4ef4b60a056cc82267bd16ee
diff --git a/presto-parser/src/main/java/com/facebook/presto/sql/ExpressionFormatter.java b/presto-parser/src/main/java/com/facebook/presto/sql/ExpressionFormatter.java index <HASH>..<HASH> 100644 --- a/presto-parser/src/main/java/com/facebook/presto/sql/ExpressionFormatter.java +++ b/presto-parser/src/main/java/com/fa...
Fix formating EXISTS predicate Depending on where the EXISTS predicate is placed in the query it could be required that it have to be wrapped with brackets. This patch makes ExpressionFormatter to always wrap EXISTS predicate.
prestodb_presto
train
java
71d51e34237ad43b9dc80639e75d8e1699f69f62
diff --git a/tests/unit/classes/ModelModelTest.php b/tests/unit/classes/ModelModelTest.php index <HASH>..<HASH> 100644 --- a/tests/unit/classes/ModelModelTest.php +++ b/tests/unit/classes/ModelModelTest.php @@ -5,7 +5,7 @@ use RainLab\Builder\Classes\PluginCode; class ModelModelTest extends TestCase { - public f...
Fix method declaration of test (#<I>)
rainlab_builder-plugin
train
php
5c1689d6d74d50e40d57944c0f3075b9a2701a38
diff --git a/publish/publish.go b/publish/publish.go index <HASH>..<HASH> 100644 --- a/publish/publish.go +++ b/publish/publish.go @@ -37,6 +37,7 @@ func getPublishableLocales(req *http.Request, currentUser interface{}) []string return []string{l10n.Global} } +// RegisterL10nForPublish register l10n language swit...
Comment RegisterL<I>nForPublish
qor_l10n
train
go
b1bcbbeeea60cba7f0b419d1ebe0ea8f8c132d60
diff --git a/examples/vector/main.go b/examples/vector/main.go index <HASH>..<HASH> 100644 --- a/examples/vector/main.go +++ b/examples/vector/main.go @@ -30,7 +30,10 @@ import ( ) var ( - emptyImage = ebiten.NewImage(3, 3) + emptyImage = ebiten.NewImage(3, 3) + + // emptySubImage is an internal sub image of emp...
ebiten: add comments at DrawTriangles
hajimehoshi_ebiten
train
go,go
be6e8a3e1239417d49611acf5e01a42690c1ebdc
diff --git a/src/location-transformer.js b/src/location-transformer.js index <HASH>..<HASH> 100644 --- a/src/location-transformer.js +++ b/src/location-transformer.js @@ -4,7 +4,7 @@ import { find } from './utils.js' import calculateWeeklyLevels from './weekly-levels-calculator' // centralized for whenever we imple...
refactor: use more idiomatic version of noop
fielded_angular-nav-thresholds
train
js
54246a656f44be806640f3fc7cb8799ecbd76e26
diff --git a/src/Dependency.php b/src/Dependency.php index <HASH>..<HASH> 100644 --- a/src/Dependency.php +++ b/src/Dependency.php @@ -52,7 +52,7 @@ use SimpleComplex\Utils\Exception\ContainerRuntimeException; * - cache-broker * - config * - logger - * - inspector + * - inspect * - locale * - validator *
Inspect dependency injection container ID renamed to 'inspect'; from 'inspector'.
simplecomplex_php-utils
train
php
b7a70bd880efe7eac2d354c944a902ee41e48400
diff --git a/src/Controller/AppController.php b/src/Controller/AppController.php index <HASH>..<HASH> 100644 --- a/src/Controller/AppController.php +++ b/src/Controller/AppController.php @@ -100,8 +100,8 @@ class AppController extends BaseController $patchOptions = $this->{$this->name}->enablePrimaryKeyAcc...
Same as add action (task #<I>)
QoboLtd_cakephp-csv-migrations
train
php
11e55be636907e537e9ab4769a55d115a9e42b89
diff --git a/lib/expeditor/command.rb b/lib/expeditor/command.rb index <HASH>..<HASH> 100644 --- a/lib/expeditor/command.rb +++ b/lib/expeditor/command.rb @@ -65,7 +65,7 @@ module Expeditor def wait raise NotStartedError if not started? @normal_future.wait - @fallback_var.wait if @fallback_var +...
Do not wait fallback in Command#wait when fallback_enabled is false
cookpad_expeditor
train
rb
ed093da9c5b34523401605bbfd6bc6ab2121187e
diff --git a/lib/upgrader.js b/lib/upgrader.js index <HASH>..<HASH> 100644 --- a/lib/upgrader.js +++ b/lib/upgrader.js @@ -97,7 +97,7 @@ var upgradePerson = function(person, callback) { var start = url.indexOf("/" + person.preferredUsername + "/"); return url.substr(start + 1); }, - ...
Move the urlToSlug call down till we know there is one.
pump-io_pump.io
train
js
03b7d29e9e7005d5c6922fa66d9e5e35cd17e74f
diff --git a/main/core/Manager/ResourceManager.php b/main/core/Manager/ResourceManager.php index <HASH>..<HASH> 100644 --- a/main/core/Manager/ResourceManager.php +++ b/main/core/Manager/ResourceManager.php @@ -254,6 +254,8 @@ class ResourceManager []; $this->dispatcher->dispatch('log', 'Log\Log...
[CoreBundle] Publication event trigger by resource creations and multiple publications (#<I>)
claroline_Distribution
train
php
3471b51a3ac666c0632ecc3349e714d3ed1a386b
diff --git a/lib/tracker_api/resources/epic.rb b/lib/tracker_api/resources/epic.rb index <HASH>..<HASH> 100644 --- a/lib/tracker_api/resources/epic.rb +++ b/lib/tracker_api/resources/epic.rb @@ -3,10 +3,15 @@ module TrackerApi class Epic include Shared::HasId + attribute :comment_ids, Array[Integer] ...
Added the ability to eagerly load comments and followers for epics using the fields param.
dashofcode_tracker_api
train
rb,rb
4a276534cd9c1834480b324c3b2b8d7bf33d3714
diff --git a/core/codegen/src/main/java/org/overture/codegen/vdm2java/JavaFormat.java b/core/codegen/src/main/java/org/overture/codegen/vdm2java/JavaFormat.java index <HASH>..<HASH> 100644 --- a/core/codegen/src/main/java/org/overture/codegen/vdm2java/JavaFormat.java +++ b/core/codegen/src/main/java/org/overture/codege...
Minor change: Method name did not reflect its function
overturetool_overture
train
java
da87d182784bec5f89bb8d59e08a8cfcff9aeae9
diff --git a/src/Cache.php b/src/Cache.php index <HASH>..<HASH> 100755 --- a/src/Cache.php +++ b/src/Cache.php @@ -42,6 +42,7 @@ class Cache extends AbstractResult "timeout" => static::DAY, "limit" => 10000, "directories" => 3, + "permissions" => 0...
Default the cache permissions to world-writable But allow it to be overridden
duncan3dc_sql-class
train
php
2233790457df59c9fe513c4372d810c74969ca6c
diff --git a/src/pyws/functions/__init__.py b/src/pyws/functions/__init__.py index <HASH>..<HASH> 100644 --- a/src/pyws/functions/__init__.py +++ b/src/pyws/functions/__init__.py @@ -1,4 +1,5 @@ -#noinspection PyUnresolvedReferences +from inspect import getargspec + from pyws.functions.args import DictOf, TypeFactory ...
function arguments are inferred correctly, if they are not specified, issue #<I>
stepank_pyws
train
py
c8b323832ec73bc4d86a4307ca0c9b4d3fd92dc4
diff --git a/metric_tank/aggmetric.go b/metric_tank/aggmetric.go index <HASH>..<HASH> 100644 --- a/metric_tank/aggmetric.go +++ b/metric_tank/aggmetric.go @@ -280,7 +280,7 @@ func (a *AggMetric) Add(ts uint32, val float64) { if currentChunk.Saved { //TODO(awoods): allow the chunk to be re-opened. - log.Error...
log the metric key and T0 when GC persists chunk
grafana_metrictank
train
go
0ed4ff25df77688894e5755f901f5726e21c49af
diff --git a/src/Illuminate/Foundation/Testing/TestCase.php b/src/Illuminate/Foundation/Testing/TestCase.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Foundation/Testing/TestCase.php +++ b/src/Illuminate/Foundation/Testing/TestCase.php @@ -4,6 +4,7 @@ namespace Illuminate\Foundation\Testing; use Mockery; use...
Clear facades before running each test.
laravel_framework
train
php
188b439b25dbe020977761cc719efaf452e79423
diff --git a/spacy/language_data/punctuation.py b/spacy/language_data/punctuation.py index <HASH>..<HASH> 100644 --- a/spacy/language_data/punctuation.py +++ b/spacy/language_data/punctuation.py @@ -25,7 +25,7 @@ _QUOTES = r""" _PUNCT = r""" … , : ; \! \? ¿ ¡ \( \) \[ \] \{ \} < > _ # \* & -。? ! , 、 ; : ~ +。 ? ! , ...
Add Chinese punctuation Add Chinese punctuation.
explosion_spaCy
train
py
6591f284cbcc407d2d1bbe1df3aba0b0d21923ff
diff --git a/src/bandersnatch/tests/test_utils.py b/src/bandersnatch/tests/test_utils.py index <HASH>..<HASH> 100644 --- a/src/bandersnatch/tests/test_utils.py +++ b/src/bandersnatch/tests/test_utils.py @@ -95,4 +95,14 @@ def test_unlink_parent_dir(): def test_user_agent(): - assert re.match(r"bandersnatch/[0-9...
Allow devX versions + test asyncio user agent
pypa_bandersnatch
train
py
d311ba4c1857d9579629623b8a48d6158c92cc2d
diff --git a/metapipe/parser.py b/metapipe/parser.py index <HASH>..<HASH> 100644 --- a/metapipe/parser.py +++ b/metapipe/parser.py @@ -1,7 +1,10 @@ """ A parser and other parser related classes. """ -from lexer import Token - +try: + from metapipe.lexer import Token # Python3 +except ImportError: + from lexer impo...
Fixes Python2/3 compatability.
TorkamaniLab_metapipe
train
py
c4214ca3ae89899f76f40760b1402536b178143e
diff --git a/tests/preProcessor_test.py b/tests/preProcessor_test.py index <HASH>..<HASH> 100644 --- a/tests/preProcessor_test.py +++ b/tests/preProcessor_test.py @@ -92,13 +92,13 @@ class TTFPreProcessorTest: assert (glyphSets1["a"][0][0].y - glyphSets0["a"][0][0].y) == 10 def test_custom_filters_as_ar...
tests: load filter directly instead of loadFilterFromString
googlefonts_ufo2ft
train
py
5acd02a3755cfc62c132d322c0d8e97f368f2a15
diff --git a/src/bindings/gaiabuild/serialize.js b/src/bindings/gaiabuild/serialize.js index <HASH>..<HASH> 100644 --- a/src/bindings/gaiabuild/serialize.js +++ b/src/bindings/gaiabuild/serialize.js @@ -43,12 +43,12 @@ function serializeEntries(lang, langEntries, sourceEntries) { return [errors, entries]; } -func...
Use target and source as arg names in extend()
l20n_l20n.js
train
js
db6f7fa4412bd62e02293364833914564a461133
diff --git a/SingularityBase/src/main/java/com/hubspot/singularity/ExtendedTaskState.java b/SingularityBase/src/main/java/com/hubspot/singularity/ExtendedTaskState.java index <HASH>..<HASH> 100644 --- a/SingularityBase/src/main/java/com/hubspot/singularity/ExtendedTaskState.java +++ b/SingularityBase/src/main/java/com/...
Improve ExtendedTaskState: verify on startup that every possible TaskState has a map entry Improve error message should this somehow fail (right now it is "IllegalArgumentException: null" Note that this causes tests to fail as we are missing the 'TASK_ERROR' state.
HubSpot_Singularity
train
java
ce7d70de082c9ba9bb5b3295b28f0490b72a5cf6
diff --git a/src/main/java/org/dasein/cloud/google/network/LoadBalancerSupport.java b/src/main/java/org/dasein/cloud/google/network/LoadBalancerSupport.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/dasein/cloud/google/network/LoadBalancerSupport.java +++ b/src/main/java/org/dasein/cloud/google/network/LoadBa...
better fix, found in develop, somehow never made it here...
dasein-cloud_dasein-cloud-google
train
java
c76756cd701b19c574993d73d932c91054b65d16
diff --git a/kernel/classes/workflowtypes/event/ezmultiplexer/ezmultiplexertype.php b/kernel/classes/workflowtypes/event/ezmultiplexer/ezmultiplexertype.php index <HASH>..<HASH> 100644 --- a/kernel/classes/workflowtypes/event/ezmultiplexer/ezmultiplexertype.php +++ b/kernel/classes/workflowtypes/event/ezmultiplexer/ezm...
Fix EZP-<I>: Only show published users in multiplexer edit
ezsystems_ezpublish-legacy
train
php
516f7d27328b109c7efe01260603cc4eb8c3908c
diff --git a/core/src/main/java/com/github/gumtreediff/tree/TreeMetrics.java b/core/src/main/java/com/github/gumtreediff/tree/TreeMetrics.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/github/gumtreediff/tree/TreeMetrics.java +++ b/core/src/main/java/com/github/gumtreediff/tree/TreeMetrics.java @@ -20,17...
doc-feat: documented treemetrics.
GumTreeDiff_gumtree
train
java
e026a853d0df6936d587c636d2bcb434e267fef3
diff --git a/trimesh/resources/__init__.py b/trimesh/resources/__init__.py index <HASH>..<HASH> 100644 --- a/trimesh/resources/__init__.py +++ b/trimesh/resources/__init__.py @@ -1,6 +1,8 @@ import os import json +from ..util import decode_text + # find the current absolute path to this directory _pwd = os.path.e...
fix json-needs-string-not-bytes issue for Python <I>
mikedh_trimesh
train
py
aae509b82eaca0bada27cb168473c78b916f89ab
diff --git a/src/Symfony/Component/VarDumper/Tests/Command/ServerDumpCommandTest.php b/src/Symfony/Component/VarDumper/Tests/Command/ServerDumpCommandTest.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/VarDumper/Tests/Command/ServerDumpCommandTest.php +++ b/src/Symfony/Component/VarDumper/Tests/Command/Ser...
skip command completion tests with older Symfony Console versions
symfony_symfony
train
php
1fc55c2bb9bce1451d6199e8aaa23ef8baa0e46c
diff --git a/runtime_test.go b/runtime_test.go index <HASH>..<HASH> 100644 --- a/runtime_test.go +++ b/runtime_test.go @@ -21,10 +21,10 @@ func nuke(runtime *Runtime) error { var wg sync.WaitGroup for _, container := range runtime.List() { wg.Add(1) - go func() { - container.Kill() + go func(c *Container) { ...
kill the right containers in runtime_test
moby_moby
train
go
afc9ddca78301e5c5cbb3121d29f92d790a5e486
diff --git a/freezegun/api.py b/freezegun/api.py index <HASH>..<HASH> 100644 --- a/freezegun/api.py +++ b/freezegun/api.py @@ -616,6 +616,7 @@ def freeze_time(time_to_freeze=None, tz_offset=0, ignore=None, tick=False, as_ar if ignore is None: ignore = [] + ignore.append('nose.plugins') ignore.ap...
ignore nose plugins to prevent test timing issues
spulec_freezegun
train
py
7a3ee4fa43cc266c17a1d99e91c7a912daf2e338
diff --git a/src/Context/JsonRpcClientContext.php b/src/Context/JsonRpcClientContext.php index <HASH>..<HASH> 100644 --- a/src/Context/JsonRpcClientContext.php +++ b/src/Context/JsonRpcClientContext.php @@ -292,7 +292,7 @@ class JsonRpcClientContext implements JsonRpcClientAwareContext * @param string|integer $id...
Fix the pattern for control error message. The problem: We can not check error message, if message have a double quotes. Solution: Change pattern mask. Example: Then the response should be error with id "<I>", message "The user "t.repak" is removed." Then the response should be error with id "<I>", message "T...
f1nder_BehatJsonRpcExtension
train
php
b2342866c9835485c667216b309b089da6d73ca0
diff --git a/command/ui_output.go b/command/ui_output.go index <HASH>..<HASH> 100644 --- a/command/ui_output.go +++ b/command/ui_output.go @@ -1,6 +1,8 @@ package command import ( + "sync" + "github.com/mitchellh/cli" "github.com/mitchellh/colorstring" ) @@ -9,7 +11,18 @@ import ( type UIOutput struct { Col...
command: UIOutput is functinal
hashicorp_terraform
train
go
f2c4274002aeea64f6547a99872749192d7803e1
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 @@ -14,6 +14,7 @@ class Seeder protected $db; protected $dbforge; protected $seedPath; + protected $depends = []; public fu...
feat: add call depends seeder list method
kenjis_ci-phpunit-test
train
php
9d3cfeeefc89291a700addbbfbaf5f931771a93c
diff --git a/holoviews/core/dimension.py b/holoviews/core/dimension.py index <HASH>..<HASH> 100644 --- a/holoviews/core/dimension.py +++ b/holoviews/core/dimension.py @@ -661,7 +661,12 @@ class Dimensioned(LabelledData): if not all(isinstance(v, dict) for v in kwargs.values()): raise Excep...
The __call__ method now specifies group string in options if necessary This prevents over specific option matching (e.g 'Image.Image' instead of just 'Image') when the group isn't set. This prevents ``__call__`` from always take precedence over the %%opts magic.
pyviz_holoviews
train
py
83e82012e1e701ef79d1900e658ca0eb95e4b17a
diff --git a/pnc-ui/app/app.js b/pnc-ui/app/app.js index <HASH>..<HASH> 100644 --- a/pnc-ui/app/app.js +++ b/pnc-ui/app/app.js @@ -29,7 +29,6 @@ 'pnc.record', 'pnc.configuration-set', 'pnc.websockets', - 'pnc.environment', 'pnc.milestone' ]);
[NCL-<I>] UI throws exception and doesn't load
project-ncl_pnc
train
js
8b418da9a7697678f91937404846d23d7605d860
diff --git a/tests/core/tests/resources_tests.py b/tests/core/tests/resources_tests.py index <HASH>..<HASH> 100644 --- a/tests/core/tests/resources_tests.py +++ b/tests/core/tests/resources_tests.py @@ -715,6 +715,27 @@ class PostgresTests(TransactionTestCase): except IntegrityError: self.fail('In...
Add test written by bmihelac at a<I>b9f0
django-import-export_django-import-export
train
py
11cc5042ebdc13e192d8137bd649c2ae6ce8d39b
diff --git a/src/main/java/net/wasdev/wlp/common/springboot/util/SpringBootManifest.java b/src/main/java/net/wasdev/wlp/common/springboot/util/SpringBootManifest.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/wasdev/wlp/common/springboot/util/SpringBootManifest.java +++ b/src/main/java/net/wasdev/wlp/common/s...
Refactored according to codacy
WASdev_ci.common
train
java
cb2a320a787675268c13783eafea13dd5e400706
diff --git a/plugin/src/main/java/org/graylog/plugins/pipelineprocessor/db/mongodb/MongoDbRuleService.java b/plugin/src/main/java/org/graylog/plugins/pipelineprocessor/db/mongodb/MongoDbRuleService.java index <HASH>..<HASH> 100644 --- a/plugin/src/main/java/org/graylog/plugins/pipelineprocessor/db/mongodb/MongoDbRuleSe...
Sort alphabetically by title in MongoDbRuleService#loadAll() (#<I>) The previous implementation returned an intransparent sorting of rules to the user. Users expect a stable sorting of rules, so we'll sort them alphabetically by title to get a stable sorting.
Graylog2_graylog-plugin-pipeline-processor
train
java
4fc0c00a831a5c925970245ee302c23051085034
diff --git a/spring-social-core/src/main/java/org/springframework/social/connect/UserProfile.java b/spring-social-core/src/main/java/org/springframework/social/connect/UserProfile.java index <HASH>..<HASH> 100644 --- a/spring-social-core/src/main/java/org/springframework/social/connect/UserProfile.java +++ b/spring-soc...
Reintroduce constructor to UserProfile to preserve backward compatibility. See #<I>
spring-projects_spring-social
train
java
72cf88e37e95e788cdc8e9b496790ad8f1e2434f
diff --git a/src/numdifftools/tests/test_fornberg.py b/src/numdifftools/tests/test_fornberg.py index <HASH>..<HASH> 100644 --- a/src/numdifftools/tests/test_fornberg.py +++ b/src/numdifftools/tests/test_fornberg.py @@ -1,6 +1,6 @@ from __future__ import print_function -from hypothesis import given, example, note, se...
Removed obsolete import of example from hypothesis
pbrod_numdifftools
train
py
8331fc1be6691ee5a7ae5e20ab020907bfc317fe
diff --git a/jmx/src/main/java/org/jboss/as/jmx/PluggableMBeanServerImpl.java b/jmx/src/main/java/org/jboss/as/jmx/PluggableMBeanServerImpl.java index <HASH>..<HASH> 100644 --- a/jmx/src/main/java/org/jboss/as/jmx/PluggableMBeanServerImpl.java +++ b/jmx/src/main/java/org/jboss/as/jmx/PluggableMBeanServerImpl.java @@ -2...
AS7-<I> Fix PluggableMBeanServerImpl#isRegistered() to take into account MBeans registered with the root MBeanServer was: <I>f<I>c<I>b2b<I>b<I>f1ee<I>e
wildfly_wildfly-core
train
java
6a273e4b6db66b58d5ce7931b64f3c1bec5dab77
diff --git a/src/dictionary.js b/src/dictionary.js index <HASH>..<HASH> 100644 --- a/src/dictionary.js +++ b/src/dictionary.js @@ -31,7 +31,7 @@ export default class Dictionary { } const dict = this.dictionary[locale].custom && this.dictionary[locale].custom[field]; - if (! dict) { + if (! dict || ! d...
messages don't have to be functions and fix dictionary fallback issues
baianat_vee-validate
train
js,js
7a8148a7bbd7aaa5e9e157118c824ab502f9b052
diff --git a/guava/src/com/google/common/cache/Cache.java b/guava/src/com/google/common/cache/Cache.java index <HASH>..<HASH> 100644 --- a/guava/src/com/google/common/cache/Cache.java +++ b/guava/src/com/google/common/cache/Cache.java @@ -137,6 +137,10 @@ public interface Cache<K, V> { /** * Returns a view of th...
Promise at least weakly consistent iteration for asMap(). ------------- Created by MOE: <URL>
google_guava
train
java
7f02af5e1d1733ff9e5b42e1ce029cb18cb7dade
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -19,9 +19,8 @@ else: version = version_parts[0] elif len(version_parts) > 1: version = '-'.join(version_parts[:2]) - if environ.get('CI') != 'true': # no local version for CI - if version_parts...
doh. .dev is actually a public version cmoponent
dschep_ntfy
train
py
1079f533d16896d99b516c373aa3115b82a0d791
diff --git a/Generator/Readme.php b/Generator/Readme.php index <HASH>..<HASH> 100644 --- a/Generator/Readme.php +++ b/Generator/Readme.php @@ -2,6 +2,8 @@ namespace DrupalCodeBuilder\Generator; +use DrupalCodeBuilder\Definition\PropertyDefinition; + /** * Generator base class for module README file. * @@ -12,...
Updated Readme generator to property definition.
drupal-code-builder_drupal-code-builder
train
php
daabd0c8c7c29ff8c5583d610056ea3c8ac91a3a
diff --git a/autotest/pst_tests.py b/autotest/pst_tests.py index <HASH>..<HASH> 100644 --- a/autotest/pst_tests.py +++ b/autotest/pst_tests.py @@ -975,9 +975,8 @@ def write2_nan_test(): pst.write("test.pst", version=2) pst = pyemu.Pst(os.path.join("test.pst")) - print(pst.control_data.nphinored) - ret...
fix in pst when repeated read and write of v2, some kw args were getting revereted to default values
jtwhite79_pyemu
train
py
d1812e032c2ab3c0f17c038cb77f45f36e074cd4
diff --git a/lib/lwm2m-common.js b/lib/lwm2m-common.js index <HASH>..<HASH> 100644 --- a/lib/lwm2m-common.js +++ b/lib/lwm2m-common.js @@ -1245,6 +1245,7 @@ export class LwM2MObjectStore { repo: result, // toJSON() output cleaner: cleaner }; + this.emit(`/${objectId}`, null, 'backedUp', fa...
Issue events associated with backup()/restore() functions
CANDY-LINE_node-red-contrib-lwm2m
train
js
b37520fb66bd5c6bccbbcf5e7ec233d39f70adf6
diff --git a/vcs/tests/test_workdirs.py b/vcs/tests/test_workdirs.py index <HASH>..<HASH> 100644 --- a/vcs/tests/test_workdirs.py +++ b/vcs/tests/test_workdirs.py @@ -72,8 +72,8 @@ class WorkdirTestCaseMixin(BackendTestMixin): foobranch_head = self.imc.commit(message='asd', author='john', branch='foobranch') ...
'checkout_branch' tests: turned two assertNotEqual into assertEqual checks
codeinn_vcs
train
py
5cdc0002e9abb2463fffc962dadc3479f72d7486
diff --git a/certcrypto/crypto.go b/certcrypto/crypto.go index <HASH>..<HASH> 100644 --- a/certcrypto/crypto.go +++ b/certcrypto/crypto.go @@ -199,7 +199,10 @@ func ParsePEMCertificate(cert []byte) (*x509.Certificate, error) { } func ExtractDomains(cert *x509.Certificate) []string { - domains := []string{cert.Subje...
crypto: Treat CommonName as optional (#<I>)
go-acme_lego
train
go
fb3e4f61cbea2907f44a94030d7e6d305c4af08e
diff --git a/lib/simple_form/inputs/collection_input.rb b/lib/simple_form/inputs/collection_input.rb index <HASH>..<HASH> 100644 --- a/lib/simple_form/inputs/collection_input.rb +++ b/lib/simple_form/inputs/collection_input.rb @@ -66,10 +66,9 @@ module SimpleForm end def detect_common_display_methods(co...
Avoid translating each key in the collection, just lookup once
plataformatec_simple_form
train
rb
562e9feb8abb72b431912fe35f40a6e9469daad5
diff --git a/fear_the_goblin.js b/fear_the_goblin.js index <HASH>..<HASH> 100644 --- a/fear_the_goblin.js +++ b/fear_the_goblin.js @@ -34,4 +34,25 @@ http.get("http://eventpoints.osweekends.com/api/events", function(res){ }); }).on('error', function(e){ console.log("Got an error: ", e); -}); \ No newline at ...
example improved now with lambda basics...
GoblinDBRocks_GoblinDB
train
js
daed75260903119f8f5dc8ee493778c50b1a6a8f
diff --git a/airflow/configuration.py b/airflow/configuration.py index <HASH>..<HASH> 100644 --- a/airflow/configuration.py +++ b/airflow/configuration.py @@ -41,10 +41,11 @@ from airflow.utils.module_loading import import_string log = logging.getLogger(__name__) # show Airflow's deprecation warnings -warnings.filt...
Make it possible to silence warnings from Airflow (#<I>) If we blindly set the warnings filter, it is _impossible_ to silence these warnings. This is the approach suggested in <URL>
apache_airflow
train
py
b5f8f758afff495963dfd50ea8d31839d773ab88
diff --git a/biojava-structure-gui/src/main/java/org/biojava/nbio/structure/gui/BiojavaJmol.java b/biojava-structure-gui/src/main/java/org/biojava/nbio/structure/gui/BiojavaJmol.java index <HASH>..<HASH> 100644 --- a/biojava-structure-gui/src/main/java/org/biojava/nbio/structure/gui/BiojavaJmol.java +++ b/biojava-struc...
Fixing resizing problem in BiojavaJmol as in commit <I>f9
biojava_biojava
train
java
0d55b660e0c40bdd8eb72644173934e22bcd8738
diff --git a/lib/guard/interactor.rb b/lib/guard/interactor.rb index <HASH>..<HASH> 100644 --- a/lib/guard/interactor.rb +++ b/lib/guard/interactor.rb @@ -18,7 +18,7 @@ module Guard require 'guard/commands/show' def initialize - Pry::RC_FILES << '~/.guardrc' + Pry::RC_FILES.unshift '~/.guardrc' ...
Try to load ~/.guardrc first.
guard_guard
train
rb
e25bd13153e87e91289343f55b3ee8d3228fb7ac
diff --git a/log/log.go b/log/log.go index <HASH>..<HASH> 100644 --- a/log/log.go +++ b/log/log.go @@ -14,7 +14,7 @@ func SetOutWriter(writer io.Writer) { outWriter = writer } -var enableDebugLog = true +var enableDebugLog = false // SetEnableDebugLog ... func SetEnableDebugLog(enable bool) {
disable debug log by default (#<I>)
bitrise-io_go-utils
train
go
af7d2cb5964ac75a1e3c71ca62efba8b942a0a8e
diff --git a/consul/config.go b/consul/config.go index <HASH>..<HASH> 100644 --- a/consul/config.go +++ b/consul/config.go @@ -32,7 +32,6 @@ func init() { protocolVersionMap = map[uint8]uint8{ 1: 4, 2: 4, - 3: 5, } } diff --git a/consul/server.go b/consul/server.go index <HASH>..<HASH> 100644 --- a/consul...
Bumps protocol version back down as we've made memberlist smarter.
hashicorp_consul
train
go,go
d383736bf8bf0780e3c1e293fb999358443311f1
diff --git a/client/lib/abtest/active-tests.js b/client/lib/abtest/active-tests.js index <HASH>..<HASH> 100644 --- a/client/lib/abtest/active-tests.js +++ b/client/lib/abtest/active-tests.js @@ -113,8 +113,8 @@ export default { inlineHelpWithContactForm: { datestamp: '20180306', variations: { - original: 90, ...
Inline Help: make the contact form available to all users (#<I>)
Automattic_wp-calypso
train
js
1b2e4c3d4efc0b6271d9e04fd14361ba85c0ed55
diff --git a/t/cmd/git-credential-lfstest.go b/t/cmd/git-credential-lfstest.go index <HASH>..<HASH> 100644 --- a/t/cmd/git-credential-lfstest.go +++ b/t/cmd/git-credential-lfstest.go @@ -118,6 +118,9 @@ func credsFromFilename(file string) (string, string, error) { return "", "", fmt.Errorf("Error opening %q: %s", fi...
t/cmd: make credential helper produce useful errors The credential helper can fail in some cases when it gets data that doesn't contain a colon. In such a case, make it print a useful error instead of panicking.
git-lfs_git-lfs
train
go
c6d61f9b43d89dc280b6089dee674daa8c180146
diff --git a/example/src/main/java/io/netty/example/http2/server/Http2ServerInitializer.java b/example/src/main/java/io/netty/example/http2/server/Http2ServerInitializer.java index <HASH>..<HASH> 100644 --- a/example/src/main/java/io/netty/example/http2/server/Http2ServerInitializer.java +++ b/example/src/main/java/io/...
Fix merge issue introduced by <I>c0d<I> Motiviation: Interface changes between master and <I> branch resulted in a compile failure. Modifications: - change messageReceived to channelRead0 Result: No more compile error.
netty_netty
train
java
be977c133f691509517f44f8119a82c0b653144b
diff --git a/lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php b/lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php +++ b/lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php @@ -1187,7 +1187,7 @@ class SQLServerPlatform extends AbstractPla...
Change (?:DISTINCT|) to (?:DISTINCT)?
doctrine_dbal
train
php
e2eaf19f4952db4a8218e297ff13e4d2b5f38f43
diff --git a/Spartacus/Database.py b/Spartacus/Database.py index <HASH>..<HASH> 100644 --- a/Spartacus/Database.py +++ b/Spartacus/Database.py @@ -1868,10 +1868,11 @@ class PostgreSQL(Generic): def Close(self, p_commit=True): try: if self.v_con: - if p_commit: - ...
<I>: Fixed a bug in Close when in async mode
wind39_spartacus
train
py,py
5adceea7e983e7be221e6411b4b8aeedf264408a
diff --git a/system/src/Grav/Common/Data/Blueprint.php b/system/src/Grav/Common/Data/Blueprint.php index <HASH>..<HASH> 100644 --- a/system/src/Grav/Common/Data/Blueprint.php +++ b/system/src/Grav/Common/Data/Blueprint.php @@ -111,6 +111,18 @@ class Blueprint extends BlueprintForm } /** + * Return bluep...
Add function to get direct access to blueprint schema
getgrav_grav
train
php
4c0b37146ef36ea5657ebc0d580bb09a54f0d687
diff --git a/tests/DiffMatchPatch/PerformanceTest.php b/tests/DiffMatchPatch/PerformanceTest.php index <HASH>..<HASH> 100644 --- a/tests/DiffMatchPatch/PerformanceTest.php +++ b/tests/DiffMatchPatch/PerformanceTest.php @@ -37,6 +37,11 @@ class PerformanceTest extends \PHPUnit_Framework_TestCase $text1 = file_g...
Add a warm up to performance tests.
yetanotherape_diff-match-patch
train
php
3740511b1c7de65775bc9a8287e51304c51fff83
diff --git a/bundle/View/Builder/TagViewBuilder.php b/bundle/View/Builder/TagViewBuilder.php index <HASH>..<HASH> 100644 --- a/bundle/View/Builder/TagViewBuilder.php +++ b/bundle/View/Builder/TagViewBuilder.php @@ -73,7 +73,7 @@ class TagViewBuilder implements ViewBuilder */ public function matches($argument...
Controller can be a closure in TagViewBuilder
netgen_TagsBundle
train
php
fcd830d781ae5f42ef6dd59163db4b6138556e1a
diff --git a/includes/functions/functions_print_lists.php b/includes/functions/functions_print_lists.php index <HASH>..<HASH> 100644 --- a/includes/functions/functions_print_lists.php +++ b/includes/functions/functions_print_lists.php @@ -819,7 +819,13 @@ function print_fam_table($datalist, $option='') { } echo '...
Fix: $marriage_date undefined
fisharebest_webtrees
train
php
2b8424c74895c6a8dbd3d7f2cc789dd1027d6e89
diff --git a/cqlengine/columns.py b/cqlengine/columns.py index <HASH>..<HASH> 100644 --- a/cqlengine/columns.py +++ b/cqlengine/columns.py @@ -313,6 +313,7 @@ class DateTime(Column): db_type = 'timestamp' def to_python(self, value): + if value is None: return if isinstance(value, datetime): ...
Added guards to handle None value in Date and DateTime column to_python conversion
cqlengine_cqlengine
train
py
c38f2af3ca485fc0a6c63c5e5f1a5f9d79c35223
diff --git a/app/models/article.rb b/app/models/article.rb index <HASH>..<HASH> 100644 --- a/app/models/article.rb +++ b/app/models/article.rb @@ -146,7 +146,7 @@ class Article < Content if user.notify_via_jabber? JabberNotify.send_message(user, "New post", "A new message wa...
Update jabber code slightly. May still be broken; I'll revisit after <I>. Closes #<I> git-svn-id: <URL>
publify_publify
train
rb,rb
863d8375c4b13ba8203031824e6c0111cf4d8e66
diff --git a/domain-management/src/main/java/org/jboss/as/domain/management/security/SecurityRealmService.java b/domain-management/src/main/java/org/jboss/as/domain/management/security/SecurityRealmService.java index <HASH>..<HASH> 100644 --- a/domain-management/src/main/java/org/jboss/as/domain/management/security/Sec...
[WFCORE-<I>] Always wrap using the shared state realm as plug-ins expect a shared state Map in all situations.
wildfly_wildfly-core
train
java
d7b07367edc9ccac2fe50fa2a70e7059a482285b
diff --git a/lib/transports/polling.js b/lib/transports/polling.js index <HASH>..<HASH> 100644 --- a/lib/transports/polling.js +++ b/lib/transports/polling.js @@ -153,23 +153,11 @@ Polling.prototype.doClose = function () { * @api private */ -Polling.prototype.writeMany = function (packets, fn) { +Polling.prototyp...
writeMany is gone, write now handles arrays directly.
socketio_engine.io-client
train
js
e74891d091a338c3d1fe82b45bc76d9305c14059
diff --git a/Symfony/CS/Resources/phar-stub.php b/Symfony/CS/Resources/phar-stub.php index <HASH>..<HASH> 100644 --- a/Symfony/CS/Resources/phar-stub.php +++ b/Symfony/CS/Resources/phar-stub.php @@ -10,6 +10,11 @@ * with this source code in the file LICENSE. */ +if (version_compare(phpversion(), '5.3.6', '<')) { ...
Add PHP version check for phar-stub
FriendsOfPHP_PHP-CS-Fixer
train
php
aee3a452dab3fb507b7bc3359dd48ed9a1577b24
diff --git a/examples/memory/model.js b/examples/memory/model.js index <HASH>..<HASH> 100644 --- a/examples/memory/model.js +++ b/examples/memory/model.js @@ -14,7 +14,7 @@ var oauthAccessTokens = [], password: [ 'thom' ], - refreshToken: [ + refresh_token: [ 'thom' ] },
Corrected Refresh Token array in memory
oauthjs_node-oauth2-server
train
js
7e724f266d8239056b7dd574218a9ad3d85902e2
diff --git a/bugzoo/localization/suspiciousness.py b/bugzoo/localization/suspiciousness.py index <HASH>..<HASH> 100644 --- a/bugzoo/localization/suspiciousness.py +++ b/bugzoo/localization/suspiciousness.py @@ -3,7 +3,7 @@ from typing import Dict, Callable # a registry of suspiciousness metrics SuspiciousnessMetric...
localization: removed Python <I> code
squaresLab_BugZoo
train
py
67981cb4b4edcd5919f2cc986d3107e0eec6ae76
diff --git a/src/main/java/graphql/validation/TraversalContext.java b/src/main/java/graphql/validation/TraversalContext.java index <HASH>..<HASH> 100644 --- a/src/main/java/graphql/validation/TraversalContext.java +++ b/src/main/java/graphql/validation/TraversalContext.java @@ -127,7 +127,8 @@ public class TraversalCon...
Fix npe when input object field has a wrong name.
graphql-java_graphql-java
train
java
bec3efcfef9f7d8fde5ae934dd8f159cde210f70
diff --git a/nptdms/tdms.py b/nptdms/tdms.py index <HASH>..<HASH> 100644 --- a/nptdms/tdms.py +++ b/nptdms/tdms.py @@ -94,8 +94,11 @@ else: def fromfile(file, dtype, count, *args, **kwargs): """ Wrapper around np.fromfile to support BytesIO fake files.""" + if isinstance(file, BytesIO): - return...
Tidy up to fix PEP8 check
adamreeve_npTDMS
train
py
2fe252ffae69039b0c7e572d9e1c339ca1246376
diff --git a/lib/krikri/engine.rb b/lib/krikri/engine.rb index <HASH>..<HASH> 100644 --- a/lib/krikri/engine.rb +++ b/lib/krikri/engine.rb @@ -18,6 +18,7 @@ module Krikri isolate_namespace Krikri def configure_blacklight! + return unless File.exist?(Blacklight.solr_file) krikri_solr = Krikri::Se...
Check existence of Blacklight settings file Merge of Blacklight solr settings failed on initialize before the Blacklight generator runs; this made it impossible run the generator unless some config files had been created manually. The initializer now checks for the existence of the file before trying to merge the Blac...
dpla_KriKri
train
rb
6f367ffb38dec50ee4e22072f8bd5d7acd1ec70e
diff --git a/c7n/cli.py b/c7n/cli.py index <HASH>..<HASH> 100644 --- a/c7n/cli.py +++ b/c7n/cli.py @@ -79,8 +79,9 @@ def _default_options(p, blacklist=""): action="store_true") if 'vars' not in blacklist: - p.add_argument('--vars', default=None, - help='Vars file ...
version increment - <I> (#<I>)
cloud-custodian_cloud-custodian
train
py,py,py
2ce6632082312a1b2437005f7deb2a1178b114fa
diff --git a/tests_config/run_spec.js b/tests_config/run_spec.js index <HASH>..<HASH> 100644 --- a/tests_config/run_spec.js +++ b/tests_config/run_spec.js @@ -141,7 +141,7 @@ function mergeDefaultOptions(parserConfig) { function getParsersToVerify(parser, additionalParsers) { if (VERIFY_ALL_PARSERS) { - return...
Fix variable name in getParsersToVerify() (#<I>) It previously referred to an undefined variable.
josephfrazier_prettier_d
train
js
2781ef8af10ca242b21007469022e1fda63452c5
diff --git a/spambl.py b/spambl.py index <HASH>..<HASH> 100644 --- a/spambl.py +++ b/spambl.py @@ -221,12 +221,14 @@ class BaseDNSBLClient(object): ''' Query registered dnsbl services for data on given host :param host: a valid host - :returns: a tuple containing host, source and retu...
Modify BaseDNSBLClient._get_item_data The new implementation shifts from using oudated query method of each dnsbl service to calling their get_classification method. The yielded value does not contain host, dnsbl service object and return code anymore, only source identifier and classification of given host, if it's ...
piotr-rusin_spam-lists
train
py
71920d99112b6e2fc39086a568dede6157b43905
diff --git a/lib/databases/elasticsearch.js b/lib/databases/elasticsearch.js index <HASH>..<HASH> 100644 --- a/lib/databases/elasticsearch.js +++ b/lib/databases/elasticsearch.js @@ -65,7 +65,13 @@ _.extend(ElasticSearchSessionStore.prototype, { } if (!self.isConnected) { - if (!callbacked)...
Github issue #<I> - recover elasticsearch connection after temp ping error
adrai_sessionstore
train
js
52fd3499b9a26a724ea2d3e0d33b78dbad231cc4
diff --git a/lib/TypedFeatureStructure.js b/lib/TypedFeatureStructure.js index <HASH>..<HASH> 100644 --- a/lib/TypedFeatureStructure.js +++ b/lib/TypedFeatureStructure.js @@ -169,14 +169,7 @@ TypedFeatureStructure.prototype.unifiableListOfCrossRefs = function(fs2, signatu unifiable = (fs1.listOfCrossRefs.length ==...
Further simplifications to unifiable()
Hugo-ter-Doest_chart-parsers
train
js
82c4376f2d0f15e7822dda753f07d2297ab2fc62
diff --git a/src/BoomCMS/Http/Controllers/People/Group.php b/src/BoomCMS/Http/Controllers/People/Group.php index <HASH>..<HASH> 100644 --- a/src/BoomCMS/Http/Controllers/People/Group.php +++ b/src/BoomCMS/Http/Controllers/People/Group.php @@ -19,11 +19,6 @@ class Group extends Controller $group->addRole($reque...
Removed create method from group controller (no longer used)
boomcms_boom-core
train
php
fac113821eb4dfcee6fe053c2a6a097c86fb7e1b
diff --git a/id_test.go b/id_test.go index <HASH>..<HASH> 100644 --- a/id_test.go +++ b/id_test.go @@ -2,6 +2,7 @@ package platform import ( "bytes" + "encoding/json" "reflect" "testing" ) @@ -124,3 +125,23 @@ func TestDecodeFromEmptyString(t *testing.T) { t.Errorf("expecting empty ID to be serialized into...
Testing marshalling of IDs and viceversa
influxdata_influxdb
train
go
5cb422a15818df411675fe519346bc30d8972ebe
diff --git a/openquake/calculators/disaggregation.py b/openquake/calculators/disaggregation.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/disaggregation.py +++ b/openquake/calculators/disaggregation.py @@ -237,7 +237,7 @@ class DisaggregationCalculator(base.HazardCalculator): if len(ok_sites) == 0...
Better logging [skip CI]
gem_oq-engine
train
py
1641a4bf740aad71093b3a6d34aa2dd355bfdef5
diff --git a/pwnypack/shellcode/base.py b/pwnypack/shellcode/base.py index <HASH>..<HASH> 100644 --- a/pwnypack/shellcode/base.py +++ b/pwnypack/shellcode/base.py @@ -198,9 +198,9 @@ class BaseEnvironment(object): def decorator(f): @functools.wraps(f) - def proxy(*args, **kwargs): + ...
Fix BaseEnvironment.translate with args.
edibledinos_pwnypack
train
py
228c210379f9bbbc2fbd48ad24a0b6945dd1ac1d
diff --git a/pkg/api/cloudwatch/cloudwatch.go b/pkg/api/cloudwatch/cloudwatch.go index <HASH>..<HASH> 100644 --- a/pkg/api/cloudwatch/cloudwatch.go +++ b/pkg/api/cloudwatch/cloudwatch.go @@ -166,7 +166,7 @@ func getCredentials(dsInfo *datasourceInfo) (*credentials.Credentials, error) { SecretAccessKey: dsInfo.Secr...
Cloudwatch: Fix bug with obtaining IAM roles within ECS containers. (#<I>) Fixes #<I>.
grafana_grafana
train
go
fc3d7cd7a93534d76840418467f303d4b301fbcd
diff --git a/src/platforms/web/runtime/modules/dom-props.js b/src/platforms/web/runtime/modules/dom-props.js index <HASH>..<HASH> 100644 --- a/src/platforms/web/runtime/modules/dom-props.js +++ b/src/platforms/web/runtime/modules/dom-props.js @@ -63,7 +63,11 @@ function shouldUpdateValue ( function isDirty (elm: accep...
fix: work around IE/Edge bug when accessing document.activeElement from iframe close #<I>
IOriens_wxml-transpiler
train
js
8b2f146ee92e31c41ab8dc22d301e4241cb0a598
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ python-can requires the setuptools package to be installed. from setuptools import setup, find_packages -__version__ = 1.4 +__version__ = "1.4.1" import logging logging.basicConfig(level=logging.WARNING)
Tag <I> for release to Pypi
hardbyte_python-can
train
py
35d60edab1faeab197503e81cd2a08c9c7927fac
diff --git a/plugin-infra/go-plugin-config-repo/src/main/java/com/thoughtworks/go/plugin/configrepo/contract/CRPipeline.java b/plugin-infra/go-plugin-config-repo/src/main/java/com/thoughtworks/go/plugin/configrepo/contract/CRPipeline.java index <HASH>..<HASH> 100644 --- a/plugin-infra/go-plugin-config-repo/src/main/jav...
#<I> - Move field in a class a little higher The order of the fields determines the output during pipeline export to JSON. This is just to make it look nicer.
gocd_gocd
train
java
a256b842006c5770376f1ba47d648ff8c1eec531
diff --git a/pyemu/utils/gw_utils.py b/pyemu/utils/gw_utils.py index <HASH>..<HASH> 100644 --- a/pyemu/utils/gw_utils.py +++ b/pyemu/utils/gw_utils.py @@ -229,7 +229,7 @@ def setup_mtlist_budget_obs(list_filename,gw_filename="mtlist_gw.dat",sw_filenam if df_sw is None: raise Exception("error proce...
minor changes in mf/mtlist setup
jtwhite79_pyemu
train
py
4a9be318ded473220d96bfb0dea07d25ae24f7ba
diff --git a/mingus/extra/tablature.py b/mingus/extra/tablature.py index <HASH>..<HASH> 100644 --- a/mingus/extra/tablature.py +++ b/mingus/extra/tablature.py @@ -267,12 +267,13 @@ Use `string` and `fret` attributes on Notes to force certain fingerings.""" f = [] attr =...
Fixed rest bug in tablature exporter.
bspaans_python-mingus
train
py
5c17b940ce095c13d3228199c2dc789cb093806b
diff --git a/web_resources/lib/predDB.js b/web_resources/lib/predDB.js index <HASH>..<HASH> 100644 --- a/web_resources/lib/predDB.js +++ b/web_resources/lib/predDB.js @@ -800,7 +800,7 @@ jQuery(function($, undefined) { break } tablename = dict_to_send['tablename'] - times = dict_to_send['times'] ...
properly get times, which is really numpredictions
probcomp_crosscat
train
js
055e7b7dbad7cee637c480c65e17b40a68f62479
diff --git a/simulation/simulation_suite_test.go b/simulation/simulation_suite_test.go index <HASH>..<HASH> 100644 --- a/simulation/simulation_suite_test.go +++ b/simulation/simulation_suite_test.go @@ -6,6 +6,7 @@ import ( "fmt" "io/ioutil" "os/exec" + "runtime" "strings" "github.com/cloudfoundry-incubator...
run with as many processors as possible
cloudfoundry_auction
train
go
cd35216f217caf317043ca6e6dc3556026467afd
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ setup( 'cffi >= 1.9.1', # must be a setup and install requirement 'coloredlogs >= 14.0', # strictly optional 'img2pdf >= 0.3.0, < 0.4', # pure Python, so track HEAD closely - ...
setup: blacklist pdfminer.six <I> NotAllowedError is going to removed <URL>
jbarlow83_OCRmyPDF
train
py
c6121675bbef9124f8140a9c71ba6af40f0be029
diff --git a/core/dbt/clients/jinja.py b/core/dbt/clients/jinja.py index <HASH>..<HASH> 100644 --- a/core/dbt/clients/jinja.py +++ b/core/dbt/clients/jinja.py @@ -425,6 +425,18 @@ def render_template(template, ctx: Dict[str, Any], node=None) -> str: return template.render(ctx) +def _requote_result(raw_valu...
re-add quoting logic
fishtown-analytics_dbt
train
py
7bbe88f99fd1835eaa3f4fa044133b8051a19e1f
diff --git a/gen/generator.go b/gen/generator.go index <HASH>..<HASH> 100644 --- a/gen/generator.go +++ b/gen/generator.go @@ -299,6 +299,7 @@ func camelToSnake(name string) string { multipleUpper := false var lastUpper rune + var beforeUpper rune for _, c := range name { // Non-lowercase character after u...
fix to camelToSnake function to handle properly Some_Snake_Case
mailru_easyjson
train
go
c0038f5ea7d94700366286cc1db7a078caffa53a
diff --git a/www/email_composer.js b/www/email_composer.js index <HASH>..<HASH> 100644 --- a/www/email_composer.js +++ b/www/email_composer.js @@ -191,12 +191,12 @@ exports.open = function (options, callback, scope) { * Adds a new mail app alias. * * @param [ String ] alias The alias name. - * @param [ String ]...
Update email_composer.js (#<I>) package -> packageName
katzer_cordova-plugin-email-composer
train
js
eba8e1501f7c2dd9a9b9ecfa20fc0c167e896ede
diff --git a/extensions/gii/generators/model/default/model.php b/extensions/gii/generators/model/default/model.php index <HASH>..<HASH> 100644 --- a/extensions/gii/generators/model/default/model.php +++ b/extensions/gii/generators/model/default/model.php @@ -41,6 +41,16 @@ class <?= $className ?> extends <?= '\\' . ltr...
Gii model generator did not add correct db connection if component id is different from 'db'
yiisoft_yii-core
train
php
3fe3bf8cf8a1200baef558b106d5eb9e7d91112e
diff --git a/WrightTools/artists.py b/WrightTools/artists.py index <HASH>..<HASH> 100644 --- a/WrightTools/artists.py +++ b/WrightTools/artists.py @@ -451,7 +451,7 @@ class Axes(matplotlib.axes.Axes): def plot_data(self, data, channel=0, interpolate=False, coloring=None, xlabel=True, ylabel=Tr...
document coloring (resolves #<I>) (#<I>)
wright-group_WrightTools
train
py