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
3d690cb14b9f947b8671f05cdbea4c777f78964b
diff --git a/npmScriptsManager.js b/npmScriptsManager.js index <HASH>..<HASH> 100644 --- a/npmScriptsManager.js +++ b/npmScriptsManager.js @@ -17,6 +17,8 @@ const DEPRECATED_SCRIPT_TEMPLATES = Object.freeze([ const PLATFORMS = Object.freeze(["android", "ios"]); function addNpmScripts(scripts) { + scripts = scrip...
fix(ns-bundle): don't readd scripts from nativescript-dev-webpack
NativeScript_nativescript-dev-webpack
train
js
d0ab6e1b4553a445fbc5c05b51098115bf2456a0
diff --git a/cobra/io/sbml.py b/cobra/io/sbml.py index <HASH>..<HASH> 100644 --- a/cobra/io/sbml.py +++ b/cobra/io/sbml.py @@ -508,6 +508,8 @@ def get_libsbml_document(cobra_model, #If they are not identical, they are set to be identical note_dict = the_reaction.notes.copy() if the_reaction.g...
fix: avoid duplicated gene associations, fix #<I> (#<I>) parsing legacy sbml, underscores are dropped for keys, but were then added back again to reactions notes dict.
opencobra_cobrapy
train
py
e7602abf467934f6f22c8ed42004f48f8d00a11e
diff --git a/packages/@vue/cli-service/__tests__/Service.spec.js b/packages/@vue/cli-service/__tests__/Service.spec.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli-service/__tests__/Service.spec.js +++ b/packages/@vue/cli-service/__tests__/Service.spec.js @@ -91,7 +91,7 @@ test('handle option baseUrl and outputD...
fix: fix absolute path for outputDir option
vuejs_vue-cli
train
js,js
fef727ccc76f94947e96c0719fb15cb30b7cd765
diff --git a/spec/operators/reduce-spec.js b/spec/operators/reduce-spec.js index <HASH>..<HASH> 100644 --- a/spec/operators/reduce-spec.js +++ b/spec/operators/reduce-spec.js @@ -1,15 +1,16 @@ -/* globals describe, it, expect */ +/* globals describe, it, expect, hot, cold, expectObservable */ var Rx = require('../../d...
chore(test): use test marbles for reduce operator spec
ReactiveX_rxjs
train
js
6c5b4f015814a6c4f6b33230dfd1a860aedc0aaf
diff --git a/lib/util/resolveCommand.js b/lib/util/resolveCommand.js index <HASH>..<HASH> 100644 --- a/lib/util/resolveCommand.js +++ b/lib/util/resolveCommand.js @@ -8,7 +8,7 @@ function resolveCommandAttempt(parsed, withoutPathExt) { const cwd = process.cwd(); const hasCustomCwd = parsed.options.cwd != null...
fix: fix worker threads in Node >=<I> (#<I>)
moxystudio_node-cross-spawn
train
js
01574ded4adfddd41b6d011b96d61193f8f2fbf4
diff --git a/examples/vuecli3/vue.config.js b/examples/vuecli3/vue.config.js index <HASH>..<HASH> 100644 --- a/examples/vuecli3/vue.config.js +++ b/examples/vuecli3/vue.config.js @@ -12,8 +12,10 @@ module.exports = { const eslintRule = conf.module.rule('eslint') if (eslintRule) { const vsgPath = path.resolve(...
test: exclude docgen from being linted by vue cli
vue-styleguidist_vue-styleguidist
train
js
5ceaae5fd5245888c8e721f627924049f3527f53
diff --git a/src/Repositories/Character/Contacts.php b/src/Repositories/Character/Contacts.php index <HASH>..<HASH> 100644 --- a/src/Repositories/Character/Contacts.php +++ b/src/Repositories/Character/Contacts.php @@ -33,16 +33,19 @@ trait Contacts * Get a characters contact list. * * @param \Illumin...
fix(standings): allow standings filter to be nullable (#<I>)
eveseat_services
train
php
db5294d1b9d35b628c2bf9fa61e8b8b7731584e9
diff --git a/scripts/prepare.js b/scripts/prepare.js index <HASH>..<HASH> 100644 --- a/scripts/prepare.js +++ b/scripts/prepare.js @@ -88,7 +88,7 @@ async function prepare() { if (pkg.name !== 'react-spring') { pkg.homepage = pkg.homepage.replace( '#readme', - `/tree/master/${pkg.dir}#readme...
chore: point to /tree/v9/ url until master branch is v9
react-spring_react-spring
train
js
585fd4c99732e64304ea86b48072fd21f4666857
diff --git a/tests/test_analyzers_stress.py b/tests/test_analyzers_stress.py index <HASH>..<HASH> 100755 --- a/tests/test_analyzers_stress.py +++ b/tests/test_analyzers_stress.py @@ -60,8 +60,7 @@ def _tests_factory(test_class, test_doc, list_analyzers, skip_reasons={}): test_func = test_func_factory(analyzer)...
refactor(test_analyzers_stress): minor refactoring
Parisson_TimeSide
train
py
e1f6aeaa0290d7fd7f1237c821ccfd882309e77e
diff --git a/eslintrc.js b/eslintrc.js index <HASH>..<HASH> 100644 --- a/eslintrc.js +++ b/eslintrc.js @@ -52,7 +52,12 @@ if (flowVersion) { 'import/no-unresolved': 'off', 'import/named': 'off', 'import/namespace': 'off', - 'import/default': 'off' + 'import/default': 'off', + + 'prettier/prettie...
feat(prettier): Switch to Flow parser if Flow is installed
vinsonchuong_standard-esnext
train
js
4bcce2666709eec4865625112dcc9cf5ea73ec67
diff --git a/tests/Database/ConnectTest.php b/tests/Database/ConnectTest.php index <HASH>..<HASH> 100644 --- a/tests/Database/ConnectTest.php +++ b/tests/Database/ConnectTest.php @@ -473,7 +473,7 @@ class ConnectTest extends TestCase $connect->query('SELECT * FROM db_not_found where id = 1;'); } - pu...
fix(tests): try fix
hunzhiwange_framework
train
php
4a14d20e727b50a8d98c14573d9a5b6fa0e8699d
diff --git a/packages/ipfs-grpc-server/src/utils/web-socket-server.js b/packages/ipfs-grpc-server/src/utils/web-socket-server.js index <HASH>..<HASH> 100644 --- a/packages/ipfs-grpc-server/src/utils/web-socket-server.js +++ b/packages/ipfs-grpc-server/src/utils/web-socket-server.js @@ -10,7 +10,7 @@ const { camelCase }...
fix: update data type for ws message event handler (#<I>) The data type was wrong so use the version from the `ws` module
ipfs_js-ipfs
train
js
627f8c69c419d291d29f1ffe0809694d18c70e17
diff --git a/packages/router5/modules/plugins/browser/browser.js b/packages/router5/modules/plugins/browser/browser.js index <HASH>..<HASH> 100644 --- a/packages/router5/modules/plugins/browser/browser.js +++ b/packages/router5/modules/plugins/browser/browser.js @@ -48,7 +48,11 @@ const getLocation = opts => { con...
fix: make sure pipe characters are encoded (Firefox issue)
router5_router5
train
js
33db9ece9d2e10479122b7e9fb2c62694477d76c
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -4,7 +4,7 @@ const SemanticReleaseError = require('@semantic-release/error'); const execScript = require('./lib/exec-script'); const verifyConfig = require('./lib/verify-config'); -const PLUGIN_TYPES = ['analyzeCommits', '...
fix: verify `success` and `fail` config
semantic-release_exec
train
js
35540b0d0cf54482d216abfd0ff80f5a7865f22c
diff --git a/views/default/object/comment.php b/views/default/object/comment.php index <HASH>..<HASH> 100644 --- a/views/default/object/comment.php +++ b/views/default/object/comment.php @@ -15,9 +15,14 @@ if (!$comment instanceof Comment) { return true; } +$commenter = $comment->getOwnerEntity(); $entity = $comm...
fix(views): bail if comment owner or entity can not be loaded
hypeJunction_hypeInteractions
train
php
e98470e674294eae89134ad866ffff8cd06cd0de
diff --git a/source/rafcon/gui/mygaphas/items/state.py b/source/rafcon/gui/mygaphas/items/state.py index <HASH>..<HASH> 100644 --- a/source/rafcon/gui/mygaphas/items/state.py +++ b/source/rafcon/gui/mygaphas/items/state.py @@ -451,13 +451,9 @@ class StateView(Element): scoped_variable_v.draw(context, self)...
refactor(gaphas): remove obsolete lines
DLR-RM_RAFCON
train
py
40a0b366f602339e0a37e5c7fdf1af62b47a9548
diff --git a/externs/shaka/net.js b/externs/shaka/net.js index <HASH>..<HASH> 100644 --- a/externs/shaka/net.js +++ b/externs/shaka/net.js @@ -33,6 +33,7 @@ * For example, 0.5 means "between 50% below and 50% above the retry delay." * @property {number} timeout * The request timeout, in milliseconds. Zero me...
feat: Change default network request timeout (#<I>) The old default was 0 (effectively infinite, no timeout). The new default is <I>s. Closes: #<I>
google_shaka-player
train
js,js
6333461b1ea1433146d6c525a1a9af291a73f546
diff --git a/packages/wxa-core/src/wxa.js b/packages/wxa-core/src/wxa.js index <HASH>..<HASH> 100644 --- a/packages/wxa-core/src/wxa.js +++ b/packages/wxa-core/src/wxa.js @@ -1,3 +1,4 @@ +/* eslint-disable no-undef */ import './polyfill/bind'; import debounce from 'lodash/debounce'; @@ -60,6 +61,9 @@ export class W...
feat(core): add wxa.platform, indicate which platform app running at
wxajs_wxa
train
js
ab3794c7911c39d9a942af8b4d89d8353059ae30
diff --git a/task.js b/task.js index <HASH>..<HASH> 100644 --- a/task.js +++ b/task.js @@ -15,7 +15,7 @@ module.exports = function(gulp, projectConfig, tasks) { * CONFIGURATION * ---------------------*/ - var TASK_NAME = 'local-server'; + var TASK_NAME = 'serve'; // Task Config var taskConfig = require(path...
feat: change gulp task name to 'serve'
cartridge_cartridge-local-server
train
js
c711f9057ac962bacc8bfacb4688082c3e756396
diff --git a/lib/rollbar/util.rb b/lib/rollbar/util.rb index <HASH>..<HASH> 100644 --- a/lib/rollbar/util.rb +++ b/lib/rollbar/util.rb @@ -63,9 +63,9 @@ module Rollbar def self.clone_obj(obj) if obj.is_a?(::Hash) - obj.clone + obj.dup elsif obj.is_a?(Array) - obj.clone.clear + ...
fix: use dup to avoid FrozenError
rollbar_rollbar-gem
train
rb,rb
9fc21b2419461f8e57babeb7054ce3522ac84613
diff --git a/classes/Video.php b/classes/Video.php index <HASH>..<HASH> 100644 --- a/classes/Video.php +++ b/classes/Video.php @@ -592,6 +592,13 @@ class Video $client = new Client(); $urls = $this->getUrl(); - return $client->request('GET', $urls[0], ['stream' => true, 'headers' => $headers]...
fix: always use headers provided by youtube-dl when streaming
Rudloff_alltube
train
php,php
2d7602e9aeb8123d61922a862b726284106853e1
diff --git a/test/k8sT/Services.go b/test/k8sT/Services.go index <HASH>..<HASH> 100644 --- a/test/k8sT/Services.go +++ b/test/k8sT/Services.go @@ -1409,9 +1409,9 @@ Secondary Interface %s :: IPv4: (%s, %s), IPv6: (%s, %s)`, helpers.DualStackSupp SkipItIf(func() bool { // Quarantine when running with the th...
test: Quarantine Secondary nodeport device tests See issue <I> for more details about the flaky test.
cilium_cilium
train
go
40207f436a9b72ad99ca240123f9acee7d5a5b67
diff --git a/simpl/config.py b/simpl/config.py index <HASH>..<HASH> 100644 --- a/simpl/config.py +++ b/simpl/config.py @@ -438,6 +438,10 @@ class Config(collections.MutableMapping): def __getattr__(self, attr): """Get attribute.""" + # protection from infinite recursion when __init__ + # i...
fix(config): avoid infinite recursion on copy This avoids infinite recursion in __getattr__ which can happen if __init__ is skipped when creating the object. python's copy module does this so we were seeing AttributeError for "_values" <URL>
rackerlabs_simpl
train
py
c1a6eb100ffa68d35ee4843b1f9610bf21bd8d67
diff --git a/src/Common/ChangelogParser.php b/src/Common/ChangelogParser.php index <HASH>..<HASH> 100644 --- a/src/Common/ChangelogParser.php +++ b/src/Common/ChangelogParser.php @@ -70,7 +70,11 @@ class ChangelogParser */ public function findReleaseDateForVersion(string $changelog, string $version) : string...
fix: findReleaseDateForVersion now recognizes linked versions
phly_keep-a-changelog
train
php
2b3a688e1d2365015ec3ba6d39581d98c12abb86
diff --git a/tests/utils.test.js b/tests/utils.test.js index <HASH>..<HASH> 100644 --- a/tests/utils.test.js +++ b/tests/utils.test.js @@ -12,7 +12,7 @@ import { GraphQLObjectType, GraphQLInputObjectType } from 'graphql'; -import { getDefaultData } from 'src/utils'; +import { getDefaultData, merge } from 'src/ut...
test(utils): Add test for merge
pi-cubed_typed-ui
train
js
9b38e6cf388ef21e5e01ca7eb658808713ba8cf1
diff --git a/ui/src/mixins/prevent-scroll.js b/ui/src/mixins/prevent-scroll.js index <HASH>..<HASH> 100644 --- a/ui/src/mixins/prevent-scroll.js +++ b/ui/src/mixins/prevent-scroll.js @@ -43,10 +43,21 @@ function shouldPreventScroll (e) { } function prevent (register) { - registered += register ? 1 : -1 - if (regi...
fix(utils): small glitch in prevent-scroll
quasarframework_quasar
train
js
40e48100666d4240b17c2ea0890af90ecc0119a7
diff --git a/websitev2/docusaurus.config.js b/websitev2/docusaurus.config.js index <HASH>..<HASH> 100644 --- a/websitev2/docusaurus.config.js +++ b/websitev2/docusaurus.config.js @@ -34,7 +34,7 @@ module.exports = { ] }, prism: { - additionalLanguages: ['java', 'swift', 'ruby',...
fix: docs highlithing for kotlin
Unleash_unleash
train
js
67e57469729197fffc2c88d39f52222abdf6005f
diff --git a/pkger/service.go b/pkger/service.go index <HASH>..<HASH> 100644 --- a/pkger/service.go +++ b/pkger/service.go @@ -939,7 +939,7 @@ type ImpactSummary struct { Summary Summary } -var reCommunityTemplatesValidAddr = regexp.MustCompile(`(?:https://raw.githubusercontent.com/influxdata/community-templates/m...
fix: escape dots in community templates hostname regex (#<I>)
influxdata_influxdb
train
go
60a3106f39dde0b1424a2ff434228bf1118bd3f3
diff --git a/karma.conf.js b/karma.conf.js index <HASH>..<HASH> 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -17,6 +17,7 @@ module.exports = function(config) { loaders: config.client.app.loaders } }; + configHash.webpackMiddleware = { noInfo: true }; configHash.plugins = [ require('karma-...
feat(karma): add webpackMiddleware.noInfo configuration to disable unnecessary output of webpack
emartech_boar-tasks-client
train
js
a9b41cb01b595a9ebc74bdc35e57253ae0781121
diff --git a/docs/website/scripts/live-blocks/src/preprocess/acquireOPAVersion.js b/docs/website/scripts/live-blocks/src/preprocess/acquireOPAVersion.js index <HASH>..<HASH> 100644 --- a/docs/website/scripts/live-blocks/src/preprocess/acquireOPAVersion.js +++ b/docs/website/scripts/live-blocks/src/preprocess/acquireOPA...
docs: Fix preprocessing to fetch OPA binary correctly
open-policy-agent_opa
train
js
5600ca93664e38b7ab23e6f89817f7876455f979
diff --git a/test/activation.spec.js b/test/activation.spec.js index <HASH>..<HASH> 100644 --- a/test/activation.spec.js +++ b/test/activation.spec.js @@ -94,6 +94,14 @@ describe('activation', () => { expect(state.rejection).toBeTruthy(); }); + it('should pass a navigationInstruction to the callback fu...
test(activation): Create test for feature #<I>
aurelia_router
train
js
0f44b9547189b266a287661bb90c9801fe4bc3f8
diff --git a/src/foremast/common/base.py b/src/foremast/common/base.py index <HASH>..<HASH> 100644 --- a/src/foremast/common/base.py +++ b/src/foremast/common/base.py @@ -1,10 +1,20 @@ """Base Plugin class.""" -from abc import ABC, abstractmethod +from abc import ABC, abstractmethod, abstractproperty class BasePl...
refactor: Plugins must specify provider and resource properties
foremast_foremast
train
py
527d6d5e4d15c90d15aaf4029e2e1fe4c9abdb85
diff --git a/src/history/errors.js b/src/history/errors.js index <HASH>..<HASH> 100644 --- a/src/history/errors.js +++ b/src/history/errors.js @@ -1,6 +1,9 @@ export class NavigationDuplicated extends Error { constructor () { super('Navigating to current location is not allowed') - this.name = 'NavigationDu...
fix: adapt error to work on IE9
vuejs_vue-router
train
js,js
8f194a0e53e964fd302de35eee18d1a7d96787c0
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -54,7 +54,8 @@ function customize (customOptions) { equal: strict.strictEqual, deepEqual: strict.deepStrictEqual, notEqual: strict.notStrictEqual, - notDeepEqual: strict.notDee...
feat: `strict` mode assert function should also have `strict` property
power-assert-js_power-assert
train
js,js
54637d439b9c5ad369cac5f3cae425f1f8f7d8ec
diff --git a/src/Adapter/Adapter.php b/src/Adapter/Adapter.php index <HASH>..<HASH> 100644 --- a/src/Adapter/Adapter.php +++ b/src/Adapter/Adapter.php @@ -54,7 +54,7 @@ interface Adapter * * @return string name in lowercase without adapter suffix, eg. 'github' */ - public function getName(); + p...
refactor(Adapter): make getName() static This change allows to register adapters dynamically. You can just use the Class name, and ask the name of the adapter
gushphp_gush
train
php,php
e9b268af87e514156567852a6e351c92d4208178
diff --git a/packages/veui/src/utils/dom.js b/packages/veui/src/utils/dom.js index <HASH>..<HASH> 100644 --- a/packages/veui/src/utils/dom.js +++ b/packages/veui/src/utils/dom.js @@ -19,9 +19,10 @@ export function closest (element, selectors) { return element } -let needIndeterminatePatch = null - function testI...
fix: test the need for indeterminate patch from the beginning instead of upon checkbox mounted to trigger unexpected events
ecomfe_veui
train
js
ad812c4381c8712eae9ece0417842a7fc22b2e9d
diff --git a/consumer/src/main/java/au/com/dius/pact/consumer/dsl/LambdaDslObject.java b/consumer/src/main/java/au/com/dius/pact/consumer/dsl/LambdaDslObject.java index <HASH>..<HASH> 100644 --- a/consumer/src/main/java/au/com/dius/pact/consumer/dsl/LambdaDslObject.java +++ b/consumer/src/main/java/au/com/dius/pact/con...
feat: add support for LocalDate to LambdaDslObject #<I>
DiUS_pact-jvm
train
java
5bcc5a4fad7031680b9803a2c3d1b9615ae47d33
diff --git a/ext/max-age.js b/ext/max-age.js index <HASH>..<HASH> 100644 --- a/ext/max-age.js +++ b/ext/max-age.js @@ -22,12 +22,13 @@ extensions.maxAge = function (maxAge, conf, options) { timeouts = create(null); postfix = (options.async && extensions.async) || (options.promise && extensions.promise) - ? "asy...
fix(max-age): unref timeouts to not block processes from exiting Fix #<I>
medikoo_memoizee
train
js
b792f3aca4d2aabb0ad25ad7355a175a40ddab93
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -140,19 +140,17 @@ htmlhelp_basename = 'BackendAIClientSDKforPythonDocumentationdoc' latex_elements = { # The paper size ('letterpaper' or 'a4paper'). - # - # 'papersize': 'letterpaper', + 'pap...
docs: Try to fix Korean in pdflatex builds
lablup_backend.ai-client-py
train
py
5fe14a7c5a26e049556c6b88c5fd3fa2080168d5
diff --git a/packages/docker-compose-client/lib/index.js b/packages/docker-compose-client/lib/index.js index <HASH>..<HASH> 100644 --- a/packages/docker-compose-client/lib/index.js +++ b/packages/docker-compose-client/lib/index.js @@ -40,13 +40,10 @@ module.exports = class DockerComposeClient extends EventEmitter { ...
fix(docker-compose-client): remove services attr from config()
yldio_joyent-portal
train
js
b425e61e1324def6e5477d64aeab348a5e5999ac
diff --git a/src/directives/rn-carousel.js b/src/directives/rn-carousel.js index <HASH>..<HASH> 100755 --- a/src/directives/rn-carousel.js +++ b/src/directives/rn-carousel.js @@ -374,7 +374,7 @@ if (iAttributes.rnCarouselControls!==undefined) { // dont use a direc...
fix: properly handle repeatCollection expression scope["object.items"] does not work very well.
revolunet_angular-carousel
train
js
62094f6f02aa134341a86cc5b7c50f6ab229ae22
diff --git a/packages/tessellate-viewer/src/fragment-service.js b/packages/tessellate-viewer/src/fragment-service.js index <HASH>..<HASH> 100644 --- a/packages/tessellate-viewer/src/fragment-service.js +++ b/packages/tessellate-viewer/src/fragment-service.js @@ -28,7 +28,8 @@ export async function fetchFragment(domain:...
fix(viewer): Fix fragment server headers. affects: tessellate-viewer
zalando-incubator_tessellate
train
js
c042dd5144e4e283e565da97933d03bc70b3c8e9
diff --git a/lib/classes/CLI.js b/lib/classes/CLI.js index <HASH>..<HASH> 100644 --- a/lib/classes/CLI.js +++ b/lib/classes/CLI.js @@ -67,9 +67,10 @@ class CLI { const commands = processedInput.commands; const options = processedInput.options; - // if only "version" or "v" was entered + // if "version...
fix(CLI): Show version info unconditionally on -v or --version
serverless_serverless
train
js
96d99c159c83c811f664e01334f00c958d2d0445
diff --git a/source/library/utilities/get-artifact-mtimes.js b/source/library/utilities/get-artifact-mtimes.js index <HASH>..<HASH> 100644 --- a/source/library/utilities/get-artifact-mtimes.js +++ b/source/library/utilities/get-artifact-mtimes.js @@ -7,7 +7,7 @@ import readTree from '../filesystem/read-tree'; export...
chore: simplify linked development by resolving from cwd
patternplate-archive_patternplate-server
train
js
8bf7dfdd1211486a7a8de413e0b9858e1c93d874
diff --git a/packages/@vue/cli-service/lib/commands/build/resolveWcConfig.js b/packages/@vue/cli-service/lib/commands/build/resolveWcConfig.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli-service/lib/commands/build/resolveWcConfig.js +++ b/packages/@vue/cli-service/lib/commands/build/resolveWcConfig.js @@ -56,6 ...
fix(wc): don't overwrite user-defined externals (#<I>)
vuejs_vue-cli
train
js
76f8b2685e998f2f4d9824a684dbd31bd755ac98
diff --git a/lib/accounts/add.js b/lib/accounts/add.js index <HASH>..<HASH> 100644 --- a/lib/accounts/add.js +++ b/lib/accounts/add.js @@ -39,7 +39,7 @@ function addAccount (state, properties, options) { type: 'user', name: lowercaseUsername, password: properties.password, - createdAt: properties.crea...
fix: default createdAt to now on account creation (#<I>) thanks @devguykyle
hoodiehq_hoodie-account-server-api
train
js,js
f4b7fb0f0770197dbdbe3dde5eb44b3140df6ce8
diff --git a/packages/react/src/components/TimePickerSelect/TimePickerSelect.js b/packages/react/src/components/TimePickerSelect/TimePickerSelect.js index <HASH>..<HASH> 100644 --- a/packages/react/src/components/TimePickerSelect/TimePickerSelect.js +++ b/packages/react/src/components/TimePickerSelect/TimePickerSelect....
fix(time-picker): update icon to chevrondown<I> (#<I>)
carbon-design-system_carbon-components
train
js
8ac6e7e2a7b42b8a68743ca8c6dcfa4824194bd6
diff --git a/app/Views/errors/html/error_exception.php b/app/Views/errors/html/error_exception.php index <HASH>..<HASH> 100644 --- a/app/Views/errors/html/error_exception.php +++ b/app/Views/errors/html/error_exception.php @@ -178,7 +178,7 @@ <tr> <td><?= htmlspecialchars($key, ENT_IGNORE, 'UTF-8') ?><...
fix: resource can't be handled by htmlspecialchars()
codeigniter4_CodeIgniter4
train
php
689e33ecc2e975e5219fa593a3f9ffcca872abc8
diff --git a/src/Utility.php b/src/Utility.php index <HASH>..<HASH> 100644 --- a/src/Utility.php +++ b/src/Utility.php @@ -105,10 +105,14 @@ class Utility * Get the character at a specific index * * @param int $position - * @return string + * @return : Utility */ - public function at(...
fix: at should return Utility and handle negative positioning
myerscode_utilities-strings
train
php,php
334f9efb18c95bb5df3271d26fa0a55b7aec1c7a
diff --git a/gitlab/__init__.py b/gitlab/__init__.py index <HASH>..<HASH> 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -359,7 +359,7 @@ class Gitlab(object): def enable_debug(self): import logging try: - from http.client import HTTPConnection + from http.clien...
fix: pep8 errors Errors have not been detected by broken travis runs.
python-gitlab_python-gitlab
train
py,py
555a9b2c53703b4d96d798b20ce39f4ebd7630ab
diff --git a/system/Database/OCI8/Forge.php b/system/Database/OCI8/Forge.php index <HASH>..<HASH> 100644 --- a/system/Database/OCI8/Forge.php +++ b/system/Database/OCI8/Forge.php @@ -296,17 +296,17 @@ class Forge extends \CodeIgniter\Database\Forge * @param boolean $if_exists Whether to add an IF EXISTS condition ...
fix: Aligned the API with the changed interface.
codeigniter4_CodeIgniter4
train
php
5acbe4b793b01cfbf24417c40586e41ecdc354ef
diff --git a/span_implementation.go b/span_implementation.go index <HASH>..<HASH> 100644 --- a/span_implementation.go +++ b/span_implementation.go @@ -85,6 +85,15 @@ func (s *spanImpl) Finish() { } } +func (s *spanImpl) FinishedWithDuration(d time.Duration) { + if atomic.CompareAndSwapInt32(&s.mustCollect, 1, 0) {...
feat: adds support for duration in spanImpl.
openzipkin_zipkin-go
train
go
d801e0ef971ae18e5a61e538f6208714f0c0effb
diff --git a/src/Snowflake/Connection.php b/src/Snowflake/Connection.php index <HASH>..<HASH> 100644 --- a/src/Snowflake/Connection.php +++ b/src/Snowflake/Connection.php @@ -71,18 +71,16 @@ class Connection $dsn .= ";Query_timeout=" . (int) $options['queryTimeout']; } - try { - ...
perf(snowflake): don't run use warehouse and database in separate queries
keboola_php-db-import
train
php
763faa7f5632a49d4d40eb2c282c33ad352e23a6
diff --git a/transport/ca/cfssl_provider.go b/transport/ca/cfssl_provider.go index <HASH>..<HASH> 100644 --- a/transport/ca/cfssl_provider.go +++ b/transport/ca/cfssl_provider.go @@ -206,13 +206,17 @@ func (cap *CFSSL) SignCSR(csrPEM []byte) (cert []byte, err error) { return nil, err } - hosts := make([]string, ...
fix: cfssl provider support SAN URI
cloudflare_cfssl
train
go
73d6b33ed5fe9fbb91efbd62f8d36233bfb7d12e
diff --git a/.eslintrc.js b/.eslintrc.js index <HASH>..<HASH> 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -10,6 +10,7 @@ module.exports = { "react" ], "rules": { + "react/jsx-filename-extension": 0, "comma-dangle": ["error", "never"], // personal preference "prefer-arrow-callback": 0, // moc...
chore: Don't lint for jsx extension
reactabular_reactabular
train
js
8601813158dc2b27a32cdb97b5d13510379025db
diff --git a/src/tool/color.js b/src/tool/color.js index <HASH>..<HASH> 100644 --- a/src/tool/color.js +++ b/src/tool/color.js @@ -376,6 +376,12 @@ export function lift(color, level) { else { colorArr[i] = ((255 - colorArr[i]) * level + colorArr[i]) | 0; } + if (col...
fix: clamp in color lift, fixing weixin application bug on android
ecomfe_zrender
train
js
8b90314db9af84e8973a72a9fd5d38b5fb0bfcd5
diff --git a/test/spec/display/geometry.test.js b/test/spec/display/geometry.test.js index <HASH>..<HASH> 100644 --- a/test/spec/display/geometry.test.js +++ b/test/spec/display/geometry.test.js @@ -94,7 +94,11 @@ describe('display:geometry', () => { it('plane', (done) => { mesh.geometry = new Hil...
test: fix display/geometry test
hiloteam_Hilo3d
train
js
2e41e22cbdaa65f3509efa2e5148c3f1221fdbb5
diff --git a/lib/http.router.js b/lib/http.router.js index <HASH>..<HASH> 100644 --- a/lib/http.router.js +++ b/lib/http.router.js @@ -133,12 +133,12 @@ /* dependencies */ const path = require('path'); const _ = require('lodash'); -const { env } = require('@codetanzania/majifix-common'); +const { getString } = requi...
refactor: get apiversion from @lykmapipo/env
CodeTanzania_majifix-service-group
train
js
412442906fbc9da97868f82c2dbe293714d51f7c
diff --git a/test/unit/http/index.test.js b/test/unit/http/index.test.js index <HASH>..<HASH> 100644 --- a/test/unit/http/index.test.js +++ b/test/unit/http/index.test.js @@ -267,14 +267,14 @@ describe('lib/http/index', function () { * lib/http/index.js:161 */ http.m...
test(static): Updated assertion entry 7/8 are serveStatic middleware
socketstream_socketstream
train
js
1a63b4afcd5d926bf02d6cbf1cb5c6e817f9c5ed
diff --git a/examples/build-common.js b/examples/build-common.js index <HASH>..<HASH> 100644 --- a/examples/build-common.js +++ b/examples/build-common.js @@ -26,6 +26,13 @@ const doCompileAndReplace = (args, prefix, callback) => { if(fs.existsSync("dist")) for(const file of fs.readdirSync("dist")) fs.unlinkSy...
chore(examples): output error if webpack-cli isn't installed
webpack_webpack
train
js
9b6e44a0df3ba70c0859627928bab2623535f440
diff --git a/lib/remote-debugger.js b/lib/remote-debugger.js index <HASH>..<HASH> 100644 --- a/lib/remote-debugger.js +++ b/lib/remote-debugger.js @@ -283,7 +283,7 @@ class RemoteDebugger extends events.EventEmitter { dictLoop: for (const appDict of _.values(this.appDict)) { if (found) break; //...
fix: Do not process appDict with promise
appium_appium-remote-debugger
train
js
e6f5e40aab891b1564aa99b26297791a5ec804d0
diff --git a/tests/test_bukuDb.py b/tests/test_bukuDb.py index <HASH>..<HASH> 100644 --- a/tests/test_bukuDb.py +++ b/tests/test_bukuDb.py @@ -64,7 +64,7 @@ def setup(): os.remove(TEST_TEMP_DBFILE_PATH) -class PrettySafeLoader(yaml.SafeLoader): +class PrettySafeLoader(yaml.SafeLoader): # pylint: disable=...
fix: test: ignore too many ancestor error
jarun_Buku
train
py
856bbb56defd7b8729f87bb0169b49df17674cca
diff --git a/packages/components/bolt-tabs/__tests__/tabs.e2e.js b/packages/components/bolt-tabs/__tests__/tabs.e2e.js index <HASH>..<HASH> 100644 --- a/packages/components/bolt-tabs/__tests__/tabs.e2e.js +++ b/packages/components/bolt-tabs/__tests__/tabs.e2e.js @@ -13,6 +13,22 @@ module.exports = { `${testing...
test: try waiting for component ready to fix IE failing test
bolt-design-system_bolt
train
js
dba0da1c5fb12ccd811697fc82b1e2fdf28f90ff
diff --git a/test/integration/test.visual_recognition.js b/test/integration/test.visual_recognition.js index <HASH>..<HASH> 100644 --- a/test/integration/test.visual_recognition.js +++ b/test/integration/test.visual_recognition.js @@ -20,8 +20,8 @@ describe('visual_recognition_integration', function() { before(fun...
test: use RC instance for all visual recognition integration tests
watson-developer-cloud_node-sdk
train
js
af555031995020b0809603b9807cf6c982994ef1
diff --git a/src/gogoutils/generator.py b/src/gogoutils/generator.py index <HASH>..<HASH> 100644 --- a/src/gogoutils/generator.py +++ b/src/gogoutils/generator.py @@ -118,6 +118,7 @@ class Generator(object): iam = { 'group': self.format['iam_group'].format(**self.data), + 'lambda_role...
feat: Add lambda_role to IAM
foremast_gogo-utils
train
py
83b27d90f505867c89646679e62d9050393a36f7
diff --git a/views/js/controller/CompatibilityChecker/diagnostics.js b/views/js/controller/CompatibilityChecker/diagnostics.js index <HASH>..<HASH> 100644 --- a/views/js/controller/CompatibilityChecker/diagnostics.js +++ b/views/js/controller/CompatibilityChecker/diagnostics.js @@ -13,29 +13,18 @@ * along with this p...
refactor: convert controller/CompatibilityChecker to ES6
oat-sa_extension-tao-clientdiag
train
js
a965789203f1d64de6856a1d5b4169d32f0b06df
diff --git a/internal/logext/writer.go b/internal/logext/writer.go index <HASH>..<HASH> 100644 --- a/internal/logext/writer.go +++ b/internal/logext/writer.go @@ -56,9 +56,10 @@ func (w logWriter) Write(p []byte) (int, error) { func newLogger(fields log.Fields) *log.Entry { handler := cli.New(cli.Default.Writer) h...
fix: logext shouldnt mess with default logger (#<I>)
goreleaser_goreleaser
train
go
98739f245e1d0e98a625f477e21cdc9094f28f60
diff --git a/src/container.js b/src/container.js index <HASH>..<HASH> 100644 --- a/src/container.js +++ b/src/container.js @@ -354,7 +354,13 @@ export class Container { return this.autoRegister(key).get(this, key); } - return this.parent._get(key); + let registration = metadata.get(metadata....
fix(container): check for custom registration before bubbling
aurelia_dependency-injection
train
js
f622144a3c98e62ba19a1567f95b4893389cc39e
diff --git a/taskqueue/registered_task.py b/taskqueue/registered_task.py index <HASH>..<HASH> 100644 --- a/taskqueue/registered_task.py +++ b/taskqueue/registered_task.py @@ -15,7 +15,7 @@ def deserialize(data): if type(data) is bytes: data = data.decode('utf8') - if isinstance(data, str): + if isinstance(d...
fix: generalize string types for python2 and 3
seung-lab_python-task-queue
train
py
ba26119149a7e42fbace9c09584596d313a535fd
diff --git a/src/Adapters/Laravel/Commands/TestCommand.php b/src/Adapters/Laravel/Commands/TestCommand.php index <HASH>..<HASH> 100644 --- a/src/Adapters/Laravel/Commands/TestCommand.php +++ b/src/Adapters/Laravel/Commands/TestCommand.php @@ -62,6 +62,10 @@ class TestCommand extends Command */ public functio...
fix: requires laravel 8 for collision 5 artisan test command
nunomaduro_collision
train
php
ea48433a33bd80bdf1fca6030ee129ab8991d342
diff --git a/treetime/sequence_data.py b/treetime/sequence_data.py index <HASH>..<HASH> 100644 --- a/treetime/sequence_data.py +++ b/treetime/sequence_data.py @@ -161,9 +161,20 @@ class SequenceData(object): if type(in_aln) is MultipleSeqAlignment: # check whether the alignment is consistent wit...
fix: more robust behavior when parsing alignment with BioPython when id and name fields might not be set
neherlab_treetime
train
py
a1367fb3f4318159e1097be18ce31a327e0d6434
diff --git a/extract.js b/extract.js index <HASH>..<HASH> 100644 --- a/extract.js +++ b/extract.js @@ -65,7 +65,7 @@ function extractByDigest (start, spec, dest, opts) { function extractByManifest (start, spec, dest, opts) { const xtractor = extractStream(dest, opts) - return BB.resolve(() => { + return BB.reso...
fix(extract): brainfart with extractByManifest fixed. lol.
zkat_pacote
train
js
04485a92b768ebeed92e82469a9e1cbe4b3c338e
diff --git a/lib/callr.js b/lib/callr.js index <HASH>..<HASH> 100644 --- a/lib/callr.js +++ b/lib/callr.js @@ -6,25 +6,23 @@ exports.loginPasswordAuth = function(login, password){ assert.equal(typeof(login), 'string', "argument 'login' must be a string"); assert.equal(typeof(password), 'string', "argument 'password...
feat: login mechanisms - addition of api key and user sessions
THECALLR_sdk-nodejs
train
js
7f30404979f4a934264c87cc404aa0a7523b8688
diff --git a/renku/service/serializers/cache.py b/renku/service/serializers/cache.py index <HASH>..<HASH> 100644 --- a/renku/service/serializers/cache.py +++ b/renku/service/serializers/cache.py @@ -103,6 +103,7 @@ class ProjectCloneRequest(Schema): git_url = fields.String(required=True) depth = fields.Inte...
fix: correctly handle ref on project.clone (#<I>)
SwissDataScienceCenter_renku-python
train
py
1944a69dad76ca7bfc925640ae664fcef396834f
diff --git a/user_guide_src/source/concepts/services/012.php b/user_guide_src/source/concepts/services/012.php index <HASH>..<HASH> 100644 --- a/user_guide_src/source/concepts/services/012.php +++ b/user_guide_src/source/concepts/services/012.php @@ -1,3 +1,3 @@ <?php -$postManager = Config\Services::postManager(); ...
docs: use full classname in sample code Relative classname might not work.
codeigniter4_CodeIgniter4
train
php
cd509dcdcc69c95c5169ea6273f3dc6bef378487
diff --git a/httprunner/plugins/uploader/__init__.py b/httprunner/plugins/uploader/__init__.py index <HASH>..<HASH> 100644 --- a/httprunner/plugins/uploader/__init__.py +++ b/httprunner/plugins/uploader/__init__.py @@ -21,6 +21,25 @@ Then you can write upload test script as below: validate: - eq: ...
docs: add upload script example for old way
HttpRunner_HttpRunner
train
py
237e556f0d5d18302f43e881f7fab7dea4944d29
diff --git a/java-api-gateway/synth.py b/java-api-gateway/synth.py index <HASH>..<HASH> 100644 --- a/java-api-gateway/synth.py +++ b/java-api-gateway/synth.py @@ -28,6 +28,3 @@ for version in versions: ) java.common_templates() - -# TODO: Remove this before publishing to the staging repository -java.custom_templa...
chore: remove readme generation code from synth.py (#3)
googleapis_google-cloud-java
train
py
db0bb0aa0152ba465ffb6474d1828c8a0b916cb2
diff --git a/node-tests/unit/tasks/run-hook-test.js b/node-tests/unit/tasks/run-hook-test.js index <HASH>..<HASH> 100644 --- a/node-tests/unit/tasks/run-hook-test.js +++ b/node-tests/unit/tasks/run-hook-test.js @@ -16,9 +16,9 @@ describe('Run Hook Task', function() { return expect(hookTask.run('hook-with-error'))....
fix(run-hook-test): Update test to match code behavior for non-existent hooks
isleofcode_ember-cordova
train
js
e0378cf3505f3bc878ba824882d63ea6fa2261d7
diff --git a/src/structures/Webhook.js b/src/structures/Webhook.js index <HASH>..<HASH> 100644 --- a/src/structures/Webhook.js +++ b/src/structures/Webhook.js @@ -28,7 +28,7 @@ class Webhook { * The token for the webhook * @type {string} */ - this.token = data.token; + Object.defineProperty(this...
refactor(Webhook): make token not enumerable (#<I>) * Hide Webhook#token (consistency with Client#token) * Make `Webhook#token` writable * fix: devsnek's requested change Webhook#token must be both writable and configurable.
discordjs_discord.js
train
js
aef5002779c7842f23884588c13975879489bf14
diff --git a/test/helpers/kubectl.go b/test/helpers/kubectl.go index <HASH>..<HASH> 100644 --- a/test/helpers/kubectl.go +++ b/test/helpers/kubectl.go @@ -92,6 +92,7 @@ var ( "hubble.relay.image.repository": "k8s1:5000/cilium/hubble-relay", "hubble.relay.image.tag": "latest", "hubble.relay.image.useDige...
test: temporary increase Hubble buffer size to <I>k Temporary increase the Hubble buffer size in order to capture more flows. This will hopefully help us understand why the K8sEgressGatewayTest is occasionally failing (#<I>)
cilium_cilium
train
go
43c454e5eae0670953da50fdbd099e279ee66b71
diff --git a/http/scraper_service_test.go b/http/scraper_service_test.go index <HASH>..<HASH> 100644 --- a/http/scraper_service_test.go +++ b/http/scraper_service_test.go @@ -542,24 +542,6 @@ func TestService_handlePatchScraperTarget(t *testing.T) { ), }, }, - // fixme > scraper update needs to be done thr...
chore(http): cleanup scraper tests
influxdata_influxdb
train
go
340c059c9e93a439b689f5e583bdf0ecc981c310
diff --git a/tests/flow_test.go b/tests/flow_test.go index <HASH>..<HASH> 100644 --- a/tests/flow_test.go +++ b/tests/flow_test.go @@ -389,6 +389,7 @@ func TestSFlowTwoProbePath(t *testing.T) { {"ip netns del sflow-vm2", true}, {"ovs-vsctl del-br br-sflow1", true}, {"ovs-vsctl del-br br-sflow2", true}, + {"sl...
test: add a delay to avoid race around br-link Change-Id: If5d0eb<I>bbd<I>b<I>ec<I>b7ef<I>ae<I>d
skydive-project_skydive
train
go
c958ed6a85da470fd708a69c348a384b74a3f750
diff --git a/script/release-artifact-cleanup.js b/script/release-artifact-cleanup.js index <HASH>..<HASH> 100644 --- a/script/release-artifact-cleanup.js +++ b/script/release-artifact-cleanup.js @@ -37,7 +37,7 @@ async function getCurrentBranch (gitDir) { } async function revertBumpCommit (tag) { - const branch = ...
chore: fix await in cleanup script (#<I>)
electron_electron
train
js
ac971c7dcde4af4d3328d1246db25cc60e982299
diff --git a/packages/plugin-phone/src/call.js b/packages/plugin-phone/src/call.js index <HASH>..<HASH> 100644 --- a/packages/plugin-phone/src/call.js +++ b/packages/plugin-phone/src/call.js @@ -832,15 +832,15 @@ const Call = SparkPlugin.extend({ offerToReceiveAudio: recvOnly || !!options.constraints.audio, ...
fix(plugin-phone): RemoteMediaStream fail when localMedia was provided
webex_spark-js-sdk
train
js
71843b9450e9cbb83f37a3193053ff8cbcaea730
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -201,7 +201,10 @@ module.exports = function (grunt) { options: { baseUrl: "<%= yeoman.dist %>/<%= yeoman.assets %>", waitSeconds: 30, - optimize: "n...
feat(requirejs): Turn on angular support for build Fixes #2
ewinslow_elgg-grunt
train
js
9246083e0fd31db1fd9ec232071850a98ebc6854
diff --git a/src/file.js b/src/file.js index <HASH>..<HASH> 100644 --- a/src/file.js +++ b/src/file.js @@ -415,10 +415,14 @@ module.exports = function(AV) { * @private */ _fileToken(type, route = 'fileTokens') { - const name = this.attributes.name; + let name = this.attributes.name; + ...
fix(File): add extName to filename if missing
leancloud_javascript-sdk
train
js
6d1afc4a2cbbd55647b55950b51313500850d8e3
diff --git a/packages/create-webiny-project/utils/createProject.js b/packages/create-webiny-project/utils/createProject.js index <HASH>..<HASH> 100644 --- a/packages/create-webiny-project/utils/createProject.js +++ b/packages/create-webiny-project/utils/createProject.js @@ -121,7 +121,6 @@ module.exports = async functi...
fix: remove process.exit call
Webiny_webiny-js
train
js
31e31fd5c2762102a847842255b6d440910e1431
diff --git a/src/Auditable.php b/src/Auditable.php index <HASH>..<HASH> 100644 --- a/src/Auditable.php +++ b/src/Auditable.php @@ -581,6 +581,14 @@ trait Auditable )); } + // Redacted data should not be used when transitioning states + if ($auditRedactors = $this->getAuditRedactors...
fix(Auditable): prevent transitioning states when redactors are set
owen-it_laravel-auditing
train
php
75c886a2d40e2ce3f3149d9b90830a65687ef33e
diff --git a/core/src/elements/ons-navigator/ios-lift-animator.js b/core/src/elements/ons-navigator/ios-lift-animator.js index <HASH>..<HASH> 100644 --- a/core/src/elements/ons-navigator/ios-lift-animator.js +++ b/core/src/elements/ons-navigator/ios-lift-animator.js @@ -48,7 +48,7 @@ export default class IOSLiftNavigat...
fix(ons-navigator): Fix lift animation mask removal timing. Closes #<I>.
OnsenUI_OnsenUI
train
js
16b1e0fc93b277e0c63a495223994da61c2e0d78
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -150,7 +150,14 @@ export default { preload: this.preload }) - this.duration = this.$data._howl.duration() + const duration = this.$data._howl.duration() + this.duration = duration + + ...
fix: emit load event even if files are cached
mickdekkers_vue-howler
train
js
58041d2a6dc667495ac7a1f775c05f265e340dae
diff --git a/admin/dashboard/app/pages/sitemap-controller.js b/admin/dashboard/app/pages/sitemap-controller.js index <HASH>..<HASH> 100644 --- a/admin/dashboard/app/pages/sitemap-controller.js +++ b/admin/dashboard/app/pages/sitemap-controller.js @@ -140,7 +140,8 @@ adminApp.controller('SitemapController', function($sc...
fix: re-ordering not queued for publishing
pagespace_pagespace
train
js
b1cbbcf4d033515b0eaf741bbd6e5cdd1a0fc89a
diff --git a/cursor.js b/cursor.js index <HASH>..<HASH> 100644 --- a/cursor.js +++ b/cursor.js @@ -575,7 +575,9 @@ var nextFunction = function(self, callback) { // Topology is not connected, save the call in the provided store to be // Executed at some point when the handler deems it's reconnected if (!s...
fix(cursor): check for autoReconnect option only for single server
mongodb_node-mongodb-native
train
js
5667212e53425f0613a22afce30164bd67d1cfad
diff --git a/tailwind.config.js b/tailwind.config.js index <HASH>..<HASH> 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -272,6 +272,7 @@ module.exports = { addVariant("aria-invalid", '&[aria-invalid="true"]'); addVariant("aria-disabled", '&[aria-disabled="true"]'); addVariant("aria-se...
chore: Add `aria-expanded` variant to Tailwind config
reakit_reakit
train
js
3a3d5cbe9cc650c0cfa6006fb859b6d4e385e175
diff --git a/packages/babel-parser/src/parser/statement.js b/packages/babel-parser/src/parser/statement.js index <HASH>..<HASH> 100644 --- a/packages/babel-parser/src/parser/statement.js +++ b/packages/babel-parser/src/parser/statement.js @@ -865,6 +865,7 @@ export default class StatementParser extends ExpressionParser...
perf: Check for plugin only once before looping
babel_babel
train
js
8d9c2901d9d7c79431a74fce23a32a83f4f3ee31
diff --git a/lib/core/sdam/monitor.js b/lib/core/sdam/monitor.js index <HASH>..<HASH> 100644 --- a/lib/core/sdam/monitor.js +++ b/lib/core/sdam/monitor.js @@ -48,7 +48,11 @@ class Monitor extends EventEmitter { this.address = server.description.address; this.options = Object.freeze({ connectTimeoutMS: ...
refactor: support modern `connectTimeoutMS` option name
mongodb_node-mongodb-native
train
js
774c35e1c4d28a46ad54fcaae2c5f4fca821a5a6
diff --git a/src/android/NITHelper.java b/src/android/NITHelper.java index <HASH>..<HASH> 100644 --- a/src/android/NITHelper.java +++ b/src/android/NITHelper.java @@ -53,7 +53,7 @@ public class NITHelper { while (it.hasNext()) { String key = it.next(); try { - ...
fix(android): fix cast of boolean value
nearit_Cordova-SDK
train
java
0472b877691a03d5ae5503ef32a65089b69db8aa
diff --git a/anyconfig/api.py b/anyconfig/api.py index <HASH>..<HASH> 100644 --- a/anyconfig/api.py +++ b/anyconfig/api.py @@ -99,7 +99,7 @@ def set_loglevel(level): LOGGER.setLevel(level) -def find_loader(path_or_stream, parser_or_type=None, is_path_=None): +def find_loader(path_or_stream, parser_or_type=None...
fix: the type of is_path_ is bool, should not be None
ssato_python-anyconfig
train
py,py
005022fd087841f42f93a92dc77fbdc381eae9c7
diff --git a/tasks/bump.js b/tasks/bump.js index <HASH>..<HASH> 100644 --- a/tasks/bump.js +++ b/tasks/bump.js @@ -137,7 +137,7 @@ module.exports = function(grunt) { } function run(cmd) { - if (grunt.option('no-write')) { + if (grunt.option('dry-run')) { grunt.verbose.writeln('Not actually running:...
fix: Use 'dry-run' option for testing
iVantage_grunt-svn-bump
train
js
21d3f6e5be1aadce0e9e85cfafbcace9d36b7d63
diff --git a/src/publish/dry-run-workflow.js b/src/publish/dry-run-workflow.js index <HASH>..<HASH> 100644 --- a/src/publish/dry-run-workflow.js +++ b/src/publish/dry-run-workflow.js @@ -49,8 +49,7 @@ module.exports = function(opts, projectDir) { : true /* eslint-enable indent */ ...
style(dry-run): format with prettier
inikulin_publish-please
train
js
1e03e77f74eb02e1bbd641121c0b215f6087e5aa
diff --git a/lib/driverProviders/direct.js b/lib/driverProviders/direct.js index <HASH>..<HASH> 100644 --- a/lib/driverProviders/direct.js +++ b/lib/driverProviders/direct.js @@ -4,8 +4,7 @@ * it down, and setting up the driver correctly. */ -var util = require('util'), - webdriver = require('selenium-webdriv...
chore(driverProviders): fix an unused import
angular_protractor
train
js