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
8b8aae8fa67f7282f4d0c019ae6a0abb530629bb
diff --git a/test/specs/commonTests.js b/test/specs/commonTests.js index <HASH>..<HASH> 100644 --- a/test/specs/commonTests.js +++ b/test/specs/commonTests.js @@ -170,7 +170,8 @@ export const isConformant = (Component, requiredProps = {}) => { handlerSpy.called.should.equal(true, `<${constructorNa...
feat(commonTests): add event suggestion
Semantic-Org_Semantic-UI-React
train
js
798c726f4488ff370632acd95a58c118497750f2
diff --git a/test/date.js b/test/date.js index <HASH>..<HASH> 100644 --- a/test/date.js +++ b/test/date.js @@ -62,7 +62,7 @@ describe('Date', function() { var date = new Date('2015-08-26T14:39:05.745Z'); - it('should format the date using the specified methos', function() { + it('should format the date using t...
test: remove more date tests that fail because of timezones
skerit_protoblast
train
js
fb96f321079fdff2f033efd580ac9288ec8f82bd
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -7,7 +7,7 @@ class SimpleGenerator { } class NodeAssertGenerator { assert(expression) { - return `assert(${expression}, ${expression});`; + return `assert(${expression}, '${expression}');`; } } ...
fix(src): wrap by quote
azu_babel-plugin-jsdoc-to-assert
train
js
b41e94eff47dd039f83bf3831c5332a8f29720c3
diff --git a/camunda-engine-osgi/src/main/java/org/camunda/bpm/engine/osgi/Activator.java b/camunda-engine-osgi/src/main/java/org/camunda/bpm/engine/osgi/Activator.java index <HASH>..<HASH> 100644 --- a/camunda-engine-osgi/src/main/java/org/camunda/bpm/engine/osgi/Activator.java +++ b/camunda-engine-osgi/src/main/java/...
chore(Activator): add generics to get rid of warnings
camunda_camunda-bpm-platform-osgi
train
java
205f88e26511a6588ce05b5122da30f0ce034f17
diff --git a/packages/node_modules/samples/browser-auth-jwt/test/wdio/spec/jwt-authentication.js b/packages/node_modules/samples/browser-auth-jwt/test/wdio/spec/jwt-authentication.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/samples/browser-auth-jwt/test/wdio/spec/jwt-authentication.js +++ b/packages/node...
test(samples): reenable jwt sample test
webex_spark-js-sdk
train
js
2c3b4f0c0d8ed52013a35a86450736985a927e56
diff --git a/i18n/vi.js b/i18n/vi.js index <HASH>..<HASH> 100644 --- a/i18n/vi.js +++ b/i18n/vi.js @@ -57,7 +57,7 @@ export default { hyperlink: 'Liên kết', toggleFullscreen: 'Điều chỉnh chế độ toàn màn hình', quote: 'Trích dẫn', - left: 'Căn trái',, + left: 'Căn trái', center: 'Căn giữa', ...
fix: Vietnamese i<I>n file
quasarframework_quasar
train
js
d210b0119057cf85c90d58703de3ed74f3b7348e
diff --git a/lib/tinker.js b/lib/tinker.js index <HASH>..<HASH> 100644 --- a/lib/tinker.js +++ b/lib/tinker.js @@ -29,9 +29,12 @@ module.exports = function tinker(filePath, eslint) { const tmpFile = tmpDir + path.sep + 'eslint-tinker-tmp-' + Date.now(); fs.writeFileSync(tmpFile, code); - eslint.exe...
fix: CLIEngine doesn't edit files
benjycui_eslint-tinker
train
js
06fec23553a41a7fe3d87528524506d9d9d9d20a
diff --git a/ibis/backends/tests/test_temporal.py b/ibis/backends/tests/test_temporal.py index <HASH>..<HASH> 100644 --- a/ibis/backends/tests/test_temporal.py +++ b/ibis/backends/tests/test_temporal.py @@ -1,3 +1,4 @@ +import datetime import operator import warnings from operator import methodcaller @@ -776,3 +777,...
test(backends): add failing test for big timestamps
ibis-project_ibis
train
py
b0c3c8a94aff34b814f7ac6fe92b9750abc052c4
diff --git a/library/actor-common/src/main/java/im/actor/model/modules/messages/SenderActor.java b/library/actor-common/src/main/java/im/actor/model/modules/messages/SenderActor.java index <HASH>..<HASH> 100644 --- a/library/actor-common/src/main/java/im/actor/model/modules/messages/SenderActor.java +++ b/library/actor...
fix(common): Fix resending of messages
actorapp_actor-platform
train
java
501c0a7a05992552f8ddba2ad4015c2c57c18e72
diff --git a/src/package.js b/src/package.js index <HASH>..<HASH> 100644 --- a/src/package.js +++ b/src/package.js @@ -38,7 +38,7 @@ export default function ({projectName, visibility, scope, packageType, license, build: 'run-s clean build:*', 'build:js': 'rollup -c', watch: 'run-s \'build:js...
refactor(prepack): switched to building on prepack instead of prepublishOnly, which is a little wierd anyway, but also doesnt run when just packing locally
travi_javascript-scaffolder
train
js,js
e216d67af67966f014e80e6318e6564e7fbe92ad
diff --git a/src/authentication.js b/src/authentication.js index <HASH>..<HASH> 100644 --- a/src/authentication.js +++ b/src/authentication.js @@ -7,7 +7,7 @@ import {BaseConfig} from './baseConfig'; import {Storage} from './storage'; import {OAuth1} from './oAuth1'; import {OAuth2} from './oAuth2'; -import {Auth0L...
fix(authentication): renamed AuthLock
SpoonX_aurelia-authentication
train
js
9a89b5eef51f008eec73e70cfef2c0ce66cf13ba
diff --git a/test.js b/test.js index <HASH>..<HASH> 100644 --- a/test.js +++ b/test.js @@ -52,13 +52,13 @@ describe('versioned', function () { describe('dotted user', function () { [ - 'my.component/my.emitter', - 'https://github.com/my.component/my.emitter', - 'https://github.com/repos/my.component/my.e...
chore(test): testing dotted repo not needed
repo-utils_parse-github-repo-url
train
js
26eafa723379154a16129052eda453a9c62a1fd1
diff --git a/src/runner.js b/src/runner.js index <HASH>..<HASH> 100644 --- a/src/runner.js +++ b/src/runner.js @@ -158,7 +158,8 @@ Runner.prototype.handleLog = function handleLog (logObject) { // Remove escaped characters. logObject.message = logObject.message .replace(/\\\\\//g, '\/') - ...
fix(runner): escape double-quotes one more time
damonjs_damon
train
js
cab8b4607acb6cfd4dfcbbe714677d1feabc8f8a
diff --git a/src/android/FileTransfer.java b/src/android/FileTransfer.java index <HASH>..<HASH> 100644 --- a/src/android/FileTransfer.java +++ b/src/android/FileTransfer.java @@ -23,6 +23,7 @@ import java.io.ByteArrayOutputStream; import java.io.Closeable; import java.io.File; import java.io.FileNotFoundException; +...
fix(android): enable download functionality with Android Q (#<I>)
apache_cordova-plugin-file-transfer
train
java
a85d801a1237519cdc595fda0df06fd16e437550
diff --git a/src/structures/ClientUser.js b/src/structures/ClientUser.js index <HASH>..<HASH> 100644 --- a/src/structures/ClientUser.js +++ b/src/structures/ClientUser.js @@ -289,7 +289,7 @@ class ClientUser extends User { if (!name) return this.setPresence({ game: null }); return this.setPresence({ ga...
fix(ClientUser): setActivity should resolve with a Presence
discordjs_discord.js
train
js
dd20f63cfc56f3078c5e24e56a0f58a2d859a999
diff --git a/test/instrumentation/modules/http/github-179.js b/test/instrumentation/modules/http/github-179.js index <HASH>..<HASH> 100644 --- a/test/instrumentation/modules/http/github-179.js +++ b/test/instrumentation/modules/http/github-179.js @@ -1,7 +1,7 @@ 'use strict' var agent = require('../../../..').start...
fix(test): appName -> serviceName in http test (#<I>)
elastic_apm-agent-nodejs
train
js
b989ab75d5407e189b5c83c40b2d7c122dceccf1
diff --git a/tests/mock/mock.go b/tests/mock/mock.go index <HASH>..<HASH> 100644 --- a/tests/mock/mock.go +++ b/tests/mock/mock.go @@ -33,7 +33,7 @@ func RunMockDatabase(t *testing.T, tag string, etcdPort string, dbPort string) { dbImage) }() time.Sleep(1000 * time.Millisecond) - dockercli.PrintToStdout(t, stdo...
fix(tests): mock postgresql should wait until initialization complete
deis_deis
train
go
f982ed84903df306c33396e11d5039863af155d4
diff --git a/lib/html-proofer/element.rb b/lib/html-proofer/element.rb index <HASH>..<HASH> 100644 --- a/lib/html-proofer/element.rb +++ b/lib/html-proofer/element.rb @@ -137,7 +137,7 @@ module HTMLProofer !internal? end - # path is an anchor or a query + # path is an anchor, a query or refers to ro...
fix: change slash_link definition from pipe
gjtorikian_html-proofer
train
rb
b87d35c0b86f2fd4fe563822a59666cc54e6417e
diff --git a/builtin_string.go b/builtin_string.go index <HASH>..<HASH> 100644 --- a/builtin_string.go +++ b/builtin_string.go @@ -184,7 +184,7 @@ func builtinString_findAndReplaceString(input []byte, lastIndex int, match []int case '`': return target[:match[0]] case '\'': - return target[match[1]:len(targe...
fix: remove unnecessary len (#<I>) Remove extra len call on target variable
robertkrimen_otto
train
go
d03c27b149e787ed2ca8e9de32a7d2b207ac7843
diff --git a/lib/blueprints/component/index.js b/lib/blueprints/component/index.js index <HASH>..<HASH> 100644 --- a/lib/blueprints/component/index.js +++ b/lib/blueprints/component/index.js @@ -1,7 +1,4 @@ -const path = require('path'), - - Blueprints = require('../blueprints'), - DynamicPathParser = require('../../...
refactor(blueprints): remove some unused imports
groupe-sii_clea-cli
train
js,js
cb1ef6e1e2e7ac690f8aa1ef74161b622ffa6a7b
diff --git a/exchange/bitswap/decision/taskqueue.go b/exchange/bitswap/decision/taskqueue.go index <HASH>..<HASH> 100644 --- a/exchange/bitswap/decision/taskqueue.go +++ b/exchange/bitswap/decision/taskqueue.go @@ -3,6 +3,7 @@ package decision import ( "fmt" "sync" + "time" wantlist "github.com/jbenet/go-ipfs/...
feat: add time to taskQueue License: MIT
ipfs_go-ipfs
train
go
93c1366b38affe57531c8e66fb43d2a204bde04d
diff --git a/src/component/Label.js b/src/component/Label.js index <HASH>..<HASH> 100644 --- a/src/component/Label.js +++ b/src/component/Label.js @@ -300,8 +300,8 @@ function Label(props) { return ( <Text className={classNames('recharts-label', className)} - {...attrs} {...positionAttrs} + ...
fix: fix attributes order of <Label />
recharts_recharts
train
js
fb65e03e834b0c8ce29733f5c3bff507693ef3c9
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index <HASH>..<HASH> 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -3,7 +3,7 @@ module.exports = { title: 'node-red-contrib-home-assistant-websocket', description: 'Node-RED integration with Home Assistant thro...
docs: fix favicon location
zachowj_node-red-contrib-home-assistant-websocket
train
js
42dbf662f5cd58c0f549a401296f96b4d779dd9a
diff --git a/packages/es-dev-server/src/cli.js b/packages/es-dev-server/src/cli.js index <HASH>..<HASH> 100644 --- a/packages/es-dev-server/src/cli.js +++ b/packages/es-dev-server/src/cli.js @@ -4,3 +4,10 @@ import { readCommandLineArgs } from './command-line-args.js'; const config = createConfig(readCommandLineArgs...
fix(es-dev-server): only exit process when used from cli (#<I>)
open-wc_open-wc
train
js,js
6864e75a2be657418796daf2d9afc2714372f082
diff --git a/packages/bonde-admin/routes/public/subscription-edit/page.js b/packages/bonde-admin/routes/public/subscription-edit/page.js index <HASH>..<HASH> 100644 --- a/packages/bonde-admin/routes/public/subscription-edit/page.js +++ b/packages/bonde-admin/routes/public/subscription-edit/page.js @@ -168,6 +168,7 @@ c...
fix(subscriptions): add lightgray color to cancel link [Fixes #<I>]
nossas_bonde-client
train
js
401fbab06d835283a3823a132a9c1ace5188f425
diff --git a/__tests__/recurrent/end-to-end.js b/__tests__/recurrent/end-to-end.js index <HASH>..<HASH> 100644 --- a/__tests__/recurrent/end-to-end.js +++ b/__tests__/recurrent/end-to-end.js @@ -432,7 +432,7 @@ describe('Recurrent Class: End to End', () => { net._outputLayers[2].deltas.every(row => row.some(de...
fix: `Recurrent._adjustWeights` to `Recurrent.adjustWeights` tests
BrainJS_brain.js
train
js,js
c2f8f0e7db9529e1f1f32d790a67d1e20d2fe052
diff --git a/gitlab/v4/objects/merge_requests.py b/gitlab/v4/objects/merge_requests.py index <HASH>..<HASH> 100644 --- a/gitlab/v4/objects/merge_requests.py +++ b/gitlab/v4/objects/merge_requests.py @@ -312,8 +312,8 @@ class ProjectMergeRequest( data = {} if merge_commit_message: data["me...
fix: honor parameter value passed Gitlab allows setting the defaults for MR to delete the source. Also the inline help of the CLI suggest that a boolean is expected, but no matter what value you set, it will always delete.
python-gitlab_python-gitlab
train
py
c49a4d2809aa24b01482b6086479041d07c51c68
diff --git a/packages/flyout/src/presenters/PointerPresenter.js b/packages/flyout/src/presenters/PointerPresenter.js index <HASH>..<HASH> 100644 --- a/packages/flyout/src/presenters/PointerPresenter.js +++ b/packages/flyout/src/presenters/PointerPresenter.js @@ -5,7 +5,7 @@ import { ThemeContext } from "@hig/theme-cont...
fix: pass all props into stylesheet
Autodesk_hig
train
js
9c5a0547b5c3e087806386b42495e5c18dc5a4f4
diff --git a/sphinx_test.go b/sphinx_test.go index <HASH>..<HASH> 100644 --- a/sphinx_test.go +++ b/sphinx_test.go @@ -7,9 +7,9 @@ import ( "reflect" "testing" - "github.com/davecgh/go-spew/spew" "github.com/btcsuite/btcd/btcec" "github.com/btcsuite/btcd/chaincfg" + "github.com/davecgh/go-spew/spew" ) // ...
test: update set of tests to supply data for the set of extra bytes In this commit, we update the tests to always supply data for the extra bytes within the HopData payload. This ensures that the bytes are properly encoded/decoded at each hop.
lightningnetwork_lightning-onion
train
go
ea1af02e3fe6a326be3fabff0aa221ea52bffad4
diff --git a/src/plugins/sqlite.js b/src/plugins/sqlite.js index <HASH>..<HASH> 100644 --- a/src/plugins/sqlite.js +++ b/src/plugins/sqlite.js @@ -6,8 +6,8 @@ angular.module('ngCordova.plugins.sqlite', []) .factory('$cordovaSQLite', ['$q', function ($q) { return { - openDB: function (dbObject) { - ...
fix(sqlite): revert `.openDB` to using `name` param
ionic-team_ng-cordova
train
js
0e19bc3b038969a2f1dd3adc8e6c8be28ed9ed6e
diff --git a/test/lib/test.someSeries.js b/test/lib/test.someSeries.js index <HASH>..<HASH> 100644 --- a/test/lib/test.someSeries.js +++ b/test/lib/test.someSeries.js @@ -58,7 +58,7 @@ parallel('someSeries', () => { }); }); - it('should execute in parallel', () => { + it('should execute in series', () => ...
test(someSeries): fix test cases
suguru03_aigle
train
js
bbc686de7ecd6927d3eae043e190e393c8116f98
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -1,3 +1,8 @@ +export ComposedModal, { + ModalHeader, + ModalBody, + ModalFooter, +} from './components/ComposedModal'; export { Module, ModuleBody, ModuleHeader } from './components/Module'; export { Pr...
feat(ComposedModal): export ComposedModal (#<I>)
carbon-design-system_carbon-components-react
train
js
0c01510e4f3fa2f062c7f4344cc298e523afee11
diff --git a/packages/ui-core/src/components/CloseButton/index.js b/packages/ui-core/src/components/CloseButton/index.js index <HASH>..<HASH> 100644 --- a/packages/ui-core/src/components/CloseButton/index.js +++ b/packages/ui-core/src/components/CloseButton/index.js @@ -38,7 +38,7 @@ class CloseButton extends Component...
fix(CloseButton): remove inline size to allow size prop to work correctl Fixes INSTUI-<I> Test plan: - navigate to CloseButton - on the first example add a size prop (size="small", size="large")... the size of the x should be affected by this Change-Id: I<I>b<I>aff<I>c<I>c<I>c<I>b<I>b<I>c6a<I> Reviewed-on: <URL>
instructure_instructure-ui
train
js
c9748bf34ee37ac6e39ff23d984819d8cd616e16
diff --git a/packages/demoing-storybook/demo/.storybook/main.js b/packages/demoing-storybook/demo/.storybook/main.js index <HASH>..<HASH> 100644 --- a/packages/demoing-storybook/demo/.storybook/main.js +++ b/packages/demoing-storybook/demo/.storybook/main.js @@ -3,7 +3,7 @@ const path = require('path'); module.expor...
chore(demoing-storybook): add docs addon to demo
open-wc_open-wc
train
js
8deb7326855f955c2227ded319255684fd3b3d0e
diff --git a/webpack.config.js b/webpack.config.js index <HASH>..<HASH> 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -18,7 +18,7 @@ var config = { entry: __dirname + '/lib/index.js', devtool: 'source-map', output: { - path: __dirname + '/dist', + path: __dirname + '/dist/umd', filename:...
chore(webpack): build umd version in a directory
RasCarlito_axios-cache-adapter
train
js
69cdf2d1860154078f99fb1235bc384e3a8c2fc3
diff --git a/lib/workers/repository/process/lookup/index.js b/lib/workers/repository/process/lookup/index.js index <HASH>..<HASH> 100644 --- a/lib/workers/repository/process/lookup/index.js +++ b/lib/workers/repository/process/lookup/index.js @@ -1,3 +1,4 @@ +const deepcopy = require('deepcopy'); const versioning = re...
fix: deepcopy getPkgReleases results Closes #<I>
renovatebot_renovate
train
js
986281515279232c1872733ce3d966233bee1e28
diff --git a/src/plugins/instrument_fetch.js b/src/plugins/instrument_fetch.js index <HASH>..<HASH> 100644 --- a/src/plugins/instrument_fetch.js +++ b/src/plugins/instrument_fetch.js @@ -153,13 +153,13 @@ class InstrumentFetch { let self = this; let tracer = this._tracer; - return function (r...
fix(fetch): PUT/POSTs were failing (#<I>) Anything with a body was failing when excluded from tracing due to using the initial input object instead of the created Request. Creating a new request from an old request consumes the old request unless explicitly cloned.
lightstep_lightstep-tracer-javascript
train
js
e6c73119f0d461c2e59c5100be7642c1bbddd78e
diff --git a/packages/example-react/project/app/index.js b/packages/example-react/project/app/index.js index <HASH>..<HASH> 100644 --- a/packages/example-react/project/app/index.js +++ b/packages/example-react/project/app/index.js @@ -1,6 +1,7 @@ import React from 'react'; import { render } from 'react-dom'; import ...
fix(example-react): include react-block-ui css
Availity_availity-workflow
train
js
df1a43d35cffdc142332b24b4d5723618f0874f8
diff --git a/annotations/builder/src/main/java/io/sundr/builder/internal/functions/ToMethod.java b/annotations/builder/src/main/java/io/sundr/builder/internal/functions/ToMethod.java index <HASH>..<HASH> 100644 --- a/annotations/builder/src/main/java/io/sundr/builder/internal/functions/ToMethod.java +++ b/annotations/b...
fix: withXXX(null) now works for buildables
sundrio_sundrio
train
java
2ec90591c8c47d47decb78b403b83146bc7ac578
diff --git a/go/cmd/vtctl/vtctl.go b/go/cmd/vtctl/vtctl.go index <HASH>..<HASH> 100644 --- a/go/cmd/vtctl/vtctl.go +++ b/go/cmd/vtctl/vtctl.go @@ -85,6 +85,8 @@ func main() { args := servenv.ParseFlagsWithArgs("vtctl") action := args[0] + log.Warningf("WARNING: vtctl should only be used for VDiff workflows. Consi...
feat: add warning to vtclt binary
vitessio_vitess
train
go
62fda2f4dac60181dbebe2f6394decc913e5d5bc
diff --git a/lib/operations.js b/lib/operations.js index <HASH>..<HASH> 100644 --- a/lib/operations.js +++ b/lib/operations.js @@ -85,14 +85,20 @@ function interpolateStopTimes (db, callback) { let rowTimeout + /** + * Helper function to account for stop_times that are completely interpolated + */ functi...
fix(interpolation): fix nuanced issue w/ interpolation If a stop time that should be interpolated is found after the row timeout is initiated, a callback will be called twice. Fix by checking condition in timeout.
evansiroky_gtfs-sequelize
train
js
af6955e22c83879ad4b0a699af4f51c74035a5d2
diff --git a/lib/commands/build.js b/lib/commands/build.js index <HASH>..<HASH> 100644 --- a/lib/commands/build.js +++ b/lib/commands/build.js @@ -33,7 +33,8 @@ module.exports = { var emberBuild = new EmberBuildTask({ project: this.project, - ui: this.ui + ui: this.ui, + buildOptions: optio...
refactor(build-task): consume buildOptions via object variable vs. fn arg
isleofcode_ember-cordova
train
js,js
95315481c1c095ea3a6edf376b57db2147f2290b
diff --git a/lib/register.js b/lib/register.js index <HASH>..<HASH> 100644 --- a/lib/register.js +++ b/lib/register.js @@ -22,7 +22,11 @@ function register (state, name, options, method) { return Promise.resolve() .then(function () { - return (state.registry[name] || []).reduce(function (method, register...
fix: hook passes option when no handlers are defined
gr2m_before-after-hook
train
js
774024f8552c7f278aa612e0508bce9eaf056769
diff --git a/src/Soluble/Japha/Bridge/Driver/Pjb62/SocketChannel.php b/src/Soluble/Japha/Bridge/Driver/Pjb62/SocketChannel.php index <HASH>..<HASH> 100644 --- a/src/Soluble/Japha/Bridge/Driver/Pjb62/SocketChannel.php +++ b/src/Soluble/Japha/Bridge/Driver/Pjb62/SocketChannel.php @@ -41,7 +41,14 @@ use Soluble\Japha\Brid...
refactor: use the unregister and throw broken exception
belgattitude_soluble-japha
train
php
b80761e529c357c8b4223da2c1affdfc856d1c2d
diff --git a/scripts/buildWithCache.js b/scripts/buildWithCache.js index <HASH>..<HASH> 100644 --- a/scripts/buildWithCache.js +++ b/scripts/buildWithCache.js @@ -160,8 +160,9 @@ function partialBuild(workspacePackages) { for (let i = 0; i < topologicallySortedPackagesList.length; i++) { const pckg = topo...
chore: run "build" command without using lerna
Webiny_webiny-js
train
js
f4cbb926ef54da357b102cbfa4b6ce273be6ce63
diff --git a/src/HTML.php b/src/HTML.php index <HASH>..<HASH> 100644 --- a/src/HTML.php +++ b/src/HTML.php @@ -57,15 +57,10 @@ class HTML implements Configurable { } /** - * @var int - */ - static protected $tabindex = 1; - - /** * @return int; */ static function tabindex() { - return static::$tabindex...
fix: tabindex system that doesnt interfere keyboard navigation
freialib_ran.tools
train
php
041c9392154752d791d979081327077c136c746a
diff --git a/lib/actions/api.js b/lib/actions/api.js index <HASH>..<HASH> 100644 --- a/lib/actions/api.js +++ b/lib/actions/api.js @@ -68,7 +68,7 @@ function constructRoutingQuery (otpState, ignoreRealtimeUpdates) { // Check for routingType-specific API config; if none, use default API const rt = config.routing...
fix(api): Fix bug with determining API from routingType
opentripplanner_otp-react-redux
train
js
ceaaa3f7ec307632f1baecef0f4f990c6c9a1b21
diff --git a/test/test-query-select-fetchAll.js b/test/test-query-select-fetchAll.js index <HASH>..<HASH> 100644 --- a/test/test-query-select-fetchAll.js +++ b/test/test-query-select-fetchAll.js @@ -4,25 +4,20 @@ var common = require("./common") , assert = require("assert") ; -process.on("uncaughtException", fu...
test: return more than one result for the fetchAll test
ratanakvlun_node-odbc
train
js
a430ea74a78f89946d224b9d554d6c7089c3773d
diff --git a/packages/components/bolt-nav-priority/nav-priority.js b/packages/components/bolt-nav-priority/nav-priority.js index <HASH>..<HASH> 100644 --- a/packages/components/bolt-nav-priority/nav-priority.js +++ b/packages/components/bolt-nav-priority/nav-priority.js @@ -233,8 +233,5 @@ export class BoltNavPriority ...
fix: remove one bit of the cleanup logic from the nav-priority component; throws a JS error when removed / re-added via rendering service
bolt-design-system_bolt
train
js
90163284abbae3a337c240ac28d1ba5e2310d393
diff --git a/test/e2e/todomvc.spec.js b/test/e2e/todomvc.spec.js index <HASH>..<HASH> 100644 --- a/test/e2e/todomvc.spec.js +++ b/test/e2e/todomvc.spec.js @@ -120,7 +120,7 @@ describe('e2e/todomvc', () => { expect(await isFocused('.todo:nth-child(1) .edit')).toBe(true) await clearValue('.todo:nth-child(1) .ed...
test: todomvc case failed in windows and some linux os (#<I>)
vuejs_vuex
train
js
f987b2d11f569f332a0f1fcf7c7c9975c9a92d51
diff --git a/synth.py b/synth.py index <HASH>..<HASH> 100644 --- a/synth.py +++ b/synth.py @@ -24,8 +24,6 @@ logging.basicConfig(level=logging.DEBUG) AUTOSYNTH_MULTIPLE_COMMITS = True -s.metadata.set_track_obsolete_files(True) - gapic = gcp.GAPICBazel() version='v2' # tasks has two product names, and a poorly n...
fix: synth.py pipeline (#<I>) * fix: removed set_track_obsolete_files line
googleapis_nodejs-logging
train
py
81408bd0cde851b77c5fb00e8ad91740185f128d
diff --git a/src/Classes/Database.php b/src/Classes/Database.php index <HASH>..<HASH> 100644 --- a/src/Classes/Database.php +++ b/src/Classes/Database.php @@ -861,6 +861,9 @@ class Database implements \IteratorAggregate, \Countable { Helpers\Data::table($this->name)->put($data); + // after save, cle...
fix(save): clear set data after saving
Greg0_Lazer-Database
train
php
6f285bc85b442765e9987519dd05d08658e01774
diff --git a/packages/build-tools/tasks/webpack-tasks.js b/packages/build-tools/tasks/webpack-tasks.js index <HASH>..<HASH> 100644 --- a/packages/build-tools/tasks/webpack-tasks.js +++ b/packages/build-tools/tasks/webpack-tasks.js @@ -220,6 +220,10 @@ async function server(buildTime) { hotClient: { ...
fix: specify webpack-serve config info to prevent errors from getting thrown in IE <I>
bolt-design-system_bolt
train
js
61feee1f1fd70e8e26ef32ed8c5f7e08f544b23d
diff --git a/chai.js b/chai.js index <HASH>..<HASH> 100644 --- a/chai.js +++ b/chai.js @@ -8101,7 +8101,7 @@ module.exports = function getActual(obj, args) { * inherited or not. * * @param {Object} object - * @returns {Array} + * @returns {!Array} * @namespace Utils * @name getEnumerableProperties * @api pu...
docs: add non-nullable modifier to return type of functions never returning null (#<I>)
chaijs_chai
train
js
39765fc3ca0d1166297d425b1b17a68a6c871066
diff --git a/app/components/files.js b/app/components/files.js index <HASH>..<HASH> 100644 --- a/app/components/files.js +++ b/app/components/files.js @@ -17,7 +17,7 @@ function coloredTds(arr) { return arr.map((x, idx) => { const className = x > 0 ? severityClassNames[idx] + ' tr' + underlineTdClass - ...
style: showing 0s gray italic
thlorenz_deoptigate
train
js
209bf352c7698b93728d2fcff7b4282d5f14553f
diff --git a/src/Model/Table/ProductsTable.php b/src/Model/Table/ProductsTable.php index <HASH>..<HASH> 100644 --- a/src/Model/Table/ProductsTable.php +++ b/src/Model/Table/ProductsTable.php @@ -965,7 +965,7 @@ class ProductsTable extends AppTable $grossPrice = 0; if (! empty...
refactor: add tax rate to attribute
foodcoopshop_foodcoopshop
train
php
3417df7f665902f9053bd05ea2e38fa2bad1b807
diff --git a/packages/site/pages/roadmap.js b/packages/site/pages/roadmap.js index <HASH>..<HASH> 100644 --- a/packages/site/pages/roadmap.js +++ b/packages/site/pages/roadmap.js @@ -18,18 +18,19 @@ import { } from '../src/ui' const work = { - now: [], - next: [ + now: [ { title: 'Table', tags...
refactor(site): update roadmap
pluralsight_design-system
train
js
4cb5343a9e11ab7565a6d96d5a05b840fc637c37
diff --git a/packages/ui-scripts/lib/fix-publish.js b/packages/ui-scripts/lib/fix-publish.js index <HASH>..<HASH> 100644 --- a/packages/ui-scripts/lib/fix-publish.js +++ b/packages/ui-scripts/lib/fix-publish.js @@ -48,25 +48,25 @@ try { process.argv[3] === 'current' || !process.argv[3] ? pkgJSON.version ...
chore(ui-scripts): simplify fixPublish interface
instructure_instructure-ui
train
js
986cb0aa8743c02e942c4116711b098b83fea146
diff --git a/test/instrumentation/protocol.js b/test/instrumentation/protocol.js index <HASH>..<HASH> 100644 --- a/test/instrumentation/protocol.js +++ b/test/instrumentation/protocol.js @@ -369,7 +369,7 @@ test('protocol.encode - http request meta data', function (t) { }) }) -test.only('protocol.encode - disable...
test: make sure all protocol tests run
opbeat_opbeat-node
train
js
78dc92e88a7106c51962d6bb491b3955106e34a8
diff --git a/versatileimagefield/static/versatileimagefield/js/versatileimagefield-djangoadmin.js b/versatileimagefield/static/versatileimagefield/js/versatileimagefield-djangoadmin.js index <HASH>..<HASH> 100644 --- a/versatileimagefield/static/versatileimagefield/js/versatileimagefield-djangoadmin.js +++ b/versatilei...
fix(widget): ensure image is loaded before initializing widget jquery.ready doesn't take into account the loading of images. If the images are not loaded, we get wrong image dimension causing the PPOI widget to fail.
respondcreate_django-versatileimagefield
train
js,js
0c666379feefdb6a9c4ef22a38808250ddfe1b50
diff --git a/cmd/xl-storage.go b/cmd/xl-storage.go index <HASH>..<HASH> 100644 --- a/cmd/xl-storage.go +++ b/cmd/xl-storage.go @@ -2054,6 +2054,12 @@ func (s *xlStorage) RenameData(ctx context.Context, srcVolume, srcPath string, f // Purge the destination path as we are not preserving anything // versioned ob...
fix: avoid removing healed parts on dstDataPath (#<I>) destination path and old path will be similar when healing occurs, this can lead to healed parts being again purged leading to always an inconsistent state on an object which might further cause reduction in quorum eventually.
minio_minio
train
go
de4613e931c1e61785d70206d1ee4b7820a7d30e
diff --git a/packages/cozy-scripts/scripts/init.js b/packages/cozy-scripts/scripts/init.js index <HASH>..<HASH> 100644 --- a/packages/cozy-scripts/scripts/init.js +++ b/packages/cozy-scripts/scripts/init.js @@ -28,7 +28,7 @@ module.exports = function (appPath, appName, cliOptions, gracefulRootExit, overr conform...
fix: typo :pencil2:
CPatchane_create-cozy-app
train
js
4031caaa1e17a46d8c67cbd8726862c63a088937
diff --git a/packages/build-tools/tasks/server-tasks.js b/packages/build-tools/tasks/server-tasks.js index <HASH>..<HASH> 100644 --- a/packages/build-tools/tasks/server-tasks.js +++ b/packages/build-tools/tasks/server-tasks.js @@ -7,7 +7,6 @@ const log = require('../utils/log'); const sh = require('../utils/sh'); con...
chore: remove Webpack Serve Waitpage from @bolt/build tools` server tasks
bolt-design-system_bolt
train
js
d94deb066f3b16cb89612127a60820fa30eb8847
diff --git a/packages/d3fc-random-data/src/financial.js b/packages/d3fc-random-data/src/financial.js index <HASH>..<HASH> 100644 --- a/packages/d3fc-random-data/src/financial.js +++ b/packages/d3fc-random-data/src/financial.js @@ -76,6 +76,11 @@ export default function() { const financial = numPoints => makeStre...
chore: add Symbol polyfill warning
d3fc_d3fc
train
js
0b2909cebf4f99d93e2ad3f384acc5c17a2e9392
diff --git a/aurelia-slickgrid/assets/lib/multiple-select/multiple-select.js b/aurelia-slickgrid/assets/lib/multiple-select/multiple-select.js index <HASH>..<HASH> 100644 --- a/aurelia-slickgrid/assets/lib/multiple-select/multiple-select.js +++ b/aurelia-slickgrid/assets/lib/multiple-select/multiple-select.js @@ -219,8...
feat(styling): make the multiple-select.js "Select All" text <I>% wide - this is to make the hover over look nicer as it will take full width
ghiscoding_aurelia-slickgrid
train
js
bef46390ea526191d0ba4cac6c5faffadddcc53b
diff --git a/docs/assets/versions.js b/docs/assets/versions.js index <HASH>..<HASH> 100644 --- a/docs/assets/versions.js +++ b/docs/assets/versions.js @@ -37,7 +37,7 @@ window.addEventListener("DOMContentLoaded", function() { if ((window['READTHEDOCS_DATA']).version === "latest") { document.querySelector("div[d...
fix: overriding version logic in warning banner (#<I>)
argoproj_argo-cd
train
js
3748bd0198f70036e5690c6b753166955aa511d4
diff --git a/emannotationschemas/schemas/base.py b/emannotationschemas/schemas/base.py index <HASH>..<HASH> 100644 --- a/emannotationschemas/schemas/base.py +++ b/emannotationschemas/schemas/base.py @@ -77,7 +77,7 @@ class ReferenceAnnotation(AnnotationSchema): """a annotation that references another annotation"""...
feat(metadata): custom fields now contain metadata to self-drive model creation
seung-lab_EMAnnotationSchemas
train
py
53c0ca02a353f92574e855a455f1c3a3f0c30261
diff --git a/cookies.py b/cookies.py index <HASH>..<HASH> 100644 --- a/cookies.py +++ b/cookies.py @@ -968,6 +968,8 @@ class Cookies(dict): """ # Only take the first one, don't create new ones if unnecessary for cookie in args: + if cookie.name in self: + continue ...
fix: Cookies.add should leave existing cookies alone from *args as they do from **kwargs
sashahart_cookies
train
py
9f6f4fe23682788ad2d03c10c38845ae3fc90016
diff --git a/shared/utils/__tests__/sets.spec.js b/shared/utils/__tests__/sets.spec.js index <HASH>..<HASH> 100644 --- a/shared/utils/__tests__/sets.spec.js +++ b/shared/utils/__tests__/sets.spec.js @@ -1,5 +1,3 @@ -import Set from 'core-js/es6/set' - import { isEqual } from '../sets' describe('sets', () => {
chore(shared): remove core-js from set test
telus_tds-core
train
js
5e6662ab12e4b5d3c392e8cc1bfd37afc5b20b63
diff --git a/superset/viz.py b/superset/viz.py index <HASH>..<HASH> 100644 --- a/superset/viz.py +++ b/superset/viz.py @@ -1673,12 +1673,15 @@ class SunburstViz(BaseViz): def get_data(self, df: pd.DataFrame) -> VizData: fd = self.form_data cols = fd.get("groupby") or [] + cols.extend(["m1"...
fix: suburst chart when secondary metric is defined (#<I>)
apache_incubator-superset
train
py
0eee0b164959b234352dab50ce4fb56957cd40ed
diff --git a/packages/core/build/index.js b/packages/core/build/index.js index <HASH>..<HASH> 100644 --- a/packages/core/build/index.js +++ b/packages/core/build/index.js @@ -25,7 +25,7 @@ const propNameTests = [ 'padding-left' ] }, - { match: /psColorsGradient/, props: ['color', 'background-color'] } +...
fix(core): ensure all colors are built into vanillaz
pluralsight_design-system
train
js
d49445b3fadb8447ee5f81d1ec67dff81022b72c
diff --git a/huawei_lte_api/Connection.py b/huawei_lte_api/Connection.py index <HASH>..<HASH> 100644 --- a/huawei_lte_api/Connection.py +++ b/huawei_lte_api/Connection.py @@ -41,7 +41,8 @@ class Connection: url: str, username: Optional[str] = None, password: Optiona...
feat(Refactor): Implement session_kwargs option to pass options into requests.Session, Closes #<I>
Salamek_huawei-lte-api
train
py
7bb1f22d6fb61a9ceb56b62511d068cef067de82
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 @@ -1439,3 +1439,8 @@ def test_multiline_italics(): a, b = parse("'''a''\n'''b''").get_italics() assert a.string == "''a''" assert b.string == "''b''" + + +de...
test(_bold_italic_balanced_shadow): improve coverage
5j9_wikitextparser
train
py
914db3d9ccd133a57e4ed9066bb572bb49615707
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 @@ -49,7 +49,7 @@ module.expo...
fix(project-utils): resolve babel-loader relative to the config
Webiny_webiny-js
train
js
d17ea8dafe1d24103998d1a82409261f8ccd1c58
diff --git a/commons-types/src/main/java/se/l4/commons/types/DefaultInstanceFactory.java b/commons-types/src/main/java/se/l4/commons/types/DefaultInstanceFactory.java index <HASH>..<HASH> 100644 --- a/commons-types/src/main/java/se/l4/commons/types/DefaultInstanceFactory.java +++ b/commons-types/src/main/java/se/l4/com...
fix(types): Removing use of Class.newInstance()
LevelFourAB_commons
train
java
3dcdb3e1719bc0c6a224045fa5d5bfd8ee750ad9
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -1,9 +1,9 @@ import route from './route' import router from './router' -export default function createRouterMixin () { +export default function createRouterMixin (config) { return [ route, - rout...
fix: pass config from default export
tinajs_tina-router
train
js
f66b4eb6119762dc16312ddf1d3b6cbf514677e8
diff --git a/test/plugins.js b/test/plugins.js index <HASH>..<HASH> 100644 --- a/test/plugins.js +++ b/test/plugins.js @@ -1,7 +1,7 @@ var it = require('mocha').it var expect = require('chai').expect var describe = require('mocha').describe -// var beforeEach = require('mocha').beforeEach +var beforeEach = require('...
test(plugins): forgot uncomment
posthtml_posthtml
train
js
ac2f35c9a9aa0c319859cb57b59a8113e67f7e9a
diff --git a/src/service/translate.js b/src/service/translate.js index <HASH>..<HASH> 100644 --- a/src/service/translate.js +++ b/src/service/translate.js @@ -804,9 +804,13 @@ angular.module('pascalprecht.translate').provider('$translate', ['$STORAGE_KEY', // maybe the language from storage is also def...
fix(service): correctly iterate in fallback languages (fixes #<I>)
angular-translate_angular-translate
train
js
816fd412c31d747a026651ffa543ad47447314a6
diff --git a/internal/core/data/application/subscriber.go b/internal/core/data/application/subscriber.go index <HASH>..<HASH> 100644 --- a/internal/core/data/application/subscriber.go +++ b/internal/core/data/application/subscriber.go @@ -96,12 +96,17 @@ func unmarshalPayload(envelope types.MessageEnvelope, target inte...
fix(core-data): Loosen Subscriber Topic Validation Look for a topic with >= 4 segments instead of a fixed length of 5 to better accomodate configurable base topics for device service publishing.
edgexfoundry_edgex-go
train
go
565cc4cc523ab7fe7efa3a9eb2dcc73bfa55e759
diff --git a/lib/rest/monitor/v1/alert.js b/lib/rest/monitor/v1/alert.js index <HASH>..<HASH> 100644 --- a/lib/rest/monitor/v1/alert.js +++ b/lib/rest/monitor/v1/alert.js @@ -251,8 +251,8 @@ AlertList = function AlertList(version) { var deferred = Q.defer(); var data = values.of({ 'LogLevel': _.get(opt...
fix: use datetime instead of date for alert start/end date params (#<I>)
twilio_twilio-node
train
js
8a0f95cc71b9da1a645ad5075c1d2e256d9fa572
diff --git a/binding/binding.go b/binding/binding.go index <HASH>..<HASH> 100644 --- a/binding/binding.go +++ b/binding/binding.go @@ -40,7 +40,7 @@ type BindingBody interface { } // BindingUri adds BindUri method to Binding. BindUri is similar with Bind, -// but it read the Params. +// but it reads the Params. ty...
fix: typo (#<I>)
gin-gonic_gin
train
go,go
145fdcfddf5277384a482fce2c2699b24c27718f
diff --git a/viewport-units-buggyfill.js b/viewport-units-buggyfill.js index <HASH>..<HASH> 100755 --- a/viewport-units-buggyfill.js +++ b/viewport-units-buggyfill.js @@ -20,7 +20,7 @@ } }(this, function () { 'use strict'; - /*global document, window, navigator, location, XMLHttpRequest, XDomainRequest*/ + /*g...
style(polyfill): fixing linting errors
rodneyrehm_viewport-units-buggyfill
train
js
b61e6406a1e8d8cbab59d8dceada1ca970fe5c3c
diff --git a/examples/js/demo.js b/examples/js/demo.js index <HASH>..<HASH> 100644 --- a/examples/js/demo.js +++ b/examples/js/demo.js @@ -45,7 +45,6 @@ const showColorsForImage = function(image, section) { let start = Date.now(); let result = colorThief.getPalette(image, count); let elapsedT...
refactor: Remove console log from demo js
lokesh_color-thief
train
js
fcffd7ec731b4278e76c0febf2110729a320a86d
diff --git a/raven/conf/__init__.py b/raven/conf/__init__.py index <HASH>..<HASH> 100644 --- a/raven/conf/__init__.py +++ b/raven/conf/__init__.py @@ -17,6 +17,9 @@ EXCLUDE_LOGGER_DEFAULTS = ( 'south', 'sentry.errors', 'django.request', + # dill produces a lot of garbage debug logs that are just a str...
feat: Disable dill logger by default (#<I>)
getsentry_raven-python
train
py
d7fc22935c40a83c15cc2bdd171eebbd766ef247
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 @@ -773,6 +773,7 @@ class StateView(Element): def set_item_properties(item, size, rel_po...
fix(resize_all_children): Respect minimum item size on resize
DLR-RM_RAFCON
train
py
d5da4515329f250da5e5cf8b89bc94920b06da08
diff --git a/src/components/autoplay.js b/src/components/autoplay.js index <HASH>..<HASH> 100644 --- a/src/components/autoplay.js +++ b/src/components/autoplay.js @@ -65,13 +65,13 @@ export default function (Glide, Components, Events) { Binder.on('mouseenter', Components.Html.root, () => { this.stop() ...
refactor(autoplay): Rename over and out events to enter and leave
glidejs_glide
train
js
5dbd851a3447707b62796319d6e3575ddc68cbeb
diff --git a/src/globals/js/misc/on-focus-by-keyboard.js b/src/globals/js/misc/on-focus-by-keyboard.js index <HASH>..<HASH> 100644 --- a/src/globals/js/misc/on-focus-by-keyboard.js +++ b/src/globals/js/misc/on-focus-by-keyboard.js @@ -1,7 +1,3 @@ -const hasFocusout = 'onfocusout' in window; -const focusinEventName = ha...
fix(on-focus-by-keyboard): avoid global reference to window object (#<I>)
carbon-design-system_carbon-components
train
js
027d07cdf1aaf27f2a8cff7495b99c982b9c54c0
diff --git a/lib/utils/processBackendNotificationRequest.js b/lib/utils/processBackendNotificationRequest.js index <HASH>..<HASH> 100644 --- a/lib/utils/processBackendNotificationRequest.js +++ b/lib/utils/processBackendNotificationRequest.js @@ -8,7 +8,8 @@ module.exports = notifications => { const notification = p...
refactor: Improve CLI notification border
serverless_serverless
train
js
fd33bc490d30e27558348da82d9ef9411f97d889
diff --git a/packages/widget-message-meet/webpack.config.js b/packages/widget-message-meet/webpack.config.js index <HASH>..<HASH> 100644 --- a/packages/widget-message-meet/webpack.config.js +++ b/packages/widget-message-meet/webpack.config.js @@ -114,7 +114,7 @@ module.exports = { // Set mimetype just in case....
fix(widget-message-meet): Change build to not use hash for filename
webex_spark-js-sdk
train
js
399ef4245ca292ecad5389e4f2519cdbd02ce2a4
diff --git a/krakenapi_test.go b/krakenapi_test.go index <HASH>..<HASH> 100644 --- a/krakenapi_test.go +++ b/krakenapi_test.go @@ -129,10 +129,10 @@ func TestQueryDepth(t *testing.T) { } if len(result.Asks) > count { - t.Errorf("Asks length must be less than count , got %s > %s", len(result.Asks), count) + t.Er...
fix(Tests): Wrong format type in Errorf (#<I>)
beldur_kraken-go-api-client
train
go
d975e32e311b0f3fe9fccd4190955a20f57fb0ff
diff --git a/packages/components/bolt-list/src/list.js b/packages/components/bolt-list/src/list.js index <HASH>..<HASH> 100644 --- a/packages/components/bolt-list/src/list.js +++ b/packages/components/bolt-list/src/list.js @@ -107,7 +107,10 @@ class BoltList extends withContext(withLitHtml()) { } }); ...
fix: Fix JS lint issues
bolt-design-system_bolt
train
js
5b2b0ad989ff02bfafef2ba7e65b74c4414437ad
diff --git a/lib/fixturize-path.js b/lib/fixturize-path.js index <HASH>..<HASH> 100644 --- a/lib/fixturize-path.js +++ b/lib/fixturize-path.js @@ -7,14 +7,14 @@ const temporaryRepository = require('./temporary-repository') const PLACEHOLDER_REGEX = /\{[^}]+\}/g const PATH_TEMPLATES = [ '/cards/{project-card}', - ...
refactor: sort array items alphabetically
octokit_fixtures
train
js
40e9a80fe11761e707097d95fa9d91a4e2838381
diff --git a/tests/runs/md-theme-manipulator-spec.js b/tests/runs/md-theme-manipulator-spec.js index <HASH>..<HASH> 100644 --- a/tests/runs/md-theme-manipulator-spec.js +++ b/tests/runs/md-theme-manipulator-spec.js @@ -28,7 +28,7 @@ describe("formlyMaterial - theme manipulator", () => { }, options)]; ...
test(theme): remove duplicated case we are already checking it in helper's test
formly-js_angular-formly-templates-material
train
js
30c4e1aee99f5ad76dc8b673f80b4107e9aa8447
diff --git a/lib/workers/pr/index.js b/lib/workers/pr/index.js index <HASH>..<HASH> 100644 --- a/lib/workers/pr/index.js +++ b/lib/workers/pr/index.js @@ -66,7 +66,10 @@ async function ensurePr(prConfig) { config.forcePr = true; } } - if (config.forcePr || (await getBranchStatus()) === 'failure'...
fix(worker): fix wrong status check (#<I>)
renovatebot_renovate
train
js
861c7374958eccd9380b98f32dc54b21be662117
diff --git a/doc.go b/doc.go index <HASH>..<HASH> 100644 --- a/doc.go +++ b/doc.go @@ -16,11 +16,24 @@ // // You can start the game by calling the function Run. // +// // update is called every frame (1/60 [s]). // func update(screen *ebiten.Image) error { -// // Define your game. +// +// //...
docs: Add explanation about IsRunningSlowly Fixes #<I>
hajimehoshi_ebiten
train
go
c7d1bb49f8268e6781289396bbb39def4c0a3134
diff --git a/test/unittest_manager.py b/test/unittest_manager.py index <HASH>..<HASH> 100644 --- a/test/unittest_manager.py +++ b/test/unittest_manager.py @@ -68,7 +68,7 @@ class ASTNGManagerTC(unittest.TestCase): self._test_astng_from_zip('MyPyPa-0.1.0-py2.5.zip') def test_from_dire...
test: fix yet another cwd dependency
PyCQA_astroid
train
py
92a446fecfcbf0556476993debf9e34343fbdb04
diff --git a/src/plugins/dna.elements.js b/src/plugins/dna.elements.js index <HASH>..<HASH> 100644 --- a/src/plugins/dna.elements.js +++ b/src/plugins/dna.elements.js @@ -20,11 +20,11 @@ export function register(...args) { if (typeof scope.onRegister === 'function') { scope.onRegister.call(scope, tagName)...
fix: defined prototype's `is` property before register the custom element
chialab_dna
train
js
c4d9c9bd34d40475c235773e4d6a53fa2ed0a074
diff --git a/allauth/socialaccount/providers/patreon/views.py b/allauth/socialaccount/providers/patreon/views.py index <HASH>..<HASH> 100644 --- a/allauth/socialaccount/providers/patreon/views.py +++ b/allauth/socialaccount/providers/patreon/views.py @@ -16,9 +16,9 @@ from .provider import PatreonProvider class Patr...
fix(patreon): Change provider URLs The path structure for Patreon URLs has changed recently. This commit updates the Patreon provider to use the right structure.
pennersr_django-allauth
train
py
9bcf455cf14f8e7fd276c552d9e5757c2f69999c
diff --git a/packages/xod-fs/test/load.spec.js b/packages/xod-fs/test/load.spec.js index <HASH>..<HASH> 100644 --- a/packages/xod-fs/test/load.spec.js +++ b/packages/xod-fs/test/load.spec.js @@ -43,6 +43,13 @@ describe('Loader', () => { }) ); + it('getLocalProjects: should return an array of local projects...
test(xod-fs): add test for `getLocalProjects`
xodio_xod
train
js
190544578bfe692c577bae91779ecc686f1cc402
diff --git a/packages/app-backend/src/vuex.js b/packages/app-backend/src/vuex.js index <HASH>..<HASH> 100644 --- a/packages/app-backend/src/vuex.js +++ b/packages/app-backend/src/vuex.js @@ -340,9 +340,27 @@ class VuexBackend { } stringifyStore () { + const getters = {} + + const origGetters = this.store....
feat(vuex): wrap getters in try...catch
vuejs_vue-devtools
train
js