hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
4e36b9215058cc9a05bec57e921bc41b63bbed79
diff --git a/src/main/java/com/cloudbees/jenkins/support/timer/TrackChecker.java b/src/main/java/com/cloudbees/jenkins/support/timer/TrackChecker.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/cloudbees/jenkins/support/timer/TrackChecker.java +++ b/src/main/java/com/cloudbees/jenkins/support/timer/TrackChecke...
Add deadlock detection url calls that are made. Also add time of execution for each web request.
jenkinsci_support-core-plugin
train
1379071c81f3099f6d682a6cdada1e8f4e58470c
diff --git a/test/test_execute.py b/test/test_execute.py index <HASH>..<HASH> 100644 --- a/test/test_execute.py +++ b/test/test_execute.py @@ -21,6 +21,7 @@ # import os +import sys import glob import unittest import shutil @@ -740,6 +741,7 @@ for i in range(4): # shutil.rmtree('temp') + @u...
disable the test because touch is not the source of problem
vatlab_SoS
train
67e7acd98ed14163a9783e468e14a051b72fdb52
diff --git a/src/system/timer.js b/src/system/timer.js index <HASH>..<HASH> 100644 --- a/src/system/timer.js +++ b/src/system/timer.js @@ -136,7 +136,7 @@ }; /** - * Calls a function once after a specified delay. + * Calls a function once after a specified delay. See me.timer.setInte...
Updated comments of setInterval and setTimeout Functionality of the functions was unclear. Updated documentation to more accurately describe their function
melonjs_melonJS
train
6a0a392d72621124e024edf02fa6d3a32ee30ae6
diff --git a/ara/server/settings.py b/ara/server/settings.py index <HASH>..<HASH> 100644 --- a/ara/server/settings.py +++ b/ara/server/settings.py @@ -186,7 +186,7 @@ AUTH_PASSWORD_VALIDATORS = [ ] USE_TZ = True -TIME_ZONE = "UTC" +TIME_ZONE = settings.get("TIME_ZONE", "UTC") # We do not currently support intern...
Handle timezone from TZ variable Add TIME_ZONE as initial value for settings file Change-Id: I1ce<I>c4e<I>a<I>fdc<I>f<I>
ansible-community_ara
train
d2726eabf37065ae16a401fe2ed8787aafc8b65b
diff --git a/src/View/Helper/GuardianHelper.php b/src/View/Helper/GuardianHelper.php index <HASH>..<HASH> 100644 --- a/src/View/Helper/GuardianHelper.php +++ b/src/View/Helper/GuardianHelper.php @@ -110,6 +110,10 @@ class GuardianHelper extends HtmlHelper unset($options['event']); } ...
add a new "void" option to output javascript:void(0) confirmation links that use data-modal-action to handle urls
wasabi-cms_core
train
e002ba2ce5f07ad9f2c9e743abd4916c32114247
diff --git a/fierce.py b/fierce.py index <HASH>..<HASH> 100755 --- a/fierce.py +++ b/fierce.py @@ -284,7 +284,7 @@ def fierce(**kwargs): url = concatenate_subdomains(domain, [subdomain]) record = query(resolver, url, record_type='A') - if record is None: + if record is None or record.r...
Fixes #<I> I've also opened <URL>
mschwager_fierce
train
7eb1a5ce4eea7042766ff1c578394ba1d5f20599
diff --git a/blockmanager.go b/blockmanager.go index <HASH>..<HASH> 100644 --- a/blockmanager.go +++ b/blockmanager.go @@ -213,6 +213,14 @@ func (b *blockManager) handleBlockMsg(bmsg *blockMsg) { // Keep track of which peer the block was sent from so the notification // handler can request the parent blocks from th...
Disconnect misbehaving peers who send unsolicited blocks.
btcsuite_btcd
train
d46ef403907e180a9d6ea272df362b404d832fc6
diff --git a/test/general/keyring.js b/test/general/keyring.js index <HASH>..<HASH> 100644 --- a/test/general/keyring.js +++ b/test/general/keyring.js @@ -87,5 +87,15 @@ describe("Keyring", function() { expect(keys).to.exist.and.have.length(1); done(); }); + it('customize localstorage itemname', function(...
Add unit test for custom localstorage item name
openpgpjs_openpgpjs
train
48109d0403dcd767d4ec362e486680c840a4764c
diff --git a/engine/reformulation/core/src/main/java/it/unibz/inf/ontop/answering/reformulation/impl/QuestQueryProcessor.java b/engine/reformulation/core/src/main/java/it/unibz/inf/ontop/answering/reformulation/impl/QuestQueryProcessor.java index <HASH>..<HASH> 100644 --- a/engine/reformulation/core/src/main/java/it/un...
Bugfix: empty results was causing the reformulation not to be logged.
ontop_ontop
train
f59d96ac80d835347601793f2b01812f00a666ed
diff --git a/packages/workflow/settings/schema.js b/packages/workflow/settings/schema.js index <HASH>..<HASH> 100644 --- a/packages/workflow/settings/schema.js +++ b/packages/workflow/settings/schema.js @@ -15,20 +15,24 @@ const schema = Joi.object() .description('Whether to send webpack build status system ...
fix(workflow): correctly sets default values, changes default stats level Custom stats logging no longer fully works and will be removed in a future commit Most of the formatting and functionality it tries to provide is now logged by default
Availity_availity-workflow
train
e5715e0531a07e149d63c947827fa0cca58b12ff
diff --git a/molecule/provisioner/ansible/plugins/libraries/molecule_vagrant.py b/molecule/provisioner/ansible/plugins/libraries/molecule_vagrant.py index <HASH>..<HASH> 100644 --- a/molecule/provisioner/ansible/plugins/libraries/molecule_vagrant.py +++ b/molecule/provisioner/ansible/plugins/libraries/molecule_vagrant....
Support linked_clone for Vagrant 2.X (#<I>) * this resolves the #<I> Add support for vagrant 2.X * Respect project line length limit.
ansible_molecule
train
3bac44ae1d3ac5cd1d1be059cf36621ddcb0c238
diff --git a/src/SALib/analyze/hdmr.py b/src/SALib/analyze/hdmr.py index <HASH>..<HASH> 100644 --- a/src/SALib/analyze/hdmr.py +++ b/src/SALib/analyze/hdmr.py @@ -1,3 +1,5 @@ +from typing import Dict, List, Optional + import itertools import time import numpy as np @@ -8,7 +10,8 @@ from ..util import read_param_file...
Added typing info and clearer error logic/messages
SALib_SALib
train
74172dd9ffd4fd52e8569ad39dba652f11061330
diff --git a/firecloud/api.py b/firecloud/api.py index <HASH>..<HASH> 100755 --- a/firecloud/api.py +++ b/firecloud/api.py @@ -13,6 +13,7 @@ import io from collections import Iterable from six.moves.urllib.parse import urlencode, urljoin +from six import string_types import requests from oauth2client.client impor...
hotfix for API breaking change in create workspace/clone_workspace.
broadinstitute_fiss
train
f3fce4cd172f1293b39b31ee7f411f1d952eae1b
diff --git a/lib/dragonfly/app.rb b/lib/dragonfly/app.rb index <HASH>..<HASH> 100644 --- a/lib/dragonfly/app.rb +++ b/lib/dragonfly/app.rb @@ -155,15 +155,15 @@ module Dragonfly end def register_mime_type(format, mime_type) - registered_mime_types[file_ext_string(format)] = mime_type + mime_types[...
renamed registered_mime_types -> mime_types
markevans_dragonfly
train
c20f6be01e93ea11d57a932a6f7a99d0606f4a27
diff --git a/lambdas/es/indexer/index.py b/lambdas/es/indexer/index.py index <HASH>..<HASH> 100644 --- a/lambdas/es/indexer/index.py +++ b/lambdas/es/indexer/index.py @@ -91,6 +91,7 @@ class DocumentQueue: version_id ): """format event as a document and then queue the document""" + der...
Explicitly indicate the schema that goes to Elastic (#<I>)
quiltdata_quilt
train
366b9f65ef28c93636f6314fdc063a848607461b
diff --git a/mkdocs_macros/plugin.py b/mkdocs_macros/plugin.py index <HASH>..<HASH> 100644 --- a/mkdocs_macros/plugin.py +++ b/mkdocs_macros/plugin.py @@ -231,6 +231,16 @@ class MacrosPlugin(BasePlugin): raise AttributeError("Too early: raw markdown is not available" "at t...
Add setter for raw_markdown to match functionality described in the docs
fralau_mkdocs_macros_plugin
train
e9cc6df5c28274d4c1248cb495e0578c48d27c26
diff --git a/lib/clients/string_client.js b/lib/clients/string_client.js index <HASH>..<HASH> 100644 --- a/lib/clients/string_client.js +++ b/lib/clients/string_client.js @@ -85,9 +85,11 @@ StringClient.prototype.write = function write(options, body, callback) { var self = this; function _write(data...
Allowing empty body in HTTP client POST and PUT requests
restify_plugins
train
eeeff70811cb7f04f0081cb4f9664720ae7079e1
diff --git a/modules/activiti-cycle/src/main/java/org/activiti/cycle/impl/connector/signavio/provider/SignavioDiffProvider.java b/modules/activiti-cycle/src/main/java/org/activiti/cycle/impl/connector/signavio/provider/SignavioDiffProvider.java index <HASH>..<HASH> 100644 --- a/modules/activiti-cycle/src/main/java/org/...
Changed layout style to automatically adjust width for model
Activiti_Activiti
train
8de9ea009427e326546640a8910a99772f527d76
diff --git a/test/tools/helper.js b/test/tools/helper.js index <HASH>..<HASH> 100644 --- a/test/tools/helper.js +++ b/test/tools/helper.js @@ -10,8 +10,8 @@ function getDOMFromPath(path, options) { module.exports = { CSSselect: CSSselect, - getFile: function(name) { - return getDOMFromPath(path.join(_...
[tests/helper] added options argument to getFile
fb55_css-select
train
1a3b5a15367b5527f11ec9f27c3e7138b7084e0d
diff --git a/dev/roi/roi.html b/dev/roi/roi.html index <HASH>..<HASH> 100644 --- a/dev/roi/roi.html +++ b/dev/roi/roi.html @@ -45,7 +45,8 @@ { chr: "chr1", start: 67670000, - end: 67671080 + ...
Add header bars for all ROIs. Show "name" field of ROI on clicking header.
igvteam_igv.js
train
4583278399235147afd233f017345e3881352801
diff --git a/lib/CORL/configuration/file.rb b/lib/CORL/configuration/file.rb index <HASH>..<HASH> 100644 --- a/lib/CORL/configuration/file.rb +++ b/lib/CORL/configuration/file.rb @@ -40,6 +40,8 @@ class File < CORL.plugin_class(:CORL, :configuration) super do |method_config, properties| success = true...
Fixing issue with non initialized status in the load method of the file configuration provider.
coralnexus_corl
train
7c0653af2e2e0991cedc346a949e11a137db9d0a
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index <HASH>..<HASH> 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/johann-petrak/licenseheaders.git - rev: 'version-1.0.x' + rev: version-0.8.x hook...
Fixes licenseheaders version in aquarius, run pre-commit on all files. (#<I>)
oceanprotocol_aquarius
train
2cedac40ebc079ddcccbdaae50e356ab767e00ce
diff --git a/services/cloudca/instance.go b/services/cloudca/instance.go index <HASH>..<HASH> 100755 --- a/services/cloudca/instance.go +++ b/services/cloudca/instance.go @@ -1,14 +1,33 @@ package services/cloudca type Instance struct { - Id string + Id string `json:"id,omitempty"` + Name string `json:"name,om...
Added fields to Instance struct
cloud-ca_go-cloudca
train
fbd1c2023c6bef2c2a746f00b5c2cef22977ef81
diff --git a/lib/parser/attribute.js b/lib/parser/attribute.js index <HASH>..<HASH> 100644 --- a/lib/parser/attribute.js +++ b/lib/parser/attribute.js @@ -3,9 +3,9 @@ import consumeQuoted from './quoted'; import consumeTextNode from './text'; -const reAttributeName = /^[\w\-:\$@]+\.?$/; +const reAttributeName = /^\...
⚠️ Improved attribute parsing — support implied attribues — allow { and } as unquoted value
emmetio_abbreviation
train
a9221eeca89aeae1132bb403ac4ec8144dee6717
diff --git a/graylog2-radio/src/main/java/org/graylog2/radio/inputs/RadioInputRegistry.java b/graylog2-radio/src/main/java/org/graylog2/radio/inputs/RadioInputRegistry.java index <HASH>..<HASH> 100644 --- a/graylog2-radio/src/main/java/org/graylog2/radio/inputs/RadioInputRegistry.java +++ b/graylog2-radio/src/main/java...
guard against non-existent inputs avoids NPE for global inputs that can't be started
Graylog2_graylog2-server
train
cdbc593f739c6dd141fd9a9caca617b849ea69a1
diff --git a/server/sonar-server/src/main/java/org/sonar/server/ui/ws/ComponentAction.java b/server/sonar-server/src/main/java/org/sonar/server/ui/ws/ComponentAction.java index <HASH>..<HASH> 100644 --- a/server/sonar-server/src/main/java/org/sonar/server/ui/ws/ComponentAction.java +++ b/server/sonar-server/src/main/ja...
SONAR-<I> return visibility also for views in api/navigation/component
SonarSource_sonarqube
train
3fade5f5ed6915fc11dda0a815b4e9dd1fc66577
diff --git a/app/models/no_cms/blocks/concerns/serializing_fields.rb b/app/models/no_cms/blocks/concerns/serializing_fields.rb index <HASH>..<HASH> 100644 --- a/app/models/no_cms/blocks/concerns/serializing_fields.rb +++ b/app/models/no_cms/blocks/concerns/serializing_fields.rb @@ -94,7 +94,7 @@ module NoCms ...
It seems more logical that manipulation fields methods raise an error if there is no such field
simplelogica_nocms-blocks
train
f1aecc38a478b4dc29ed47c4887d11300e901af4
diff --git a/org/postgresql/jdbc2/AbstractJdbc2DatabaseMetaData.java b/org/postgresql/jdbc2/AbstractJdbc2DatabaseMetaData.java index <HASH>..<HASH> 100644 --- a/org/postgresql/jdbc2/AbstractJdbc2DatabaseMetaData.java +++ b/org/postgresql/jdbc2/AbstractJdbc2DatabaseMetaData.java @@ -3,7 +3,7 @@ * Copyright (c) 2004-200...
The earlier commit to exclude toast tables from getTypeInfo results was busted for <I> and earlier servers. Need a space between the table name and where clause and mis-spelled typname.
pgjdbc_pgjdbc
train
1da83bc13989bbf7893d8a7a713e59491cd1fd40
diff --git a/sharding-jdbc-core/src/main/java/com/dangdang/ddframe/rdb/sharding/parsing/parser/statement/dql/select/SelectStatement.java b/sharding-jdbc-core/src/main/java/com/dangdang/ddframe/rdb/sharding/parsing/parser/statement/dql/select/SelectStatement.java index <HASH>..<HASH> 100644 --- a/sharding-jdbc-core/src/...
refactor select sub query 4th version
apache_incubator-shardingsphere
train
768ad1546a44d72e41c785f894eae35ea4f7c3fb
diff --git a/test/alarms-test.js b/test/alarms-test.js index <HASH>..<HASH> 100644 --- a/test/alarms-test.js +++ b/test/alarms-test.js @@ -14,8 +14,8 @@ AWSMock.mock('CloudWatch', 'describeAlarms', function(params, callback){ StateValue : 'OK', MetricName : 'MetricName', AlarmDescription: 'AlarmDescription'...
Added and renamed tests Added tests for new Alarms functionality. Renamed SQS tests in the describe tags to be more descriptive.
Bandwidth_opkit
train
c78ce9636340b2c0c5a251732507744a74dc7538
diff --git a/lib/raabro.rb b/lib/raabro.rb index <HASH>..<HASH> 100644 --- a/lib/raabro.rb +++ b/lib/raabro.rb @@ -528,10 +528,17 @@ module Raabro nc = lc if tree.name == nil sc = tree.result == 1 ? _yl : _dg + str = + if tree.children.size == 0 + " #{sc}#{tree.string.length == 0 ? "''" : tre...
double quote non-empty strings in Raabro.pp
floraison_raabro
train
b4bae739ee646b95cc30cee7c7c13b8e946bdc29
diff --git a/examples/travis.rb b/examples/travis.rb index <HASH>..<HASH> 100644 --- a/examples/travis.rb +++ b/examples/travis.rb @@ -2,25 +2,29 @@ require 'chicanery/cctray' server Chicanery::Cctray.new 'travis', 'https://api.travis-ci.org/repositories/markryall/chicanery/cc.xml' +def growlnotify message + `gro...
added a growl notification to example
markryall_chicanery
train
4d7163f2b9b635ee3cb715bd3dc931df113c0f44
diff --git a/bt/algos.py b/bt/algos.py index <HASH>..<HASH> 100644 --- a/bt/algos.py +++ b/bt/algos.py @@ -4,6 +4,16 @@ import pandas as pd import numpy as np +def run_always(f): + """ + Run always decorator to be used with Algo + to ensure stack runs the decorated Algo + no matter what. + """ + ...
added run_always decorator function
pmorissette_bt
train
dca75d0d5922c9f3e8ee43499b0d8fbacd5c2e5f
diff --git a/.gitignore b/.gitignore index <HASH>..<HASH> 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ vendor composer.lock -bin \ No newline at end of file +bin + +###> friendsofphp/php-cs-fixer ### +/.php_cs +/.php_cs.cache +###< friendsofphp/php-cs-fixer ### diff --git a/src/Handler/CacheTrait.php b/sr...
fix(cache): rewind the response stream
M6Web_GuzzleHttpBundle
train
e79326d01f83c2632a2f95bbee2a04d3d0857c0b
diff --git a/app/models/glue/foreman/user.rb b/app/models/glue/foreman/user.rb index <HASH>..<HASH> 100644 --- a/app/models/glue/foreman/user.rb +++ b/app/models/glue/foreman/user.rb @@ -38,7 +38,7 @@ module Glue::Foreman::User module InstanceMethods def foreman_user return nil unless foreman_id - @...
raise errors on Foreman Katello DB inconsistency remove self healing code form user-foreman-glue update upgrade script
Katello_katello
train
3444b6187d72431d92e7698351d0bce2f93d4a13
diff --git a/albumentations/augmentations/functional.py b/albumentations/augmentations/functional.py index <HASH>..<HASH> 100644 --- a/albumentations/augmentations/functional.py +++ b/albumentations/augmentations/functional.py @@ -82,11 +82,17 @@ def rot90(img, factor): def normalize(img, mean, std, max_pixel_valu...
More efficient normalization op. On <I>x<I>x4 image it's ~3X times faster than previous implementation. <I>x<I>x4 ``` normalize_old <I> <I> <I> normalize_fast <I> <I> <I> ``` <I>x<I>x3 ``` normalize_old <I> <I> <I> normalize_fast <I> <I> <I> ```
albu_albumentations
train
decd1f6daad0931ac9d2b7f51e0e21cf35fc48c2
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -36,9 +36,31 @@ var XRegexp = require('xregexp').XRegExp; var limit = (options.countingType === COUNT_WORDS) ? Number(options.words) : Number(options.characters) + 1; - function count(chr) { + ...
broke apart count() from isAtLimit() check
cgiffard_Downsize
train
9b979c03707b1cd4a86e950461662e21d23b597f
diff --git a/geo-analyzer/src/test/java/au/gov/amsa/geo/adhoc/NmeaGzToBinaryFixesWithMmsiGzMain.java b/geo-analyzer/src/test/java/au/gov/amsa/geo/adhoc/NmeaGzToBinaryFixesWithMmsiGzMain.java index <HASH>..<HASH> 100644 --- a/geo-analyzer/src/test/java/au/gov/amsa/geo/adhoc/NmeaGzToBinaryFixesWithMmsiGzMain.java +++ b/g...
remove partial downsample from geo-analyzer main
amsa-code_risky
train
e516a211536f6e56b20707a481ec3cb2b97bc5d2
diff --git a/sprd/manager/ApiBasketManager.js b/sprd/manager/ApiBasketManager.js index <HASH>..<HASH> 100644 --- a/sprd/manager/ApiBasketManager.js +++ b/sprd/manager/ApiBasketManager.js @@ -59,7 +59,8 @@ define(["sprd/manager/IBasketManager", "flow", "sprd/model/Basket", "xaml!sprd/d * BasketItem *...
added additional "on:basketUpdating" event
spreadshirt_rAppid.js-sprd
train
41ba30983988da84cabb05b3e7438915eb379b4a
diff --git a/salt/netapi/rest_cherrypy/app.py b/salt/netapi/rest_cherrypy/app.py index <HASH>..<HASH> 100644 --- a/salt/netapi/rest_cherrypy/app.py +++ b/salt/netapi/rest_cherrypy/app.py @@ -759,9 +759,9 @@ class LowDataAdapter(object): if token: chunk['token'] = token if ...
Change the kwarg names to be more specific
saltstack_salt
train
a06d5f38d57915aa5d38fdc609e06860f7c99b9f
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # get-env-var A little function that reads an environment variable from -`process.env` with support for default values. +`process.env` with support for default values and a optional mapping +function appli...
Add support for applying a mapping function
voldern_get-env-var
train
d881a1112ea34cb1932ccdf7c1126813f9b9a349
diff --git a/src/org/opencms/i18n/tools/CmsContainerPageCopier.java b/src/org/opencms/i18n/tools/CmsContainerPageCopier.java index <HASH>..<HASH> 100644 --- a/src/org/opencms/i18n/tools/CmsContainerPageCopier.java +++ b/src/org/opencms/i18n/tools/CmsContainerPageCopier.java @@ -139,9 +139,6 @@ public class CmsContainer...
Made "copy page" feature automatically perform the "link locale" action, independent of the selected mode.
alkacon_opencms-core
train
d12126308b59d657cfba15c6363b5883b285eacc
diff --git a/spec/FMHashSpec.php b/spec/FMHashSpec.php index <HASH>..<HASH> 100644 --- a/spec/FMHashSpec.php +++ b/spec/FMHashSpec.php @@ -21,4 +21,10 @@ class FMHashSpec extends ObjectBehavior { $this::get('<:foo:=bar:>', 'foo')->shouldReturn('bar'); } + + function it_accepts_an_array_to_make_a_hash...
accept array as first param for make
andrewmile_FMHash
train
7425fa78d139db68809c24453641db41830996a3
diff --git a/test/unit/Cell.test.js b/test/unit/Cell.test.js index <HASH>..<HASH> 100644 --- a/test/unit/Cell.test.js +++ b/test/unit/Cell.test.js @@ -7,6 +7,7 @@ describe('Cell', () => { const cell = new Cell(' ', {x: 0, y: 10}); assert.instanceOf(cell, Cell); + assert.equal(cell._char, ' '); asser...
test(cell): Add few more tests
kittikjs_cursor
train
d4a0449a9add0bf9d99ea961f260beb70683c5d9
diff --git a/salt/states/file.py b/salt/states/file.py index <HASH>..<HASH> 100644 --- a/salt/states/file.py +++ b/salt/states/file.py @@ -383,8 +383,13 @@ def _check_perms(name, ret, user, group, mode): if not ret: ret = {'name': name, 'changes': {}, - 'comment': '', - ...
Make file.recurse aggregate _check_perms() comments. Now if something goes wrong in _check_perms() the 'result' of file.recurse will reflect that and also error messages will be aggregated in the 'comment' of file.recurse as a dict of pathes to lists of comments rather than as one big string.
saltstack_salt
train
1f1d05d767c003ee95ebc55a17ca22a05b850878
diff --git a/src/urh/dev/native/SoundCard.py b/src/urh/dev/native/SoundCard.py index <HASH>..<HASH> 100644 --- a/src/urh/dev/native/SoundCard.py +++ b/src/urh/dev/native/SoundCard.py @@ -16,6 +16,7 @@ class SoundCard(Device): CHUNK_SIZE = 1024 SYNC_TX_CHUNK_SIZE = 2 * CHUNK_SIZE + CONTINUOUS_TX_CHUNK_SIZ...
fix soundcard sending in simulator (#<I>)
jopohl_urh
train
eb23c8e7e3562d15a464ce2307a76c9154697a08
diff --git a/lib/inspectors/req.js b/lib/inspectors/req.js index <HASH>..<HASH> 100644 --- a/lib/inspectors/req.js +++ b/lib/inspectors/req.js @@ -201,7 +201,6 @@ function handleWriter(req, file) { return; } - } module.exports = function(req, res, next) { diff --git a/lib/inspectors/res.js b/lib/inspectors...
reqWrite, resWrite
avwo_whistle
train
b4acc0f7c4a94df347e968dcd8510c70b51b4eeb
diff --git a/exampleSql_test.go b/exampleSql_test.go index <HASH>..<HASH> 100644 --- a/exampleSql_test.go +++ b/exampleSql_test.go @@ -23,7 +23,7 @@ func Example_sqlSelect() { oci8.OCI8Driver.Logger = log.New(os.Stderr, "oci8 ", log.Ldate|log.Ltime|log.LUTC|log.Llongfile) var openString string - // [username/[pas...
Changed instance_name to service_name
mattn_go-oci8
train
6e6b0ab5d9df01fbd327229ef2bdbcdb23490e1c
diff --git a/_pytest/pytester.py b/_pytest/pytester.py index <HASH>..<HASH> 100644 --- a/_pytest/pytester.py +++ b/_pytest/pytester.py @@ -125,11 +125,14 @@ class HookRecorder: py.test.fail("could not find %r check %r" % (name, check)) def popcall(self, name): + __tracebackhide__ = True ...
nice-fy error reporting of self-tests
pytest-dev_pytest
train
b42fc8965b4b82e6c71a073d884de302a75b7998
diff --git a/otree_redwood/firebase/watch.py b/otree_redwood/firebase/watch.py index <HASH>..<HASH> 100644 --- a/otree_redwood/firebase/watch.py +++ b/otree_redwood/firebase/watch.py @@ -119,7 +119,7 @@ class Thread(threading.Thread): logger.warning( 'more than one handler ...
Fixing some bugs in the continuous decision implementation.
Leeps-Lab_otree-redwood
train
d8913e8d0c1a51b34b255304b28bdce0607e46f5
diff --git a/spring-boot-admin-samples/spring-boot-admin-sample-reactive/src/main/java/de/codecentric/boot/admin/SpringBootAdminReactiveApplication.java b/spring-boot-admin-samples/spring-boot-admin-sample-reactive/src/main/java/de/codecentric/boot/admin/SpringBootAdminReactiveApplication.java index <HASH>..<HASH> 1006...
Redirect to correct context on logout in Reactive security example (#<I>)
codecentric_spring-boot-admin
train
d3d74be539b720a282f9b1588b66f2de561b268b
diff --git a/dramatiq/message.py b/dramatiq/message.py index <HASH>..<HASH> 100644 --- a/dramatiq/message.py +++ b/dramatiq/message.py @@ -33,12 +33,12 @@ class Message(namedtuple("Message", ( def decode(cls, data): """Convert a bytestring to a Message. """ - return cls(**json.loads(data))...
fix: decode message payload to a str before parsing it
Bogdanp_dramatiq
train
2bfc73cb69ceb93181664a19b8598545464fc7d2
diff --git a/lib/dynamoid/document.rb b/lib/dynamoid/document.rb index <HASH>..<HASH> 100644 --- a/lib/dynamoid/document.rb +++ b/lib/dynamoid/document.rb @@ -303,10 +303,6 @@ module Dynamoid #:nodoc: # # @since 0.2.0 def initialize(attrs = {}) - # we need this hack for Rails 4.0 only - # becau...
Remove hack for supporting Rails <I> in Document#initialize
Dynamoid_dynamoid
train
b90816ece420eb8148694afbe7e8f5ddae679cf0
diff --git a/src/main/java/net/masterthought/cucumber/generators/AbstractPage.java b/src/main/java/net/masterthought/cucumber/generators/AbstractPage.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/masterthought/cucumber/generators/AbstractPage.java +++ b/src/main/java/net/masterthought/cucumber/generators/Abs...
Fix "Hide Empty Hooks" configuration (#<I>)
damianszczepanik_cucumber-reporting
train
8db4ef3d44f0459fef4c6f26a75b92a6da0011c1
diff --git a/src/org/jgroups/protocols/FD_ALL.java b/src/org/jgroups/protocols/FD_ALL.java index <HASH>..<HASH> 100644 --- a/src/org/jgroups/protocols/FD_ALL.java +++ b/src/org/jgroups/protocols/FD_ALL.java @@ -163,17 +163,16 @@ public class FD_ALL extends Protocol { Message msg=(Message)evt.getArg(); ...
heartbeats are consumed instead of being passed up when msg_counts_as_heartbeat is enabled (<URL>)
belaban_JGroups
train
bae19fbdb64c4da90f0e500a94f4acb6b4e34529
diff --git a/core/server/web/api/v2/admin/middleware.js b/core/server/web/api/v2/admin/middleware.js index <HASH>..<HASH> 100644 --- a/core/server/web/api/v2/admin/middleware.js +++ b/core/server/web/api/v2/admin/middleware.js @@ -22,7 +22,8 @@ const notImplemented = function (req, res, next) { subscribers: ['...
Allowed access to POST /db/backup endpoint no-issue
TryGhost_Ghost
train
b8c23842cda0f9104baa225a2243298408d65d22
diff --git a/src/java/org/codehaus/groovy/grails/orm/hibernate/cfg/GrailsAnnotationConfiguration.java b/src/java/org/codehaus/groovy/grails/orm/hibernate/cfg/GrailsAnnotationConfiguration.java index <HASH>..<HASH> 100644 --- a/src/java/org/codehaus/groovy/grails/orm/hibernate/cfg/GrailsAnnotationConfiguration.java +++ ...
autoImport feature was missing from GrailsAnnotationConfiguration , added that (also added NamedQueries evaluation to GrailsAnnotationConfiguration)
grails_grails-core
train
33cba78a2c0ff451eb23459c5f992147dcef7c86
diff --git a/lib/PHPExif/Reader.php b/lib/PHPExif/Reader.php index <HASH>..<HASH> 100755 --- a/lib/PHPExif/Reader.php +++ b/lib/PHPExif/Reader.php @@ -27,17 +27,17 @@ class Reader { const TYPE_NATIVE = 'native'; const TYPE_EXIFTOOL = 'exiftool'; - + /** * The current adapter * * ...
Fixed unit test for php <I>.x
PHPExif_php-exif
train
64615e15beb2b7ff5fd0b54520a6efbe57c456e9
diff --git a/account.go b/account.go index <HASH>..<HASH> 100644 --- a/account.go +++ b/account.go @@ -6,17 +6,19 @@ import ( "net/http" ) +// Account represents the user's account. Used when retrieving e.g current +// balance. type Account struct { client *Client } -// Returns a new Account type that uses t...
Fixed some comment style / semantic style issues.
njern_gonexmo
train
9576b63077639253ad7d80f1bd3fb4d61d889470
diff --git a/libmachine/provision/debian.go b/libmachine/provision/debian.go index <HASH>..<HASH> 100644 --- a/libmachine/provision/debian.go +++ b/libmachine/provision/debian.go @@ -57,25 +57,6 @@ func (provisioner *DebianProvisioner) Package(name string, action pkgaction.Pack } } - // handle the new docker-eng...
Remove lxc-docker to docker-engine migration code
docker_machine
train
4f0a2ca3febc0135f89e3f54572de6c7fc4a1b1f
diff --git a/decidim-core/app/validators/etiquette_validator.rb b/decidim-core/app/validators/etiquette_validator.rb index <HASH>..<HASH> 100644 --- a/decidim-core/app/validators/etiquette_validator.rb +++ b/decidim-core/app/validators/etiquette_validator.rb @@ -9,7 +9,6 @@ class EtiquetteValidator < ActiveModel::EachV...
Fix proposal title minimum length validation of <I> characters (#<I>)
decidim_decidim
train
3587f2fb68da0dec9c7afb911a0fcae1ecb11009
diff --git a/cmsplugin_cascade/segmentation/cms_plugins.py b/cmsplugin_cascade/segmentation/cms_plugins.py index <HASH>..<HASH> 100644 --- a/cmsplugin_cascade/segmentation/cms_plugins.py +++ b/cmsplugin_cascade/segmentation/cms_plugins.py @@ -130,7 +130,7 @@ class SegmentPlugin(TransparentContainer, CascadePluginBase):...
inherit evaluation only for elif statements
jrief_djangocms-cascade
train
6e100f140215d3fa822941f866a7fd8bce7c40d0
diff --git a/hack/jenkins/test-flake-chart/flake_chart.js b/hack/jenkins/test-flake-chart/flake_chart.js index <HASH>..<HASH> 100644 --- a/hack/jenkins/test-flake-chart/flake_chart.js +++ b/hack/jenkins/test-flake-chart/flake_chart.js @@ -104,17 +104,17 @@ async function loadTestData() { }); // Consume the header...
Parse root job and related fields in JS.
kubernetes_minikube
train
ebaf2d78f2274320f0ebbbf6f9fc52a4d3671ec2
diff --git a/xml/src/main/java/jlibs/xml/sax/async/Attributes.java b/xml/src/main/java/jlibs/xml/sax/async/Attributes.java index <HASH>..<HASH> 100644 --- a/xml/src/main/java/jlibs/xml/sax/async/Attributes.java +++ b/xml/src/main/java/jlibs/xml/sax/async/Attributes.java @@ -51,6 +51,7 @@ class Attributes{ ...
FIXED: attribute xmlns1 was getting ignored
santhosh-tekuri_jlibs
train
c197661cb7d445122bd6153fa00c5afe2077f0a2
diff --git a/jaraco/services/paths.py b/jaraco/services/paths.py index <HASH>..<HASH> 100644 --- a/jaraco/services/paths.py +++ b/jaraco/services/paths.py @@ -1,6 +1,7 @@ import os import subprocess import abc +from typing import List import path @@ -17,7 +18,7 @@ class PathFinder(metaclass=abc.ABCMeta): d...
🧎‍♀️ Genuflect to the types.
jaraco_jaraco.services
train
15a67e00ce2010669e65cd5c9b6edd10cc2ce488
diff --git a/mixpanel.go b/mixpanel.go index <HASH>..<HASH> 100644 --- a/mixpanel.go +++ b/mixpanel.go @@ -61,7 +61,7 @@ func (m *Mixpanel) Engage(distinctID string, props Properties, op *Operation) er props["mp_lib"] = library if op.Name == "$unset" { keys := []interface{}{} - for key, _ := range op.Values { +...
Fix a couple of small golint complaints
timehop_go-mixpanel
train
d8651487fc4625448fade64f797a1cd621143cb5
diff --git a/pgmpy/readwrite/XMLBIF.py b/pgmpy/readwrite/XMLBIF.py index <HASH>..<HASH> 100644 --- a/pgmpy/readwrite/XMLBIF.py +++ b/pgmpy/readwrite/XMLBIF.py @@ -301,7 +301,7 @@ class XMLBIFWriter: outcome_tag[var] = [] for state in cpd.variables[var]: state_tag = etree.SubEl...
fixes error in XMLBIF writer class
pgmpy_pgmpy
train
5183c37d986b99b8643d62870a2a6554240aaa00
diff --git a/lib/bundle/write_bundles.js b/lib/bundle/write_bundles.js index <HASH>..<HASH> 100644 --- a/lib/bundle/write_bundles.js +++ b/lib/bundle/write_bundles.js @@ -6,7 +6,9 @@ var winston = require('winston'); var bundleFilename = require("./filename"), concatSource = require("../bundle/concat_source"), n...
When writing bundles, create any necessary directories mentioned in the bundle name.
stealjs_steal-tools
train
6483a6f71ed9e8f751916978631aa365d1759354
diff --git a/peercoin_rpc/peercoin_rpc.py b/peercoin_rpc/peercoin_rpc.py index <HASH>..<HASH> 100644 --- a/peercoin_rpc/peercoin_rpc.py +++ b/peercoin_rpc/peercoin_rpc.py @@ -150,6 +150,10 @@ class Client: def createrawtransaction(self, inputs, outputs): '''[{"txid":input_txid,"vout":0}, ...], {recv_add...
re-added the raise TypeError
peercoin_peercoin_rpc
train
c068b41bede7a8845ee0d99c018bb51b7165032b
diff --git a/mod/folder/edit.php b/mod/folder/edit.php index <HASH>..<HASH> 100644 --- a/mod/folder/edit.php +++ b/mod/folder/edit.php @@ -32,7 +32,7 @@ require_once("$CFG->dirroot/repository/lib.php"); $id = required_param('id', PARAM_INT); // Course module ID $cm = get_coursemodule_from_id('folder', $id, 0, fals...
MDL-<I> mod_folder Replace all instances of get_context_instance() with respective context_XXXX class in mod/folder
moodle_moodle
train
f49cdae3e661dff6b04218d5ba7c8435bd264812
diff --git a/src/tuwien/auto/calimero/link/BcuSwitcher.java b/src/tuwien/auto/calimero/link/BcuSwitcher.java index <HASH>..<HASH> 100644 --- a/src/tuwien/auto/calimero/link/BcuSwitcher.java +++ b/src/tuwien/auto/calimero/link/BcuSwitcher.java @@ -1,6 +1,6 @@ /* Calimero 2 - A library for KNX network access - C...
Add cEMI server communication mode setting
calimero-project_calimero-core
train
2b0c4e6385a9f7f10b74cec5cd26852b0fd5f05c
diff --git a/plugins/commands/destroy/plugin.rb b/plugins/commands/destroy/plugin.rb index <HASH>..<HASH> 100644 --- a/plugins/commands/destroy/plugin.rb +++ b/plugins/commands/destroy/plugin.rb @@ -4,7 +4,10 @@ module VagrantPlugins module CommandDestroy class Plugin < Vagrant.plugin("2") name "destroy ...
Change description of plugins to avoid self referencial definitions. e.g. 'destroy' will destroy your VM
hashicorp_vagrant
train
e406d90d863654ffeb34d0d6af32771200a472c9
diff --git a/example/index.php b/example/index.php index <HASH>..<HASH> 100644 --- a/example/index.php +++ b/example/index.php @@ -82,6 +82,7 @@ try { header(sprintf('Location: %s', $indexUri)); exit(0); } + echo 'Expires (UTC): '.$accessToken->getExpiresAt()->format('Y-m-d H:i:s'); echo ...
add a ::json() and ::fromJson() call to AccessToken to store it in a DB
fkooman_php-oauth2-client
train
44b108f00e18fa91ca6ae04748422bce40d131ae
diff --git a/src/tiledimage.js b/src/tiledimage.js index <HASH>..<HASH> 100644 --- a/src/tiledimage.js +++ b/src/tiledimage.js @@ -312,7 +312,7 @@ $.extend($.TiledImage.prototype, $.EventSource.prototype, /** @lends OpenSeadrag this._midDraw = false; } // Images with opacity 0 should not ...
changed conditional if to else in draw function
openseadragon_openseadragon
train
f7c274df9b98c8af919f2871cb1b4fc34867650f
diff --git a/lastbox.py b/lastbox.py index <HASH>..<HASH> 100644 --- a/lastbox.py +++ b/lastbox.py @@ -92,8 +92,11 @@ def scrobble_push(params, is_from_cache): api_query('track.scrobble', params) if is_from_cache: cache = db_get(CACHE_FILE) - cache.remove(params) - d...
python dicts are so dicts
archydragon_lastbox
train
fa68fb2a593735086677e1f7db84e6e3fb8a7a79
diff --git a/police_api/tests.py b/police_api/tests.py index <HASH>..<HASH> 100644 --- a/police_api/tests.py +++ b/police_api/tests.py @@ -95,16 +95,11 @@ class TestForce(PoliceAPITestCase): self.assertEqual(len(force.neighbourhoods), 0) def test_force_neighbourhoods_single(self): - neighbourhood...
Make the force neighbourhoods test a little more succinct.
rkhleics_police-api-client-python
train
ac7f015c63b951e4b9bb66a6e82e9ba4a07fe541
diff --git a/uproot/rootio.py b/uproot/rootio.py index <HASH>..<HASH> 100644 --- a/uproot/rootio.py +++ b/uproot/rootio.py @@ -950,7 +950,7 @@ class TStreamerInfo(ROOTObject): start, cnt, self._classversion = _startcheck(source, cursor) self._fName = _canonicaltype(_nametitle(source, cursor)[0]) ...
TBranch.fBasketSeek type is wrong for large files produced by Geant
scikit-hep_uproot
train
cdb458c9876a2b4a653f6c8e7a6448f0467b93cc
diff --git a/cmd/client-s3.go b/cmd/client-s3.go index <HASH>..<HASH> 100644 --- a/cmd/client-s3.go +++ b/cmd/client-s3.go @@ -1653,13 +1653,11 @@ func (c *S3Client) List(ctx context.Context, opts ListOptions) <-chan *ClientCon return } for _, bucket := range buckets { - isVersion := true for ...
fix: do not close contentCh prematurely without versioning
minio_mc
train
9e335a17f0bd3ad6372aa46f9d9f8abdfac6a14f
diff --git a/test/integration/instance.js b/test/integration/instance.js index <HASH>..<HASH> 100644 --- a/test/integration/instance.js +++ b/test/integration/instance.js @@ -375,12 +375,12 @@ describe("Model instance", function() { describe("properties", function () { describe("Number", function () { it...
Resolve PR comments: added spaces after brackets
dresende_node-orm2
train
4a630cb105671e3c15eaba77b7833117d16880fe
diff --git a/spec/lib/dot_grid/page/horizontal_rule_spec.rb b/spec/lib/dot_grid/page/horizontal_rule_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/dot_grid/page/horizontal_rule_spec.rb +++ b/spec/lib/dot_grid/page/horizontal_rule_spec.rb @@ -1,14 +1,44 @@ require 'spec_helper' describe "DotGrid::Page::Horizont...
More Tests for HorizontalRule
slabounty_dot_grid
train
b10183274e6547aef9bda042d98252c4bc943ffe
diff --git a/stanza/models/constituency/trainer.py b/stanza/models/constituency/trainer.py index <HASH>..<HASH> 100644 --- a/stanza/models/constituency/trainer.py +++ b/stanza/models/constituency/trainer.py @@ -504,6 +504,11 @@ def parse_sentences(data_iterator, build_batch_fn, batch_size, model): The return is a ...
Add a comment on a situation where parse_sentences is breaking down
stanfordnlp_stanza
train
063bf1f065cbf11c06b4138a9343e3cdc1bad0a2
diff --git a/src/loader.js b/src/loader.js index <HASH>..<HASH> 100644 --- a/src/loader.js +++ b/src/loader.js @@ -122,7 +122,7 @@ Crafty.extend({ if(arguments.length === 2 && typeof modulesRepository === "object") { moduleMap = modulesRepository; oncomplete = moduleMap; - modulesRepository = 'http://craft...
changed url to cdn.craftycomponents.com
craftyjs_Crafty
train
fbb95dc34f1ab5b071a12b5eb9ef9330389ef2d7
diff --git a/bika/lims/content/referencesample.py b/bika/lims/content/referencesample.py index <HASH>..<HASH> 100644 --- a/bika/lims/content/referencesample.py +++ b/bika/lims/content/referencesample.py @@ -321,10 +321,10 @@ class ReferenceSample(BaseFolder): Reference, with the type passed in and associates t...
Some Schema's fields (as Keyword) for ReferenceAnalysis are empty
senaite_senaite.core
train
257c79a6d013b52ded29da24f2a4a9cda1a45ea5
diff --git a/sub.go b/sub.go index <HASH>..<HASH> 100644 --- a/sub.go +++ b/sub.go @@ -109,13 +109,17 @@ type SubscriptionItemsParams struct { // SubscriptionListParams is the set of parameters that can be used when listing active subscriptions. // For more details see https://stripe.com/docs/api#list_subscriptions. ...
Add `current_period_*` filters when listing Invoices
stripe_stripe-go
train
7eda410dc3ad4b32c210789ff17f39584c09d378
diff --git a/ghost/admin/app/services/theme-management.js b/ghost/admin/app/services/theme-management.js index <HASH>..<HASH> 100644 --- a/ghost/admin/app/services/theme-management.js +++ b/ghost/admin/app/services/theme-management.js @@ -126,7 +126,7 @@ export default class ThemeManagementService extends Service { ...
Fixed html attributes not showing in design settings preview no issue - by using `innerHTML` we were missing the lang and class attributes on the `<html>` element that are added by themes, breaking things like dark mode - switching to `outerHTML` includes the `<html>` element and is handled automatically by iframes w...
TryGhost_Ghost
train
f1cbcb3ae58e48051465f637acb654ec30571048
diff --git a/webpack/webpack.config.lib.js b/webpack/webpack.config.lib.js index <HASH>..<HASH> 100644 --- a/webpack/webpack.config.lib.js +++ b/webpack/webpack.config.lib.js @@ -13,7 +13,7 @@ module.exports = webpackUtils.merge(base.defaults, { ] }, output: { - path: path.join(__dirname, './....
Update webpack.config.lib.js
ctco_rosemary-ui
train
3de35cbbf216b4ed5db46f20caad865e5fd8a86e
diff --git a/provision/docker/image.go b/provision/docker/image.go index <HASH>..<HASH> 100644 --- a/provision/docker/image.go +++ b/provision/docker/image.go @@ -156,6 +156,14 @@ func saveImageCustomData(imageName string, customData map[string]interface{}) er return coll.Insert(data) } +func updateImageCustomData...
provision/docker: always update image processes in docker image deploy. Related to #<I>
tsuru_tsuru
train
11a86d75e72860b29451a7f0d7479519b1b912cb
diff --git a/niworkflows/reports/core.py b/niworkflows/reports/core.py index <HASH>..<HASH> 100644 --- a/niworkflows/reports/core.py +++ b/niworkflows/reports/core.py @@ -313,11 +313,13 @@ class Report(object): # do not display entities with the value None. c = list(filter(None...
handle case of non-symmetrical sessions (or entity relationships generally)
poldracklab_niworkflows
train
7284e86cf2e28ec0732c0df104db8eebfeeba67a
diff --git a/src/pfs/server/server_test.go b/src/pfs/server/server_test.go index <HASH>..<HASH> 100644 --- a/src/pfs/server/server_test.go +++ b/src/pfs/server/server_test.go @@ -87,6 +87,40 @@ func TestBranch(t *testing.T) { require.Equal(t, "master", branches[0].Branch) } +func TestDisallowReadsDuringCommit(t *t...
Add failing test case for issue: <I> We shouldn't allow reads before a commit is finished
pachyderm_pachyderm
train
65216839e7d397bce9b30736c7dc93175c93ce8c
diff --git a/redisson/src/main/java/org/redisson/client/handler/CommandEncoder.java b/redisson/src/main/java/org/redisson/client/handler/CommandEncoder.java index <HASH>..<HASH> 100644 --- a/redisson/src/main/java/org/redisson/client/handler/CommandEncoder.java +++ b/redisson/src/main/java/org/redisson/client/handler/C...
Fixed - Redis Password visible with TRACE log level #<I>
redisson_redisson
train
512631390d312c81a6cf8e1e00d2419919bff8c0
diff --git a/iopipe/iopipe.py b/iopipe/iopipe.py index <HASH>..<HASH> 100644 --- a/iopipe/iopipe.py +++ b/iopipe/iopipe.py @@ -71,6 +71,7 @@ class IOpipe(object): self.report['os']['linux'].get('mem', {}) with open("/proc/stat") as stat_file: + self.report['os']['linux']['cpu'] = {} ...
Fix err reports & CPU dict Now passes smoketest
iopipe_iopipe-python
train
9313e97370e02c148f11ba55420b2157907b6c0b
diff --git a/src/LarametricsLogServiceProvider.php b/src/LarametricsLogServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/LarametricsLogServiceProvider.php +++ b/src/LarametricsLogServiceProvider.php @@ -87,4 +87,9 @@ class LarametricsLogServiceProvider extends ServiceProvider { }); } + public...
Added register methods to service providers, compatibility with older Laravel versions
aschmelyun_larametrics
train
8526eb23f46a1f679a7fbc91450bf09b35b1fa3d
diff --git a/provision/provision.go b/provision/provision.go index <HASH>..<HASH> 100644 --- a/provision/provision.go +++ b/provision/provision.go @@ -110,6 +110,9 @@ type Named interface { // It contains only relevant information for provisioning. type App interface { Named + + BindUnit(*Unit) error + // Log sho...
provision: extend App interface to include BindUnit Related to #<I>.
tsuru_tsuru
train
28acf11d367d2eff52e73a6bce46167b100467f2
diff --git a/pyradio/radio.py b/pyradio/radio.py index <HASH>..<HASH> 100644 --- a/pyradio/radio.py +++ b/pyradio/radio.py @@ -836,16 +836,16 @@ class PyRadio(object): col = curses.color_pair(9) ''' initialize col_sep here to have separated cursor ''' sep_c...
eliminating left over artifacts when resizing (more like increasing window's size) introduced due to non-flickering changes
coderholic_pyradio
train
2b0f1323f094db89835b9686cda860b7b55390e3
diff --git a/beakerx/beakerx/install.py b/beakerx/beakerx/install.py index <HASH>..<HASH> 100644 --- a/beakerx/beakerx/install.py +++ b/beakerx/beakerx/install.py @@ -68,12 +68,10 @@ def _install_labextensions(lab): if lab: subprocess.check_call(["jupyter", "labextension", "install", "@jupyter-widgets/jup...
remove refs to beakerx-jupyterlab-js since we never did that. fix #<I>
twosigma_beakerx
train
f47e445bbdc334f1b0b9b92c36f5b3372460ea29
diff --git a/lxd/main_init_interactive.go b/lxd/main_init_interactive.go index <HASH>..<HASH> 100644 --- a/lxd/main_init_interactive.go +++ b/lxd/main_init_interactive.go @@ -249,6 +249,10 @@ func (c *cmdInit) askClustering(config *cmdInitData, d lxd.InstanceServer) error return errors.Wrap(err, "Failed to setup t...
lxd/main/init/interactive: Clear config.Cluster.ClusterPassword after setting up trust This avoids triggering a 2nd attempt at setting up trust in clusterPutJoin which would fail when using a single-use join token as a password.
lxc_lxd
train
1cb19a2e4bb5f40a033d994eafeade91933431db
diff --git a/packages/imask/src/masked/dynamic.js b/packages/imask/src/masked/dynamic.js index <HASH>..<HASH> 100644 --- a/packages/imask/src/masked/dynamic.js +++ b/packages/imask/src/masked/dynamic.js @@ -40,6 +40,10 @@ class MaskedDynamic extends Masked<DynamicMaskType> { @override */ _update (opts: any) ...
fix overwrite for dynamic mask and nested blocks
uNmAnNeR_imaskjs
train
f5db5b85430135bf949c10a737bca46796103314
diff --git a/src/history/html5.js b/src/history/html5.js index <HASH>..<HASH> 100644 --- a/src/history/html5.js +++ b/src/history/html5.js @@ -62,6 +62,16 @@ export class HTML5History extends History { export function getLocation (base: string): string { let path = window.location.pathname + + // Special handlin...
Allow using `base` option with hash under history mode (#<I>) * fix issues of using `base` option with hash * minor fix
vuejs_vue-router
train
0997747c6abe5b9ffeba9c39d9764b316f87aa5c
diff --git a/src/Nether/Console/Client.php b/src/Nether/Console/Client.php index <HASH>..<HASH> 100644 --- a/src/Nether/Console/Client.php +++ b/src/Nether/Console/Client.php @@ -55,35 +55,6 @@ class Client { //////////////////////////////// public function - PrintMessage($msg='',$opt=null) { - /*// - @depre...
the broken code was deprecated anyway so yoink
netherphp_console
train
dfa62e6ffd3b4da6ac6c8d5840e89e1e078abae6
diff --git a/spyderlib/widgets/externalshell/pythonshell.py b/spyderlib/widgets/externalshell/pythonshell.py index <HASH>..<HASH> 100644 --- a/spyderlib/widgets/externalshell/pythonshell.py +++ b/spyderlib/widgets/externalshell/pythonshell.py @@ -12,7 +12,7 @@ import os.path as osp import socket from spyderlib.qt...
Remove old style signals of widgets/externalshell/pythonshell.py
spyder-ide_spyder
train