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 |
|---|---|---|---|---|---|
781648d857de4734b30dbdd44b582a4ea00c5d26 | diff --git a/engine-dmn/engine/src/test/java/org/camunda/bpm/dmn/engine/feel/NewScalaFeelBehaviorTest.java b/engine-dmn/engine/src/test/java/org/camunda/bpm/dmn/engine/feel/NewScalaFeelBehaviorTest.java
index <HASH>..<HASH> 100644
--- a/engine-dmn/engine/src/test/java/org/camunda/bpm/dmn/engine/feel/NewScalaFeelBehavio... | chore(dmn): add test coverage for feel-scala bugfix
* Add test coverage for the bug fix in the feel-scala#<I> issue.
Related to CAM-<I> | camunda_camunda-bpm-platform | train | java |
07bff10a342d29907d24e0aab46d0dfa24ed7420 | diff --git a/lib/service/yandex.js b/lib/service/yandex.js
index <HASH>..<HASH> 100644
--- a/lib/service/yandex.js
+++ b/lib/service/yandex.js
@@ -16,7 +16,7 @@ function translateString(language, key, destObj) {
return new Promise(function (resolve, reject) {
var valuesStr = valuesArray.join(hashSimple);
- if (... | fix(yandex): fix error with deeply nested objects
(e.g. objects which only contain objects, and no strings)
also made linter happy ;-) | KhaledMohamedP_translate-json-object | train | js |
81701f2dbd32ffbcc905c815ec948e14d5fdb52e | diff --git a/src/client/services/encryption/encryption/encryption-base.js b/src/client/services/encryption/encryption/encryption-base.js
index <HASH>..<HASH> 100644
--- a/src/client/services/encryption/encryption/encryption-base.js
+++ b/src/client/services/encryption/encryption/encryption-base.js
@@ -271,7 +271,7 @@ v... | docs(encryption): undo search/replace mistake | webex_spark-js-sdk | train | js |
c42fdb324d525718771a3c8e15b244eabadff96f | diff --git a/lib/cmds/report.js b/lib/cmds/report.js
index <HASH>..<HASH> 100644
--- a/lib/cmds/report.js
+++ b/lib/cmds/report.js
@@ -3,9 +3,11 @@ const { Command, flags } = require('@oclif/command');
const fs = require('fs');
const path = require('path');
const _ = require('lodash');
+const telemetry = require('..... | feat: telemetry capture report generate | artilleryio_artillery | train | js |
6b81ad2a79035065a54df134665a70308458dfa1 | diff --git a/src/Extensions/FacadeMethodExtension.php b/src/Extensions/FacadeMethodExtension.php
index <HASH>..<HASH> 100644
--- a/src/Extensions/FacadeMethodExtension.php
+++ b/src/Extensions/FacadeMethodExtension.php
@@ -47,7 +47,7 @@ final class FacadeMethodExtension implements MethodsClassReflectionExtension, Br
... | fix: facade extension concrete class resolver | nunomaduro_larastan | train | php |
b492a414ed6da31c199c350b2bdc2aaaaae1a15d | diff --git a/test/aio/ipctest.py b/test/aio/ipctest.py
index <HASH>..<HASH> 100644
--- a/test/aio/ipctest.py
+++ b/test/aio/ipctest.py
@@ -47,6 +47,7 @@ class IpcTest:
pass
process.kill()
+ process.wait()
IpcTest.i3_conn = None
async def command_checked(self, cmd):
diff --... | test: wait for i3 process to end | acrisci_i3ipc-python | train | py,py |
b8e79f4344e7762baa4be19055c375b0c74d36f4 | diff --git a/management_api.go b/management_api.go
index <HASH>..<HASH> 100644
--- a/management_api.go
+++ b/management_api.go
@@ -134,6 +134,7 @@ func (e *Enforcer) AddPolicies(rules [][]string) (bool, error) {
// Otherwise the function returns true by adding the new rule.
func (e *Enforcer) AddNamedPolicy(ptype str... | fix: slice reference (#<I>) | casbin_casbin | train | go |
4f8322ee752deeac0f317b53dba3571151982f31 | diff --git a/lib/elastomer.js b/lib/elastomer.js
index <HASH>..<HASH> 100644
--- a/lib/elastomer.js
+++ b/lib/elastomer.js
@@ -316,9 +316,9 @@ Elastomer.prototype._unbindView = function () {
this._unlink(this.getScope(), this, this.getModel())
}
this._unlink = null
- this._linked = false
}
+ t... | fix: Linked is set to false only when unlink method is defined | nodys_elastomer | train | js |
e0a5549b9008cd4fd7ae3726a4481eb2f107328a | diff --git a/samples/detect.js b/samples/detect.js
index <HASH>..<HASH> 100644
--- a/samples/detect.js
+++ b/samples/detect.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2017, Google, Inc.
+ * Copyright 2017 Google LLC
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in c... | docs(samples): remove session option from query params (#<I>) | googleapis_nodejs-dialogflow | train | js |
7961424d4e0cbe7e2b21fb666291e1bd35069846 | diff --git a/src/validations/branch.js b/src/validations/branch.js
index <HASH>..<HASH> 100644
--- a/src/validations/branch.js
+++ b/src/validations/branch.js
@@ -19,11 +19,16 @@ module.exports = {
},
run(expected) {
- return exec("git branch --no-color | sed -n '/\\* /s///p'").then(
- (br... | fix(validation): make the code cross-platform | inikulin_publish-please | train | js |
063b35e3ec16f122518490100d653a42f0d6889d | diff --git a/packages/oui-field/src/field.controller.js b/packages/oui-field/src/field.controller.js
index <HASH>..<HASH> 100644
--- a/packages/oui-field/src/field.controller.js
+++ b/packages/oui-field/src/field.controller.js
@@ -149,7 +149,9 @@ export default class FieldController {
checkAllErrors () {
... | fix(oui-field): checkAllErrors avoid undefined value (#<I>) | ovh-ux_ovh-ui-angular | train | js |
a189a5182a7981f8628b18d6afd10cccc132a9ca | diff --git a/lib/api_connect_client/user.rb b/lib/api_connect_client/user.rb
index <HASH>..<HASH> 100644
--- a/lib/api_connect_client/user.rb
+++ b/lib/api_connect_client/user.rb
@@ -1,11 +1,13 @@
class User < Base
- def initialize
+ def initialize(admin_user, admin_pass)
@headers = {
'X-IBM-APIManagemen... | feat(user): Add admin credentials to user#create | cffiebigc_api-connect-client | train | rb |
faed7f8f1aa6ce447fc949b11ae83664257358cf | diff --git a/core/src/polyfills.js b/core/src/polyfills.js
index <HASH>..<HASH> 100644
--- a/core/src/polyfills.js
+++ b/core/src/polyfills.js
@@ -6,10 +6,10 @@
// because import statements are hoisted during compilation.
import './polyfill-switches';
-// Polyfill Custom Elements v1 with global namespace pollution
... | fix(polyfills): Load ECMAScript standard features polyfills before Custom Elements polyfill. | OnsenUI_OnsenUI | train | js |
86bdbc4c7e44ff9e67db0fe852f590b0cfd66242 | diff --git a/client/js/s3/s3.xhr.upload.handler.js b/client/js/s3/s3.xhr.upload.handler.js
index <HASH>..<HASH> 100644
--- a/client/js/s3/s3.xhr.upload.handler.js
+++ b/client/js/s3/s3.xhr.upload.handler.js
@@ -391,12 +391,11 @@ qq.s3.XhrUploadHandler = function(spec, proxy) {
/* jshint eqnull:tr... | fix(s3-xhr-uploads): concurrently chunked S3 uploads w/ async key stall
fixes #<I> | FineUploader_fine-uploader | train | js |
df4b7c88dbf9cd87477c2e6433f10afc0a892833 | diff --git a/src/main/java/com/synopsys/integration/blackduck/codelocation/CodeLocationWaiter.java b/src/main/java/com/synopsys/integration/blackduck/codelocation/CodeLocationWaiter.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/synopsys/integration/blackduck/codelocation/CodeLocationWaiter.java
+++ b/src/mai... | chore: Add logging of the expected code locations to wait for at debug. | blackducksoftware_blackduck-common | train | java |
db97f1c1f68d5f95ad2d952225a3e359c2c06a07 | diff --git a/cmd/influx/task.go b/cmd/influx/task.go
index <HASH>..<HASH> 100644
--- a/cmd/influx/task.go
+++ b/cmd/influx/task.go
@@ -484,7 +484,7 @@ func taskRunFindCmd(f *globalFlags, opt genericCLIOpts) *cobra.Command {
cmd.Flags().StringVarP(&taskRunFindFlags.runID, "run-id", "", "", "run id")
cmd.Flags().Stri... | fix(influx): update default value of list tasks influx command to <I> (#<I>) | influxdata_influxdb | train | go |
b719d61a21094edbceec492dc73eb96656f44ea4 | diff --git a/lib/get-release.js b/lib/get-release.js
index <HASH>..<HASH> 100644
--- a/lib/get-release.js
+++ b/lib/get-release.js
@@ -1,16 +1,11 @@
const githubQueue = require('./github-queue')
module.exports = async function ({ installationId, owner, repo, version, sha }) {
- const headers = {
- Accept: 'appl... | fix(get-release): remove deprecated header | greenkeeperio_greenkeeper | train | js |
50566a85404b0cbf26db8dcd4241fd426de1bdb7 | diff --git a/packages/cli/commands/telemetry/index.js b/packages/cli/commands/telemetry/index.js
index <HASH>..<HASH> 100644
--- a/packages/cli/commands/telemetry/index.js
+++ b/packages/cli/commands/telemetry/index.js
@@ -1,12 +1,12 @@
const { sendEvent } = require("@webiny/cli/utils/sendEvent");
-const { globalConfi... | fix: use built-in utils to enable/disable telemetry | Webiny_webiny-js | train | js |
6980bb7080de7f8aa7a0e239b3f84a8339e8aabd | diff --git a/src/mixins/selection.js b/src/mixins/selection.js
index <HASH>..<HASH> 100644
--- a/src/mixins/selection.js
+++ b/src/mixins/selection.js
@@ -1,7 +1,7 @@
// @flow
/**
- * CSS to style the selection psuedo-element.
+ * CSS to style the selection pseudo-element.
*
* @example
* // Styles as object u... | docs(selection): Fix typo in selection comment (#<I>) | styled-components_polished | train | js |
bbcfe9b1de6ce699e7709d0bda628399991300a9 | diff --git a/embark-ui/src/services/api.js b/embark-ui/src/services/api.js
index <HASH>..<HASH> 100644
--- a/embark-ui/src/services/api.js
+++ b/embark-ui/src/services/api.js
@@ -241,7 +241,7 @@ export function webSocketProcess(credentials, processName) {
}
export function webSocketServices(credentials) {
- return... | fix: all ws endpoint use new technique
This is dues to those 2 endpoints being added
as the same time of the new technique | embark-framework_embark | train | js |
a68f465ea74d932ab00137fc6303ad5495355ecf | diff --git a/packages/build-tools/tasks/task-collections.js b/packages/build-tools/tasks/task-collections.js
index <HASH>..<HASH> 100644
--- a/packages/build-tools/tasks/task-collections.js
+++ b/packages/build-tools/tasks/task-collections.js
@@ -271,8 +271,8 @@ async function start() {
});
}
await Pro... | fix: swap order of watch vs serve tasks | bolt-design-system_bolt | train | js |
45d6d44e443edc2d91cb6c85750c71f6b9d44a3e | diff --git a/packages/build-tools/create-webpack-config.js b/packages/build-tools/create-webpack-config.js
index <HASH>..<HASH> 100644
--- a/packages/build-tools/create-webpack-config.js
+++ b/packages/build-tools/create-webpack-config.js
@@ -53,7 +53,7 @@ async function createWebpackConfig(buildConfig) {
let themif... | test: re-testing travis build times when generating the full css vars fallback code | bolt-design-system_bolt | train | js |
09f2670fdfb03d926001ab1e491921a850d0f7cb | diff --git a/lib/firebase.js b/lib/firebase.js
index <HASH>..<HASH> 100644
--- a/lib/firebase.js
+++ b/lib/firebase.js
@@ -82,7 +82,13 @@ exports.deployRules = function(rules, options) {
const method = 'PUT';
const body = typeof rules === 'string' ? rules : JSON.stringify({rules}, undefined, 2);
- return... | chore: do not expose http request on http error
HTTP error during firebase specs test would expose the full http request
details, including the auth token. Instead a http error will reject with
the HTTP status code and the response body. | goldibex_targaryen | train | js |
5d3237f5da2fbc29445f0bd801bea2eb00464670 | diff --git a/test/lib/cmd/test.test.js b/test/lib/cmd/test.test.js
index <HASH>..<HASH> 100644
--- a/test/lib/cmd/test.test.js
+++ b/test/lib/cmd/test.test.js
@@ -161,7 +161,7 @@ describe('test/lib/cmd/test.test.js', () => {
assert(stdout.match(/Error: this is an error/));
assert(stdout.match(/at ... | test: Node <I> has improved stack for promise (#<I>) | eggjs_egg-bin | train | js |
c6ecb6283896e59936e17d33b907e5a8466b1a5f | diff --git a/lib/instrumentation/index.js b/lib/instrumentation/index.js
index <HASH>..<HASH> 100644
--- a/lib/instrumentation/index.js
+++ b/lib/instrumentation/index.js
@@ -79,21 +79,18 @@ Instrumentation.prototype.addPatch = function (name, handler) {
return
}
- const ret = this._patches.add(name, handler... | fix: don't return anything from the module patch functions (#<I>) | elastic_apm-agent-nodejs | train | js |
640a2d4bf13ca2716b5c00980e8ad3d0da932b6a | diff --git a/spec/operators/sample-spec.js b/spec/operators/sample-spec.js
index <HASH>..<HASH> 100644
--- a/spec/operators/sample-spec.js
+++ b/spec/operators/sample-spec.js
@@ -51,6 +51,19 @@ describe('Observable.prototype.sample', function () {
expectSubscriptions(e2.subscriptions).toBe(e2subs);
});
+ it(... | test(sample): add early unsubscription test for sample | ReactiveX_rxjs | train | js |
beb2836ecda3e14a0dacabb30a51e664282c06cf | diff --git a/go/vt/wrangler/tablet.go b/go/vt/wrangler/tablet.go
index <HASH>..<HASH> 100644
--- a/go/vt/wrangler/tablet.go
+++ b/go/vt/wrangler/tablet.go
@@ -127,8 +127,9 @@ func (wr *Wrangler) StartReplication(ctx context.Context, tablet *topodatapb.Tab
return wr.TabletManagerClient().StartReplication(ctx, tablet, ... | docs: fix comment explaining SetReplicationSource in wrangler | vitessio_vitess | train | go |
090ed3e6801c134ca5fd4ffca8c5bfdb596ed566 | diff --git a/modules/fuse-box-responsive-api/dev-imports.js b/modules/fuse-box-responsive-api/dev-imports.js
index <HASH>..<HASH> 100644
--- a/modules/fuse-box-responsive-api/dev-imports.js
+++ b/modules/fuse-box-responsive-api/dev-imports.js
@@ -2,7 +2,7 @@ var $fsmp$ = (function() {
function loadRemoteScript(url) {... | fix: dev-imports should contain es5 only. (#<I>)
Using a ES6 feature in dev-imports.js breaks uglifyjs. | fuse-box_fuse-box | train | js |
df96e2c03b8457e0cecaec6ba7f461c97f124dff | diff --git a/webpack.config.js b/webpack.config.js
index <HASH>..<HASH> 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -51,15 +51,9 @@ function configure (filename, opts = {}) {
type: 'umd'
}
},
- externals: Object
- .keys(require('./package').dependencies)
- .reduce((p, dep... | chore(webpack): simplify externals | aeternity_aepp-sdk-js | train | js |
ad2a61586e0d75bdeb417c529877ff1512aacf08 | diff --git a/bin/semantic-release.js b/bin/semantic-release.js
index <HASH>..<HASH> 100755
--- a/bin/semantic-release.js
+++ b/bin/semantic-release.js
@@ -52,6 +52,7 @@ npmconf.load({}, function (err, conf) {
auth: {
token: env.NPM_TOKEN
},
+ cafile: conf.get('cafile'),
loglevel: conf.get('logl... | feat(ssl): expose cafile from npm config | semantic-release_semantic-release | train | js |
c9c5f5ab5c8033dcb11260ccec22fe9b6d1f25c4 | diff --git a/lib/hydrate.js b/lib/hydrate.js
index <HASH>..<HASH> 100644
--- a/lib/hydrate.js
+++ b/lib/hydrate.js
@@ -3,6 +3,13 @@ import response from './response'
export default function (req) {
return function (value) {
return new Promise((resolve, reject) => {
+ if (!value) {
+ var error = new... | feat(hydrate): throw error on empty cache | RasCarlito_axios-cache-adapter | train | js |
498a5c083a98f70d2077067559446428a21e486b | diff --git a/system/CodeIgniter.php b/system/CodeIgniter.php
index <HASH>..<HASH> 100644
--- a/system/CodeIgniter.php
+++ b/system/CodeIgniter.php
@@ -316,6 +316,11 @@ class CodeIgniter
return;
}
+ // spark command has nothing to do with HTTP redirect and 404
+ if (defined('SPARKED... | fix: spark does not show Exception | codeigniter4_CodeIgniter4 | train | php |
aee3f51ef655f01ca4050530bedf188e23ec27e7 | diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js
index <HASH>..<HASH> 100644
--- a/docs/.vitepress/config.js
+++ b/docs/.vitepress/config.js
@@ -11,7 +11,7 @@ module.exports = {
repo: 'vuejs/vue-devtools',
logo: '/logo-header.svg',
docsDir: 'docs',
- docsBranch: 'next',
+ docsBran... | docs: fix edit links (#<I>)
- 'next' points to non-existent location, <I> error on Github.
- 'main' should be what you're looking for here. | vuejs_vue-devtools | train | js |
1778c196e85d302a30b6f688404c812f5c76910f | diff --git a/test/unit/util.spec.js b/test/unit/util.spec.js
index <HASH>..<HASH> 100644
--- a/test/unit/util.spec.js
+++ b/test/unit/util.spec.js
@@ -11,6 +11,7 @@
/* global describe, it*/
const util = require('../../lib/util')
+const _ = require('lodash')
const chai = require('chai')
const expect = chai.expect
... | feat(util): isolate lodash instance on collection
util manages an isolated instance of lodash to wrap collections and exposes a method to add mixins
to the same instance. | adonisjs_adonis-lucid | train | js |
8497bb13277d17a3eeb11a244d86d6827aacdcf9 | diff --git a/spec/webview-spec.js b/spec/webview-spec.js
index <HASH>..<HASH> 100644
--- a/spec/webview-spec.js
+++ b/spec/webview-spec.js
@@ -1488,9 +1488,10 @@ describe('<webview> tag', function () {
zoomFactor: 1.2
}
})
+ const zoomEventPromise = emittedOnce(ipcMain, 'webview-parent-z... | fix: potential flake/race in webview specs (#<I>) | electron_electron | train | js |
5c2d36225d6a76aa5fdb6c51337d94cffd137a70 | diff --git a/tsdb/index.go b/tsdb/index.go
index <HASH>..<HASH> 100644
--- a/tsdb/index.go
+++ b/tsdb/index.go
@@ -1296,7 +1296,11 @@ func (is IndexSet) MeasurementNamesByExpr(auth query.Authorizer, expr influxql.E
// Return filtered list if expression exists.
if expr != nil {
- return is.measurementNamesByExpr(... | fix(tsdb): copy measurement names when expression is provided
We already make copies when no expression is provided, because
the backing slices may go away if the shard they came from is
closed. This fixes the other spot where some backing slices
would be returned. | influxdata_influxdb | train | go |
ebcee9a32c91d95fc3b92da0883cb27b213585dc | diff --git a/packages/@vue/cli-service/lib/commands/build/index.js b/packages/@vue/cli-service/lib/commands/build/index.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli-service/lib/commands/build/index.js
+++ b/packages/@vue/cli-service/lib/commands/build/index.js
@@ -62,7 +62,7 @@ module.exports = (api, options)... | fix: spawn scripts with node, fix modern mode with Yarn 2 (Berry) (#<I>)
See <URL> | vuejs_vue-cli | train | js |
7fa122b8b970886b3a95a4129a91c7cf50dc9e35 | diff --git a/src/components/Modal/Modal.js b/src/components/Modal/Modal.js
index <HASH>..<HASH> 100644
--- a/src/components/Modal/Modal.js
+++ b/src/components/Modal/Modal.js
@@ -323,7 +323,7 @@ export default class Modal extends Component {
{!passiveModal && (
<div className={`${prefix}--modal-foot... | fix(modal): uses secondary button on danger modal for componentsX (#<I>) | carbon-design-system_carbon-components-react | train | js |
4fbfa9ae66640d99e7331cb2e76cdbd35ea87f2e | diff --git a/src/main/launch.js b/src/main/launch.js
index <HASH>..<HASH> 100644
--- a/src/main/launch.js
+++ b/src/main/launch.js
@@ -2,9 +2,20 @@ import path from 'path';
import { shell, BrowserWindow } from 'electron';
+let launchIpynb;
+
+export function getPath(url) {
+ const nUrl = url.substring(url.indexOf... | feat(ipynb): added logic to handle local ipynb links directly | nteract_nteract | train | js |
bf70c400223f8f2e5fc0cecbf8b05794649b548e | diff --git a/docs/plugins/gatsby-remark-figma-images/index.js b/docs/plugins/gatsby-remark-figma-images/index.js
index <HASH>..<HASH> 100644
--- a/docs/plugins/gatsby-remark-figma-images/index.js
+++ b/docs/plugins/gatsby-remark-figma-images/index.js
@@ -74,7 +74,7 @@ module.exports = (props, pluginOptions) => {
f... | fix: don't break build for misconfigured Figma
images | kiwicom_orbit-components | train | js |
6543e0013f60a18273700d1fe41b909773b2933a | diff --git a/cozy-create-app.js b/cozy-create-app.js
index <HASH>..<HASH> 100644
--- a/cozy-create-app.js
+++ b/cozy-create-app.js
@@ -130,6 +130,9 @@ function bootstrapApp (rootPath, appName) {
color: 'yellow'
}).start()
+ // create a package.json here to avoid being detected as subdirectory
+ // by yarn a... | fix: avoid being detected as subdirectory by yarn :bug: | CPatchane_create-cozy-app | train | js |
2c7f351ae9b4cf395698b3d9249d9ef7cfe6c617 | diff --git a/src/formatInputValue.js b/src/formatInputValue.js
index <HASH>..<HASH> 100644
--- a/src/formatInputValue.js
+++ b/src/formatInputValue.js
@@ -4,7 +4,7 @@ export default function formatInputValue({
country,
name
}) {
- const out = `${name}
+ const out = `${name},
${city ? `${city},` : ''}
${adm... | fix(value): put a comma after the suggestion name in value | algolia_places | train | js |
cd9d7d36daceb26e9f86b419af58dcaf70f0bbeb | diff --git a/test/index.js b/test/index.js
index <HASH>..<HASH> 100644
--- a/test/index.js
+++ b/test/index.js
@@ -22,7 +22,12 @@ export function test(name, cb) {
describe(name, () => cb({
functionalContext,
- mount,
+ mount (component, options) {
+ if (component.options) {
+ component = com... | test: retrieve options from ExtendedVue | vuetifyjs_vuetify | train | js |
fed70dd2b977ada0ab3e765932e121aee0a0faf4 | diff --git a/src/components/grid/index.js b/src/components/grid/index.js
index <HASH>..<HASH> 100644
--- a/src/components/grid/index.js
+++ b/src/components/grid/index.js
@@ -39,9 +39,9 @@ const
export default angular
.module('ccms.components.grid', [loading, dynamicAttr, checkbox])
- .component('ccGrid', gridDDO)... | fix(grid): 修复grid服务前缀错误 (#<I>) | ShuyunFF2E_ccms-components | train | js |
8da0dc3d524b67e941ce51588eaf2f30976cfa78 | diff --git a/lib/boot/load/tymly-loader/load-dir.js b/lib/boot/load/tymly-loader/load-dir.js
index <HASH>..<HASH> 100644
--- a/lib/boot/load/tymly-loader/load-dir.js
+++ b/lib/boot/load/tymly-loader/load-dir.js
@@ -44,16 +44,17 @@ module.exports = function loadDir (rootDir, allComponents, options) {
const dirConte... | refactor: Let's just do the path.join once | wmfs_tymly-core | train | js |
24a6a4701f5f3142c9da311d6e9c7515bc2f7fdb | diff --git a/packages/embark/src/lib/modules/blockchain_connector/provider.js b/packages/embark/src/lib/modules/blockchain_connector/provider.js
index <HASH>..<HASH> 100644
--- a/packages/embark/src/lib/modules/blockchain_connector/provider.js
+++ b/packages/embark/src/lib/modules/blockchain_connector/provider.js
@@ -1... | fix: handle the case where account is an object | embark-framework_embark | train | js |
5fbe4ff1fba8681deed6f84b17073f13c2d15b5f | diff --git a/packages/cli-plugin-deploy-pulumi/plugins/pendingOperationsInfo.js b/packages/cli-plugin-deploy-pulumi/plugins/pendingOperationsInfo.js
index <HASH>..<HASH> 100644
--- a/packages/cli-plugin-deploy-pulumi/plugins/pendingOperationsInfo.js
+++ b/packages/cli-plugin-deploy-pulumi/plugins/pendingOperationsInfo.... | fix: remove extra "here" word | Webiny_webiny-js | train | js |
f35e2aa77892213a3db21752519ca2b77deeea2b | diff --git a/packages/vaex-hdf5/setup.py b/packages/vaex-hdf5/setup.py
index <HASH>..<HASH> 100644
--- a/packages/vaex-hdf5/setup.py
+++ b/packages/vaex-hdf5/setup.py
@@ -13,7 +13,7 @@ author_email = "maartenbreddels@gmail.com"
license = 'MIT'
version = version.__version__
url = 'https://www.github.com/maartenbredde... | fix(hdf5): update requirements (h5py and s3fs) | vaexio_vaex | train | py |
a10f1ec87ddbb21e055a31e28affba7b39038f8a | diff --git a/packages/radio-button/src/RadioButton.test.js b/packages/radio-button/src/RadioButton.test.js
index <HASH>..<HASH> 100644
--- a/packages/radio-button/src/RadioButton.test.js
+++ b/packages/radio-button/src/RadioButton.test.js
@@ -15,15 +15,12 @@ describe("RadioButton", () => {
});
describe("event h... | test: remove before block for setting up event handler mock | Autodesk_hig | train | js |
f4774a9578ff0c296ccc4fe09a655e3e899be520 | diff --git a/src/bots/actions.js b/src/bots/actions.js
index <HASH>..<HASH> 100644
--- a/src/bots/actions.js
+++ b/src/bots/actions.js
@@ -32,6 +32,8 @@ var config = function (cwd) {
}
}.bind(this),
navigate: function (url, next) {
+ // Template the url just in case
+ ... | fix(navigate): get a parsed url through template plugin | damonjs_damon | train | js |
c6502b1672f37042544e017dc04aade991b336dc | diff --git a/packages/extract-svg-sprite-webpack-plugin/lib/utils/replacer.js b/packages/extract-svg-sprite-webpack-plugin/lib/utils/replacer.js
index <HASH>..<HASH> 100644
--- a/packages/extract-svg-sprite-webpack-plugin/lib/utils/replacer.js
+++ b/packages/extract-svg-sprite-webpack-plugin/lib/utils/replacer.js
@@ -3... | fix: webpack 4 support
This change is necessary for extract-svg-sprite-webpack-plugin to be compatible with webpack 4. In that version of webpack, the second argument to NormalModule.source is the runtime template used by the target compilation. If not provided, webpack code which attempts to use the runtime will fail... | JetBrains_svg-mixer | train | js |
ac96d277492df34ba107e093c177ea77eda09361 | diff --git a/packages/wdio-cli/src/utils.js b/packages/wdio-cli/src/utils.js
index <HASH>..<HASH> 100644
--- a/packages/wdio-cli/src/utils.js
+++ b/packages/wdio-cli/src/utils.js
@@ -354,12 +354,19 @@ export function getPathForFileGeneration(answers){
process.cwd(),
path.dirname(answers.pages ... | fix(cli): backslash replacement on win<I> (#<I>) | webdriverio_webdriverio | train | js |
c9ebf822266b0f2b6082df036da4f7ccf82f11a6 | diff --git a/src/test/java/com/conveyal/gtfs/loader/JDBCTableWriterTest.java b/src/test/java/com/conveyal/gtfs/loader/JDBCTableWriterTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/conveyal/gtfs/loader/JDBCTableWriterTest.java
+++ b/src/test/java/com/conveyal/gtfs/loader/JDBCTableWriterTest.java
@@ -421,7... | test(table-writer): ensure copy-on-update shape_id persists in db | conveyal_gtfs-lib | train | java |
edcea44e4a4328c2d4ff0800fb77aa7dcc5cd739 | diff --git a/scripts/semantic-release-create-version.js b/scripts/semantic-release-create-version.js
index <HASH>..<HASH> 100644
--- a/scripts/semantic-release-create-version.js
+++ b/scripts/semantic-release-create-version.js
@@ -1,12 +1,12 @@
const fs = require("fs");
+const glob = require("glob");
const { version ... | ci(semantic-release): add current version to all distributions in ./pkg | octokit_endpoint.js | train | js |
0c1e07e9bb4f62c11044e177a57bc4e2635362bc | diff --git a/rollup.config.js b/rollup.config.js
index <HASH>..<HASH> 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -74,32 +74,25 @@ const config = [
],
},
- // esm minify
- {
- external: production
- ? external.concat(nodeModule)
- : nodeModule,
- input: pkg.module,
- plugins:... | chore: only compile esm.min.js during production | waitingsong_node-rxwalker | train | js |
4fea5dc0936874056ac246e9bd23de2c99778a74 | diff --git a/value.go b/value.go
index <HASH>..<HASH> 100644
--- a/value.go
+++ b/value.go
@@ -226,7 +226,9 @@ func (vlog *valueLog) rewrite(f *logFile) error {
moved++
// This new entry only contains the key, and a pointer to the value.
ne := new(Entry)
- ne.meta = 0 // Remove all bits. Different keyspac... | fix(GC): Set bits correctly for moved keys (#<I>)
When keys are moved because of the GC, we were removing the
bitDiscardEarlierVersions and other bits. Only the transaction markers
should be removed and all the other bits should be kept. | dgraph-io_badger | train | go |
416d08cffb023f7416e769a56c9673412380e11e | diff --git a/packages/fontkit/src/opentype/OTProcessor.js b/packages/fontkit/src/opentype/OTProcessor.js
index <HASH>..<HASH> 100644
--- a/packages/fontkit/src/opentype/OTProcessor.js
+++ b/packages/fontkit/src/opentype/OTProcessor.js
@@ -335,9 +335,12 @@ export default class OTProcessor {
}
applyContext(table)... | fix: fontkit scoping issue on phase variable (#<I>) | diegomura_react-pdf | train | js |
70513ff2d89f31711f36427dc4668eff19ca1226 | diff --git a/test/server/worker/simpleworker.spec.js b/test/server/worker/simpleworker.spec.js
index <HASH>..<HASH> 100644
--- a/test/server/worker/simpleworker.spec.js
+++ b/test/server/worker/simpleworker.spec.js
@@ -1259,7 +1259,8 @@ describe('Simple worker', function () {
});
});
- it('should fai... | test: faulty test case (caused termination) skipped
Former-commit-id: <I>d<I>a<I>e<I>a<I>a<I>b0db<I>a3ea<I>f | webgme_webgme-engine | train | js |
dd16bcd44f2807fffec22a443d2287eb19c432dd | diff --git a/vyper/parser/global_context.py b/vyper/parser/global_context.py
index <HASH>..<HASH> 100644
--- a/vyper/parser/global_context.py
+++ b/vyper/parser/global_context.py
@@ -49,20 +49,7 @@ class GlobalContext:
# Statements of the form:
# variable_name: type
elif isinstanc... | chore: remove `implements` from global context | ethereum_vyper | train | py |
e70e9ad0452c697ae2ed87101a31c5a67a7e1667 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -56,6 +56,7 @@ module.exports = function (grunt) {
'src/service/default-interpolation.js',
'src/service/storage-key.js',
'src/directive/translate.js',
+ 'src/directive/translat... | fix(build): Add missing translate-attr directive to Gruntfile.js
Resolves #<I> | angular-translate_angular-translate | train | js |
85b1f12a76fbe3d899a71e0e5c1fb397d8730f0e | diff --git a/test/core/both/test-bitswap.js b/test/core/both/test-bitswap.js
index <HASH>..<HASH> 100644
--- a/test/core/both/test-bitswap.js
+++ b/test/core/both/test-bitswap.js
@@ -66,7 +66,7 @@ describe('bitswap', () => {
// cause browser nodes don't have a websockets addrs
// TODO, what we rea... | test(core): fix address to connect to | ipfs_js-ipfs | train | js |
cae022fb136cecbe39ba7e1cd50a0a6ed6071ee9 | diff --git a/lib/api-client/resources/history.js b/lib/api-client/resources/history.js
index <HASH>..<HASH> 100644
--- a/lib/api-client/resources/history.js
+++ b/lib/api-client/resources/history.js
@@ -883,7 +883,7 @@ History.cleanupConfiguration = function(params,done) {
* Delete the history of a single variable
... | chore(history): make linter happy | camunda_camunda-bpm-sdk-js | train | js |
5d9c117f01b74c2c374c89a61451ddaba84a6e68 | diff --git a/packages/node_modules/@webex/plugin-memberships/src/memberships.js b/packages/node_modules/@webex/plugin-memberships/src/memberships.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@webex/plugin-memberships/src/memberships.js
+++ b/packages/node_modules/@webex/plugin-memberships/src/memberships.... | test(p-memberships): fix "created" property | webex_spark-js-sdk | train | js,js |
832748afb0208831d97160b6bfcfedf06824cfb0 | diff --git a/source/rafcon/gui/models/library_state.py b/source/rafcon/gui/models/library_state.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/gui/models/library_state.py
+++ b/source/rafcon/gui/models/library_state.py
@@ -58,7 +58,7 @@ class LibraryStateModel(AbstractStateModel):
# logger.debug("initi... | feat(library_state): Convert debug to verbose log
"Do not initialize state copy ..." is just printed too often without any
gain for users. | DLR-RM_RAFCON | train | py |
464ef25898ebd88c95d3578aae6318ef4985d72b | diff --git a/src/client/ClientDataResolver.js b/src/client/ClientDataResolver.js
index <HASH>..<HASH> 100644
--- a/src/client/ClientDataResolver.js
+++ b/src/client/ClientDataResolver.js
@@ -46,7 +46,7 @@ class ClientDataResolver {
if (typeof user === 'string') return this.client.users.get(user) || null;
if (... | fix(ClientDataResolver): return a user in resolveUser when passing guild (#<I>) | discordjs_discord.js | train | js |
935f9432be38059e1ab5e0ad08738a8683c3d97d | diff --git a/test/core/interface.spec.js b/test/core/interface.spec.js
index <HASH>..<HASH> 100644
--- a/test/core/interface.spec.js
+++ b/test/core/interface.spec.js
@@ -74,8 +74,7 @@ describe('interface-ipfs-core tests', function () {
}]
})
- // TODO needs MFS module to be updated
- // tests.filesMFS(defa... | test: re-enable MFS tests (#<I>)
No idea why or how these became commented out.
License: MIT | ipfs_js-ipfs | train | js |
993af5994444b3d9f7f31857eb6e051dc6b2154d | diff --git a/core/src/polyfills.js b/core/src/polyfills.js
index <HASH>..<HASH> 100644
--- a/core/src/polyfills.js
+++ b/core/src/polyfills.js
@@ -7,7 +7,7 @@
import './polyfill-switches';
// Polyfill Custom Elements v1 with global namespace pollution
-import '@webcomponents/custom-elements';
+import '@webcomponent... | fix(polyfills): Include original source code of `@webcomponents/custom-elements`. | OnsenUI_OnsenUI | train | js |
5ed90dd0a35f3e11cb0a0b3abdedabafa0847c89 | diff --git a/test/pipeline.spec.js b/test/pipeline.spec.js
index <HASH>..<HASH> 100644
--- a/test/pipeline.spec.js
+++ b/test/pipeline.spec.js
@@ -1,4 +1,3 @@
-import {PromiseBackend} from '../node_modules/deferred/src/PromiseMock';
import {Pipeline, COMPLETED, REJECTED, CANCELLED} from '../src/pipeline';
describe(... | chore(tests): removing unnecessary import | angular_router | train | js |
08b2c73faa74fdb86f4a9a960e4ea5800cdd70a6 | diff --git a/lib/resolver_sequence_tasks.js b/lib/resolver_sequence_tasks.js
index <HASH>..<HASH> 100644
--- a/lib/resolver_sequence_tasks.js
+++ b/lib/resolver_sequence_tasks.js
@@ -23,10 +23,11 @@ exports.DNSServiceResolve = function DNSServiceResolve(options) {
if (fullname) service.fullname = f... | fix: only unwrap TXT record if present | agnat_node_mdns | train | js |
8a9affa04d44de1604d472c3918dee38e6aea6f3 | diff --git a/intranet/apps/eighth/views/attendance.py b/intranet/apps/eighth/views/attendance.py
index <HASH>..<HASH> 100644
--- a/intranet/apps/eighth/views/attendance.py
+++ b/intranet/apps/eighth/views/attendance.py
@@ -300,7 +300,7 @@ def take_attendance_view(request, scheduled_activity_id):
present_user... | fix(eighth): fix bug preventing regular attendance
Introduced in 5c7b<I>c<I>e1eb8b<I>bfa<I>d<I>bafbd<I>eba | tjcsl_ion | train | py |
cb660bc790ecc4facb00220c618756d615121741 | diff --git a/src/sortable.js b/src/sortable.js
index <HASH>..<HASH> 100644
--- a/src/sortable.js
+++ b/src/sortable.js
@@ -11,7 +11,7 @@ angular.module('ui.sortable', []).value('uiSortableConfig',{}).directive('uiSort
var onReceive, onRemove, onStart, onStop, onUpdate, opts = {};
attrs.$observe('ui-... | fix: slight tweak to $observe code | angular-ui_ui-sortable | train | js |
3b3adc70b7be7379bb751259a30b373ee4a28566 | diff --git a/src/Http/Composers/CharacterLayout.php b/src/Http/Composers/CharacterLayout.php
index <HASH>..<HASH> 100644
--- a/src/Http/Composers/CharacterLayout.php
+++ b/src/Http/Composers/CharacterLayout.php
@@ -55,6 +55,10 @@ class CharacterLayout
if (! RefreshToken::where('character_id', $this->request-... | fix(characters): ensure character view don't throw a null exception
avoid null exception when user attempt to show a character for which no token is registered. | eveseat_web | train | php |
319a81c580d01621cd624c07fe76ea7f1b1c7c1d | diff --git a/src/utils/TimeSlots.js b/src/utils/TimeSlots.js
index <HASH>..<HASH> 100644
--- a/src/utils/TimeSlots.js
+++ b/src/utils/TimeSlots.js
@@ -19,7 +19,7 @@ export function getSlotMetrics({ min: start, max: end, step, timeslots }) {
1 + dates.diff(start, end, 'minutes') + getDstOffset(start, end)
const ... | fix: numGroups calculation (#<I>) | intljusticemission_react-big-calendar | train | js |
ee7284c048f21c0fed96cb6e9f93eabf18ebcf66 | diff --git a/ui/src/lang.js b/ui/src/lang.js
index <HASH>..<HASH> 100644
--- a/ui/src/lang.js
+++ b/ui/src/lang.js
@@ -52,12 +52,14 @@ export default {
else {
if (fromSSR === false) {
const el = document.documentElement
- el.setAttribute('dir', lang.rtl ? 'rtl' : 'ltr')
+ el... | fix(date): lang usage in date utils | quasarframework_quasar | train | js |
bac16622426d21768ebf6b4c895936965a3ffd66 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -69,7 +69,7 @@ setup(
'PyYaml>=4.2b1',
'dnspython>=1.15.0',
'futures>=3.2.0; python_version<"3.2"',
- 'ipaddress>=1.0.22',
+ 'ipaddress>=1.0.22; python_version<"3.2"',
'natsort... | fix: dependency 'ipaddress' unnecessary for py >= <I> | github_octodns | train | py |
db7419f88f84a9e4e0de5cde4918788f477fa1a6 | diff --git a/lib/components/form/settings-selector-panel.js b/lib/components/form/settings-selector-panel.js
index <HASH>..<HASH> 100644
--- a/lib/components/form/settings-selector-panel.js
+++ b/lib/components/form/settings-selector-panel.js
@@ -26,7 +26,7 @@ class SettingsSelectorPanel extends Component {
}
... | feat(form): Add Biketown+Transit to mode selector form | opentripplanner_otp-react-redux | train | js |
6cfbd16e1d4f95339768fbe3cc62e172d3148d77 | diff --git a/structs.go b/structs.go
index <HASH>..<HASH> 100644
--- a/structs.go
+++ b/structs.go
@@ -1859,6 +1859,7 @@ const (
ErrCodeStageTopicContainsNotAllowedWordsForPublicStages = 20031
ErrCodeGuildPremiumSubscriptionLevelTooLow = 20035
+ ErrCodeMaximumGuildsRea... | feat(structs): added ErrCodeMaximumGuildsReached back | bwmarrin_discordgo | train | go |
c8608332403fcad9777df378ad0c677dac876556 | diff --git a/test/react-tests.js b/test/react-tests.js
index <HASH>..<HASH> 100644
--- a/test/react-tests.js
+++ b/test/react-tests.js
@@ -30,6 +30,9 @@ describe('React components', () => {
});
it('should return true if valid xpath is found in stateless react component', () => {
+ if (/0\.13/.test(React.vers... | test: Skip stateless test on react <I> | relekang_have-xpath | train | js |
72836ffcc3b926c80f298b5a82a0116e3f6b70fe | diff --git a/vyper/parser/expr.py b/vyper/parser/expr.py
index <HASH>..<HASH> 100644
--- a/vyper/parser/expr.py
+++ b/vyper/parser/expr.py
@@ -493,8 +493,9 @@ class Expr:
["add", ["sha3_32", right], ["mload", MemoryPositions.FREE_LOOP_INDEX]],
]
else:
+ load_operation =... | fix: calldata array for in comparator | ethereum_vyper | train | py |
8a77075cff893254a65309eb58d3e820482e2168 | diff --git a/cmd/argocd/commands/app.go b/cmd/argocd/commands/app.go
index <HASH>..<HASH> 100644
--- a/cmd/argocd/commands/app.go
+++ b/cmd/argocd/commands/app.go
@@ -1081,9 +1081,9 @@ func NewApplicationDiffCommand(clientOpts *argocdclient.ClientOptions) *cobra.Co
var live *unstructured.Unstructured
var ta... | fix: CLI renders flipped diff results (#<I>) | argoproj_argo-cd | train | go |
c4e235243bcf39455c8379a351689479e36d1caf | diff --git a/abci/tests/client_server_test.go b/abci/tests/client_server_test.go
index <HASH>..<HASH> 100644
--- a/abci/tests/client_server_test.go
+++ b/abci/tests/client_server_test.go
@@ -19,9 +19,12 @@ func TestClientServerNoAddrPrefix(t *testing.T) {
assert.NoError(t, err, "expected no error on NewServer")
err... | test: stop abci server started in addr test (#<I>)
This test would fail if run with "go test -count=2" because it uses a
fixed address and was not closing the server, so the subsequent run
could not bind to the address.
While closing the server is correct, it would probably be better if the
API was able to repor... | tendermint_tendermint | train | go |
a42eb5e172d8b723cf2556ff6c6c6c1da090363d | diff --git a/source/rafcon/gui/models/modification_history.py b/source/rafcon/gui/models/modification_history.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/gui/models/modification_history.py
+++ b/source/rafcon/gui/models/modification_history.py
@@ -31,7 +31,7 @@ from gtkmvc3.observable import Observable
from r... | fix(modification_history): fix issue introduced by refactor/history
Incomplete refactoring in b<I>a7bab | DLR-RM_RAFCON | train | py |
089f65fd2acb284fa741f4faf302ec34660026b6 | diff --git a/src/rest/RequestHandler.js b/src/rest/RequestHandler.js
index <HASH>..<HASH> 100644
--- a/src/rest/RequestHandler.js
+++ b/src/rest/RequestHandler.js
@@ -103,7 +103,7 @@ class RequestHandler {
// NodeFetch error expected for all "operational" errors, such as 500 status code
this.busy = false;... | fix(RequestHandler): pass HTTPError pass path instead of route as path | discordjs_discord.js | train | js |
097b82b82b054691013ff12425e69e8f9cbd09af | diff --git a/src/Task/Runner.php b/src/Task/Runner.php
index <HASH>..<HASH> 100644
--- a/src/Task/Runner.php
+++ b/src/Task/Runner.php
@@ -236,7 +236,7 @@ class Runner
{
$delay = $this->getDelay();
- usleep($delay * 1000000);
+ usleep((int) ($delay * 1000000));
}
/** | fix: PHP <I> compatibility for Task\Runner::backOff (#<I>) | googleapis_google-api-php-client | train | php |
57a29536dba89c100f9f168fa68d89c2366ef263 | diff --git a/src/component.js b/src/component.js
index <HASH>..<HASH> 100644
--- a/src/component.js
+++ b/src/component.js
@@ -75,7 +75,8 @@ export default {
}
},
beforeDestroy() {
- if (this.widget) {
+ // todo: remove dispose flub
+ if (this.widget && this.widget.dispose) {
this._instance.r... | fix(core): only remove widgets that can be removed
to delete after <URL> | algolia_vue-instantsearch | train | js |
9c3850ef8d87c222611c019870be8d466ad11799 | diff --git a/src/store.js b/src/store.js
index <HASH>..<HASH> 100644
--- a/src/store.js
+++ b/src/store.js
@@ -72,8 +72,9 @@ const store = new Vuex.Store({
file
}
let html = marked(text, {
- renderer: markedRenderer(env, hooks),
- highlight
+ renderer: markedRenderer(hooks),
... | refactor: inject env to marked options
so that plugins can use env too | egoist_docute | train | js,js |
5ba75a949958965dfeda1d623fab47ed834a114c | diff --git a/website/src/components/controls/Help.js b/website/src/components/controls/Help.js
index <HASH>..<HASH> 100644
--- a/website/src/components/controls/Help.js
+++ b/website/src/components/controls/Help.js
@@ -17,8 +17,12 @@ export const Container = styled.div`
}
`
-export const Help = ({ children }) =... | fix(website): do not try to run dedent when help text is undefined | plouc_nivo | train | js |
4fca96ffe6507a4f1904fd44a3d5f46da43c9fb3 | diff --git a/intranet/apps/sessionmgmt/views.py b/intranet/apps/sessionmgmt/views.py
index <HASH>..<HASH> 100644
--- a/intranet/apps/sessionmgmt/views.py
+++ b/intranet/apps/sessionmgmt/views.py
@@ -57,12 +57,13 @@ def trust_session_view(request):
description += request.user_agent.os.family
- Tr... | fix(sessionmgmt): don't attempt to create duplicate TrustedSessions | tjcsl_ion | train | py |
e38ae99c9330795086ef43e89271f632db43f75b | diff --git a/test/_utils/snapshots/build.js b/test/_utils/snapshots/build.js
index <HASH>..<HASH> 100644
--- a/test/_utils/snapshots/build.js
+++ b/test/_utils/snapshots/build.js
@@ -11,11 +11,9 @@ const files = [
'dist/assets/icons/safari-pinned-tab.svg',
'dist/assets/logo.svg',
'dist/bundle.js',
- 'dist/bun... | chore(test): removed .map from snap | PolymerX_polymerx-cli | train | js |
d7e78d59962a577360316a3773bc8bf9db1ced1a | diff --git a/src/server/lib/oauth/client.js b/src/server/lib/oauth/client.js
index <HASH>..<HASH> 100644
--- a/src/server/lib/oauth/client.js
+++ b/src/server/lib/oauth/client.js
@@ -169,7 +169,7 @@ async function getOAuth2AccessToken (code, provider, codeVerifier) {
resolve({
accessToken,
- ... | fix: leave accessTokenExpires as null
Forwarding expires_in as is to accessTokenExpires has shown to cause issues with Prisma, and maybe with other flows as well. Setting it back to `null` for now. We still forward `expires_in`, so users can use it if they want to.
Fixes #<I> | iaincollins_next-auth | train | js |
bd1d875c3d1eedb8fa39dfaa15b2bf273eaccebf | diff --git a/utils.go b/utils.go
index <HASH>..<HASH> 100644
--- a/utils.go
+++ b/utils.go
@@ -517,11 +517,11 @@ var md5Pool = sync.Pool{New: func() interface{} { return md5.New() }}
var sha256Pool = sync.Pool{New: func() interface{} { return sha256.New() }}
func newMd5Hasher() md5simd.Hasher {
- return hashWrapper... | fix: sync.Pool usage use sync.Pool.Get instead of sync.Pool.New (#<I>) | minio_minio-go | train | go |
a29ec693dfdeddd21bea3365a725fe0d33b2c196 | diff --git a/v1/tsdb/shard_test.go b/v1/tsdb/shard_test.go
index <HASH>..<HASH> 100644
--- a/v1/tsdb/shard_test.go
+++ b/v1/tsdb/shard_test.go
@@ -166,6 +166,7 @@ func TestMaxSeriesLimit(t *testing.T) {
opts.Config.WALDir = filepath.Join(tmpDir, "wal")
opts.Config.MaxSeriesPerDatabase = 1000
opts.InmemIndex = inm... | fix(tsdb): MaxSeriesPerDatabase is only supported by the inmem index | influxdata_influxdb | train | go |
300f6f3fee99977ec4f168820b0ca5b53a90d119 | diff --git a/packages/patternfly-4/react-tokens/build/generateTokens.js b/packages/patternfly-4/react-tokens/build/generateTokens.js
index <HASH>..<HASH> 100644
--- a/packages/patternfly-4/react-tokens/build/generateTokens.js
+++ b/packages/patternfly-4/react-tokens/build/generateTokens.js
@@ -21,9 +21,10 @@ cssFiles.f... | fix(tokens): Use only light theme variables (#<I>) | patternfly_patternfly-react | train | js |
2d976b96b2d5e614f86f3090e48ce3ec21ec7270 | diff --git a/packages/date/src/DateField.js b/packages/date/src/DateField.js
index <HASH>..<HASH> 100644
--- a/packages/date/src/DateField.js
+++ b/packages/date/src/DateField.js
@@ -4,11 +4,11 @@ import { Label } from 'reactstrap';
import { FormGroup, Feedback } from '@availity/form';
import Date from './Date';
-c... | fix(DateField): use id as for in label | Availity_availity-react | train | js |
e1a8508a20a54cf88fe8d0c25b2fb014b6618dda | diff --git a/test/puppeteer.js b/test/puppeteer.js
index <HASH>..<HASH> 100644
--- a/test/puppeteer.js
+++ b/test/puppeteer.js
@@ -5,7 +5,7 @@
var puppeteer = require('puppeteer');
var kit = require('nokit');
-module.exports = puppeteer.launch().then(function (browser) {
+module.exports = puppeteer.launch({args: ['... | fix: travis puppeteer setting | ysmood_yaku | train | js |
bac8e42eae10f04a4866684024f7a8729c1c57d0 | diff --git a/resize.go b/resize.go
index <HASH>..<HASH> 100644
--- a/resize.go
+++ b/resize.go
@@ -9,14 +9,12 @@ import "C"
import (
"errors"
"math"
- "runtime"
)
// Resize is used to transform a given image as byte buffer
// with the passed options.
func Resize(buf []byte, o Options) ([]byte, error) {
def... | fix(resize): runtime.KeepAlive is only Go | h2non_bimg | train | go |
5daffa84009ec7745b514b3f4ceb6604d78918ee | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -44,7 +44,7 @@ const QrcodeVue = {
return createElement(
'div',
{
- class: className,
+ class: this.class || className,
attrs: { value, level, background, foreground },... | fix: rename className to class | scopewu_qrcode.vue | train | js |
7c6a77af586d60faee76f64ec4cf0bf325fef53c | diff --git a/test/renderer/middleware-spec.js b/test/renderer/middleware-spec.js
index <HASH>..<HASH> 100644
--- a/test/renderer/middleware-spec.js
+++ b/test/renderer/middleware-spec.js
@@ -8,7 +8,7 @@ chai.use(sinonChai);
describe('The error middleware', () => {
- it('errors with a payload message when given', ... | chore(tests): Fix poor description. | nteract_nteract | train | js |
1915771cf5abd740ce46642af83cfcebeb8e360a | diff --git a/packages/theme-data/src/baseTheme/components/toggle.js b/packages/theme-data/src/baseTheme/components/toggle.js
index <HASH>..<HASH> 100644
--- a/packages/theme-data/src/baseTheme/components/toggle.js
+++ b/packages/theme-data/src/baseTheme/components/toggle.js
@@ -72,7 +72,7 @@ export default {
"toggle... | feat: toggle background color updated
Updated to surface level <I> | Autodesk_hig | train | js |
c64158340718c0192e2e83f65081b0d8413f657d | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -30,6 +30,10 @@ class ClosureCompilerPlugin {
this.requestShortener = new RequestShortener(compiler.context);
compiler.plugin('compilation', (compilation) => {
+ if (compilation.compiler.parent... | fix: actually use the option to skip child compilations | webpack-contrib_closure-webpack-plugin | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.