hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
6da1410bc26944551672d19808e424c686198f2d
diff --git a/Source/com/drew/metadata/Directory.java b/Source/com/drew/metadata/Directory.java index <HASH>..<HASH> 100644 --- a/Source/com/drew/metadata/Directory.java +++ b/Source/com/drew/metadata/Directory.java @@ -896,7 +896,7 @@ public abstract class Directory } // if the date string h...
Improve parsing of timezones in date strings
drewnoakes_metadata-extractor
train
326d62aea46960597603bce0a1c6dd007310f3a6
diff --git a/cmd/camput/files.go b/cmd/camput/files.go index <HASH>..<HASH> 100644 --- a/cmd/camput/files.go +++ b/cmd/camput/files.go @@ -156,7 +156,11 @@ func (c *fileCmd) RunCommand(up *Uploader, args []string) error { } for _, filename := range args { - if fi, err := os.Stat(filename); err == nil && fi.IsDir...
camput: actually catch errors when trying to upload, also added startupcheck for remote blobserver Change-Id: Id9f<I>c6fd3fdf<I>f2b<I>f3e<I>b<I>d
perkeep_perkeep
train
41d809a81d1c6ee406806b8a43f4a8b948884fd2
diff --git a/py/selenium/webdriver/remote/webdriver.py b/py/selenium/webdriver/remote/webdriver.py index <HASH>..<HASH> 100644 --- a/py/selenium/webdriver/remote/webdriver.py +++ b/py/selenium/webdriver/remote/webdriver.py @@ -130,16 +130,18 @@ class WebDriver(object): then default LocalFileDetector() wil...
[py] allow Remote webdriver when only given Options class also, use Options.to_capabilties as base caps
SeleniumHQ_selenium
train
1b501cd8d4eb5b47210853f926ef0ceb79bbca48
diff --git a/pyimgur/__init__.py b/pyimgur/__init__.py index <HASH>..<HASH> 100644 --- a/pyimgur/__init__.py +++ b/pyimgur/__init__.py @@ -30,6 +30,10 @@ def get_album_or_image(json, imgur): class Basic_object(object): """Contains the basic functionality shared by a lot of PyImgurs classes.""" + def __init__...
Move attr population into Base_object
Damgaard_PyImgur
train
07af2b0324aaee78a2c7df65e22e89644f0659ec
diff --git a/hawkular-alerts-engine/src/main/java/org/hawkular/alerts/engine/impl/CassCluster.java b/hawkular-alerts-engine/src/main/java/org/hawkular/alerts/engine/impl/CassCluster.java index <HASH>..<HASH> 100644 --- a/hawkular-alerts-engine/src/main/java/org/hawkular/alerts/engine/impl/CassCluster.java +++ b/hawkula...
HWKALERTS-<I> Support SSL on Cassandra connections (#<I>)
hawkular_hawkular-alerts
train
fe846ae19c2420c6fc95f525f90143d3083d24a9
diff --git a/src/python/twitter/pants/tasks/jvm_compile/analysis_tools.py b/src/python/twitter/pants/tasks/jvm_compile/analysis_tools.py index <HASH>..<HASH> 100644 --- a/src/python/twitter/pants/tasks/jvm_compile/analysis_tools.py +++ b/src/python/twitter/pants/tasks/jvm_compile/analysis_tools.py @@ -30,7 +30,7 @@ cla...
Fix a minor bug. You can't append to a tuple... Auditors: pl (sapling split of <I>b<I>e<I>d2c<I>d<I>f<I>e3b<I>f<I>ae<I>eb3)
pantsbuild_pants
train
b151a49266e29ffc30ed42ef8b05af82a0fbed2a
diff --git a/salesforce/backend/introspection.py b/salesforce/backend/introspection.py index <HASH>..<HASH> 100644 --- a/salesforce/backend/introspection.py +++ b/salesforce/backend/introspection.py @@ -192,6 +192,7 @@ class DatabaseIntrospection(BaseDatabaseIntrospection): def get_indexes(self, cursor, table_na...
Fixed introspection and slow_test.py for inspectdb
django-salesforce_django-salesforce
train
ee8f9f5331c917e43ec3998b5d7233b9c3475aee
diff --git a/pyoko/db/queryset.py b/pyoko/db/queryset.py index <HASH>..<HASH> 100644 --- a/pyoko/db/queryset.py +++ b/pyoko/db/queryset.py @@ -281,7 +281,7 @@ class QuerySet(object): """ try: return self.get(**kwargs), False - except (ObjectDoesNotExist, IndexError): + excep...
ADD, Documentation is added for get_or_none and delete_if_exists methods.
zetaops_pyoko
train
affbd3ea7d1a0fb7880f31286778ae300f50f719
diff --git a/pydoop/app/submit.py b/pydoop/app/submit.py index <HASH>..<HASH> 100644 --- a/pydoop/app/submit.py +++ b/pydoop/app/submit.py @@ -203,13 +203,7 @@ class PydoopSubmitter(object): lines.append('export HOME="%s"' % os.environ['HOME']) lines.append('exec "%s" -u "$0" "$@"' % executable) ...
Changed module invocation in submit driver.
crs4_pydoop
train
f212dd60b3d47b21ff40ad2f53bb817e656ab91c
diff --git a/src/rules/no-duplicates.js b/src/rules/no-duplicates.js index <HASH>..<HASH> 100644 --- a/src/rules/no-duplicates.js +++ b/src/rules/no-duplicates.js @@ -5,7 +5,7 @@ module.exports = function (context) { return { "ImportDeclaration": function (n) { // resolved path will cover aliased duplica...
fix for #<I>. technically a little loose, but practically speaking, should be effective
benmosher_eslint-plugin-import
train
af2f92d0887507b92fc4dffd3f8e7b6abfcca614
diff --git a/admin/health.php b/admin/health.php index <HASH>..<HASH> 100644 --- a/admin/health.php +++ b/admin/health.php @@ -645,13 +645,9 @@ class problem_000015 extends problem_base { ORDER BY numquestions DESC, qc.name"); $table = '<table><thead><tr><th>Cat id</th><th>Category name</th>' . ...
MDL-<I> - Fix solution SQL syntax for the "question categories must belong to a context that exists" check.
moodle_moodle
train
bfb7924ccb967dfef05df78e416412dee9b8794a
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,9 @@ var split = require('browser-split') var ClassList = require('class-list') -require('html-element/global-shim') +var htmlElement = require('html-element'); + +var document = htmlElement.document; +var Text = htm...
don't use global shims from html-element
hyperhype_hyperscript
train
8a14daaf34542ed0de22bbbbdbb8ddc444a1d549
diff --git a/src/mixins/data-iterable.js b/src/mixins/data-iterable.js index <HASH>..<HASH> 100644 --- a/src/mixins/data-iterable.js +++ b/src/mixins/data-iterable.js @@ -169,7 +169,7 @@ export default { return this.selectAll !== undefined && this.selectAll !== false }, itemsLength () { - if (this...
fix: data-table pagination did not update when using custom-filter (#<I>) * fix: data-table pagination did not update when using custom-filter specifically when using a custom-filter but not using search prop closes #<I> * fix: added unit test * fix: changed hasSearch logic according to feedback * test:...
vuetifyjs_vuetify
train
875862f8d6d94fc64bd5e2b17828d58cb00277ac
diff --git a/opal/browser/dom/document.rb b/opal/browser/dom/document.rb index <HASH>..<HASH> 100644 --- a/opal/browser/dom/document.rb +++ b/opal/browser/dom/document.rb @@ -55,10 +55,6 @@ class Document < Element "#<DOM::Document: #{children.inspect}>" end - def location - Location.new(`#@native.locatio...
location: move #location in document to the right place
opal_opal-browser
train
f71c0414c2b42148ca17570f52fe19d050abfd16
diff --git a/job.go b/job.go index <HASH>..<HASH> 100644 --- a/job.go +++ b/job.go @@ -1,5 +1,7 @@ package gojenkins +import "encoding/xml" + type Build struct { Id string `json:"id"` Number int `json:"number"` @@ -63,6 +65,7 @@ type MavenJobItem struct { Settings JobSettings ...
Add postbuilder tag when creating a new job
yosida95_golang-jenkins
train
c6a056de414e4b900db6f1fa9aea29e5c4728e35
diff --git a/Collection.php b/Collection.php index <HASH>..<HASH> 100755 --- a/Collection.php +++ b/Collection.php @@ -591,7 +591,7 @@ class Collection implements ArrayAccess, Arrayable, Countable, IteratorAggregate { $items = $this->items; - array_shuffle($items); + shuffle($items); ...
Fixed typo in the shuffle method
illuminate_support
train
ec7dd091bb6cf22ef87f2c66420238e1a838c2e0
diff --git a/Controller/UserController.php b/Controller/UserController.php index <HASH>..<HASH> 100644 --- a/Controller/UserController.php +++ b/Controller/UserController.php @@ -122,11 +122,7 @@ class UserController extends Controller $preUserRegisterEvent = new PreRegisterEvent( $data->payload ); ...
Removed unnecessary if checks in user controller
netgen_site-bundle
train
233a6a606c383927d2ef333f78da6a9417341a7e
diff --git a/lib/figleaf/load_settings.rb b/lib/figleaf/load_settings.rb index <HASH>..<HASH> 100644 --- a/lib/figleaf/load_settings.rb +++ b/lib/figleaf/load_settings.rb @@ -14,6 +14,7 @@ module Figleaf Dir.glob(root.join('config', 'settings', '*.yml')).each do |file| property_name = File.basename(...
Create a method for each property key, with the added bonus of booleans ending in '?'
jcmuller_figleaf
train
4a111010e7dba9948f04c45008e276321977b8d1
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -47,6 +47,11 @@ function hijack(options, callback) { if (skipExternal && link.getAttribute('rel') === 'external') return; if (skipTargetBlank && link.getAttribute('target') === '_blank') return; if (skipMailTo &...
Fix missing link properties in IE<I> (#5)
mapbox_link-hijacker
train
bd74759fda8775e0f8e8d12bd9195ddf0bdf0a04
diff --git a/data/linux/index.js b/data/linux/index.js index <HASH>..<HASH> 100644 --- a/data/linux/index.js +++ b/data/linux/index.js @@ -3,7 +3,7 @@ var path = require('path'); module.exports = require('./build/Release/appjs.node'); module.exports.initConfig = { - localsPakPath: path.resolve(__dirname, 'data/pak...
Fix typo locals -> locales
appjs_appjs
train
f24aadfdee086ecbc385f9ecd2b5547fdbdb8fe9
diff --git a/examples/autoreset_demo.py b/examples/autoreset_demo.py index <HASH>..<HASH> 100644 --- a/examples/autoreset_demo.py +++ b/examples/autoreset_demo.py @@ -1,11 +1,11 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- """Demonstration of colorise's autoreset future when exceptions are t...
Changed she-bang of example files to env-style and added it to test files
MisanthropicBit_colorise
train
eaf0e56115a5988ddd2b0a30b120c5bf61828220
diff --git a/src/Console/Command/ProfileInfoCommand.php b/src/Console/Command/ProfileInfoCommand.php index <HASH>..<HASH> 100644 --- a/src/Console/Command/ProfileInfoCommand.php +++ b/src/Console/Command/ProfileInfoCommand.php @@ -59,7 +59,7 @@ class ProfileInfoCommand extends Command $render->title($profi...
Fix fatal when profile description is null.
drutiny_drutiny
train
29eeffb0b24ca0a05503f63df2cb88f3c9c4f0b7
diff --git a/LiSE/LiSE/node.py b/LiSE/LiSE/node.py index <HASH>..<HASH> 100644 --- a/LiSE/LiSE/node.py +++ b/LiSE/LiSE/node.py @@ -145,6 +145,76 @@ class NodeContent(Mapping): return NodeContentValues(self) +class DestsValues(ValuesView): + def __contains__(self, item): + return item.origin == se...
Make it easier to check if a node connects to another
LogicalDash_LiSE
train
2c1065bd434034076f9f91f576ac14c0bafb06bf
diff --git a/lib/Widget/Validator.php b/lib/Widget/Validator.php index <HASH>..<HASH> 100644 --- a/lib/Widget/Validator.php +++ b/lib/Widget/Validator.php @@ -604,7 +604,7 @@ class Validator extends AbstractWidget } /** - * Returns the joined message + * Returns error message string *...
added getJoinedMessage for validator, close #<I>
twinh_wei
train
b2d18b20e9a38d9310626480d9313acb0cf775ee
diff --git a/example_project/settings.py b/example_project/settings.py index <HASH>..<HASH> 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -119,6 +119,7 @@ ABSOLUTE_URL_OVERRIDES = { ACCOUNT_ACTIVATION_DAYS = 7 ACTSTREAM_SETTINGS = { + 'MODELS': ('auth.user', 'auth.group', 'sites.s...
Fixed mixing MODELS from ACTSTREAM_SETTING in example project
justquick_django-activity-stream
train
19c6d0024e526d5b35fff70a50ee6cc7f3088438
diff --git a/ccmlib/cluster.py b/ccmlib/cluster.py index <HASH>..<HASH> 100644 --- a/ccmlib/cluster.py +++ b/ccmlib/cluster.py @@ -173,8 +173,8 @@ class Cluster(): def balanced_tokens(self, node_count): if self.version() >= '1.2' and not self.partitioner: ptokens = [(i*(2**64//node_count)) fo...
Ensure generated tokens are integers
riptano_ccm
train
ef03d9fbb9f0e3dd30786617479aa4701641c11b
diff --git a/packages/pancake-sass/src/sass.js b/packages/pancake-sass/src/sass.js index <HASH>..<HASH> 100644 --- a/packages/pancake-sass/src/sass.js +++ b/packages/pancake-sass/src/sass.js @@ -44,7 +44,10 @@ export const GetPath = ( module, modules, baseLocation, npmOrg ) => { const npmOrgs = npmOrg.split( ' ' ); ...
Added check for win<I> platform and org replace
govau_pancake
train
22fa3672bf57ea66194d557bcc9b81d87b1f7fbe
diff --git a/lib/vagrant-hiera/middleware/setup.rb b/lib/vagrant-hiera/middleware/setup.rb index <HASH>..<HASH> 100644 --- a/lib/vagrant-hiera/middleware/setup.rb +++ b/lib/vagrant-hiera/middleware/setup.rb @@ -6,7 +6,7 @@ module VagrantHiera @app = app @env = env @puppet_repo = 'deb http://a...
support for puppet 3 rc4
gposton_vagrant-hiera
train
95e6e384aca902897cef4903efcf7b8d7e3cd73e
diff --git a/src/Symfony/Bridge/Twig/Tests/Mime/TemplatedEmailTest.php b/src/Symfony/Bridge/Twig/Tests/Mime/TemplatedEmailTest.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Bridge/Twig/Tests/Mime/TemplatedEmailTest.php +++ b/src/Symfony/Bridge/Twig/Tests/Mime/TemplatedEmailTest.php @@ -110,11 +110,11 @@ EOF; ...
[Mime][TwigBridge] Fix tests
symfony_symfony
train
667c947956281c0d23cdfbcb7cf8178e9ad5adaf
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 @@ -5772,7 +5772,7 @@ class NDFrame(PandasObject, SelectionMixin): for k, v, in self._data.to_dict(copy=copy).items() } - def astype(self, dtype, ...
CLN: remove unused categories/ordered handling in astype (#<I>)
pandas-dev_pandas
train
a5a81a3fd3c4a6df1c77ec5380b7f04d854ff529
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -14,9 +14,9 @@ setup( long_description=open(join(here, 'README.md')).read(), url='https://github.com/LedgerHQ/btchip-python', packages=find_packages(), - install_requires=['hidapi>=0.7.99'], + install_requ...
Move ecdsa from extras_require to install_requires
LedgerHQ_btchip-python
train
0fccd0a852cf02c01042d721da1390da7f6a42cf
diff --git a/src/Ractive/prototype/shared/fireEvent.js b/src/Ractive/prototype/shared/fireEvent.js index <HASH>..<HASH> 100644 --- a/src/Ractive/prototype/shared/fireEvent.js +++ b/src/Ractive/prototype/shared/fireEvent.js @@ -3,7 +3,18 @@ import getPotentialWildcardMatches from 'utils/getPotentialWildcardMatches'; ex...
add this.event when no event arg
ractivejs_ractive
train
c35f4f9f1ae34b080a5ef0f0310ca892b83abe27
diff --git a/wffweb/src/main/java/com/webfirmframework/wffweb/tag/html/attribute/core/AbstractAttribute.java b/wffweb/src/main/java/com/webfirmframework/wffweb/tag/html/attribute/core/AbstractAttribute.java index <HASH>..<HASH> 100644 --- a/wffweb/src/main/java/com/webfirmframework/wffweb/tag/html/attribute/core/Abstra...
Multi-threading improvements -- Efficient way to generate unique objectId for attribute in multi-threading env
webfirmframework_wff
train
290621e9e2912d36cc3a7a5a5a2f9be036fa0696
diff --git a/src/Defer/Defer.php b/src/Defer/Defer.php index <HASH>..<HASH> 100644 --- a/src/Defer/Defer.php +++ b/src/Defer/Defer.php @@ -8,7 +8,6 @@ use Nuwave\Lighthouse\GraphQL; use Nuwave\Lighthouse\Schema\AST\ASTHelper; use Nuwave\Lighthouse\Events\ManipulatingAST; use Symfony\Component\HttpFoundation\Response...
Use the container for calling executeRequest from Defer
nuwave_lighthouse
train
d9f956507489356891e79bd888e17c8f78c052b8
diff --git a/tests/src/Map/NamedParameterMapTest.php b/tests/src/Map/NamedParameterMapTest.php index <HASH>..<HASH> 100644 --- a/tests/src/Map/NamedParameterMapTest.php +++ b/tests/src/Map/NamedParameterMapTest.php @@ -100,4 +100,14 @@ class NamedParameterMapTest extends TestCase $namedParameterMap = new Named...
Include test to produce error (object could not be converted to string) when inserting an invalid type on NamedParameterMap
ramsey_collection
train
783858c8e150eb0f98d7e5d893e492ee08998662
diff --git a/activesupport/lib/active_support/core_ext/string/output_safety.rb b/activesupport/lib/active_support/core_ext/string/output_safety.rb index <HASH>..<HASH> 100644 --- a/activesupport/lib/active_support/core_ext/string/output_safety.rb +++ b/activesupport/lib/active_support/core_ext/string/output_safety.rb @...
drop array allocations on `html_safe` For better or worse, anonymous `*` args will allocate arrays. Ideally, the interpreter would optimize away this allocation. However, given the number of times we call `html_safe` it seems worth the shedding idealism and going for performance. This line was the top allocation sp...
rails_rails
train
2fe083fd6158391bdb021b0bac9b3ea10fc0c513
diff --git a/lib/virtualfs/dalli_cache.rb b/lib/virtualfs/dalli_cache.rb index <HASH>..<HASH> 100644 --- a/lib/virtualfs/dalli_cache.rb +++ b/lib/virtualfs/dalli_cache.rb @@ -14,8 +14,12 @@ module VirtualFS end def cache(key, &proc) - value = yield - return @client.get(key) unless @client.add(key,...
Fixed stupid Dalli-based cache implementation.
evoL_virtualfs
train
191128a8d4dba97408a7c8781abe8ce5575d7875
diff --git a/src/Time/TimeRangeOfDay.php b/src/Time/TimeRangeOfDay.php index <HASH>..<HASH> 100644 --- a/src/Time/TimeRangeOfDay.php +++ b/src/Time/TimeRangeOfDay.php @@ -106,6 +106,6 @@ class TimeRangeOfDay */ public static function allDay(): self { - return new self(new TimeOfDay(0), new TimeOf...
TimeRangeOfDay all day factory
tanigami_value-objects-php
train
26df37d162f29c338f9fa1f9151bf0e6d73f62c5
diff --git a/lib/ellen/robot.rb b/lib/ellen/robot.rb index <HASH>..<HASH> 100644 --- a/lib/ellen/robot.rb +++ b/lib/ellen/robot.rb @@ -17,6 +17,7 @@ module Ellen bundle setup remember + handle adapt end @@ -67,5 +68,9 @@ module Ellen def remember brain end + + ...
Initialize handlers at booting robot
r7kamura_ruboty
train
d9d2623e9bb5d9a246678039be8689a0565ed2d2
diff --git a/source/core/oxsystemeventhandler.php b/source/core/oxsystemeventhandler.php index <HASH>..<HASH> 100644 --- a/source/core/oxsystemeventhandler.php +++ b/source/core/oxsystemeventhandler.php @@ -47,7 +47,7 @@ class OxSystemEventHandler * * @param string $sActiveShop Active shop */ - pub...
ESDEV-<I> Module version notification implementation Exception handler added. (cherry picked from commit 6f<I>aa7)
OXID-eSales_oxideshop_ce
train
df72d99a4f692b39d5d559fc2c4ad584437cd2d0
diff --git a/Python/lipd/pkg_resources/excel/excel_main.py b/Python/lipd/pkg_resources/excel/excel_main.py index <HASH>..<HASH> 100644 --- a/Python/lipd/pkg_resources/excel/excel_main.py +++ b/Python/lipd/pkg_resources/excel/excel_main.py @@ -1019,7 +1019,7 @@ def _compile_column_metadata(row, keys, number): ...
Bugs: physicalSample and callibration Two small fixes.
nickmckay_LiPD-utilities
train
138b035a63cd0f5273eac2cabdb1b35598cc7494
diff --git a/perceval/_version.py b/perceval/_version.py index <HASH>..<HASH> 100644 --- a/perceval/_version.py +++ b/perceval/_version.py @@ -1,2 +1,2 @@ # Versions compliant with PEP 440 https://www.python.org/dev/peps/pep-0440 -__version__ = "0.9.2" +__version__ = "0.9.3"
Update version number to <I>
chaoss_grimoirelab-perceval
train
a9da8c173dbde2da194a127c2ed83ba37e268f26
diff --git a/src/feat/database/client.py b/src/feat/database/client.py index <HASH>..<HASH> 100644 --- a/src/feat/database/client.py +++ b/src/feat/database/client.py @@ -26,6 +26,7 @@ import uuid import urllib from twisted.internet import reactor +from twisted.python import failure from zope.interface import impl...
Mind that upgrading a document might fail because of the conflict.
f3at_feat
train
d24e533d8aa643972b01d2e275283381eb254298
diff --git a/lib/src/main/java/com/rey/material/widget/SnackBar.java b/lib/src/main/java/com/rey/material/widget/SnackBar.java index <HASH>..<HASH> 100644 --- a/lib/src/main/java/com/rey/material/widget/SnackBar.java +++ b/lib/src/main/java/com/rey/material/widget/SnackBar.java @@ -64,6 +64,8 @@ public class SnackBar e...
Add support RTL to SnackBar class.
rey5137_material
train
e813c80409728c94fb44dcad3e496815c669e3a2
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -45,6 +45,7 @@ setup( ], install_requires=install_requires, tests_require=tests_require, + python_requires='>=3.0', entry_points={ 'console_scripts': [ 'fierce = fierce.fierce:main'...
Add Python 3 requirement to setup.py
mschwager_fierce
train
0e238374cb5261b2d959930136587e6d92891e58
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -10,10 +10,10 @@ module.exports = { Store config from `ember-cli-build.js` */ included: function(app, parentAddon) { - this.options = app.options.newVersion || {}; + this._options = app.options.newVersion || {}...
fix: this.options is used be ember-cli, use an alternate name Resolves #<I>
sethwebster_ember-cli-new-version
train
ddf07c0dbe0401a562f00b120634aa6a861b41e2
diff --git a/lib/elasticsearch/client/hits.rb b/lib/elasticsearch/client/hits.rb index <HASH>..<HASH> 100644 --- a/lib/elasticsearch/client/hits.rb +++ b/lib/elasticsearch/client/hits.rb @@ -52,7 +52,7 @@ module ElasticSearch @total_entries = response["hits"]["total"] @_shards = response["_shards"] ...
fix scroll support and add ability to scroll using a block
grantr_rubberband
train
4333ea73cde16e9b0451f1df84f35711a700368b
diff --git a/test/src/packageJSONExists.test.js b/test/src/packageJSONExists.test.js index <HASH>..<HASH> 100644 --- a/test/src/packageJSONExists.test.js +++ b/test/src/packageJSONExists.test.js @@ -1,6 +1,6 @@ require('chai').should(); const helpers = require('../../lib/helpers'); -const syncExec = require('sync-exe...
remove exec sync from test
siddharthkp_auto-install
train
7096c818f40df493842c1e0f0ef31008080d11ca
diff --git a/yotta/test_subcommand.py b/yotta/test_subcommand.py index <HASH>..<HASH> 100644 --- a/yotta/test_subcommand.py +++ b/yotta/test_subcommand.py @@ -47,7 +47,7 @@ def findCTests(builddir, recurse_yotta_modules=False): # seems to be to parse the CTestTestfile.cmake files, which kinda sucks, # but wor...
Case-insensitive parsing of CMake add_test() commands from CMakeTest files
ARMmbed_yotta
train
20fb8ca2774d56f1eb26c70221f859a5aad48932
diff --git a/tchannel-core/src/main/java/com/uber/tchannel/api/TChannel.java b/tchannel-core/src/main/java/com/uber/tchannel/api/TChannel.java index <HASH>..<HASH> 100644 --- a/tchannel-core/src/main/java/com/uber/tchannel/api/TChannel.java +++ b/tchannel-core/src/main/java/com/uber/tchannel/api/TChannel.java @@ -56,6 ...
Allow customizing child group thread pool size
uber_tchannel-java
train
a350a72e1a604d9edafefe20e056e42655a25dd8
diff --git a/katcp/__init__.py b/katcp/__init__.py index <HASH>..<HASH> 100644 --- a/katcp/__init__.py +++ b/katcp/__init__.py @@ -14,4 +14,4 @@ except ImportError: from katcp import Message, KatcpSyntaxError, MessageParser, DeviceClient, \ BlockingClient, DeviceMetaclass, DeviceServerBase, \ - ...
Add copy method for copying a message. Add AsyncReply exception to allow reply handlers to declare they will reply later (being tried out by proxy implementation). git-svn-id: <URL>
ska-sa_katcp-python
train
912e6b127a65ca5ddcffb7eb839b069268a674f1
diff --git a/lib/bud/joins.rb b/lib/bud/joins.rb index <HASH>..<HASH> 100644 --- a/lib/bud/joins.rb +++ b/lib/bud/joins.rb @@ -167,24 +167,22 @@ module Bud # that satisfy the predicates +preds+, and project only onto the attributes # of the first collection public - def lefts(*preds) - unless pre...
Fix bug in BudJoin#lefts and BudJoin#rights. Closes #<I>. This commit temporarily removes a test case from tc_aggs, because it caused it to fail; I believe it just exposes brokenness that always existed, however -- following up on that now.
bloom-lang_bud
train
9fc4a976a1865005e0e9cd6e950dda7e9c0eff49
diff --git a/src/Mapper/DefaultMapper.php b/src/Mapper/DefaultMapper.php index <HASH>..<HASH> 100644 --- a/src/Mapper/DefaultMapper.php +++ b/src/Mapper/DefaultMapper.php @@ -124,7 +124,11 @@ class DefaultMapper implements MapperInterface } /** + * Updates an entity's row by a certain ID * + ...
Adds docblocks for two DefaultMapper methods
p810_mysql-helper
train
6f8a333353d9d9bfe6d5b8a9710581af46bd7e25
diff --git a/lfs/client.go b/lfs/client.go index <HASH>..<HASH> 100644 --- a/lfs/client.go +++ b/lfs/client.go @@ -581,10 +581,8 @@ func newClientRequest(method, rawurl string, header map[string]string) (*http.Re return nil, nil, err } - if header != nil { - for key, value := range header { - req.Header.Set(k...
Remove redundant nil check for a map Go will treat it as an empty map and range through all 0 elements just fine.
git-lfs_git-lfs
train
e59c7831a801ac2a8d6f02d3042bb56eb7289908
diff --git a/packages/run-v5/lib/colorize.js b/packages/run-v5/lib/colorize.js index <HASH>..<HASH> 100644 --- a/packages/run-v5/lib/colorize.js +++ b/packages/run-v5/lib/colorize.js @@ -33,7 +33,7 @@ let lineRegex = /^(.*?\[([\w-]+)([\d.]+)?]:)(.*)?$/ const red = c.red const dim = i => c.dim(i) const other = dim -c...
fix: Change path color in request log from blue to green for better visibility on both dark and light terminal backgrounds (#<I>)
heroku_cli
train
1e0ad5c5b115035e85856037a2f65a6f518234ba
diff --git a/docs/router.rst b/docs/router.rst index <HASH>..<HASH> 100644 --- a/docs/router.rst +++ b/docs/router.rst @@ -42,6 +42,7 @@ is an example using all configuration options. 'decorators': [admin_required], 'logic': create_note, 'response': 'note', + ...
Adds ability to override schema for an endpoint.
upsight_doctor
train
ac962754bbfe640d641c05d8e8ed51f73379b084
diff --git a/lib/filters/global/web.js b/lib/filters/global/web.js index <HASH>..<HASH> 100644 --- a/lib/filters/global/web.js +++ b/lib/filters/global/web.js @@ -6,9 +6,12 @@ var preq = require('preq'); function handleAll (restbase, req) { // some tests use a fake en.wikipedia.test.local domain, which will con...
More thorough anchoring for test domain replacements in web.js
wikimedia_restbase
train
47d55ce96112e1d4412cb7aa1a6dee0f36397ab7
diff --git a/packages/reactstrap-validation-select/AvResourceSelect.js b/packages/reactstrap-validation-select/AvResourceSelect.js index <HASH>..<HASH> 100644 --- a/packages/reactstrap-validation-select/AvResourceSelect.js +++ b/packages/reactstrap-validation-select/AvResourceSelect.js @@ -47,16 +47,15 @@ class AvResou...
refactor(reactstrap-validation-select): method overrides and param function overrides
Availity_availity-react
train
ae3d879bb4d34a0087718c5d653d5c25ca05ca7e
diff --git a/lib/iban-check/iban.rb b/lib/iban-check/iban.rb index <HASH>..<HASH> 100644 --- a/lib/iban-check/iban.rb +++ b/lib/iban-check/iban.rb @@ -1,4 +1,7 @@ module Iban + class MissingCountryException < StandardError + end + class IbanCheck BRANCH_WEIGHT = [7,1,3,9,7,1,3] @@ -85,7 +88,7 @@ modu...
Raise MissingCountryException for easier catching by the caller
LTe_iban-check
train
e017c35a64893f05e1274b60b43977df7d5a79ef
diff --git a/text/src/test/java/eu/interedition/text/token/TokenizerTest.java b/text/src/test/java/eu/interedition/text/token/TokenizerTest.java index <HASH>..<HASH> 100644 --- a/text/src/test/java/eu/interedition/text/token/TokenizerTest.java +++ b/text/src/test/java/eu/interedition/text/token/TokenizerTest.java @@ -4...
ignore tokenizer test with POS tagger
interedition_collatex
train
9721bc852fc58f64df2d7fa15d5a3a99cea0936c
diff --git a/tests/test_50_sample_data.py b/tests/test_50_sample_data.py index <HASH>..<HASH> 100644 --- a/tests/test_50_sample_data.py +++ b/tests/test_50_sample_data.py @@ -49,7 +49,7 @@ def test_open_dataset_fail(grib_name): 'reduced_gg', 'regular_gg_sfc', 'regular_gg_pl', - pytest.param('regular_g...
Enable testing of model level GRIB1 file.
ecmwf_cfgrib
train
b0b92bebea96a8c7e8ed6933d94aa14b8e26f871
diff --git a/projects/l2_pooling/capacity_test.py b/projects/l2_pooling/capacity_test.py index <HASH>..<HASH> 100644 --- a/projects/l2_pooling/capacity_test.py +++ b/projects/l2_pooling/capacity_test.py @@ -271,6 +271,7 @@ def testOnSingleRandomSDR(objects, exp, numRepeats=100): def plotResults(result, ax=None, xaxi...
RES-<I> Improve labeling of charts
numenta_htmresearch
train
13117c728cb7e0032b444f6746c621db6ffa59a2
diff --git a/test/test.js b/test/test.js index <HASH>..<HASH> 100644 --- a/test/test.js +++ b/test/test.js @@ -187,6 +187,7 @@ describe( 'gulp-develop-server', function() { should( app.options.killSignal ).eql( opt.killSignal ); app.kill( function( error ) { + if( error ) console.log( error ); should....
show error messages in some test faild
narirou_gulp-develop-server
train
133a448f2c407acf1319bbfbaf77f5e91ce5a323
diff --git a/misc/log-analytics/import_logs.py b/misc/log-analytics/import_logs.py index <HASH>..<HASH> 100755 --- a/misc/log-analytics/import_logs.py +++ b/misc/log-analytics/import_logs.py @@ -1606,13 +1606,14 @@ class Parser(object): try: hit.query_string = format.get('query_string') ...
refs #<I> on IIS when no query string it shows as '-' so we assume '' instead.
matomo-org_matomo
train
36f26d988f4946806649681c211948269105f0b5
diff --git a/scripts/get-next-version.js b/scripts/get-next-version.js index <HASH>..<HASH> 100644 --- a/scripts/get-next-version.js +++ b/scripts/get-next-version.js @@ -8,10 +8,14 @@ const currentVersion = require('../package.json').version const bump = Bluebird.promisify(bumpCb) const paths = ['packages', 'cli'] ...
chore: fix NEXT_VERSION override (#<I>)
cypress-io_cypress
train
6671ee242c3f8166dfef586ccb94e294e48ddc1e
diff --git a/test/test_transactions.py b/test/test_transactions.py index <HASH>..<HASH> 100644 --- a/test/test_transactions.py +++ b/test/test_transactions.py @@ -258,7 +258,7 @@ def create_test(scenario_def, test): for i in range(2): session_name = 'session%d' % i s = client.start_se...
Parse sessionOptions from tests, not transactionOptions
mongodb_mongo-python-driver
train
e909ea2f6b031d6425f530aa66b948fde303e1d7
diff --git a/src/Provider/CrudGeneratorServiceProvider.php b/src/Provider/CrudGeneratorServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/Provider/CrudGeneratorServiceProvider.php +++ b/src/Provider/CrudGeneratorServiceProvider.php @@ -34,7 +34,7 @@ class CrudGeneratorServiceProvider extends ServiceProvider ...
Breadcrumb problem resolved for now
bvipul_generator
train
876ac6f3a2529af36c5e9bc8a2a6acb135116609
diff --git a/services/managers/teamspeak3_manager.py b/services/managers/teamspeak3_manager.py index <HASH>..<HASH> 100755 --- a/services/managers/teamspeak3_manager.py +++ b/services/managers/teamspeak3_manager.py @@ -117,6 +117,8 @@ class Teamspeak3Manager: def _sync_ts_group_db(): remote_groups = Teams...
Strings and ints I was comparing them. That was dumb
allianceauth_allianceauth
train
00d8ce4fca3ecb9f5889755387e2e487caf046e7
diff --git a/robospice-core-parent/robospice/src/main/java/com/octo/android/robospice/SpiceService.java b/robospice-core-parent/robospice/src/main/java/com/octo/android/robospice/SpiceService.java index <HASH>..<HASH> 100644 --- a/robospice-core-parent/robospice/src/main/java/com/octo/android/robospice/SpiceService.jav...
Correct Javadoc and icon on ICS.
stephanenicolas_robospice
train
bbba7d4625d4476f7972de6f269d231768645065
diff --git a/server/src/main/java/org/jboss/as/server/deployment/SubDeploymentProcessor.java b/server/src/main/java/org/jboss/as/server/deployment/SubDeploymentProcessor.java index <HASH>..<HASH> 100644 --- a/server/src/main/java/org/jboss/as/server/deployment/SubDeploymentProcessor.java +++ b/server/src/main/java/org/...
WFCORE-<I> non exploded deployments incorrectly marked as exploded
wildfly_wildfly-core
train
76872992754500b27413b88f28b5dad866f1d12f
diff --git a/bin/express b/bin/express index <HASH>..<HASH> 100755 --- a/bin/express +++ b/bin/express @@ -341,7 +341,7 @@ function createApplicationAt(path) { // Session support app = app.replace('{sess}', sessions - ? '\n app.use(express.cookieDecoder());\n app.use(express.session());' + ? '\n...
Added secret to session middleware used in examples and generated app
expressjs_express
train
4c71959919a78c0614f346d8c698980afb18ca3d
diff --git a/src/server/views/api/jobRetry.js b/src/server/views/api/jobRetry.js index <HASH>..<HASH> 100644 --- a/src/server/views/api/jobRetry.js +++ b/src/server/views/api/jobRetry.js @@ -15,7 +15,7 @@ async function handler(req, res) { if (jobState === 'failed' && typeof job.retry === 'function') { awai...
fix: fix job retry (#<I>)
bee-queue_arena
train
27aeb9291fef0cdf9a7e06194403a091ad6b64d7
diff --git a/carbonserver/carbonserver.go b/carbonserver/carbonserver.go index <HASH>..<HASH> 100644 --- a/carbonserver/carbonserver.go +++ b/carbonserver/carbonserver.go @@ -698,6 +698,10 @@ uloop: continue uloop case m := <-listener.newMetricsChan: + // listener.newMetricsChan might have high traffic, but ...
carbonserver: fix broken/untimely quota usage report/reset logics The usageRefreshTimeout implementation in updateFileList is quite broken as it produces report metric gaps from time to time. And the listener.refreshQuotaAndUsage call after updateFileList in fileListUpdater loop also causes incorrect quota usage repo...
lomik_go-carbon
train
b6960f8a5d5c1d9b8ae6ffadbb413af4c59243bf
diff --git a/src/selector_manager/view/ClassTagsView.js b/src/selector_manager/view/ClassTagsView.js index <HASH>..<HASH> 100644 --- a/src/selector_manager/view/ClassTagsView.js +++ b/src/selector_manager/view/ClassTagsView.js @@ -82,9 +82,10 @@ export default Backbone.View.extend({ const selectors = target.get('c...
Create CSS rule if doesn't exist
artf_grapesjs
train
62515edb19e82de6a333f6d2099a5aeb03e68d40
diff --git a/right_scraper_s3/lib/right_scraper_s3/scanners/s3.rb b/right_scraper_s3/lib/right_scraper_s3/scanners/s3.rb index <HASH>..<HASH> 100644 --- a/right_scraper_s3/lib/right_scraper_s3/scanners/s3.rb +++ b/right_scraper_s3/lib/right_scraper_s3/scanners/s3.rb @@ -47,6 +47,7 @@ module RightScale ...
Make sure we warn when the bucket doesn't exist.
rightscale_right_scraper
train
dfaa507699713e603255c31a0c860e6d1b855c37
diff --git a/pandas/core/arrays/categorical.py b/pandas/core/arrays/categorical.py index <HASH>..<HASH> 100644 --- a/pandas/core/arrays/categorical.py +++ b/pandas/core/arrays/categorical.py @@ -26,11 +26,9 @@ from pandas.core.dtypes.common import ( is_dtype_equal, is_extension_array_dtype, is_integer_dt...
CLN: Move _convert_to_list_like to common (#<I>)
pandas-dev_pandas
train
118c467c74e524e7c313db8ea82c3e6d212e4243
diff --git a/bettercache/handlers.py b/bettercache/handlers.py index <HASH>..<HASH> 100644 --- a/bettercache/handlers.py +++ b/bettercache/handlers.py @@ -12,6 +12,7 @@ class AsyncHandler(BaseHandler): # async_middleware = smart_import(settings.ASYNC_MIDDLEWARE) # middleware_blacklist = [smart_import(...
[CMSPERF-<I>] TODOs from code review
ironfroggy_django-better-cache
train
4c65ca1d157ca02c820b3cc987b17787bf9c4b7f
diff --git a/lib/App/index.js b/lib/App/index.js index <HASH>..<HASH> 100644 --- a/lib/App/index.js +++ b/lib/App/index.js @@ -282,6 +282,10 @@ class App { } // validate `appJson.drivers[].platforms` + if (driver.platforms) { + console.warn(`Warning: drivers.${driver.id} doesn't have...
feat: warn if driver is missing platforms
athombv_node-homey-lib
train
76196b44135b37a59fa76eabebbd1fd06dc2d4dd
diff --git a/README.rst b/README.rst index <HASH>..<HASH> 100644 --- a/README.rst +++ b/README.rst @@ -285,7 +285,7 @@ HTTP endpoints: Sets up an **HTTP endpoint for static content** available as ``GET`` / ``HEAD`` from the ``path`` on disk on the base regexp ``url``. ``@tomodachi.websocket(url)`` - Sets up a **...
Added optional third argument to websocket handler to pass on request object for headers parsing, etc.
kalaspuff_tomodachi
train
5d73a75149ea4ae7ef4e358dce364ffb2c3e453a
diff --git a/bokeh/command/subcommand.py b/bokeh/command/subcommand.py index <HASH>..<HASH> 100644 --- a/bokeh/command/subcommand.py +++ b/bokeh/command/subcommand.py @@ -2,7 +2,12 @@ line application. ''' +from abc import ABCMeta, abstractmethod +# TODO (bev) change this after bokeh.util.future is merged +from s...
use abc module to make Subcommand a real abstract base class
bokeh_bokeh
train
179252630d829e8d24d149db8fcc642309e5d987
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -323,6 +323,7 @@ $A⋅B = $A->dotProduct($B); // same as innerProduct $A⋅B = $A->innerProduct($B); // same as dotProduct // Vector operations - return a Vector or Matrix +$kA = $A->scalarMultiply(5); $A⨂B = ...
Add Vector scalar multiplication.
markrogoyski_math-php
train
763d1c2df5931bfe8f99cdb2367c20b6733036b0
diff --git a/src/Event/DefaultEventTaggerService.php b/src/Event/DefaultEventTaggerService.php index <HASH>..<HASH> 100644 --- a/src/Event/DefaultEventTaggerService.php +++ b/src/Event/DefaultEventTaggerService.php @@ -41,11 +41,11 @@ class DefaultEventTaggerService implements EventTaggerServiceInterface public fu...
Throw a more precise type of Exception
cultuurnet_udb3-php
train
4d3a7e194c09e77206c84aa407b3d9a1bb792326
diff --git a/src/alternate-renderers.js b/src/alternate-renderers.js index <HASH>..<HASH> 100644 --- a/src/alternate-renderers.js +++ b/src/alternate-renderers.js @@ -8,6 +8,7 @@ import { useSelector } from './hooks/useSelector' import { useStore } from './hooks/useStore' import { getBatch } from './utils/batch' +i...
Avoid unnecessary selector evaluations (#<I>) * Avoid unnecessary selector evaluations * Clean up state assignment logic * Add missing shallowEqual export
reduxjs_react-redux
train
4be757d073c481b87c69c3765b42cfc39b6d0bfd
diff --git a/scanpy/tools/_phenograph.py b/scanpy/tools/_phenograph.py index <HASH>..<HASH> 100644 --- a/scanpy/tools/_phenograph.py +++ b/scanpy/tools/_phenograph.py @@ -77,7 +77,7 @@ def phenograph( adata, >>> result = sce.tl.phenograph(adata.obsm['X_pca'], k = 30) - Imbed the phen...
Update _phenograph.py
theislab_scanpy
train
6d846449922b854fe3929e0a81b389c232c210c8
diff --git a/src/Worker.php b/src/Worker.php index <HASH>..<HASH> 100644 --- a/src/Worker.php +++ b/src/Worker.php @@ -120,6 +120,7 @@ class Worker ]); $this->updateJob($this->current_job, JobInterface::STATUS_TIMEOUT); + $this->cancelChildJobs($this->current_job); $job = $this->curr...
#<I> cancel child job when parent is canceled
gyselroth_mongodb-php-task-scheduler
train
18113f1afef5ed4e735057dbcaeac0911cb53551
diff --git a/src/histogram.js b/src/histogram.js index <HASH>..<HASH> 100644 --- a/src/histogram.js +++ b/src/histogram.js @@ -30,7 +30,7 @@ export default function() { // Convert number of thresholds into uniform thresholds. if (!Array.isArray(tz)) { tz = tickStep(x0, x1, tz); - tz = range(Math.c...
Fix that the width of rightmost bin by default thresholds was too wide.
d3_d3-array
train
b0708dbb0f246a6841510e04c08a324db195482f
diff --git a/luigi/contrib/hadoop.py b/luigi/contrib/hadoop.py index <HASH>..<HASH> 100644 --- a/luigi/contrib/hadoop.py +++ b/luigi/contrib/hadoop.py @@ -596,7 +596,6 @@ class LocalJobRunner(JobRunner): map_output.close() return - job.init_mapper() # run job now... ...
Remove redundant init_mapper/init_reducer calls in LocalJobRunner
spotify_luigi
train
fd7b77f765e34734e29dc4085a042e401ecaf8f6
diff --git a/src/Pho/Kernel/Kernel.php b/src/Pho/Kernel/Kernel.php index <HASH>..<HASH> 100644 --- a/src/Pho/Kernel/Kernel.php +++ b/src/Pho/Kernel/Kernel.php @@ -176,6 +176,8 @@ class Kernel extends Init /** * Imports from a given Pho backup file + * + * @see Kernel::export() * * @param str...
switched to php serialize for import/export otherwise it fails with large files
phonetworks_pho-microkernel
train
3ab9da999ac53dc7c8dea7a8a9be4802c9f16042
diff --git a/pypuppetdb/api/v3.py b/pypuppetdb/api/v3.py index <HASH>..<HASH> 100644 --- a/pypuppetdb/api/v3.py +++ b/pypuppetdb/api/v3.py @@ -78,6 +78,8 @@ class API(BaseAPI): node['events'] = status = status[0] if status['successes'] > 0: node['status'] = 'change...
new node['status'] - 'noop' (api v3) set node['status'] to noop when noops are present in event-counts of latest report
voxpupuli_pypuppetdb
train
652771ffe48241c8ea74aa0bc7837c882742bfb8
diff --git a/code/forms/EventRegisterTicketsStep.php b/code/forms/EventRegisterTicketsStep.php index <HASH>..<HASH> 100644 --- a/code/forms/EventRegisterTicketsStep.php +++ b/code/forms/EventRegisterTicketsStep.php @@ -90,7 +90,7 @@ class EventRegisterTicketsStep extends MultiFormStep { $form->addErrorMessage( ...
Updated the tickets step error message type to be required rather than bad.
registripe_registripe-core
train
a64f60e1f0bd12006cdcdf434ee8b2f774c9062a
diff --git a/ohc-core/src/main/java/org/caffinitas/ohc/chunked/Hasher.java b/ohc-core/src/main/java/org/caffinitas/ohc/chunked/Hasher.java index <HASH>..<HASH> 100644 --- a/ohc-core/src/main/java/org/caffinitas/ohc/chunked/Hasher.java +++ b/ohc-core/src/main/java/org/caffinitas/ohc/chunked/Hasher.java @@ -15,6 +15,7 @@...
Fix minor code issues in Hasher.java
snazy_ohc
train
0579fa10cb6c0e8cf141ce1b6093d7d648258fac
diff --git a/bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/DisplayHelpCommand.java b/bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/DisplayHelpCommand.java index <HASH>..<HASH> 100644 --- a/bootstrap/src/main/java/org/jboss/windup/bootstrap/commands/windup/DisplayHelpCommand.jav...
WINDUP-<I> CLI to describe what parameters are required: reordering
windup_windup
train
d2f10c60fbbac263f668665bd59c74443a8f8e4e
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Changelog * added `JsonVersioner` and implementations `VersionFieldVersioner` and `SchemaUriVersioner` * added support for `$ref` to external schema + * added support for validation against...
Added support for validation against `$schema` property
webmozart_json
train
8fe14fc8cb3f59b00b6ab99063866a8da213ef54
diff --git a/resource_aws_elastic_beanstalk_environment.go b/resource_aws_elastic_beanstalk_environment.go index <HASH>..<HASH> 100644 --- a/resource_aws_elastic_beanstalk_environment.go +++ b/resource_aws_elastic_beanstalk_environment.go @@ -249,7 +249,7 @@ func resourceAwsElasticBeanstalkEnvironmentCreate(d *schema.R...
provider/aws: Beanstalk environments, bump the minimum timeout between API calls
terraform-providers_terraform-provider-aws
train
04f73eabd448500d4bcc769a597f1ea93be1a0e1
diff --git a/src/ipcalc.py b/src/ipcalc.py index <HASH>..<HASH> 100644 --- a/src/ipcalc.py +++ b/src/ipcalc.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# pep8-ignore: E501 +# pep8-ignore: E501, E241 ''' ==================================== @@ -267,10 +267,10 @@ class IP(object): # No :: in address...
Some small PEP8 style fixes - Line under indention
tehmaze_ipcalc
train
df54dd233a991b8c7e3cd244dfac13dc7bf8e82c
diff --git a/acme/commons.go b/acme/commons.go index <HASH>..<HASH> 100644 --- a/acme/commons.go +++ b/acme/commons.go @@ -7,16 +7,33 @@ import ( "time" ) -// Challenge statuses. -// https://tools.ietf.org/html/rfc8555#section-7.1.6 +// ACME status values of Account, Order, Authorization and Challenge objects. +//...
feat: Allows defining the reason for the certificate revocation (#<I>)
go-acme_lego
train
e234c183cc40df43da997fa1eeccd847a65cedd7
diff --git a/mmcv/ops/border_align.py b/mmcv/ops/border_align.py index <HASH>..<HASH> 100644 --- a/mmcv/ops/border_align.py +++ b/mmcv/ops/border_align.py @@ -85,11 +85,12 @@ class BorderAlign(nn.Module): (e.g. top, bottom, left, right). """ - def __init__(self, pool_size): + def __init__(self...
Add type hints in ops/border_align.py (#<I>)
open-mmlab_mmcv
train
ec2423ddbf9ee6b9f9e5422eb75f3cd7fbb73c8b
diff --git a/lib/sbaudio/__init__.py b/lib/sbaudio/__init__.py index <HASH>..<HASH> 100644 --- a/lib/sbaudio/__init__.py +++ b/lib/sbaudio/__init__.py @@ -1,17 +1,18 @@ -try: - import pysoundcard -except ImportError: - print('imstall pysoundcard with "pip install pysoundcard"') - from pysoundcard import Stream, ...
Newer version of sbaudio I used on a daily bot
shoebot_shoebot
train
6437baab0eefdb268ba690141dc70c95d12ba113
diff --git a/core/src/test/java/org/infinispan/replication/SyncReplTest.java b/core/src/test/java/org/infinispan/replication/SyncReplTest.java index <HASH>..<HASH> 100644 --- a/core/src/test/java/org/infinispan/replication/SyncReplTest.java +++ b/core/src/test/java/org/infinispan/replication/SyncReplTest.java @@ -33,9 ...
ISPN-<I> - SyncReplTest#testMixingSyncAndAsyncOnSameTransport() looks to be broken - the test was incomplete as it didn't run verification phase in order to make sure that the RPC methods were invoked with appropriate params
infinispan_infinispan
train
63e1aa7be8b08dc580bbc5cf9541f18c76a776a8
diff --git a/lib/jellyfish.rb b/lib/jellyfish.rb index <HASH>..<HASH> 100644 --- a/lib/jellyfish.rb +++ b/lib/jellyfish.rb @@ -155,7 +155,7 @@ module Jellyfish def log_error e, stderr return unless stderr - log("#{e.inspect} #{e.backtrace}", stderr) + stderr.puts("[#{self.class.name}] #{e.inspect} #{e.b...
jellyfish.rb: we don't really have to afford an extra function call
godfat_jellyfish
train