hash
stringlengths
40
40
diff
stringlengths
172
2.63k
message
stringlengths
12
593
project
stringlengths
7
65
split
stringclasses
1 value
diff_languages
stringclasses
54 values
50602cedee7595db1d973c9b3667fdfcd3e1bb10
diff --git a/test/functional/gridfs_tests.js b/test/functional/gridfs_tests.js index <HASH>..<HASH> 100644 --- a/test/functional/gridfs_tests.js +++ b/test/functional/gridfs_tests.js @@ -1568,7 +1568,6 @@ describe('GridFS', function() { test.equal('llo world!', chunk.toString()); ...
test(GridFS): fixes bug in node <I>.x Fixes test failure causes by combination of nodejs/node#<I> and an ambiguous test.
mongodb_node-mongodb-native
train
js
b576331e67987fae7e4fcc027dddefe85746ad3b
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -17,6 +17,7 @@ export { clone, del, empty, + flattenKeys, get, has, is,
fix(flattenKeys): export the flattenKeys function
hammy2899_o
train
js
21651b6d495daa10f97b729c28cc43a713e5d722
diff --git a/lib/config/babel.js b/lib/config/babel.js index <HASH>..<HASH> 100644 --- a/lib/config/babel.js +++ b/lib/config/babel.js @@ -34,6 +34,8 @@ module.exports = function (options, webpackConfig) { ], plugins: [] }; + } else { + babelConfig.babelrc = true; } ...
refactor: babel逻辑优化
zuzucheFE_guido
train
js
d1d00f26f2abdad5855ea5e993d304631eef0bac
diff --git a/pyneuroml/pynml.py b/pyneuroml/pynml.py index <HASH>..<HASH> 100644 --- a/pyneuroml/pynml.py +++ b/pyneuroml/pynml.py @@ -1110,7 +1110,7 @@ def reload_saved_data(lems_file_name, % (file_name, ' (%s)' % simulator if simulator else '') ) print_comment_v("Reloading: ...
feat: update matplotlib usage to remove deprecated methods get_window_title and set_window_title have been deprecated in matplotlib version <I> and will be dropped in future releases. Reference: <URL>
NeuroML_pyNeuroML
train
py
148f020bf4bbd71e17326581a2f7ed6f4ff55832
diff --git a/lib/protractor.js b/lib/protractor.js index <HASH>..<HASH> 100644 --- a/lib/protractor.js +++ b/lib/protractor.js @@ -17,6 +17,7 @@ var ExpectedConditions = require('./expectedConditions.js'); /* global angular */ var DEFER_LABEL = 'NG_DEFER_BOOTSTRAP!'; +var ENABLE_DEBUG_INFO_LABEL = 'NG_ENABLE_DEBUG_...
feat(protractor): Add support to allow Protractor to test an Angular application which has debugging info disabled Currently Angular application which for performance reasons, have debug information turn off cannot be tested. This PR allows users to add the Angular debug logging flag to the Protractor run.
angular_protractor
train
js
f99c3c10ce70e57db0de8826ac315a0765ebd418
diff --git a/quasar/src/components/color/QColor.js b/quasar/src/components/color/QColor.js index <HASH>..<HASH> 100644 --- a/quasar/src/components/color/QColor.js +++ b/quasar/src/components/color/QColor.js @@ -62,16 +62,25 @@ export default Vue.extend({ ) : (this.formatModel.startsWith('hex') ? 'hex'...
fix(QColor): take default-value into account
quasarframework_quasar
train
js
adff0084e1b7bc4b8ffa2b87390c66afbc435582
diff --git a/src/core/vdom/patch.js b/src/core/vdom/patch.js index <HASH>..<HASH> 100644 --- a/src/core/vdom/patch.js +++ b/src/core/vdom/patch.js @@ -23,6 +23,7 @@ import { isUndef, isTrue, makeMap, + isRegExp, isPrimitive } from '../util/index' @@ -123,7 +124,7 @@ export function createPatchFunction (...
refactor: use isRegExp for safer check
kaola-fed_megalo
train
js
ab17a6cf20c3cf21c25d88ad1659c441cf4a160c
diff --git a/packages/vaex-core/vaex/execution.py b/packages/vaex-core/vaex/execution.py index <HASH>..<HASH> 100644 --- a/packages/vaex-core/vaex/execution.py +++ b/packages/vaex-core/vaex/execution.py @@ -45,10 +45,12 @@ class Executor: def schedule(self, task): with self.lock: - assert tas...
fix(core): tasks CAN be added multiple times, ignore those cases
vaexio_vaex
train
py
abf4a5f85645d42209563aa4c13df8b260526b0e
diff --git a/decode_test.go b/decode_test.go index <HASH>..<HASH> 100644 --- a/decode_test.go +++ b/decode_test.go @@ -239,3 +239,22 @@ func TestDecodeObject(t *testing.T) { } } } + +func TestType(t *testing.T) { + var tests = map[ValueType]string{ + Null: "null", + Bool: "true", + String: "\"string\"", + ...
test(djson): test Type method
a8m_djson
train
go
d66f6e5f6dbaec6e081915650e048fad1990abcf
diff --git a/eth_account/hdaccount/mnemonic.py b/eth_account/hdaccount/mnemonic.py index <HASH>..<HASH> 100644 --- a/eth_account/hdaccount/mnemonic.py +++ b/eth_account/hdaccount/mnemonic.py @@ -39,6 +39,17 @@ VALID_ENTROPY_SIZES = [16, 20, 24, 28, 32] VALID_WORD_COUNTS = [12, 15, 18, 21, 24] WORDLIST_DIR = Path(__fi...
refactor: Cached wordlists
ethereum_eth-account
train
py
7ba5821fcbac6ae2f062d6376c354a3f4af694c7
diff --git a/packages/babel-plugin-minify-mangle-names/src/index.js b/packages/babel-plugin-minify-mangle-names/src/index.js index <HASH>..<HASH> 100644 --- a/packages/babel-plugin-minify-mangle-names/src/index.js +++ b/packages/babel-plugin-minify-mangle-names/src/index.js @@ -345,7 +345,6 @@ module.exports = babel =>...
refactor: remove wrong comment in mangler
babel_minify
train
js
dc60387e608f7877420d97eb25b45a5204c6cb64
diff --git a/nicfit/shell/command.py b/nicfit/shell/command.py index <HASH>..<HASH> 100644 --- a/nicfit/shell/command.py +++ b/nicfit/shell/command.py @@ -65,7 +65,7 @@ class _SubCommandCompleterMixin(_CommandCompleterMixin): sub_regex = _updateCompleterDict(completers, sub_completers, ...
fix: create lists from command aliases for concatenation
nicfit_nicfit.py
train
py
2a3a886c9801f9d3ae9b3e131f8edacbc37988ed
diff --git a/lib/clientsidescripts.js b/lib/clientsidescripts.js index <HASH>..<HASH> 100644 --- a/lib/clientsidescripts.js +++ b/lib/clientsidescripts.js @@ -33,7 +33,7 @@ clientSideScripts.waitForAngular = function() { * arguments[0] {Element} The scope of the search. * arguments[1] {string} The binding, e.g. {{c...
docs(clientsidescripts): fixing a return type
angular_protractor
train
js
a931624215682a5608bd496ad5145d1dbc5875d3
diff --git a/lib/impulse-bin/index.js b/lib/impulse-bin/index.js index <HASH>..<HASH> 100644 --- a/lib/impulse-bin/index.js +++ b/lib/impulse-bin/index.js @@ -38,7 +38,6 @@ function ImpulseBin() { this.provider = null; // Ex. commander module after parse() this.console = require('long-con').create(); - this.ve...
fix(verbose): Move init to #run
codeactual_impulse-bin
train
js
c2cbff4a3654f32bb78059decce949ab697f30e7
diff --git a/lib/request.js b/lib/request.js index <HASH>..<HASH> 100644 --- a/lib/request.js +++ b/lib/request.js @@ -211,8 +211,8 @@ function envelope (agent) { service: { name: agent._conf.serviceName, runtime: { - name: trunc(String(process.release.name), config.INTAKE_STRING_MAX_SIZE), - ...
refactor: don't stringify and truncate core values (#<I>) We should be able to safely assume that these properties will always be strings and that they will never be longer than <I> bytes.
elastic_apm-agent-nodejs
train
js
d7a28d4ba8da695a23410fb32f28dbba64e51189
diff --git a/src/Bibs/Bibs.php b/src/Bibs/Bibs.php index <HASH>..<HASH> 100644 --- a/src/Bibs/Bibs.php +++ b/src/Bibs/Bibs.php @@ -38,6 +38,14 @@ class Bibs extends ResourceList return $this->get($mmsId); } + public function fromHoldingsId($holdings_id) + { + $bib_data = $this->client->getX...
feat: Support looking up Bib by holding id
scriptotek_php-alma-client
train
php
ed46ad490b3c026025c0b46a350507da2cc256cd
diff --git a/packages/api-core/src/resources/dma.js b/packages/api-core/src/resources/dma.js index <HASH>..<HASH> 100644 --- a/packages/api-core/src/resources/dma.js +++ b/packages/api-core/src/resources/dma.js @@ -20,7 +20,7 @@ class DmaLogMessages extends AvMicroservice { const payload = { level, entries }; ...
fix(api-core): fix clientId
Availity_sdk-js
train
js
2cc88bacf8389ff59b2680205f9bff50fd0ab15c
diff --git a/addon/components/lt-infinity.js b/addon/components/lt-infinity.js index <HASH>..<HASH> 100644 --- a/addon/components/lt-infinity.js +++ b/addon/components/lt-infinity.js @@ -10,7 +10,7 @@ export default Component.extend(InViewportMixin, { layout, rows: null, - scrollBuffer: null, + scrollBuffer: ...
fix(lt-infinity): set default scroll buffer to 0
offirgolan_ember-light-table
train
js
a29059eb151e651ea16378bd9f090460938bf95b
diff --git a/packages/orbit-components/src/InputField/index.js b/packages/orbit-components/src/InputField/index.js index <HASH>..<HASH> 100644 --- a/packages/orbit-components/src/InputField/index.js +++ b/packages/orbit-components/src/InputField/index.js @@ -221,7 +221,8 @@ export const Input: any = styled( ), )` ...
fix(InputField): value color in Safari (#<I>) The input value was not visible when input is disabled.
kiwicom_orbit-components
train
js
d10339ba96da6174703352c944033e4551cb5fe4
diff --git a/lib/client.js b/lib/client.js index <HASH>..<HASH> 100644 --- a/lib/client.js +++ b/lib/client.js @@ -333,7 +333,7 @@ KeystoneClient.prototype.getTenantIdAndToken = function(options, callback) { } self._serviceCatalog.forEach(function(item) { - if (item.name === 'cloudServers' || item.name...
fix(getTenantIdAndToken): identity response changed
racker_node-keystone-client
train
js
3dba4ca68cd02b58551aac11e27b765833ba0679
diff --git a/test/tests/unit/replset/step_down_tests.js b/test/tests/unit/replset/step_down_tests.js index <HASH>..<HASH> 100644 --- a/test/tests/unit/replset/step_down_tests.js +++ b/test/tests/unit/replset/step_down_tests.js @@ -5,7 +5,7 @@ const ReplSet = require('../../../../lib/topologies/replset'); const mock = ...
test(replset): remove erroneously committed `.only`
mongodb-js_mongodb-core
train
js
aff38034e1cd1bc8c5953e66d6218387d72c3b83
diff --git a/src/InfoViz/Native/MutualInformationDiagram/index.js b/src/InfoViz/Native/MutualInformationDiagram/index.js index <HASH>..<HASH> 100644 --- a/src/InfoViz/Native/MutualInformationDiagram/index.js +++ b/src/InfoViz/Native/MutualInformationDiagram/index.js @@ -964,6 +964,7 @@ function informationDiagram(publi...
fix(MutualInformationDiagram): Make sure we set the parameters initially, not just when fields chang
Kitware_paraviewweb
train
js
ec3ba55f5e5c6b83c52a63324a3c29c0304fcb0e
diff --git a/lib/components/app/batch-routing-panel.js b/lib/components/app/batch-routing-panel.js index <HASH>..<HASH> 100644 --- a/lib/components/app/batch-routing-panel.js +++ b/lib/components/app/batch-routing-panel.js @@ -205,7 +205,9 @@ class BatchRoutingPanel extends Component { backgroundColor: '...
refactor(batch-routing): add title to plan trip button
opentripplanner_otp-react-redux
train
js
a26e933f041c5dfece17311920470910bd7a759c
diff --git a/src/Selection.js b/src/Selection.js index <HASH>..<HASH> 100644 --- a/src/Selection.js +++ b/src/Selection.js @@ -68,7 +68,7 @@ class Selection { 'drop', this._dropFromOutsideListener ) - this._onDragOverfromOutisde = addEventListener( + this._removeDragOverFromOutsideListener = ad...
fix: Memory leak if Calendar is selectable #<I> (#<I>)
intljusticemission_react-big-calendar
train
js
e648fea9508ccb3fbe77ef087c254d967137f3f1
diff --git a/tests/utils/misc/index.js b/tests/utils/misc/index.js index <HASH>..<HASH> 100644 --- a/tests/utils/misc/index.js +++ b/tests/utils/misc/index.js @@ -37,7 +37,7 @@ function replaceEnv(values) { */ function confirmCloudWatchLogs(logGroupName, trigger, options = {}) { const startTime = Date.now(); - c...
refactor: Improve setting readability
serverless_serverless
train
js
04046bc34d5ea58f509d1eadd1705a8245cac13f
diff --git a/test/unit/server.spec.js b/test/unit/server.spec.js index <HASH>..<HASH> 100644 --- a/test/unit/server.spec.js +++ b/test/unit/server.spec.js @@ -103,9 +103,9 @@ test('server', (t) => { }) tt.test('should survive a lost node', ( ttt ) => { - ttt.plan(52) + ttt.plan(102) const r...
test: bump server test back to <I> requests
esatterwhite_skyring
train
js
aa2ee3138124fe12573500fb1120f97c4acf3bad
diff --git a/spec/resolve.spec.js b/spec/resolve.spec.js index <HASH>..<HASH> 100644 --- a/spec/resolve.spec.js +++ b/spec/resolve.spec.js @@ -134,6 +134,15 @@ describe('resolve', function () { }); }); + it.skip('should throw missing schema error if same path exist in the current schema but id is diffe...
test: sync failing test for issue #<I>
epoberezkin_ajv
train
js
91dda9b7bf65555c02d97dd397391e08e6779c36
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -60,7 +60,7 @@ function proxy(callback) { config.debug && rules.disableDnsCache(); var count = 2; var execCallback = function() { - if (--count === 0 &&typeof callback === 'function') { + if (--c...
feat: Support for getting random port of ui server
avwo_whistle
train
js
838a29e8d48a35d0066206815ec9dbc7a7617641
diff --git a/cloudvolume/paths.py b/cloudvolume/paths.py index <HASH>..<HASH> 100644 --- a/cloudvolume/paths.py +++ b/cloudvolume/paths.py @@ -192,11 +192,8 @@ def extract(cloudpath, windows=None, disable_toabs=False): def to_https_protocol(cloudpath): if isinstance(cloudpath, ExtractedPath): - if cloudpath.pr...
fix: make sure to_http_protocol works with aliases
seung-lab_cloud-volume
train
py
c6027f6b316c25751633dbb121e46ec3ac82efb4
diff --git a/src/render.js b/src/render.js index <HASH>..<HASH> 100644 --- a/src/render.js +++ b/src/render.js @@ -216,7 +216,7 @@ Render.buildCell = function(config, cell, columnIndex, rowType, rowIndex, rowDat {}, config, (rowType === "body") ? config.columnSettings[columnIndex] : {}, //ignore columnSe...
refactor: Only merge cell value into cell options if is object
tecfu_tty-table
train
js
4efc47470c0860fd0c4feb196c438bceeb8945b3
diff --git a/src/types/connectionType.js b/src/types/connectionType.js index <HASH>..<HASH> 100644 --- a/src/types/connectionType.js +++ b/src/types/connectionType.js @@ -41,7 +41,9 @@ export function preparePageInfoType( if (schemaComposer.has(name)) { return schemaComposer.getOTC(name); } - return createG...
fix: add PageInfo type to client's SchemaComposer
graphql-compose_graphql-compose-connection
train
js
9d0687bdfc89bc164cf6b972948927a7ffe17fb5
diff --git a/src/exceptions/index.js b/src/exceptions/index.js index <HASH>..<HASH> 100644 --- a/src/exceptions/index.js +++ b/src/exceptions/index.js @@ -1,7 +1,7 @@ /*eslint-disable*/ module.exports = { callJSONGraphWithouPaths: 'Any JSONG-Graph returned from call must have paths.', - innerReferences: 'Refe...
fix: Fixed typo in exceptions messages
Netflix_falcor-router
train
js
e9cc4a79ffb72bae873439d6c7fae46a2b567f9c
diff --git a/src/Client.php b/src/Client.php index <HASH>..<HASH> 100644 --- a/src/Client.php +++ b/src/Client.php @@ -283,7 +283,7 @@ class Client extends AbstractHttpClient implements LoggerAwareInterface */ protected function createHttpRequest(ClientRequestInterface $request) { - $token = $thi...
fix(Client): typo in call to getOauthManager Closes #<I>
commercetools_commercetools-php-sdk
train
php
08b37186a5afeb85cf9de6feb1f240b2a50c58b2
diff --git a/pkg/services/sqlstore/dashboard_version.go b/pkg/services/sqlstore/dashboard_version.go index <HASH>..<HASH> 100644 --- a/pkg/services/sqlstore/dashboard_version.go +++ b/pkg/services/sqlstore/dashboard_version.go @@ -25,6 +25,7 @@ func GetDashboardVersion(query *m.GetDashboardVersionQuery) error { retu...
fix: fixed failing sql unit test
grafana_grafana
train
go,go
ec7f7700979d19046ccfb3662dafd3e4fb292651
diff --git a/src/dna-attributes-component.next.js b/src/dna-attributes-component.next.js index <HASH>..<HASH> 100644 --- a/src/dna-attributes-component.next.js +++ b/src/dna-attributes-component.next.js @@ -113,7 +113,7 @@ function wrapDescriptorSet(attr, descriptor) { if ((typeof res == 'string' || typeof...
fix: better support for boolean attributes in DNAAttributesComponent
chialab_dna
train
js
d7225495538812b27d8cc7b438a84c1dcea047a4
diff --git a/packages/node_modules/cerebral/src/utils.js b/packages/node_modules/cerebral/src/utils.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/cerebral/src/utils.js +++ b/packages/node_modules/cerebral/src/utils.js @@ -444,6 +444,11 @@ export function getStateChanges(originState, oldState, nextState) { ...
fix(cerebral): handle hot reload merge case where next changed from origin
cerebral_cerebral
train
js
07d00e5884d55a489e921a36589e7fb1ece0548d
diff --git a/lib/ios.js b/lib/ios.js index <HASH>..<HASH> 100644 --- a/lib/ios.js +++ b/lib/ios.js @@ -157,7 +157,7 @@ class CarthageCheck extends DoctorCheck { } async fix () { // eslint-disable-line require-await - return `Please install ${'Carthage'.bold}. Visit https://github.com/Carthage` + + return ...
feat: Add note about carthage is for lower than appium <I> (#<I>) * feat: get rid of carthage * Revert "feat: get rid of carthage" This reverts commit <I>a<I>f0b<I>ef<I>bcc<I>d8e<I>ea<I>dff. * add note
appium_appium-doctor
train
js,js
2b7737110a7a723a20713b93960786ef73222f59
diff --git a/kpo.scripts.js b/kpo.scripts.js index <HASH>..<HASH> 100644 --- a/kpo.scripts.js +++ b/kpo.scripts.js @@ -46,7 +46,10 @@ module.exports.scripts = { log.fn`Recommended version bump: ${releaseType}\n ${reason}`; return confirm({ no: Error(), - yes: series.env(`npm version ${t...
chore(scripts): fixes semantic script
rafamel_yaml-import
train
js
04711cf12daa13861ed2783415d6e01f93020ef5
diff --git a/src/server/public/abecms/scripts/modules/EditorReferences.js b/src/server/public/abecms/scripts/modules/EditorReferences.js index <HASH>..<HASH> 100644 --- a/src/server/public/abecms/scripts/modules/EditorReferences.js +++ b/src/server/public/abecms/scripts/modules/EditorReferences.js @@ -7,12 +7,10 @@ exp...
fix: allow user to create reference even when there are no reference yet
abecms_abecms
train
js
68849e99bd17c5c40c9101fc954e661b618a817d
diff --git a/packages/themes/examples/preview/index.js b/packages/themes/examples/preview/index.js index <HASH>..<HASH> 100644 --- a/packages/themes/examples/preview/index.js +++ b/packages/themes/examples/preview/index.js @@ -9,7 +9,7 @@ import cx from 'classnames'; import React, { useState } from 'react'; import Re...
docs(theme): filter out non-color variables when generating theme table (#<I>) * docs(theme): filter out non-color variables when generating theme table * docs(themes): use meta for getting theme color vars
carbon-design-system_carbon-components
train
js
a80909711ddb9ea23090ce75fdd2c98633db7701
diff --git a/content/template/programme/list.php b/content/template/programme/list.php index <HASH>..<HASH> 100644 --- a/content/template/programme/list.php +++ b/content/template/programme/list.php @@ -1,5 +1,5 @@ <?php -EDU()->write_debug( $programmes ); + if ( empty( $programmes['Errors'] ) ) { ?> <div class="...
fix: 🐛 Don't write the debug info in prod
MultinetInteractive_EduAdmin-WordPress
train
php
e71eb41bd7c5bf0b937869875aad81122db0cb35
diff --git a/src/main.js b/src/main.js index <HASH>..<HASH> 100644 --- a/src/main.js +++ b/src/main.js @@ -26,6 +26,7 @@ import Home from './views/routes/home.vue'; import AudioNode from './views/routes/audio-node.vue'; import HowItWorks from './views/routes/how-it-works.vue'; import UserMedia from './views/routes/u...
chore: add stream example (work in progress) teasing
dlepaux_realtime-bpm-analyzer
train
js
05f08ee845df661205460d4424d2cb4355e1bf0c
diff --git a/lib/util/host-rules.js b/lib/util/host-rules.js index <HASH>..<HASH> 100644 --- a/lib/util/host-rules.js +++ b/lib/util/host-rules.js @@ -73,7 +73,7 @@ function find({ platform, host }, overrides) { // istanbul ignore if if (platform === 'docker') { if (platforms.docker.platform === 'docker') { ...
fix(docker): Merge correct platforms variable (#<I>) Fixes #<I>
renovatebot_renovate
train
js
b9c2632a1379ccfbfdb0d7d0193260960e1db4e7
diff --git a/src/waves/waves.js b/src/waves/waves.js index <HASH>..<HASH> 100644 --- a/src/waves/waves.js +++ b/src/waves/waves.js @@ -2,12 +2,11 @@ import { bindable, bindingMode, customAttribute, inject } from 'aurelia-framewor import { AttributeManager } from '../common/attributeManager'; @customAttribute('md-wa...
refactor(waves): move color property inside class definition
aurelia-ui-toolkits_aurelia-materialize-bridge
train
js
ba74ee2196a48d619241691b27630b9d32bc8b98
diff --git a/test/repository.spec.js b/test/repository.spec.js index <HASH>..<HASH> 100644 --- a/test/repository.spec.js +++ b/test/repository.spec.js @@ -173,6 +173,24 @@ describe('Repository', function() { })); }); + it('should list commits on a PR with no options', function(done) { + ...
test(repository): add specs to test the new listCommitsOnPR function
github-tools_github
train
js
5a9ce2a3dc382e2870b961754de81fc40626e290
diff --git a/src/aurelia-form.js b/src/aurelia-form.js index <HASH>..<HASH> 100644 --- a/src/aurelia-form.js +++ b/src/aurelia-form.js @@ -6,6 +6,11 @@ export const logger = getLogger('aurelia-form'); export {placeholder} from './decorator/placeholder'; export {label} from './decorator/label'; export {element} from ...
chore(project): export new decorators
SpoonX_aurelia-form
train
js
89ecf147ab3788e4ec85ece65cc68bcb5bf7f4ba
diff --git a/source/rafcon/core/states/container_state.py b/source/rafcon/core/states/container_state.py index <HASH>..<HASH> 100644 --- a/source/rafcon/core/states/container_state.py +++ b/source/rafcon/core/states/container_state.py @@ -64,8 +64,7 @@ class ContainerState(State): """ - _state_element_attrs...
fix(container_state): Extend state_element_attrs of State Income was missing! One cause of issue #<I>
DLR-RM_RAFCON
train
py
606336ef4fac4df4aa076d4e3c04767431c33e73
diff --git a/scheduler/coreos.py b/scheduler/coreos.py index <HASH>..<HASH> 100644 --- a/scheduler/coreos.py +++ b/scheduler/coreos.py @@ -266,8 +266,9 @@ Requires=docker.service [Service] ExecStartPre=/usr/bin/docker pull {image} -ExecStart=-/usr/bin/docker run --name {name} -P -e ETCD=172.17.42.1:4001 {image} {co...
chore(router): expose router on <I> and <I>, add timeout for image download
deis_controller-sdk-go
train
py
c102b86725c4663101c4df91ddafbc786d502d13
diff --git a/lib/registry/request.js b/lib/registry/request.js index <HASH>..<HASH> 100644 --- a/lib/registry/request.js +++ b/lib/registry/request.js @@ -187,6 +187,7 @@ function registryStream (key, uri, registry, meta, opts) { stream.write(chunk, enc, cb) }, function (cb) { opts.log.si...
fix(request): report cache write errors on end
zkat_pacote
train
js
d45624594c547c90302a06e1b35388976054359d
diff --git a/js/src/block/put.js b/js/src/block/put.js index <HASH>..<HASH> 100644 --- a/js/src/block/put.js +++ b/js/src/block/put.js @@ -57,17 +57,18 @@ module.exports = (createCommon, options) => { }) it('should put a buffer, using options', (done) => { - const expectedHash = 'QmPv52ekjS75L4JmHpXVeu...
fix: test for buffer with options (#<I>) Previously this test was using the default options so we weren't able to tell if the output was correct when given options that weren't the defaults! License: MIT
ipfs_interface-js-ipfs-core
train
js
980d71f307cb62b47dac30bd45431bb859d622a1
diff --git a/src/structures/GuildChannel.js b/src/structures/GuildChannel.js index <HASH>..<HASH> 100644 --- a/src/structures/GuildChannel.js +++ b/src/structures/GuildChannel.js @@ -401,7 +401,7 @@ class GuildChannel extends Channel { clone(name = this.name, withPermissions = true, withTopic = true, reason) { ...
fix:(GuilChannel): clone method not taking overwrites into account (#<I>)
discordjs_discord.js
train
js
8110dec3731f4ba4962ff1469dc230ff5042a638
diff --git a/bin/start.js b/bin/start.js index <HASH>..<HASH> 100755 --- a/bin/start.js +++ b/bin/start.js @@ -138,6 +138,10 @@ getHoodieServer(options, function (error, server, config) { log.verbose('app', 'Starting') server.start(function () { - console.log((useEmoji ? emoji.get('dog') + ' ' : '') + 'Your...
fix: log correct address of hoodie app on start
hoodiehq_hoodie
train
js
1e6112577c6289840d7f19397623fea612431a52
diff --git a/samcli/__init__.py b/samcli/__init__.py index <HASH>..<HASH> 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = "0.48.0" +__version__ = "0.49.0"
chore: version to <I> (#<I>)
awslabs_aws-sam-cli
train
py
f1276166f1bebb9cb0acd424df0d7313e475997d
diff --git a/lib/httpsnippetGenerator.js b/lib/httpsnippetGenerator.js index <HASH>..<HASH> 100644 --- a/lib/httpsnippetGenerator.js +++ b/lib/httpsnippetGenerator.js @@ -1,5 +1,7 @@ 'use strict'; +const util = require('util'); + const HTTPSnippet = require('httpsnippet'); const harGenerator = require('./harGenera...
fix: httpsnippet better error logging
Mermade_widdershins
train
js
82cbb9a0810899da2e20b8cfe3be2026ec1445ea
diff --git a/packages/cli-plugin-deploy-components/execute/index.js b/packages/cli-plugin-deploy-components/execute/index.js index <HASH>..<HASH> 100644 --- a/packages/cli-plugin-deploy-components/execute/index.js +++ b/packages/cli-plugin-deploy-components/execute/index.js @@ -1,6 +1,12 @@ +const AWS = require("aws-sd...
fix(cli-plugin-deploy-components): increase AWS HTTP client timeout and make it configurable
Webiny_webiny-js
train
js
eb6038dda7fecf9297d3b279cde893b09d2cbcb8
diff --git a/src/bytesToUuid.js b/src/bytesToUuid.js index <HASH>..<HASH> 100644 --- a/src/bytesToUuid.js +++ b/src/bytesToUuid.js @@ -8,7 +8,9 @@ for (let i = 0; i < 256; ++i) { byteToHex.push((i + 0x100).toString(16).substr(1)); } -function bytesToUuid(buf, offset = 0) { +function bytesToUuid(buf, offset_) { + ...
test: revert default parameter Revert the default parameter introduced in 0ee0b<I>c<I>c<I>d<I>f3ae<I>d5 since this currently increases bundlesize in the browser build in does not provide significant benefits (bable's transpilation is more verbose than our current approach).
kelektiv_node-uuid
train
js
c47db837d00bb3141af2b35ea2bb6978debf7bb6
diff --git a/packages/banner/src/BannerPresenter/BannerPresenter.test.js b/packages/banner/src/BannerPresenter/BannerPresenter.test.js index <HASH>..<HASH> 100644 --- a/packages/banner/src/BannerPresenter/BannerPresenter.test.js +++ b/packages/banner/src/BannerPresenter/BannerPresenter.test.js @@ -4,7 +4,7 @@ import re...
test(banner): Remove only filter
Autodesk_hig
train
js
d0a74fc9c955527e8d7294d18cc88f11f2f7cffa
diff --git a/lib/superapi/api.js b/lib/superapi/api.js index <HASH>..<HASH> 100644 --- a/lib/superapi/api.js +++ b/lib/superapi/api.js @@ -18,7 +18,7 @@ var serviceHandler = function(sid) { var callback = options.callback || null; var edit = options.edit || null; - var req = this.request(sid, data, param...
feat(service-handler): add support for option method
stephanebachelier_superapi
train
js
8946c1a92347d9e2407c26e2ba91bb4191a91b3c
diff --git a/src/sentry_check.py b/src/sentry_check.py index <HASH>..<HASH> 100644 --- a/src/sentry_check.py +++ b/src/sentry_check.py @@ -482,7 +482,8 @@ B307.names = {"urllib", "urlib2", "urlparse"} B308 = Error( message=u"B308: The usage of ``str`` differs between Python 2 and 3. Use " - "``six.binary_typ...
fix: Stop this binary_type suggestion madness (#<I>)
getsentry_sentry-flake8
train
py
d3ed52d3f830887a66923876152edf9ec483d7ca
diff --git a/test.js b/test.js index <HASH>..<HASH> 100644 --- a/test.js +++ b/test.js @@ -19,4 +19,10 @@ describe('glob-parent', function() { assert.equal(gp('path/**/*'), 'path'); assert.equal(gp('path/**/subdir/foo.*'), 'path'); }); + + it('should return parent dirname from non-glob paths', function() ...
test: add tests for non-glob behavior
gulpjs_glob-parent
train
js
77828bb3fa94b1e9f5329496566f44a40a3a7b73
diff --git a/src/js/core/drop.js b/src/js/core/drop.js index <HASH>..<HASH> 100644 --- a/src/js/core/drop.js +++ b/src/js/core/drop.js @@ -383,7 +383,8 @@ export default { const boundaryOffset = boundary ? offset(boundary) : scrollParentOffset; css(this.$el, 'maxWidth', ''); - con...
fix: only apply viewportPadding to maxWidth if boundaryAlign is `false`
uikit_uikit
train
js
043f33fefddb123b8b0c39648cbc965c1e2afee5
diff --git a/lib/transformers/EndpointMapToArray.php b/lib/transformers/EndpointMapToArray.php index <HASH>..<HASH> 100644 --- a/lib/transformers/EndpointMapToArray.php +++ b/lib/transformers/EndpointMapToArray.php @@ -65,8 +65,12 @@ class EndpointMapToArray extends AttributeTransformer } $endpointMap...
fix: detailed endpoint format when spaced in EndpointMapToArray when there are spaces in the endpoint list, use the detailed format with index numbers instead of the simple array
CESNET_perun-simplesamlphp-module
train
php
de0a9c1180c76b5b8d69cecc6af14c0a78498066
diff --git a/packages/react-json-tree/src/index.js b/packages/react-json-tree/src/index.js index <HASH>..<HASH> 100644 --- a/packages/react-json-tree/src/index.js +++ b/packages/react-json-tree/src/index.js @@ -81,7 +81,7 @@ function getStateFromProps(props) { export default class JSONTree extends React.Component { ...
fix(react-select): allow data for JSONTree to be any (#<I>)
reduxjs_redux-devtools
train
js
b86f2f83639fb6e4268dec5b1be5869eed1aa885
diff --git a/packages/project-utils/bundling/function/webpack.config.js b/packages/project-utils/bundling/function/webpack.config.js index <HASH>..<HASH> 100644 --- a/packages/project-utils/bundling/function/webpack.config.js +++ b/packages/project-utils/bundling/function/webpack.config.js @@ -29,10 +29,15 @@ module.ex...
fix: add unused dependencies to externals to reduce lambda bundle size
Webiny_webiny-js
train
js
33d8a4a2a3dc014cac38228321741b3fddf211da
diff --git a/lib/rules/no-access-key.js b/lib/rules/no-access-key.js index <HASH>..<HASH> 100644 --- a/lib/rules/no-access-key.js +++ b/lib/rules/no-access-key.js @@ -27,7 +27,7 @@ module.exports = { return VueUtils.defineTemplateBodyVisitor(context, { "VAttribute" (node) { const isAccesskey = (!no...
fix: patch no-access-key rule
maranran_eslint-plugin-vue-a11y
train
js
5a7dbafab3d83599676850762cb7049fc10824bf
diff --git a/lib/blockchain_double.js b/lib/blockchain_double.js index <HASH>..<HASH> 100644 --- a/lib/blockchain_double.js +++ b/lib/blockchain_double.js @@ -764,7 +764,9 @@ BlockchainDouble.prototype.processNextBlock = function(timestamp, callback) { if (timestamp) { self.data.blocks.last(function(err, la...
fix: make sure we don't call `processNextBlock`'s `callback` twi… (#<I>)
trufflesuite_ganache-core
train
js
ea32f4ff03df5a3306485f6913564a0cea1d8e47
diff --git a/ChunkSplittingPlugin.js b/ChunkSplittingPlugin.js index <HASH>..<HASH> 100644 --- a/ChunkSplittingPlugin.js +++ b/ChunkSplittingPlugin.js @@ -118,13 +118,13 @@ function extractOriginsOfChunkWithExtractedModules(chunk, reason = 'async common // from CommonsChunkPlugin (async methods): function extractOrig...
fix(plugin): revert "properly iterate chunks inside 'extractOriginsOfChunkWithExtractedModules' and pass additional data to 'getPartName' (#9)" (#<I>) This reverts commit <I>e<I>a<I>f6bfc<I>dc<I>c3acd<I>.
niieani_chunk-splitting-plugin
train
js
444268a52b59053790a16b2e66b2583a1663733e
diff --git a/scripts/utils/listPackages.js b/scripts/utils/listPackages.js index <HASH>..<HASH> 100644 --- a/scripts/utils/listPackages.js +++ b/scripts/utils/listPackages.js @@ -5,7 +5,7 @@ const { join } = require("path"); // Find all folders in packages/* with package.json const packagesRoot = join(__dirname, ".."...
chore(build): add ability to blacklist additional packages when listing.
Webiny_webiny-js
train
js
8b50c4e9629a259ab94e5f611a42b7df4d66bc86
diff --git a/packages/taro-components/__tests__/video.spec.js b/packages/taro-components/__tests__/video.spec.js index <HASH>..<HASH> 100644 --- a/packages/taro-components/__tests__/video.spec.js +++ b/packages/taro-components/__tests__/video.spec.js @@ -119,7 +119,7 @@ describe('Video', () => { direction: 'vert...
fix(components): navigationUI test
NervJS_taro
train
js
1a48fd1346ad04348abfeb2c7de2fb791e8ee259
diff --git a/examples/gae/showcase/static/js/foundation/foundation.forms.js b/examples/gae/showcase/static/js/foundation/foundation.forms.js index <HASH>..<HASH> 100644 --- a/examples/gae/showcase/static/js/foundation/foundation.forms.js +++ b/examples/gae/showcase/static/js/foundation/foundation.forms.js @@ -320,7 +32...
docs: Fix simple typo, visibile -> visible There is a small typo in examples/gae/showcase/static/js/foundation/foundation.forms.js. Should read `visible` rather than `visibile`.
authomatic_authomatic
train
js
7a6a9f733bb7449c62672320a1a1c02ae2f3d1fd
diff --git a/src/components/Dropdown/DropdownMenu.react.js b/src/components/Dropdown/DropdownMenu.react.js index <HASH>..<HASH> 100644 --- a/src/components/Dropdown/DropdownMenu.react.js +++ b/src/components/Dropdown/DropdownMenu.react.js @@ -41,7 +41,7 @@ function DropdownMenu({ arrowPosition = "left", style, ...
fix(DropdownMenu): performance issue <I> Removes the callto scheduleUpdate and only renders the Popper if show prop is true Fixes #<I>
tabler_tabler-react
train
js
f8d6f949fe141189b36359d2e09bcc58a01d62ed
diff --git a/packages/components/bolt-nav-indicator/nav-indicator.js b/packages/components/bolt-nav-indicator/nav-indicator.js index <HASH>..<HASH> 100644 --- a/packages/components/bolt-nav-indicator/nav-indicator.js +++ b/packages/components/bolt-nav-indicator/nav-indicator.js @@ -59,6 +59,10 @@ let gumshoeStateModule...
fix: Add extra offset to gumshoe to fix perceived bug (WWWD-<I>)
bolt-design-system_bolt
train
js
b56dcfcabdd5f89ec12e0777f6b32be8e9e4208d
diff --git a/src/main/assets.js b/src/main/assets.js index <HASH>..<HASH> 100644 --- a/src/main/assets.js +++ b/src/main/assets.js @@ -38,7 +38,6 @@ module.exports = (file, packageConf) => { if ( data.childPackage && [ - 'LICENSE', '.github/CODE_OF_CONDUCT.md', '.github/CONTRIBUTING', ...
fix(License): The license should remain in child packages
nfroidure_metapak-nfroidure
train
js
ef0b3a6cdd11cde6a2891ddd06ed0241ac59781c
diff --git a/src/create-glamorous.js b/src/create-glamorous.js index <HASH>..<HASH> 100644 --- a/src/create-glamorous.js +++ b/src/create-glamorous.js @@ -78,7 +78,7 @@ export default function createGlamorous(splitProps) { } render() { - const props = this.props + const {children, ...
fix(glamorous): pass children as third argument to React.createElement (#<I>) Previously children were passed through as properties. That worked for pre <I> of React. Now we pass them properly as the third (variadic) argument to React.createElement Closes #<I>
robinpowered_glamorous-native
train
js
fb8031162c2ffab270774f13c6904bb04cbba5a7
diff --git a/bash_completionsV2.go b/bash_completionsV2.go index <HASH>..<HASH> 100644 --- a/bash_completionsV2.go +++ b/bash_completionsV2.go @@ -191,8 +191,7 @@ __%[1]s_handle_standard_completion_case() { # Strip any description before checking the length comp=${compline%%%%$tab*} # Only co...
perf(bash-v2): speed up filtering entries with descriptions (#<I>) Use simple prefix match instead of single word `compgen -W` command substitution for each candidate match.
spf13_cobra
train
go
4ec9d79899c2edf387e235018f8f8a0e96d65845
diff --git a/src/NavLink.js b/src/NavLink.js index <HASH>..<HASH> 100644 --- a/src/NavLink.js +++ b/src/NavLink.js @@ -42,7 +42,7 @@ const propTypes = { /** * Uniquely idenifies the `NavItem` amongst its siblings, - * used to determine and control the active state ofthe parent `Nav` + * used to determine a...
fix: fix small typo in description of eventKey
react-bootstrap_react-bootstrap
train
js
80f4d499de59defee2a406c3f779bf05c905fa09
diff --git a/scripts/packages/testing/jest.preprocessor.js b/scripts/packages/testing/jest.preprocessor.js index <HASH>..<HASH> 100644 --- a/scripts/packages/testing/jest.preprocessor.js +++ b/scripts/packages/testing/jest.preprocessor.js @@ -2,7 +2,6 @@ var path = require('path'); var ts = require('typescript'); var...
fix(testing): fix preprocessor to only process .tsx files w/ transforms, .ts with vanilla typescript, and .d.ts to be ignored
ionic-team_stencil
train
js
57ce5b0dba8d360fd1e4670f22c76a9882a23b4d
diff --git a/src/utils/test/ajaxUploadSpec.js b/src/utils/test/ajaxUploadSpec.js index <HASH>..<HASH> 100644 --- a/src/utils/test/ajaxUploadSpec.js +++ b/src/utils/test/ajaxUploadSpec.js @@ -1,5 +1,9 @@ import ajaxUpload from '../ajaxUpload'; +afterEach(() => { + sinon.restore(); +}); + describe('[utils] ajaxUploa...
test(ajaxUpload): mock xhr and timer (#<I>)
rsuite_rsuite
train
js
d74c4bd5310ada1d2f1d400e9236b7885046cc36
diff --git a/src/geshi/typoscript.php b/src/geshi/typoscript.php index <HASH>..<HASH> 100644 --- a/src/geshi/typoscript.php +++ b/src/geshi/typoscript.php @@ -220,7 +220,7 @@ $language_data = array ( 'REGEXPS' => array( // xhtml tag 2 => array( - GESHI_SEARCH => '(&lt;)([a-zA-Z\\/]...
fix: Fix a langcheck warning for TypoScript
GeSHi_geshi-1.0
train
php
47b54c8bd7b8f96deecaf9bcc1b14e700369380d
diff --git a/lib/anycable/cli.rb b/lib/anycable/cli.rb index <HASH>..<HASH> 100644 --- a/lib/anycable/cli.rb +++ b/lib/anycable/cli.rb @@ -34,14 +34,14 @@ module AnyCable parse_gem_options!(extra_options) + configure_server! + logger.info "Starting AnyCable gRPC server (pid: #{Process.pid})" ...
fix: invoke server callcacks right after the boot
anycable_anycable
train
rb
740f6b0efa18f34639dc431ecddfa00ad69fe3b7
diff --git a/tests/test_wikitext.py b/tests/test_wikitext.py index <HASH>..<HASH> 100644 --- a/tests/test_wikitext.py +++ b/tests/test_wikitext.py @@ -27,12 +27,6 @@ def test_call(): assert t2(-3) == '2' -def test_getitem(): - wt = WikiText('a') - with raises(NotImplementedError): - assert wt[0] =...
chore(_comment_bold_italic): ignore unresolved reference warning
5j9_wikitextparser
train
py,py
3f5448e25c8c0f897713dc0b9a5ddc378ea32c70
diff --git a/ui/src/components/page/QPage.js b/ui/src/components/page/QPage.js index <HASH>..<HASH> 100644 --- a/ui/src/components/page/QPage.js +++ b/ui/src/components/page/QPage.js @@ -37,7 +37,7 @@ export default defineComponent({ ? ($layout.containerHeight.value - offset) + 'px' : ( ...
feat(QPage): small tweak to style algorithm
quasarframework_quasar
train
js
0ea3a221065394f3af54f320ea92896b61aec85c
diff --git a/packages/@vue/cli-ui/src/graphql-api/connectors/tasks.js b/packages/@vue/cli-ui/src/graphql-api/connectors/tasks.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli-ui/src/graphql-api/connectors/tasks.js +++ b/packages/@vue/cli-ui/src/graphql-api/connectors/tasks.js @@ -429,7 +429,7 @@ function open (id...
fix(ui): task logs performance regression
vuejs_vue-cli
train
js
d7f847041c199bd10c997c9e7c5b2959cf6552cf
diff --git a/java-video-intelligence/synth.py b/java-video-intelligence/synth.py index <HASH>..<HASH> 100644 --- a/java-video-intelligence/synth.py +++ b/java-video-intelligence/synth.py @@ -14,23 +14,22 @@ """This script is used to synthesize generated parts of this library.""" -import synthtool as s import synt...
chore: switch to bazel generator and allow autosynth multiple commits (#<I>)
googleapis_google-cloud-java
train
py
a2303ea49bd20b10e96a9b252b1cd9a8f58f920b
diff --git a/pbxproj/__init__.py b/pbxproj/__init__.py index <HASH>..<HASH> 100644 --- a/pbxproj/__init__.py +++ b/pbxproj/__init__.py @@ -27,4 +27,4 @@ from pbxproj.PBXRootObject import rootObject from pbxproj.XcodeProject import XcodeProject from pbxproj.pbxsections import * -__version__ = '2.0.3' +__version__ = ...
chore: pump version to <I>
kronenthaler_mod-pbxproj
train
py,py
6edd484e887e5e195f6d26847c3bdb6d8ae0241f
diff --git a/gridsome/lib/app/loadConfig.js b/gridsome/lib/app/loadConfig.js index <HASH>..<HASH> 100644 --- a/gridsome/lib/app/loadConfig.js +++ b/gridsome/lib/app/loadConfig.js @@ -526,7 +526,7 @@ function normalizeImages (config = {}) { function normalizeIconsConfig (config = {}) { const res = {} - const favi...
chore: update favicon sizes (#<I>)
gridsome_gridsome
train
js
1c67e2cb7b70e68cf286185c6dab196cc92c01a7
diff --git a/src/Controller/Base.php b/src/Controller/Base.php index <HASH>..<HASH> 100644 --- a/src/Controller/Base.php +++ b/src/Controller/Base.php @@ -21,8 +21,13 @@ use Nails\Invoice\Constants; /** * Allow the app to add functionality, if needed + * Negative conditional helps with static analysis */ -if (cl...
chore: Swap middle class to help static analysis
nails_module-invoice
train
php
0688f1b765229c75713666dd18ce82cb230d922f
diff --git a/utils/scripts/tag.js b/utils/scripts/tag.js index <HASH>..<HASH> 100755 --- a/utils/scripts/tag.js +++ b/utils/scripts/tag.js @@ -40,7 +40,9 @@ const changelog = async (tag, spinner) => { const editor = await execa('git', ['var', 'GIT_EDITOR']); await write(fd, markdown); - await execa.command(`${...
fix(scripts): support terminal-based editors for changelog step in tag sequence (#<I>)
zendeskgarden_react-components
train
js
f9b8776988f33c35134dcba340db951e78b3841d
diff --git a/packages/yargs/lib/logger.js b/packages/yargs/lib/logger.js index <HASH>..<HASH> 100644 --- a/packages/yargs/lib/logger.js +++ b/packages/yargs/lib/logger.js @@ -21,7 +21,7 @@ module.exports = exports = class Logger { } renderError(error) { const { workspace } = this; - return (error.stack ||...
refactor(yargs): make error rendering more robust
untool_untool
train
js
d4a49a6684a9798848b23fd1b55c7484da367e69
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index <HASH>..<HASH> 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -21,5 +21,7 @@ require 'pry' require 'support' require 'test_doubles' require 'stringio' +require 'fileutils' +require 'generator_spec' I18n.enforce_available_locales = true
chore: add fileutils and generator_spec to spec helper
adomokos_light-service
train
rb
0dcfd251fce2cac775046d8ce64c51530536a13a
diff --git a/.storybook/Container.js b/.storybook/Container.js index <HASH>..<HASH> 100644 --- a/.storybook/Container.js +++ b/.storybook/Container.js @@ -8,6 +8,7 @@ export default class Container extends Component { return ( <div + role="main" style={{ padding: '3em', ...
fix(container): add role of main to storybook container (#<I>)
carbon-design-system_carbon-components-react
train
js
00a0447546845fdedb991b42b8a29c08d6bf2745
diff --git a/gitlab/__init__.py b/gitlab/__init__.py index <HASH>..<HASH> 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -514,10 +514,7 @@ class Gitlab(object): :param project_id: id or namespace/project_name of the project :return: False if not found, a dictionary if found """ -...
refactor: Legacy behaviour in response processor See also: #<I>
pyapi-gitlab_pyapi-gitlab
train
py
b6cc34e2e884d7ad0e62258398540fd0b51720f9
diff --git a/test/functional/shared.js b/test/functional/shared.js index <HASH>..<HASH> 100644 --- a/test/functional/shared.js +++ b/test/functional/shared.js @@ -1,4 +1,5 @@ -var MongoClient = require('../../').MongoClient; +var MongoClient = require('../../').MongoClient, + expect = require('chai').expect; functi...
feat(shared): add helper utilities for assertion and suite setup NODE-<I>
mongodb_node-mongodb-native
train
js
11d4ec10bd12a72923b6a162dc838542539b44dc
diff --git a/src/bin.js b/src/bin.js index <HASH>..<HASH> 100755 --- a/src/bin.js +++ b/src/bin.js @@ -1,4 +1,4 @@ -#!/usr/local/bin/node +#!/usr/bin/env node 'use strict'
fix: bang in bin.js (#<I>)
libp2p_js-peer-id
train
js
9a58ae35373f5c4bc9777162fc56ea850404f320
diff --git a/tests/test_expr.py b/tests/test_expr.py index <HASH>..<HASH> 100644 --- a/tests/test_expr.py +++ b/tests/test_expr.py @@ -120,3 +120,8 @@ def test_parse_eval(): assert expr() != 1 except embexpr.ParseError as e: pass + + +def test_parse_multi_bytes(): + expr = embexpr.Expr("""s.st...
test: add multi bytes test case
orisano_embexpr
train
py
007c35a466e97fbbaf5e619f6329d5403f7a6e98
diff --git a/lib/checks/label/duplicate-img-label-evaluate.js b/lib/checks/label/duplicate-img-label-evaluate.js index <HASH>..<HASH> 100644 --- a/lib/checks/label/duplicate-img-label-evaluate.js +++ b/lib/checks/label/duplicate-img-label-evaluate.js @@ -3,7 +3,7 @@ import { visibleVirtual, accessibleTextVirtual } from...
refactor(duplicate-img-label-evaluate): work with virtualNodes (#<I>) refactor(duplicate-img-label-evaluate): work with virtualNodes Closes issue #<I>
dequelabs_axe-core
train
js
a9f076b8fc669dc51e0e94cb1bce9e7ccdf82879
diff --git a/pkg/config/config.go b/pkg/config/config.go index <HASH>..<HASH> 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -286,10 +286,7 @@ type fileAlias File func (f *File) UnmarshalYAML(unmarshal func(interface{}) error) error { var str string if err := unmarshal(&str); err == nil { - *f = ...
fix: archive subdir with the same name as src closes #<I>
goreleaser_goreleaser
train
go,go
0f8e8cf75baf9110853ed143dd9c228f1b08876d
diff --git a/src/Hash/Facade.js b/src/Hash/Facade.js index <HASH>..<HASH> 100644 --- a/src/Hash/Facade.js +++ b/src/Hash/Facade.js @@ -76,13 +76,13 @@ class HashFacade { * @return {Hash} */ driver (name) { - name = name || this.Config.get('hashing.driver') || 'bcrypt' + name = name || this.Config.get('...
fix(hash): read values from config/hash consistently at places we are using config/hash.js file and at places using config/hashing.js, it should be consistent and should be just hash.js file
adonisjs_adonis-framework
train
js
a2047cb37c2367c96021c7d89b58ab7be163b1be
diff --git a/runtime/browser-sprite.js b/runtime/browser-sprite.js index <HASH>..<HASH> 100644 --- a/runtime/browser-sprite.js +++ b/runtime/browser-sprite.js @@ -11,7 +11,12 @@ let sprite; if (isSpriteExists) { sprite = window[spriteGlobalVarName]; } else { - sprite = new BrowserSprite({ attrs: { id: spriteNodeI...
style(runtime): set aria-hidden to true to the splite for the accessibility reason The sprite is inserted immediately below the body element, but all elements immediately below the body must be either landmarks or insivible for the blind users. Please see this document for the detail. <URL>
kisenka_svg-sprite-loader
train
js
e0d8a988378dbd32d361e93a4d37bd3895d80ec0
diff --git a/backup.go b/backup.go index <HASH>..<HASH> 100644 --- a/backup.go +++ b/backup.go @@ -65,6 +65,7 @@ type BucketMetadataManifest struct { OrganizationName string `json:"organizationName"` BucketID platform.ID `json:"bucketID"` BucketName ...
feat: add bucket description to backup manifest (#<I>)
influxdata_influxdb
train
go,go