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
2f85688ee629f84f36019391f460ff00c6b1501c
diff --git a/openstack_dashboard/dashboards/project/instances/workflows/create_instance.py b/openstack_dashboard/dashboards/project/instances/workflows/create_instance.py index <HASH>..<HASH> 100644 --- a/openstack_dashboard/dashboards/project/instances/workflows/create_instance.py +++ b/openstack_dashboard/dashboards/...
Wrap call to extension_supported with try/except Change-Id: I<I>b2cdc8dda<I>b<I>ccda<I>ec<I>e5f<I>febef0 Closes-Bug: #<I>
openstack_horizon
train
py
e2f5fb346d6fee989e761dda523bc3be943a09b8
diff --git a/test_dingo2.py b/test_dingo2.py index <HASH>..<HASH> 100755 --- a/test_dingo2.py +++ b/test_dingo2.py @@ -28,13 +28,12 @@ conn = db.connection(section='oedb') mv_grid_districts=[360] nd.import_mv_grid_districts(conn, mv_grid_districts) +nd.import_generators(conn) nd.mv_parametrize_grid() nd.mv_ro...
move import of genos to start of dingo
openego_ding0
train
py
7e1baf84013650b368e1ae7a55e14d7322feb6cd
diff --git a/src/ModelInformation/Data/Form/Layout/AbstractModelFormLayoutNodeData.php b/src/ModelInformation/Data/Form/Layout/AbstractModelFormLayoutNodeData.php index <HASH>..<HASH> 100644 --- a/src/ModelInformation/Data/Form/Layout/AbstractModelFormLayoutNodeData.php +++ b/src/ModelInformation/Data/Form/Layout/Abstr...
Fixed layout node compatibility with dataobject <I>
czim_laravel-cms-models
train
php
de77facb73ba12532ebd0f9f44b43af433e9bf1b
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -73,7 +73,10 @@ module.exports = function(grunt) { // TO RUN BEFORE COMMIT // ==================== - grunt.registerTask("build", ["concat", "jshint", "csslint", "uglify"]); + grunt.registerTas...
Removing qunit-cov task from Travis
wa0x6e_cal-heatmap
train
js
0c40117fb4aa836e7a700eb2bc28d5b08d6230e4
diff --git a/lib/WebpackOptionsDefaulter.js b/lib/WebpackOptionsDefaulter.js index <HASH>..<HASH> 100644 --- a/lib/WebpackOptionsDefaulter.js +++ b/lib/WebpackOptionsDefaulter.js @@ -448,7 +448,10 @@ class WebpackOptionsDefaulter extends OptionsDefaulter { cache: true, parallel: true, sourceMap: - ...
minimizing and source-map doesn't work for cheap or eval source maps
webpack_webpack
train
js
cfb2126726f34baedfab971785ad7ff19a7f54ce
diff --git a/railties/lib/initializer.rb b/railties/lib/initializer.rb index <HASH>..<HASH> 100644 --- a/railties/lib/initializer.rb +++ b/railties/lib/initializer.rb @@ -564,7 +564,7 @@ Run `rake gems:install` to install the missing gems. def load_application_initializers if gems_dependencies_loaded ...
Load app initializers by path relative to Rails.root
rails_rails
train
rb
ee156923cdb01820e35e6bb579d5cf6bf55736d4
diff --git a/qunit/qunit.js b/qunit/qunit.js index <HASH>..<HASH> 100644 --- a/qunit/qunit.js +++ b/qunit/qunit.js @@ -1000,7 +1000,9 @@ function extend(a, b) { for ( var prop in b ) { if ( b[prop] === undefined ) { delete a[prop]; - } else { + + // Avoid "Member not found" error in IE8 caused by setting win...
Fix IE8 "Member not found" error Setting window.constructor causes this error in IE8, which happens when QUnit extends window.
JamesMGreene_qunit-assert-html
train
js
b338ce8dce125cb7fece0382b1bed76a6e7c7523
diff --git a/src/Providers/GeocoderService.php b/src/Providers/GeocoderService.php index <HASH>..<HASH> 100644 --- a/src/Providers/GeocoderService.php +++ b/src/Providers/GeocoderService.php @@ -46,8 +46,7 @@ class GeocoderService extends ServiceProvider */ public function register() { - AliasLoa...
Fixed alias loading to be Lumen-compatible
geocoder-php_GeocoderLaravel
train
php
878e492ec20e54a1f57448c0dd2905607aa91934
diff --git a/src/server/pps/server/api_server.go b/src/server/pps/server/api_server.go index <HASH>..<HASH> 100644 --- a/src/server/pps/server/api_server.go +++ b/src/server/pps/server/api_server.go @@ -2440,6 +2440,7 @@ func (a *apiServer) CreatePipeline(ctx context.Context, request *pps.CreatePipel if err := a.sud...
Set infinite TTL on pipeline auth tokens
pachyderm_pachyderm
train
go
a0dae395112779ece0633a53e0dcaf70461ea79a
diff --git a/Webpage/Webpage.php b/Webpage/Webpage.php index <HASH>..<HASH> 100644 --- a/Webpage/Webpage.php +++ b/Webpage/Webpage.php @@ -23,7 +23,7 @@ use vxPHP\Request\StatusCode; * handles xmlHttpRequests of clients * * @author Gregor Kofler - * @version 1.20.4 2013-09-13 + * @version 1.20.5 2013-09-13 * ...
Bugfix: Avoid double slashes with nice URIs and redirects
Vectrex_vxPHP
train
php
f64e07c3809425b767ff7b42ad6ebca89ad23b2c
diff --git a/dallinger/command_line.py b/dallinger/command_line.py index <HASH>..<HASH> 100755 --- a/dallinger/command_line.py +++ b/dallinger/command_line.py @@ -145,8 +145,11 @@ def verify_id(ctx, param, app): def verify_directory(verbose=True, max_size_mb=50): - """Ensure that the current directory looks lik...
Fix up docstrings and comments
Dallinger_Dallinger
train
py
8afe4c5788bbdd2297380db7df9baa438a03ba56
diff --git a/src/MiddlewareDispatcher.php b/src/MiddlewareDispatcher.php index <HASH>..<HASH> 100644 --- a/src/MiddlewareDispatcher.php +++ b/src/MiddlewareDispatcher.php @@ -31,8 +31,11 @@ final class MiddlewareDispatcher implements RequestHandlerInterface */ private $container; - public function __con...
Add private method MiddlewareDispatcher::isLastMiddlewareCalled (#<I>)
yiisoft_yii-web
train
php
6af6f8d0242a104505781158d4ad9c5c5efa77b0
diff --git a/dev-server/containers/MainView/index.js b/dev-server/containers/MainView/index.js index <HASH>..<HASH> 100644 --- a/dev-server/containers/MainView/index.js +++ b/dev-server/containers/MainView/index.js @@ -9,6 +9,7 @@ function getTabs({ showMessages, showComposeText, unreadCounts, + showConferenc...
hidden conference if no permission (#<I>)
ringcentral_ringcentral-js-widgets
train
js
24bd5586ccf59efaa7a6a01e62456d5f00a67ca0
diff --git a/src/Billing/BillableTrait.php b/src/Billing/BillableTrait.php index <HASH>..<HASH> 100644 --- a/src/Billing/BillableTrait.php +++ b/src/Billing/BillableTrait.php @@ -211,6 +211,8 @@ trait BillableTrait { public static function setInvoiceModel($model) { static::$invoiceModel = $model; + + forward_st...
update on the billable trait to set the invoice model on the charge model
cartalyst_stripe
train
php
5ef3ddb1e7c186ba1b104848710633f4e473ee1a
diff --git a/src/test/java/org/cryptomator/cryptofs/fh/ChunkDataTest.java b/src/test/java/org/cryptomator/cryptofs/fh/ChunkDataTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/cryptomator/cryptofs/fh/ChunkDataTest.java +++ b/src/test/java/org/cryptomator/cryptofs/fh/ChunkDataTest.java @@ -8,10 +8,10 @@ imp...
better timeout handling in async unit test
cryptomator_cryptofs
train
java
914d2884eacde32174dd3a2ebd6725e133e16ca9
diff --git a/lib/googleapis.js b/lib/googleapis.js index <HASH>..<HASH> 100644 --- a/lib/googleapis.js +++ b/lib/googleapis.js @@ -107,13 +107,13 @@ GoogleApis.DISCOVERY_PARAMS_ = null; * @return {GoogleApis} Returns itself. */ GoogleApis.prototype.discover = function(name, version, opt_opts) { - var alreadyDisco...
filter -> some; formatting; version check removed
googleapis_google-api-nodejs-client
train
js
f2327637073952a82e3dce8a0a140d33531fae41
diff --git a/lib/puppet/type/yumrepo.rb b/lib/puppet/type/yumrepo.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/type/yumrepo.rb +++ b/lib/puppet/type/yumrepo.rb @@ -165,7 +165,8 @@ Puppet::Type.newtype(:yumrepo) do end newproperty(:exclude) do - desc "List of shell globs. Matching packages will never be + ...
(PUP-<I>) update yumrepo's includepkgs and exclude usage description
puppetlabs_puppet
train
rb
af602eee5dd761fc268ada73aa664b00da8c6617
diff --git a/hwio.go b/hwio.go index <HASH>..<HASH> 100644 --- a/hwio.go +++ b/hwio.go @@ -266,6 +266,36 @@ func DigitalRead(pin Pin) (result int, e error) { return gpio.DigitalRead(pin) } +// given a logic level of HIGH or LOW, return the opposite. Invalid values returned as LOW. +func Negate(logicLevel int) int ...
helper functions Negate and Pulse
mrmorphic_hwio
train
go
a6cface27d5b7fe6e12a7acc9668c566e1d6399c
diff --git a/src/main/java/org/takes/rq/multipart/RqMtFake.java b/src/main/java/org/takes/rq/multipart/RqMtFake.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/takes/rq/multipart/RqMtFake.java +++ b/src/main/java/org/takes/rq/multipart/RqMtFake.java @@ -98,6 +98,7 @@ public final class RqMtFake implements RqMu...
(#<I>) Add `@since' tag
yegor256_takes
train
java
720fbf1cd5e241b0f61e6de63e6795bf91b81d91
diff --git a/lib/pacto/core/contract_registry.rb b/lib/pacto/core/contract_registry.rb index <HASH>..<HASH> 100644 --- a/lib/pacto/core/contract_registry.rb +++ b/lib/pacto/core/contract_registry.rb @@ -1,6 +1,6 @@ module Pacto class ContractRegistry - def register_contract(contract = nil, *tags) + def regist...
Remove default value for register_contract There is no need to register a nil contract
thoughtworks_pacto
train
rb
192ac4e988d3cd38703153d6d5a3879896500f83
diff --git a/starlette/responses.py b/starlette/responses.py index <HASH>..<HASH> 100644 --- a/starlette/responses.py +++ b/starlette/responses.py @@ -22,8 +22,8 @@ try: import aiofiles from aiofiles.os import stat as aio_stat except ImportError: # pragma: nocover - aiofiles = None - aio_stat = None +...
Add type: ignore for aiofiles to make mypy happier (#<I>) * Add type: ignore to make mypy happier * Tentatively ignore type checking failure until the following patch gets merged <URL>
encode_starlette
train
py
0c4dcf9b6ea635ebcacf10c984b495485609c8c9
diff --git a/peewee.py b/peewee.py index <HASH>..<HASH> 100644 --- a/peewee.py +++ b/peewee.py @@ -72,7 +72,7 @@ OP_DIV = 13 OP_AND = 14 OP_OR = 15 OP_XOR = 16 -OP_USER = 19 +OP_MOD = 17 OP_EQ = 20 OP_LT = 21 @@ -623,6 +623,7 @@ class QueryCompiler(object): OP_XOR: '^', OP_AND: 'AND', ...
Adding OP_MOD and removing unused OP_USER
coleifer_peewee
train
py
14b2569716eb1bbcfc2c845901a9c466a2eedfc5
diff --git a/crabpy/tests/test_client.py b/crabpy/tests/test_client.py index <HASH>..<HASH> 100644 --- a/crabpy/tests/test_client.py +++ b/crabpy/tests/test_client.py @@ -54,7 +54,7 @@ class CrabClientTests(unittest.TestCase): ) def test_list_gemeenten(self): res = self.crab.service.ListGemeentenByGe...
Fix failing tests. Wrong order.
OnroerendErfgoed_crabpy
train
py
9be12cb3641b876fdf2f7ae8f8e38ec31d3536f2
diff --git a/app/src/js/modules/slug.js b/app/src/js/modules/slug.js index <HASH>..<HASH> 100644 --- a/app/src/js/modules/slug.js +++ b/app/src/js/modules/slug.js @@ -147,7 +147,7 @@ $.each(usesFields, function (i, useField) { var field = $('#' + useField); - i...
Bugfix: use of select fields now works again
bolt_bolt
train
js
78e77e493114236065cb322d2b47414a39201605
diff --git a/lib/artifactory/resources/artifact.rb b/lib/artifactory/resources/artifact.rb index <HASH>..<HASH> 100644 --- a/lib/artifactory/resources/artifact.rb +++ b/lib/artifactory/resources/artifact.rb @@ -435,7 +435,7 @@ module Artifactory # @return [Resource::Artifact] # def upload(key, path_or_io...
Artifact.upload supports upload of any kind of IO object.
chef_artifactory-client
train
rb
7c08afd775acb82b173bfdc570492a66cf4c858e
diff --git a/myql/myql.py b/myql/myql.py index <HASH>..<HASH> 100755 --- a/myql/myql.py +++ b/myql/myql.py @@ -119,7 +119,7 @@ class YQL(object): cond = " ".join(cond) else: - if isinstance(cond[2], (str, buffer)): + if isinstance(cond[2], str): var = re.m...
fixing python3 buffer type issue
josuebrunel_myql
train
py
2d632de672af7636f8623d95044619a3bef78d55
diff --git a/pymc3/plots.py b/pymc3/plots.py index <HASH>..<HASH> 100644 --- a/pymc3/plots.py +++ b/pymc3/plots.py @@ -48,7 +48,12 @@ def traceplot(trace, varnames=None, transform=lambda x: x, figsize=None, prior_style : str Line style for prior plot. Defaults to '--' (dashed line). ax : axes - ...
DOC Improve axes doc string in response to #<I>.
pymc-devs_pymc
train
py
356436fe11b5a00f212dacd73f237441fb5fcba9
diff --git a/code/libraries/koowa/components/com_koowa/translator.php b/code/libraries/koowa/components/com_koowa/translator.php index <HASH>..<HASH> 100644 --- a/code/libraries/koowa/components/com_koowa/translator.php +++ b/code/libraries/koowa/components/com_koowa/translator.php @@ -306,7 +306,15 @@ class ComKoowaTr...
re #<I> Handle plugins differently.
joomlatools_joomlatools-framework
train
php
ee2d1451a60b9ad211a39f4841d4e5fe5174ae39
diff --git a/enrol/ldap/lib.php b/enrol/ldap/lib.php index <HASH>..<HASH> 100644 --- a/enrol/ldap/lib.php +++ b/enrol/ldap/lib.php @@ -962,7 +962,7 @@ class enrol_ldap_plugin extends enrol_plugin { $template->groupmodeforce = $courseconfig->groupmodeforce; $template->visible = $courseco...
MDL-<I> enrol/ldap course default settings when no course template is selected
moodle_moodle
train
php
7c0d2b7be5ac75ee13a20ddcf4bde1966768bc0d
diff --git a/modules/orionode/index.js b/modules/orionode/index.js index <HASH>..<HASH> 100644 --- a/modules/orionode/index.js +++ b/modules/orionode/index.js @@ -109,7 +109,6 @@ function tryLoadRouter(endpoint, options) { args.push(options.basicMiddleware); } if (isEndpoint && csrf && (endpoint.checkCSRF === un...
org-ids/web-ide-issues#<I>: rename and scope WebIDE cookies
eclipse_orion.client
train
js
934d690f8c664439dedc6fc3202ce7412c69c664
diff --git a/unshortenit/base.py b/unshortenit/base.py index <HASH>..<HASH> 100755 --- a/unshortenit/base.py +++ b/unshortenit/base.py @@ -89,7 +89,7 @@ class UnshortenIt(object): left += c[0] right = c[1] + right - decoded_uri = b64decode(left + right)[2:].dec...
Fix for Python <I> (Debian) Before: ```python >>> unshortenit.unshorten('<URL>) ('<URL>) ``` After: ```python3 >>> unshortenit.unshorten('<URL>) ('<URL>) ``` Tested working on Python <I> and <I>. I can't test <I>, but it should behave the same as <I>. Travis anyways will test <I>.
jkehler_unshortenit
train
py
9799d3d6955e525b485ceb3324750b895a60da7a
diff --git a/test/processImage.js b/test/processImage.js index <HASH>..<HASH> 100644 --- a/test/processImage.js +++ b/test/processImage.js @@ -607,6 +607,13 @@ describe('express-processimage', () => { }, }), })); + + it('should not have uncaught error when processing an image with bugo...
Update processImage.js added test for the fix on node crashing
papandreou_express-processimage
train
js
eb59bc605c0a354b843c86be8f189cbac9b8103b
diff --git a/pkg/scheduler/algorithm/predicates/predicates.go b/pkg/scheduler/algorithm/predicates/predicates.go index <HASH>..<HASH> 100644 --- a/pkg/scheduler/algorithm/predicates/predicates.go +++ b/pkg/scheduler/algorithm/predicates/predicates.go @@ -1642,7 +1642,21 @@ func NewVolumeBindingPredicate(binder *volumeb...
Short circuit volume checker if the pod is not requesting any volumes
kubernetes_kubernetes
train
go
76d1c52100656b0ea9ad9e13766a31b12879f27b
diff --git a/Tests/Generator/DoctrineFormGeneratorTest.php b/Tests/Generator/DoctrineFormGeneratorTest.php index <HASH>..<HASH> 100644 --- a/Tests/Generator/DoctrineFormGeneratorTest.php +++ b/Tests/Generator/DoctrineFormGeneratorTest.php @@ -23,6 +23,9 @@ class DoctrineFormGeneratorTest extends GeneratorTest ...
Addee back some tests removed by mistake
sensiolabs_SensioGeneratorBundle
train
php
30dd82115736a8f1a11872a967f28a87b04861ab
diff --git a/lib/cookiejar/cookie_validation.rb b/lib/cookiejar/cookie_validation.rb index <HASH>..<HASH> 100644 --- a/lib/cookiejar/cookie_validation.rb +++ b/lib/cookiejar/cookie_validation.rb @@ -355,11 +355,11 @@ module CookieJar first = true index = 0 begin - md = PARAM2.match set_cooki...
Backport Set-Cookie2 support to ruby <I>
dwaite_cookiejar
train
rb
70b5a9142a55c7e35da3c9ca3506903b387824b4
diff --git a/platforms/YamahaAVR.js b/platforms/YamahaAVR.js index <HASH>..<HASH> 100644 --- a/platforms/YamahaAVR.js +++ b/platforms/YamahaAVR.js @@ -1,13 +1,19 @@ var types = require("HAP-NodeJS/accessories/types.js"); var Yamaha = require('yamaha-nodejs'); var mdns = require('mdns'); +//workaround for raspberry p...
adding resolver chain workaround for raspberry pi adding the workaround from <URL>
nfarina_homebridge
train
js
6779719e1691fcd1349ea157773a7bd2e76f8f23
diff --git a/lang/en/moodle.php b/lang/en/moodle.php index <HASH>..<HASH> 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -757,10 +757,10 @@ $string['frontpagesettings'] = 'Front page settings'; $string['frontpagetopiconly'] = 'Topic section'; $string['fulllistofcourses'] = 'All courses'; $string['fullna...
MDL-<I> Fork fullname - fullnamecourse and fullnameuser This commit instructs AMOS to use the current value of fullname as the initial value of fullnamecourse and fullnameuser. AMOS BEGIN CPY [fullname,core],[fullnamecourse,core] CPY [fullname,core],[fullnameuser,core] AMOS END
moodle_moodle
train
php
760760020cf37e4f02e298535e75156a5eebf752
diff --git a/src/phpDocumentor/Application.php b/src/phpDocumentor/Application.php index <HASH>..<HASH> 100644 --- a/src/phpDocumentor/Application.php +++ b/src/phpDocumentor/Application.php @@ -85,7 +85,10 @@ class Application extends Cilex $this->register(new Plugin\ServiceProvider()); $this->addC...
Only add update command for using it in phar context
phpDocumentor_phpDocumentor2
train
php
8c2a220277af1fa424a4c61e56b2c720d2405d7a
diff --git a/policyuniverse/arn.py b/policyuniverse/arn.py index <HASH>..<HASH> 100644 --- a/policyuniverse/arn.py +++ b/policyuniverse/arn.py @@ -47,7 +47,12 @@ class ARN(object): self._from_account_number(input) return - aws_service_match = re.search('^([^.]+)(.[^.]+)?\.amazonaws\.c...
Support amazoncom service principal (#4) * Add support for *.amazon.com service principals A few new service principals use *.amazon.com instead of *.amazonaws.com. Examples are: alexa-appkit.amazon.com alexa-connectedhome.amazon.com alexa-appkit.amazon.com The ARN class should be able to parse...
Netflix-Skunkworks_policyuniverse
train
py,py
f8f544f14c8b0d1aef00a315aa771750dc4d7ba6
diff --git a/ui/src/components/fab/QFabAction.js b/ui/src/components/fab/QFabAction.js index <HASH>..<HASH> 100644 --- a/ui/src/components/fab/QFabAction.js +++ b/ui/src/components/fab/QFabAction.js @@ -41,7 +41,7 @@ export default defineComponent({ setup (props, { slots, emit }) { const $fab = inject(fabKey,...
feat(QFabAction): Allow using QFabAction outside QFab #<I> (#<I>)
quasarframework_quasar
train
js
ed2d73e67aad6eecae1b1d76a268ceaa2f93286f
diff --git a/src/Controller/NextBetsController.php b/src/Controller/NextBetsController.php index <HASH>..<HASH> 100644 --- a/src/Controller/NextBetsController.php +++ b/src/Controller/NextBetsController.php @@ -76,7 +76,7 @@ class NextBetsController extends ControllerBase { ], 'nb_game...
fix time left issue on minutes - close #<I>
mespronos_mespronos
train
php
3feeb5c63bcb80c294365dfc3fc37b0720eac9f8
diff --git a/tensorflow_probability/python/stats/sample_stats.py b/tensorflow_probability/python/stats/sample_stats.py index <HASH>..<HASH> 100644 --- a/tensorflow_probability/python/stats/sample_stats.py +++ b/tensorflow_probability/python/stats/sample_stats.py @@ -319,8 +319,8 @@ def covariance(x, cov_matrix = tfp...
Remove inaccurate comment about numpy.cov. For numpy, the covariance is divided by N-1. PiperOrigin-RevId: <I>
tensorflow_probability
train
py
5d287f73152d2c1aee3b6eae08ff66f8cf1e936d
diff --git a/src/core/scripts.py b/src/core/scripts.py index <HASH>..<HASH> 100644 --- a/src/core/scripts.py +++ b/src/core/scripts.py @@ -780,11 +780,12 @@ class Script(QObject): return data @staticmethod - def load_settings(path): + def load_settings(path, setttings_only = True): """ ...
Script.load_settings is a bit smarter now (returns only the settings instead of the whole json file if there is only one script) simple_plot_1d: time scale is adjusted automatically to ns, us, ms and s
LISE-B26_pylabcontrol
train
py
dd9123586cbc50341141a6475e22bfa3f4f3df7c
diff --git a/lxd/instance/drivers/driver_qemu.go b/lxd/instance/drivers/driver_qemu.go index <HASH>..<HASH> 100644 --- a/lxd/instance/drivers/driver_qemu.go +++ b/lxd/instance/drivers/driver_qemu.go @@ -4776,6 +4776,8 @@ func (d *qemu) FilePush(fileType string, srcPath string, dstPath string, uid int return err } ...
lxd/instance/drivers/driver/qemu: handle InstanceFilePushed lifecycle event
lxc_lxd
train
go
1644cd2da5f218b184e4e69c56ff397a8d6c1464
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ classifiers=['Development Status :: 6 - Mature', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 3'] + [ ("Programming Language :: Python :: %s"...
don't declare py<I> as supported anymore.
vmalloc_dessert
train
py
81034841d8dcaa727183d50a72064227e08e5995
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -389,3 +389,8 @@ linkcheck_allowed_redirects = { r'https://github.com/Unidata/MetPy/issues/new/choose': r'https://github.com/login.*choose', r'https://doi.org/.*': r'https://.*' } + +linkcheck_reques...
MNT: Work-around GitHub docs failing linkchecker For some reason the GitHub docs site is giving a <I> for things like cURL and the Sphinx linkchecker. Give it a "real" user agent to get around this for now.
Unidata_MetPy
train
py
56b5349ac01333342738c76bb87de4c9031dc21b
diff --git a/library/CM/File/Image.php b/library/CM/File/Image.php index <HASH>..<HASH> 100644 --- a/library/CM/File/Image.php +++ b/library/CM/File/Image.php @@ -335,16 +335,12 @@ class CM_File_Image extends CM_File { * @return bool */ public static function isValid(CM_File $file) { - if (!extension_loaded('i...
Use consturctor to validate a image
cargomedia_cm
train
php
cff521e0a23af7f0b615c2c2aca20b1a151c72ee
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -64,4 +64,7 @@ setup( test_suite='tests', tests_require=test_requirements, setup_requires=setup_requirements, + scripts=[ + 'bin/summit.py' + ] )
Add scripts entry for bin/summit.py
PaloAltoNetworks_pancloud
train
py
fa3e749cfc0d735bd34d1ee60930868e77fb05d8
diff --git a/signalr-hub.js b/signalr-hub.js index <HASH>..<HASH> 100644 --- a/signalr-hub.js +++ b/signalr-hub.js @@ -12,7 +12,7 @@ angular.module('SignalR', []) Hub.proxy.on(event, fn); }; Hub.invoke = function (method, args) { - Hub.proxy.invoke.apply(Hub.proxy, arguments) + return Hub.proxy.invoke...
Return the promise when calling server methods. SignalR returns a promise when invoking server methods. This can be useful when the client needs to do work on success or failure when calling the server method.
JustMaier_angular-signalr-hub
train
js
ebf1380eea51fc4cd9e72bcd4b17295f20adceda
diff --git a/src/main/java/redis/clients/jedis/JedisSentinelPool.java b/src/main/java/redis/clients/jedis/JedisSentinelPool.java index <HASH>..<HASH> 100644 --- a/src/main/java/redis/clients/jedis/JedisSentinelPool.java +++ b/src/main/java/redis/clients/jedis/JedisSentinelPool.java @@ -53,6 +53,9 @@ public class JedisS...
Fixed bug where timeout, password, and database were not set in the JedisSentinelPool overloaded contructor and hence not passed to JedisFactory.
xetorthio_jedis
train
java
2039c1c6510fe12cf9143d992c3c811f53855943
diff --git a/tools/nni_cmd/launcher.py b/tools/nni_cmd/launcher.py index <HASH>..<HASH> 100644 --- a/tools/nni_cmd/launcher.py +++ b/tools/nni_cmd/launcher.py @@ -39,6 +39,7 @@ import site import time from pathlib import Path from .command_utils import check_output_command, kill_command +from .nnictl_utils import up...
Fix nnictl resume (#<I>)
Microsoft_nni
train
py
12e74a8abb1b010313aaaa3f897e796e5c42124e
diff --git a/src/Chee/Module/CheeModule.php b/src/Chee/Module/CheeModule.php index <HASH>..<HASH> 100644 --- a/src/Chee/Module/CheeModule.php +++ b/src/Chee/Module/CheeModule.php @@ -414,7 +414,7 @@ class CheeModule if (!count($min) || !count($max)) { $error['module.json'] = "module.json ...
Fix bug in CheeCommerceCompliancy method
chee-commerce_CheeModule
train
php
dbd9b4b0710f3ab59ed9fe2ac9638d1ee615de8c
diff --git a/src/android/BLE.java b/src/android/BLE.java index <HASH>..<HASH> 100644 --- a/src/android/BLE.java +++ b/src/android/BLE.java @@ -646,9 +646,7 @@ public class BLE int options = args.getInt(2); // Turn notification on. - boolean setConfigDescriptor = - NOTIFICATION_OPTIONS_DISABLE_AUTOMATIC_CONF...
Fixed bug that made notifications not being automatically enabled.
evothings_cordova-ble
train
java
92905ffb9f1538f226e2710ff1b6abb7c059672c
diff --git a/acceptance/tests/ticket_7117_broke_env_criteria_authconf.rb b/acceptance/tests/ticket_7117_broke_env_criteria_authconf.rb index <HASH>..<HASH> 100644 --- a/acceptance/tests/ticket_7117_broke_env_criteria_authconf.rb +++ b/acceptance/tests/ticket_7117_broke_env_criteria_authconf.rb @@ -11,6 +11,17 @@ allow ...
fixed test for ticket_<I> Need to restart puppet master to detect changes made to auth.conf
puppetlabs_puppet
train
rb
3299bc483311343252c129d99c5f629ab1924d20
diff --git a/src/spec/gocli/integration/network_configuration_spec.rb b/src/spec/gocli/integration/network_configuration_spec.rb index <HASH>..<HASH> 100644 --- a/src/spec/gocli/integration/network_configuration_spec.rb +++ b/src/spec/gocli/integration/network_configuration_spec.rb @@ -244,6 +244,27 @@ describe 'networ...
add integration test for duplicate networks - unable to reproduce reported issue - test asserts that behavior is consistently correct [#<I>](<URL>)
cloudfoundry_bosh
train
rb
1e30b23207e6a7196443848f75f68c18a58c57b5
diff --git a/js/liquid.js b/js/liquid.js index <HASH>..<HASH> 100644 --- a/js/liquid.js +++ b/js/liquid.js @@ -3,7 +3,7 @@ // --------------------------------------------------------------------------- const Exchange = require ('./base/Exchange'); -const { ExchangeError, InvalidNonce, OrderNotFound, InvalidOrder, ...
liquid editOrder missing price ExchangeError → ArgumentsRequired
ccxt_ccxt
train
js
0eca03edbf621b50fa815f7f6eb83d120a0dd4e2
diff --git a/src/main/org/codehaus/groovy/ast/ClassNode.java b/src/main/org/codehaus/groovy/ast/ClassNode.java index <HASH>..<HASH> 100644 --- a/src/main/org/codehaus/groovy/ast/ClassNode.java +++ b/src/main/org/codehaus/groovy/ast/ClassNode.java @@ -1385,7 +1385,9 @@ public class ClassNode extends AnnotatedNode implem...
prevent setting component type if not needed (even if it might be null, but special classnodes may not expect this call)
apache_groovy
train
java
24fd6e578d006c4a283fad3f4774b1e667b88acc
diff --git a/views/archive-listing.blade.php b/views/archive-listing.blade.php index <HASH>..<HASH> 100644 --- a/views/archive-listing.blade.php +++ b/views/archive-listing.blade.php @@ -33,9 +33,12 @@ </div> @endif + {{ do_action('wp-listings/archive/before') }} + ...
Add hook on wp-listings.
helsingborg-stad_Municipio
train
php
91a2305d08634b4c833700a5fbe70a3fc334c5be
diff --git a/lib/github_api/error.rb b/lib/github_api/error.rb index <HASH>..<HASH> 100644 --- a/lib/github_api/error.rb +++ b/lib/github_api/error.rb @@ -5,15 +5,22 @@ module Github class GithubError < StandardError attr_reader :response_message, :response_headers - def initialize(message) - ...
Change to provide bactrace.
piotrmurach_github
train
rb
d246ef16ece314de52527e72833776acf40795e5
diff --git a/src/main/java/org/thymeleaf/engine/TemplateManager.java b/src/main/java/org/thymeleaf/engine/TemplateManager.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/thymeleaf/engine/TemplateManager.java +++ b/src/main/java/org/thymeleaf/engine/TemplateManager.java @@ -579,6 +579,13 @@ public final class T...
Added a check at TemplateManager making sure that template names are not changed during template resolution
thymeleaf_thymeleaf
train
java
df4337f5bedf90e89774418f783bb54c6ad2d95c
diff --git a/aioupnp/serialization/ssdp.py b/aioupnp/serialization/ssdp.py index <HASH>..<HASH> 100644 --- a/aioupnp/serialization/ssdp.py +++ b/aioupnp/serialization/ssdp.py @@ -3,7 +3,7 @@ import logging import binascii import json from collections import OrderedDict -from typing import Dict, List +from typing imp...
check required ssdp fields
lbryio_aioupnp
train
py
3e3ef3a76a48da2877bbf55a0cfcef0a299f735a
diff --git a/lib/data_migrator.rb b/lib/data_migrator.rb index <HASH>..<HASH> 100644 --- a/lib/data_migrator.rb +++ b/lib/data_migrator.rb @@ -37,7 +37,7 @@ module RussellEdge {:name => name, :filename => file, :version => version, :scope => scope} end - migrations.sort{|h| h[:version]} + ...
fixed bug in sorting of data_migrations by version
portablemind_data_migrator
train
rb
8a4d2a8e381e6725245b8d8217a970f89895f460
diff --git a/src/pixi/display/Sprite.js b/src/pixi/display/Sprite.js index <HASH>..<HASH> 100644 --- a/src/pixi/display/Sprite.js +++ b/src/pixi/display/Sprite.js @@ -127,10 +127,10 @@ PIXI.Sprite.prototype.setTexture = function(texture) if(this.texture.baseTexture != texture.baseTexture) { this.textureChange = ...
cherry-pick sprite fixes from d<I>d<I>
drkibitz_node-pixi
train
js,js
627f87fe51ab32110d32f1e54c523ff56ab25908
diff --git a/build/webpack.base.config.js b/build/webpack.base.config.js index <HASH>..<HASH> 100644 --- a/build/webpack.base.config.js +++ b/build/webpack.base.config.js @@ -9,14 +9,6 @@ module.exports = { '@': resolve('../src') } }, - externals: { - vue: { - commonjs: 'vue', - commonjs2: ...
fix(dev): only use externals in production builds
vuetifyjs_vuetify
train
js,js
c4963076571f6cc72dc935c1970005184c51a23f
diff --git a/nodeconductor/structure/serializers.py b/nodeconductor/structure/serializers.py index <HASH>..<HASH> 100644 --- a/nodeconductor/structure/serializers.py +++ b/nodeconductor/structure/serializers.py @@ -756,6 +756,7 @@ class ServiceSettingsCertificationsUpdateSerializer(serializers.Serializer): ins...
Update code formatting [WAL-<I>]
opennode_waldur-core
train
py,py
0eb8df33cb7a950b9bf6d1031f70a798b0403740
diff --git a/src/utils.js b/src/utils.js index <HASH>..<HASH> 100644 --- a/src/utils.js +++ b/src/utils.js @@ -1,5 +1,5 @@ /* - * isObject, extend and isFunction are taken from undescore/lodash in + * isObject, extend, isFunction, and bind are taken from undescore/lodash in * order to remove the dependency */ @@...
Changed bind calls to use apply and call instead
reflux_refluxjs
train
js
39d1ec2ded6d05e17e6333923dd80d5ccf7bb1d2
diff --git a/indra/assemblers/index_card_assembler.py b/indra/assemblers/index_card_assembler.py index <HASH>..<HASH> 100644 --- a/indra/assemblers/index_card_assembler.py +++ b/indra/assemblers/index_card_assembler.py @@ -34,7 +34,6 @@ class IndexCardAssembler(object): card.card['pmc_id'] = self.p...
Remove spurious print in index card assembler
sorgerlab_indra
train
py
57c4ab1e7d440c59913f08dd1bec31434eec74f3
diff --git a/timepiece/admin.py b/timepiece/admin.py index <HASH>..<HASH> 100644 --- a/timepiece/admin.py +++ b/timepiece/admin.py @@ -135,8 +135,10 @@ class ContractAssignmentAdmin(admin.ModelAdmin): def worked(self, obj): hours_worked = float(obj.hours_worked) - percent = hours_worked * 100.0 /...
refs #<I> - Check for 0 hours before dividing
caktus_django-timepiece
train
py
5e710cedbe1075d83567c62339ce8848bcd59bb4
diff --git a/main.js b/main.js index <HASH>..<HASH> 100644 --- a/main.js +++ b/main.js @@ -36,6 +36,10 @@ function regenerator(source, options) { return runtime + source; // Shortcut: no generators to transform. } + var runtimeBody = recast.parse(runtime, { + sourceFileName: regenerator.runtime.dev + })....
Support --include-runtime via syntax tree modification. Which is to say: instead of doing string concatenation.
facebook_regenerator
train
js
01e847f6ed66f8ba31b5ae9f45ead5c6676bcfd5
diff --git a/lib/puppet/pops/types/class_loader.rb b/lib/puppet/pops/types/class_loader.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/pops/types/class_loader.rb +++ b/lib/puppet/pops/types/class_loader.rb @@ -76,11 +76,9 @@ class ClassLoader end def self.provide_from_string(name) - name_path = name.split('...
(maint) Optimize the ClassLoader Makes the ClassLoader use the predefined constant `TypeFormatter::NAME_SEGMENT_SEPARATOR` and use `Array#shift` to pop first element of array instead of creating a copy using a range.
puppetlabs_puppet
train
rb
05bd34f2146ee141f6ba00c85d00e424b7138a39
diff --git a/lib/liquid/ext/shutdown.rb b/lib/liquid/ext/shutdown.rb index <HASH>..<HASH> 100644 --- a/lib/liquid/ext/shutdown.rb +++ b/lib/liquid/ext/shutdown.rb @@ -9,12 +9,12 @@ module Shutdown # If the first parameter is nil, the handler will not check the codes runtime. Be cautios when executing # asynchrono...
CS-<I>: pass block as parameter to shutdown handler registration
liquidm_ext
train
rb
c73da35d5439939ef0c435433b2abe685e732418
diff --git a/src/pps/server/server_test.go b/src/pps/server/server_test.go index <HASH>..<HASH> 100644 --- a/src/pps/server/server_test.go +++ b/src/pps/server/server_test.go @@ -30,6 +30,7 @@ const ( ) func TestBasic(t *testing.T) { + t.Skip() t.Parallel() runTest(t, testBasic) }
skip srs/pps/server testing
pachyderm_pachyderm
train
go
3662dbc03d53747cb8a94b9bd428c7afba60b44f
diff --git a/terraform/transform_orphan_count.go b/terraform/transform_orphan_count.go index <HASH>..<HASH> 100644 --- a/terraform/transform_orphan_count.go +++ b/terraform/transform_orphan_count.go @@ -50,6 +50,16 @@ func (t *OrphanResourceCountTransformer) Transform(g *Graph) error { } func (t *OrphanResourceCoun...
Ensure no key added to graph first
hashicorp_terraform
train
go
d3f4ea1a84065f92a28f665157d44d8b245a9b0d
diff --git a/salt/states/archive.py b/salt/states/archive.py index <HASH>..<HASH> 100644 --- a/salt/states/archive.py +++ b/salt/states/archive.py @@ -584,7 +584,8 @@ def extracted(name, .. versionchanged:: 2016.11.0 If omitted, the archive format will be guessed based on the value - ...
Clarify that archive_format is required pre-<I> This makes it more clear that the archive_format can only be left off if you are running <I> or newer.
saltstack_salt
train
py
bfff8506ccdbb8c284be8893821775a1a4e9c114
diff --git a/conn.go b/conn.go index <HASH>..<HASH> 100644 --- a/conn.go +++ b/conn.go @@ -67,9 +67,16 @@ type Config struct { enabledSuite map[cipherSuite]bool enabledGroup map[namedGroup]bool certsByName map[string]*Certificate + + // The same config object can be shared among different connections, so it + //...
Prevent data races on config objects
bifurcation_mint
train
go
9117cf29589033c637f487666ba216a709c36c0a
diff --git a/plenum/server/node.py b/plenum/server/node.py index <HASH>..<HASH> 100644 --- a/plenum/server/node.py +++ b/plenum/server/node.py @@ -1521,7 +1521,7 @@ class Node(HasActionQueue, Motor, Propagator, MessageProcessor, HasFileStorage, if self.viewNo - view_no > 1: self.discard(msg, "un-a...
[INDY-<I>] process case when CURRENT_STATE with viewNo=0
hyperledger_indy-plenum
train
py
6d3710851cfae54f35def552900f12a2f32d01f2
diff --git a/src/TechDivision/ApplicationServer/AbstractReceiver.php b/src/TechDivision/ApplicationServer/AbstractReceiver.php index <HASH>..<HASH> 100644 --- a/src/TechDivision/ApplicationServer/AbstractReceiver.php +++ b/src/TechDivision/ApplicationServer/AbstractReceiver.php @@ -128,7 +128,7 @@ abstract class Abstra...
Raise usleep for worker handler to <I> seconds to lower system load
appserver-io_appserver
train
php
3c3bd01b0b6fa4321a078eb883cce83d869a51bc
diff --git a/client/boot/index.js b/client/boot/index.js index <HASH>..<HASH> 100644 --- a/client/boot/index.js +++ b/client/boot/index.js @@ -1,3 +1,6 @@ +// Initialize localStorage polyfill before any dependencies are loaded +require( 'lib/local-storage' )(); + /** * External dependencies */ @@ -21,7 +24,6 @@ va...
Framework: Initialize localStorage polyfill at start of boot
Automattic_wp-calypso
train
js
ad18a4500cc48d3f6b10d64af4f65229a8734be9
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,10 @@ Install PlexAPI """ import re -from setuptools import setup +try: + from setuptools import setup +except ImportError: + from distutils.core import setup # Get the current version with open('plexapi/_...
Added fallback to distutils if setuptools is not installed
pkkid_python-plexapi
train
py
5f27d537e736db6ccb0b712ed3135f813420db15
diff --git a/lib/request.js b/lib/request.js index <HASH>..<HASH> 100644 --- a/lib/request.js +++ b/lib/request.js @@ -112,7 +112,6 @@ function makeRequest (uri, params, cb_) { headers['accept-encoding'] = 'gzip' // metadata should be minified, if the registry supports it - headers['accept'] = 'application/vnd...
Actually send the corgi accepts header
npm_npm-registry-client
train
js
61bf09afb64022ed35f9172becb7266e8dea7385
diff --git a/echo-server.js b/echo-server.js index <HASH>..<HASH> 100644 --- a/echo-server.js +++ b/echo-server.js @@ -4,7 +4,7 @@ var http = require('http') var websocket = require('./') var server = null -var port = module.exports.port = 4342 +var port = module.exports.port = 8342 module.exports.url = 'ws://lo...
Moved the echo-server to the <I> port.
maxogden_websocket-stream
train
js
0b40c8e51e01134f327780b0bb8ac487ce253bbc
diff --git a/pkg/plugins/manager/loader/loader_test.go b/pkg/plugins/manager/loader/loader_test.go index <HASH>..<HASH> 100644 --- a/pkg/plugins/manager/loader/loader_test.go +++ b/pkg/plugins/manager/loader/loader_test.go @@ -531,8 +531,8 @@ func TestLoader_Load_MultiplePlugins(t *testing.T) { }, }, pl...
Plugins: Add missing asserts for Plugin Errors field (#<I>) * make sure to check plugin errors * remove unused test
grafana_grafana
train
go
ca2195fd99dc02e3e3d64b85003fcf27ddf4e897
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -3,6 +3,8 @@ from setuptools import setup, find_packages install_requires = ( + 'PasteDeploy', + 'psycopg2', ) description = "An archive for Connexions documents."
Add dependencies, psycopg2 for Postgres integration and PasteDeploy for configuration file support.
openstax_cnx-archive
train
py
30614d11a4c3479d28a53df3685c44a825244afe
diff --git a/tests/test_auth.py b/tests/test_auth.py index <HASH>..<HASH> 100644 --- a/tests/test_auth.py +++ b/tests/test_auth.py @@ -502,7 +502,7 @@ class OIDCAuthenticationBackendTestCase(TestCase): self.assertEqual(sent_data['code'], post_data['code']) self.assertEqual(sent_data['redirect_uri'], p...
Fix linting: Remove type hinting from test comment.
mozilla_mozilla-django-oidc
train
py
197a55dd7dd663458948ec9048158ec729a8a5b3
diff --git a/lib/beaker-pe/version.rb b/lib/beaker-pe/version.rb index <HASH>..<HASH> 100644 --- a/lib/beaker-pe/version.rb +++ b/lib/beaker-pe/version.rb @@ -3,7 +3,7 @@ module Beaker module PE module Version - STRING = '1.12.1' + STRING = '1.13.0' end end
(GEM) update beaker-pe version to <I>
puppetlabs_beaker-pe
train
rb
0b51e28a24b4600251999d52eab8b94d42856527
diff --git a/vendor.py b/vendor.py index <HASH>..<HASH> 100644 --- a/vendor.py +++ b/vendor.py @@ -54,6 +54,10 @@ def vendor_library(name, version, cmd=None): run(['rm', '-rf', vendor_src]) if path.exists(vendor_init): + # The following read/regex is done so that we can parse module metadata with...
explain a bit what we are doing with the regex
ceph_ceph-deploy
train
py
2c7b1a27640da66cc9b9e58840b2cb3cb270895b
diff --git a/lib/kat.rb b/lib/kat.rb index <HASH>..<HASH> 100755 --- a/lib/kat.rb +++ b/lib/kat.rb @@ -1,2 +1 @@ require File.dirname(__FILE__) + '/kat/search' -require File.dirname(__FILE__) + '/kat/version' diff --git a/lib/kat/search.rb b/lib/kat/search.rb index <HASH>..<HASH> 100644 --- a/lib/kat/search.rb +++ b/l...
Fixed a bug with empty search queries
fissionxuiptz_kat
train
rb,rb
dadd13f365aad0d9228cd8b8e6d57ad32175b155
diff --git a/launcher/src/main/java/org/apache/spark/launcher/SparkLauncher.java b/launcher/src/main/java/org/apache/spark/launcher/SparkLauncher.java index <HASH>..<HASH> 100644 --- a/launcher/src/main/java/org/apache/spark/launcher/SparkLauncher.java +++ b/launcher/src/main/java/org/apache/spark/launcher/SparkLaunche...
[SPARK] Misleading error message for missing --proxy-user value Fix misleading error message when argument is expected. ## What changes were proposed in this pull request? Change message to be accurate. ## How was this patch tested? Messaging change, was tested manually.
apache_spark
train
java
b4ea5976fb51233e0289196eb39fa73a6f3e1829
diff --git a/src/you_get/extractors/bilibili.py b/src/you_get/extractors/bilibili.py index <HASH>..<HASH> 100644 --- a/src/you_get/extractors/bilibili.py +++ b/src/you_get/extractors/bilibili.py @@ -159,7 +159,7 @@ class Bilibili(VideoExtractor): sort = 'live' elif re.match(r'https?://vc\.bilibili...
add support for BVID of bilibili
soimort_you-get
train
py
5b1f2f740261284cfb094f751ca3a56c0c85f738
diff --git a/src/arcrest/agol/layer.py b/src/arcrest/agol/layer.py index <HASH>..<HASH> 100644 --- a/src/arcrest/agol/layer.py +++ b/src/arcrest/agol/layer.py @@ -730,10 +730,10 @@ class FeatureLayer(abstract.BaseAGOLClass): if not geometryFilter is None and \ isinstance(geometryFilter, filters.Geo...
Resolved geometry filter issue on agol layer queries
Esri_ArcREST
train
py
70b838120a9991650c9589a66f34f9e638e7749d
diff --git a/src/Sulu/Bundle/TestBundle/Testing/TestUserProvider.php b/src/Sulu/Bundle/TestBundle/Testing/TestUserProvider.php index <HASH>..<HASH> 100644 --- a/src/Sulu/Bundle/TestBundle/Testing/TestUserProvider.php +++ b/src/Sulu/Bundle/TestBundle/Testing/TestUserProvider.php @@ -11,7 +11,7 @@ namespace Sulu\Bundle\...
corrected TestUserProvider
sulu_sulu
train
php
2416d4b9fffdde5e227fd1c696f0ac8a5d2afce6
diff --git a/lib/event_socket.rb b/lib/event_socket.rb index <HASH>..<HASH> 100644 --- a/lib/event_socket.rb +++ b/lib/event_socket.rb @@ -22,7 +22,7 @@ module FreeSwitcher end # Grab result from command - def get_header + def get_header_and_body headers, body = {}, "" until line = @sock...
renamed method to include all of its functionality
vangberg_librevox
train
rb
04d052e30612b45330ff2fe83595e372fa21f9bd
diff --git a/src/_pytest/junitxml.py b/src/_pytest/junitxml.py index <HASH>..<HASH> 100644 --- a/src/_pytest/junitxml.py +++ b/src/_pytest/junitxml.py @@ -16,6 +16,7 @@ import sys from datetime import datetime from typing import Dict from typing import List +from typing import Match from typing import Optional fro...
fix mypy issue by using typing Match instead of re.Match
pytest-dev_pytest
train
py
6437cbe7a6e6457a4764490c877d2bfaf6116bbd
diff --git a/titan-cassandra/src/main/java/com/thinkaurelius/titan/diskstorage/cassandra/CassandraTransaction.java b/titan-cassandra/src/main/java/com/thinkaurelius/titan/diskstorage/cassandra/CassandraTransaction.java index <HASH>..<HASH> 100644 --- a/titan-cassandra/src/main/java/com/thinkaurelius/titan/diskstorage/c...
Customize CassandraTransaction toString
thinkaurelius_titan
train
java
d52a0ecda0c73e005b109c59e6db1a981620d705
diff --git a/crane/container_map.go b/crane/container_map.go index <HASH>..<HASH> 100644 --- a/crane/container_map.go +++ b/crane/container_map.go @@ -124,12 +124,16 @@ func (m ContainerMap) order(reversed bool) (order []string, err error) { // If we still have dependencies, the container map // cannot be resolved ...
de-duplicate container(s) for which dependencies are unresolved
michaelsauter_crane
train
go
55d704a774cae9abf64543e1569dbcbbb575faff
diff --git a/spec/lib/phony/countries_spec.rb b/spec/lib/phony/countries_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/phony/countries_spec.rb +++ b/spec/lib/phony/countries_spec.rb @@ -553,6 +553,9 @@ describe 'country descriptions' do it { Phony.split('821027975588').should == ['82', '10', '2797', '5588']...
Added Serbia spec to see if the latest Phony fixed my problem
floere_phony
train
rb
5eff181ec30624706eb024467fb1b9d5c9a473f7
diff --git a/staging/src/k8s.io/kubectl/pkg/cmd/alpha.go b/staging/src/k8s.io/kubectl/pkg/cmd/alpha.go index <HASH>..<HASH> 100644 --- a/staging/src/k8s.io/kubectl/pkg/cmd/alpha.go +++ b/staging/src/k8s.io/kubectl/pkg/cmd/alpha.go @@ -40,7 +40,7 @@ func NewCmdAlpha(f cmdutil.Factory, streams genericclioptions.IOStreams...
code cleanup for kubectl alpha -h
kubernetes_kubernetes
train
go
345e74a987218b10edde89ed9d03d1e3c653625c
diff --git a/id3v2.go b/id3v2.go index <HASH>..<HASH> 100644 --- a/id3v2.go +++ b/id3v2.go @@ -53,6 +53,26 @@ func NewTag(reader io.Reader) *Tag { return t } +func (t Tag) Size() int { + size := 0 + for _, v := range t.Frames { + for _, f := range v { + size += FrameHeaderSize + f.Size() + } + } + + headerSize...
Increase tag header size field when padding is depleted
mikkyang_id3-go
train
go
a0578011259db1cbccdfc3468d7159ff57a186b9
diff --git a/code/libraries/koowa/template/abstract.php b/code/libraries/koowa/template/abstract.php index <HASH>..<HASH> 100644 --- a/code/libraries/koowa/template/abstract.php +++ b/code/libraries/koowa/template/abstract.php @@ -206,8 +206,7 @@ abstract class KTemplateAbstract extends KObject implements KObjectIdenti...
Changed $this->getCommandChain()->getContext() to $this->getCommandContext(). We no longer need to add the caller variable to the context manually.
joomlatools_joomlatools-framework
train
php
2d26e0e9a5c6ab9d9c8e3deab903d35c25eae266
diff --git a/src/Illuminate/Http/Request.php b/src/Illuminate/Http/Request.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Http/Request.php +++ b/src/Illuminate/Http/Request.php @@ -390,16 +390,9 @@ class Request extends \Symfony\Component\HttpFoundation\Request { */ public function json($key = null, $default...
Update src/Illuminate/Http/Request.php Checking the header isn't really necessary, and it isn't always set.
laravel_framework
train
php