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
ea9751b1417e2f9baefdd9f9e7e36ad44ebed235
diff --git a/tests/spec/create.spec.js b/tests/spec/create.spec.js index <HASH>..<HASH> 100644 --- a/tests/spec/create.spec.js +++ b/tests/spec/create.spec.js @@ -100,11 +100,11 @@ describe('create', () => { const packageName = 'com.test.app1'; const projectName = 'testcreate'; return verifyC...
test(create): further increase timeouts to avoid false negatives (#<I>)
apache_cordova-ios
train
js
e7dd9c8fe3de77a48d96e4d9a5346999949c80d5
diff --git a/src/controller.js b/src/controller.js index <HASH>..<HASH> 100644 --- a/src/controller.js +++ b/src/controller.js @@ -115,6 +115,17 @@ Controller.prototype.getSettings = function() { return this.settings; }; + +/** + * Return whether or not we're in a mobile environment. + * + * @return {boolean} Tru...
fix: Fix undefined isMobile in sdk-impl. Fixes #<I> (#<I>)
googleads_videojs-ima
train
js,js
41ac4260c3b1c642abf2c56672e4d094fe1e9cdd
diff --git a/sphinx_revealjs/directives.py b/sphinx_revealjs/directives.py index <HASH>..<HASH> 100644 --- a/sphinx_revealjs/directives.py +++ b/sphinx_revealjs/directives.py @@ -61,10 +61,10 @@ REVEALJS_SECTION_ATTRIBUTES = { "data-auto-animate-duration": directives.unchanged, "data-auto-animate-easing": dir...
fix: some attributes are not flag type - data-auto-animate-id - data-autoslide Refs: #<I>
attakei_sphinx-revealjs
train
py
c1ad5786a3b9342fc9885a631097be3adf4a832f
diff --git a/packages/scaffold/src/templates/package.js b/packages/scaffold/src/templates/package.js index <HASH>..<HASH> 100644 --- a/packages/scaffold/src/templates/package.js +++ b/packages/scaffold/src/templates/package.js @@ -29,7 +29,7 @@ const packageTemplate = ({ }, "scripts": { "clean": "rm -rf lib"...
chore(Scaffold): update scaffold tool to generate package.json with updated build command affects: @crave/farmblocks-dev-scaffold
CraveFood_farmblocks
train
js
81e427d9a579a297fe60c2ee398163d4c079ec25
diff --git a/middleware/auth.js b/middleware/auth.js index <HASH>..<HASH> 100644 --- a/middleware/auth.js +++ b/middleware/auth.js @@ -3,7 +3,7 @@ class Auth { * Check user scope before processing request */ verify(req, res, endpoint) { - if (!req.user.scp.includes(endpoint.scope) && !req.user.scp.include...
fix: Prevent auth check when no scope is required
cubic-js_cubic
train
js
8cd721f59c167a47e93a0037c5e7db8fc49e37fd
diff --git a/packages/utils/src/awsGetAll.js b/packages/utils/src/awsGetAll.js index <HASH>..<HASH> 100644 --- a/packages/utils/src/awsGetAll.js +++ b/packages/utils/src/awsGetAll.js @@ -8,13 +8,13 @@ export default ({ markerDataKey, valuesKey, }) => { - const _getAll = async (marker) => { // eslint-disable-lin...
refactor(utils): rename internal function in awsGetAll to avoid eslint-disable-line affects: @goldwasserexchange/utils
goldwasserexchange_public
train
js
f38d6c915f8750fe9bea142438ea3dcf623c645c
diff --git a/python/setup.py b/python/setup.py index <HASH>..<HASH> 100755 --- a/python/setup.py +++ b/python/setup.py @@ -109,7 +109,7 @@ if platform.system() == 'Darwin': setup( name='neuroglancer', - version='2.14', + version='2.15', description='Python data backend for neuroglancer, a WebGL-based...
chore: bump python package version to <I>
google_neuroglancer
train
py
85d9607f12d82e92a1369dffbe31fff14668a458
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 @@ -165,7 +165,7 @@ async function ensurePr(prConfig) { let prBody = handlebars.compile(config.prBody)(config); if (config.isGitHub && !config.privateRepo) { ...
fix: better escape all # chars in PR bodies
renovatebot_renovate
train
js
7649e6f291c93090d55700785c9a71689e102728
diff --git a/components/diagram/layouts/flow.js b/components/diagram/layouts/flow.js index <HASH>..<HASH> 100644 --- a/components/diagram/layouts/flow.js +++ b/components/diagram/layouts/flow.js @@ -16,11 +16,15 @@ export class DFlowLayout extends DLayout { return { ...super.defaults(), ...
feat(Diagram): add some comments, #<I>
ksc-fe_kpc
train
js,js
92e38f48a6d8395aa7e94739f419313c0a50e30f
diff --git a/EventListener/FilterEventListener.php b/EventListener/FilterEventListener.php index <HASH>..<HASH> 100644 --- a/EventListener/FilterEventListener.php +++ b/EventListener/FilterEventListener.php @@ -70,7 +70,7 @@ class FilterEventListener private function addQueryBuilderFilter() { - $adde...
fix(filter): prevent duplicate joins
whatwedo_TableBundle
train
php
6a48f7642802b54604ee8950765891fe425f504c
diff --git a/lib/process.js b/lib/process.js index <HASH>..<HASH> 100644 --- a/lib/process.js +++ b/lib/process.js @@ -144,6 +144,6 @@ module.exports = function(src, filename, config) { return { code: output.code, - map + map: map && map.toJSON() } }
fix: convert SourceMapGenerator to RawSourceMap - pick from #<I>
vuejs_vue-jest
train
js
1e6a2fb1c236f9fbc1a2007116bf1df54bc46e5e
diff --git a/packages/wpcom.js/test/util.js b/packages/wpcom.js/test/util.js index <HASH>..<HASH> 100644 --- a/packages/wpcom.js/test/util.js +++ b/packages/wpcom.js/test/util.js @@ -20,23 +20,37 @@ function Util(){} Util.wpconn = function(){ var wpconn = new WPCONN(); - var token = tdata.token; - wpconn.setTok...
test: add public and provte blog methods
Automattic_wp-calypso
train
js
85aa32ff97da261b8645e69fcad1589821d0425f
diff --git a/app/reducers/processes.js b/app/reducers/processes.js index <HASH>..<HASH> 100644 --- a/app/reducers/processes.js +++ b/app/reducers/processes.js @@ -12,6 +12,7 @@ export const processesReducer = (processes = {}, action) => { R.merge( act.payload, { + id, type: ...
fix(processesReducer): add id into process state
xodio_xod
train
js
828d912181abe73e4f2861e02d5b9f53462301ad
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -41,7 +41,7 @@ module.exports = (options = {}) => { fs.exists(filePath, (exists) => { if (!exists) { - deferred.reject(new Error(`File ${filePath} does not exist`)); + deferr...
feat: do not fail if banner file does not exist
mjeanroy_rollup-plugin-license
train
js,js
2c7c63e2fe8ca2e0204d3c422e0fe7eda0e35148
diff --git a/packages/@vue/cli-service/lib/Service.js b/packages/@vue/cli-service/lib/Service.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli-service/lib/Service.js +++ b/packages/@vue/cli-service/lib/Service.js @@ -91,7 +91,6 @@ module.exports = class Service { './commands/build', './commands/insp...
fix(ui): remove ui from built in plugin list
vuejs_vue-cli
train
js
53db34f39e18b8637f04431df266ae7b2c32ce3c
diff --git a/lib/module.js b/lib/module.js index <HASH>..<HASH> 100644 --- a/lib/module.js +++ b/lib/module.js @@ -9,7 +9,7 @@ module.exports = async function module (moduleOptions) { const initialRules = Object.assign([], this.options.redirect, moduleOptions) // Transform each "from" value to a RegExp for late...
refactor: better Object.assign usage
nuxt-community_redirect-module
train
js
5d08c00bda6bfccb18bb425f1a75a35818d42042
diff --git a/interfacer_test.go b/interfacer_test.go index <HASH>..<HASH> 100644 --- a/interfacer_test.go +++ b/interfacer_test.go @@ -25,7 +25,7 @@ const testdata = "testdata" var ( name = flag.String("name", "", "name of the test to run") warnsRe = regexp.MustCompile(`^WARN (.*)\n?$`) - singleRe = regexp.Mu...
test: separate comment warnings with a comma
mvdan_interfacer
train
go
ac43276e83ea160104dd8aac4007d1d483874f52
diff --git a/packages/mdc-textfield/adapter.js b/packages/mdc-textfield/adapter.js index <HASH>..<HASH> 100644 --- a/packages/mdc-textfield/adapter.js +++ b/packages/mdc-textfield/adapter.js @@ -74,6 +74,7 @@ class MDCTextFieldAdapter { /** * Returns true if the root element contains the given class name. * ...
refactor(text-field): Fix Closure Doc annotation in the Adapter (#<I>)
material-components_material-components-web
train
js
13806bb0f5c1fcfef91dc22515fe21b3dfeb47f3
diff --git a/src/client/ui/action_logger.js b/src/client/ui/action_logger.js index <HASH>..<HASH> 100644 --- a/src/client/ui/action_logger.js +++ b/src/client/ui/action_logger.js @@ -8,7 +8,7 @@ const preStyle = { border: '1px solid #ECECEC', borderRadius: 4, backgroundColor: '#FFF', - margin: '0', + margin:...
fix(warning): Fix the React Warning about CSS property (#<I>) Since React@<I>, React warns us about the CSS unitless string value such as `margin: "0"`.
storybooks_storybook
train
js
0ddebc7a809ef0358442f0ac22b692c43f0fd8e5
diff --git a/src/lib/modules/pipeline/index.js b/src/lib/modules/pipeline/index.js index <HASH>..<HASH> 100644 --- a/src/lib/modules/pipeline/index.js +++ b/src/lib/modules/pipeline/index.js @@ -287,10 +287,11 @@ class Pipeline { } async.map( files, - async function...
fix: using async with async npm
embark-framework_embark
train
js
87782ac8aa545f67b22b6f631f782c72f2987532
diff --git a/source/application/layouts/index.js b/source/application/layouts/index.js index <HASH>..<HASH> 100644 --- a/source/application/layouts/index.js +++ b/source/application/layouts/index.js @@ -37,6 +37,7 @@ function layout(props) { .join('\n')} ${scriptRefs .filter(isRelative) + .filter(scrip...
fix: filter out ref with {"uri": null}
patternplate-archive_patternplate-server
train
js
adfd0dc46fbd4285732d953893bba9c4dbfb4da3
diff --git a/nodes/get-entities/get-entities.js b/nodes/get-entities/get-entities.js index <HASH>..<HASH> 100644 --- a/nodes/get-entities/get-entities.js +++ b/nodes/get-entities/get-entities.js @@ -140,6 +140,9 @@ module.exports = function(RED) { entities = await filter(Object.values(states), async en...
feat(get-entities): timeSinceChangedMs is not a filterable property Closes #<I>
zachowj_node-red-contrib-home-assistant-websocket
train
js
694a0faf18a1d664b3689dd4e77e85cb62c1d5ff
diff --git a/packages/react-router-navigation-core/src/TypeDefinitions.js b/packages/react-router-navigation-core/src/TypeDefinitions.js index <HASH>..<HASH> 100644 --- a/packages/react-router-navigation-core/src/TypeDefinitions.js +++ b/packages/react-router-navigation-core/src/TypeDefinitions.js @@ -45,5 +45,6 @@ exp...
fix(react-router-navigation-core): add loadedTabs field to TabsRendererProps type
winoteam_react-router-navigation
train
js
42a236d9c8cfa12db35b21fdd1c19e17040c060a
diff --git a/src/cellmanager.js b/src/cellmanager.js index <HASH>..<HASH> 100644 --- a/src/cellmanager.js +++ b/src/cellmanager.js @@ -643,7 +643,7 @@ export default class CellManager { } focusCellInDirection(direction) { - if (!this.$focusedCell) { + if (!this.$focusedCell || (this.$editingCe...
fix: use left, right, up, down keys while editing cell value
frappe_datatable
train
js
6c53d1127fc1cb7d2a86802e5831642a40ff1e41
diff --git a/src/components/tabs/js/tabDirective.js b/src/components/tabs/js/tabDirective.js index <HASH>..<HASH> 100644 --- a/src/components/tabs/js/tabDirective.js +++ b/src/components/tabs/js/tabDirective.js @@ -103,6 +103,7 @@ function MdTab () { scope: scope, parent: scope.$parent, ...
fix(tabs): adds ui-sref/ng-href support to tabs Closes #<I>
angular_material
train
js,js
c2d63a353a44122e4268757e21231dd169d8740f
diff --git a/tests/gui/execution/test_dynamic_state_operations.py b/tests/gui/execution/test_dynamic_state_operations.py index <HASH>..<HASH> 100644 --- a/tests/gui/execution/test_dynamic_state_operations.py +++ b/tests/gui/execution/test_dynamic_state_operations.py @@ -13,6 +13,7 @@ from rafcon.utils import log logge...
fix(tests): test_dynamic_state_insertion is unstable under Ubuntu the dynamic_library_insertion parameterization works, the other two not will open issue
DLR-RM_RAFCON
train
py
718124329f99e61983dfc337bc2fb554a9f5e1db
diff --git a/src/lib/image/image.shim.js b/src/lib/image/image.shim.js index <HASH>..<HASH> 100644 --- a/src/lib/image/image.shim.js +++ b/src/lib/image/image.shim.js @@ -41,12 +41,12 @@ var ImageUtil = { imageHelper.orient( { orientation: file && file.image ? file.image.orientation : '...
style(helper-image): Failling back to old ES for legacy sdk code
webex_spark-js-sdk
train
js,js
931b7b52fa71491e3e1ff4bb6ad2d948368d25e5
diff --git a/lib/handlers/connect.js b/lib/handlers/connect.js index <HASH>..<HASH> 100644 --- a/lib/handlers/connect.js +++ b/lib/handlers/connect.js @@ -186,17 +186,17 @@ function restoreSubs (arg, done) { function storeWill (arg, done) { var client = this.client client.will = client._will - if (client.will) ...
fix: Delete will even if no will specified on clinet connect
mcollina_aedes
train
js
bfad67aa02cfd71a8ac9441c321b20cd432f1906
diff --git a/lib/promise-test-helper.js b/lib/promise-test-helper.js index <HASH>..<HASH> 100644 --- a/lib/promise-test-helper.js +++ b/lib/promise-test-helper.js @@ -1,6 +1,10 @@ "use strict"; +function isPromise(obj) { + return obj && typeof obj.then === 'function'; +} + function shouldFulfilled(promise) { - ...
fix(main): doesn't dependency of global `Promise`
azu_promise-test-helper
train
js
870518d3ff26887b68b6f3e5831977855a4cc77f
diff --git a/scripts/pixelation_correction.py b/scripts/pixelation_correction.py index <HASH>..<HASH> 100644 --- a/scripts/pixelation_correction.py +++ b/scripts/pixelation_correction.py @@ -7,6 +7,11 @@ for emodulus computation and isoelastics. This script partially reproduces figures 2, 4, and 5 of Christoph Herold...
docs: tell user what to pass as an argument
ZELLMECHANIK-DRESDEN_dclab
train
py
67482044d2f9c079fcd892f7416059fd35ea1e84
diff --git a/internal/pipe/release/release.go b/internal/pipe/release/release.go index <HASH>..<HASH> 100644 --- a/internal/pipe/release/release.go +++ b/internal/pipe/release/release.go @@ -20,9 +20,6 @@ func (Pipe) String() string { // Default sets the pipe defaults func (Pipe) Default(ctx *context.Context) error...
fix: defaults when release is disabled closes #<I>
goreleaser_goreleaser
train
go,go
d8b0fc93b8053230fdbc35b1a8e71cd2e736b0ce
diff --git a/tests/environments/domain/test_model.py b/tests/environments/domain/test_model.py index <HASH>..<HASH> 100644 --- a/tests/environments/domain/test_model.py +++ b/tests/environments/domain/test_model.py @@ -31,12 +31,3 @@ def describe_image(): model.FromLayer('base'), model.Working...
test(environments): disable naming requirement
PolyJIT_benchbuild
train
py
f3e3a0bbb61d43d7c7efc3ad9143dcccb53d7fa5
diff --git a/src/PersianNumber.js b/src/PersianNumber.js index <HASH>..<HASH> 100644 --- a/src/PersianNumber.js +++ b/src/PersianNumber.js @@ -35,7 +35,7 @@ class PersianNumber extends Component { render() { let { children } = this.props; - if (!children instanceof 'array') { + if (typeof children !== '...
fix: Fix a problem with checking type of the children
evandhq_react-persian
train
js
306cb7671cc7982a58eb58b876dff457a1e5cef8
diff --git a/src/Jobs/Middleware/RequireCorporationRole.php b/src/Jobs/Middleware/RequireCorporationRole.php index <HASH>..<HASH> 100644 --- a/src/Jobs/Middleware/RequireCorporationRole.php +++ b/src/Jobs/Middleware/RequireCorporationRole.php @@ -59,6 +59,13 @@ class RequireCorporationRole return; ...
feat: improve logging when character role is missing
eveseat_eveapi
train
php
039011c94948547b00e2b18ff46be683467b7630
diff --git a/lib/worker.js b/lib/worker.js index <HASH>..<HASH> 100644 --- a/lib/worker.js +++ b/lib/worker.js @@ -130,7 +130,7 @@ module.exports = async function worker (scheduleJob, channel, job) { return } - const priority = isPayed ? 3 : (data.name === 'added' || data.name === 'create-initial...
feat(worker): fix typo
greenkeeperio_greenkeeper
train
js
ee873618d4e13aaca7bf6b4ba2cf92a3bbcf3d67
diff --git a/src/Http/Controllers/Corporation/ContractsController.php b/src/Http/Controllers/Corporation/ContractsController.php index <HASH>..<HASH> 100644 --- a/src/Http/Controllers/Corporation/ContractsController.php +++ b/src/Http/Controllers/Corporation/ContractsController.php @@ -42,7 +42,7 @@ class ContractsCont...
fix(contracts): Remove non-existing variable from contract index (#<I>)
eveseat_web
train
php
57041e02651c46e8429597748538e9658aba2be7
diff --git a/src/components/configure-intl-provider/configure-intl-provider.js b/src/components/configure-intl-provider/configure-intl-provider.js index <HASH>..<HASH> 100644 --- a/src/components/configure-intl-provider/configure-intl-provider.js +++ b/src/components/configure-intl-provider/configure-intl-provider.js @...
feat: add callback to hide app loading screen
commercetools_merchant-center-application-kit
train
js
e57e9d55e0547ed6a430609867afbb74d1012ca5
diff --git a/src/android/NotificareUtils.java b/src/android/NotificareUtils.java index <HASH>..<HASH> 100644 --- a/src/android/NotificareUtils.java +++ b/src/android/NotificareUtils.java @@ -207,7 +207,9 @@ public class NotificareUtils { JSONObject assetMap = new JSONObject(); assetMap.put("assetTitle...
fix: allow nullable asset urls ISSUE SDK-<I>
Notificare_notificare-push-lib-cordova
train
java
7e7f7d204be8c6f903ad29a6f5fdbe1819b01da6
diff --git a/settings.js b/settings.js index <HASH>..<HASH> 100644 --- a/settings.js +++ b/settings.js @@ -9,7 +9,7 @@ module.exports = { project: { title: "My Component Library", version: null, - path: Path.dirname(require.main.filename) + path: null }, components: { ...
fix(paths): fix source paths issues
frctl_fractal
train
js,js,js
53a816b17af4293ed26a0d7bb9f08f161785f40b
diff --git a/cmd/os_unix.go b/cmd/os_unix.go index <HASH>..<HASH> 100644 --- a/cmd/os_unix.go +++ b/cmd/os_unix.go @@ -232,9 +232,16 @@ func readDirFn(dirPath string, fn func(name string, typ os.FileMode) error) erro // Return count entries at the directory dirPath and all entries // if count is set to -1 func readD...
fix: readdir fallback on root of the drive (#<I>) fixes #<I>
minio_minio
train
go
774056d044c3d74fe2c372b93cce016ed4ed6982
diff --git a/intranet/apps/users/views.py b/intranet/apps/users/views.py index <HASH>..<HASH> 100644 --- a/intranet/apps/users/views.py +++ b/intranet/apps/users/views.py @@ -100,10 +100,7 @@ def picture_view(request, user_id, year=None): specified, use the preferred picture. """ - try: - ...
refactor(users): use more get_object_or_<I>
tjcsl_ion
train
py
6cfa05863188bb1c9376a6601e8cef4c0b96e6f7
diff --git a/test/various.js b/test/various.js index <HASH>..<HASH> 100644 --- a/test/various.js +++ b/test/various.js @@ -100,11 +100,17 @@ describe('rserve-client', function() { exec('npm run start-rserve', resolve); }); }) - ...
test: reconnects: after restart: don't wait arbitrary amount, poll for started state
jakutis_rserve-client
train
js
f2a2e878cf2567a50e7852cf2bcf0933d6149358
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,27 @@ 'use strict'; -const defaultOptions = {}; +const defaultOptions = { + dampingIncrease: 10e-2, + dampingDecrease: 10e-2, + maxIterations: 100, + errorTolerance: 10e-3 +}; -function...
feat: check that the data has the correct format
mljs_levenberg-marquardt
train
js
d27d224cfe5a958f30d1a012df5b5aa1baf1e27c
diff --git a/menubar.js b/menubar.js index <HASH>..<HASH> 100644 --- a/menubar.js +++ b/menubar.js @@ -1,9 +1,9 @@ const path = require('path') const Positioner = require('./positioner') const merge = require('lodash.merge') -const {EventEmitter} = require('events') +const { EventEmitter } = require('events') const...
fix: positioning on vertical displays (#5)
hacdias_electron-menubar
train
js,js
2e68de3c4d4063abd602af157e13e3dccda16bdf
diff --git a/src/template-registry-entry.js b/src/template-registry-entry.js index <HASH>..<HASH> 100644 --- a/src/template-registry-entry.js +++ b/src/template-registry-entry.js @@ -29,7 +29,7 @@ export class TemplateRegistryEntry { useResources, i, ii, current, src; this.template = template; - useR...
feat(views): view imports are now done with <require> This is a BREAKING CHANGE. The import/use tag is no longer used. We now use the <require> tag for the same purpose.
aurelia_loader
train
js
6da31c9deef1dbb001ebabc0c13377b0f44e7e7c
diff --git a/mitogen/core.py b/mitogen/core.py index <HASH>..<HASH> 100644 --- a/mitogen/core.py +++ b/mitogen/core.py @@ -374,7 +374,7 @@ def io_op(func, *args): :returns: Tuple of `(return_value, disconnected)`, where `return_value` is the - return value of `func(\*args)`, and `disconnected` is...
docs: Remove unneeded backslash escapes Python 3.x was emitting a DeprecationWarning. AFAICT there has been no impact on the HTML rendering.
dw_mitogen
train
py,py
4683a8b9b3b604e1961034458d986aaca08d0971
diff --git a/lib/https/index.js b/lib/https/index.js index <HASH>..<HASH> 100644 --- a/lib/https/index.js +++ b/lib/https/index.js @@ -310,9 +310,9 @@ function _handleWebsocket(socket, clientIp, clientPort, callback, wss) { headers.host = util.getMatcherValue(_rules.hostname); } - var reqHeaders ...
feat: The websocket supports the reqHeaders rule
avwo_whistle
train
js
d1c64ca9a9573e48b2c054b259060768ca2758e2
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 @@ -124,7 +124,7 @@ module.exports = { themeConfig: { logo: '/logo.png', displayAllHeaders: false, - sidebarDepth: 2, + sidebarDepth: 0, side...
docs: don't show headings for intro page
open-wc_open-wc
train
js
566847288e3a8dfe2e94b1aff7c96be9a1f246f3
diff --git a/lib/quasar-config.js b/lib/quasar-config.js index <HASH>..<HASH> 100644 --- a/lib/quasar-config.js +++ b/lib/quasar-config.js @@ -361,7 +361,7 @@ class QuasarConfig { if (this.ctx.mode.ssr) { cfg.ssr = merge({ - pwa: true, + pwa: false, componentCache: { max:...
feat: Default mode for SSR is now off
quasarframework_quasar-cli
train
js
2790a7f5408d22bbab1d9737a977d4b8a3896210
diff --git a/engine/src/main/java/org/camunda/bpm/engine/impl/cfg/StandaloneInMemProcessEngineConfiguration.java b/engine/src/main/java/org/camunda/bpm/engine/impl/cfg/StandaloneInMemProcessEngineConfiguration.java index <HASH>..<HASH> 100644 --- a/engine/src/main/java/org/camunda/bpm/engine/impl/cfg/StandaloneInMemPro...
fix(engine): rename default InMem-DB rename default In-Memory datamase to 'camunda' in order to reflect the description in the the docs.
camunda_camunda-bpm-platform
train
java
1da9c982faee9aec491a7991732e5a8ef1fb90b3
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ import setuptools.command.bdist_rpm # It might throw IndexError and so on. VERSION = [re.search(r'^VERSION = "([^"]+)"', l).groups()[0] for l - in open(glob.glob("src/*/globals.py")[0]).readlines()...
fix: file object is an iterator yields lines in it so that readlines() is not needed to call
ssato_python-anyconfig
train
py
a6896c64a6007c6c619cbfe31e0e000a68f340bb
diff --git a/cursor.js b/cursor.js index <HASH>..<HASH> 100644 --- a/cursor.js +++ b/cursor.js @@ -700,7 +700,8 @@ function initializeCursor(cursor, callback) { } // Otherwise fall back to regular find path - cursor.cursorState.cursorId = result.cursorId; + const cursorId = result.cursorId || ...
fix(cursor): ensure that cursor id defaults to 0
mongodb_node-mongodb-native
train
js
0b1160fbd869ee2991d68e3b022e4b652e544f65
diff --git a/src/Commands/RollbackGeneratorCommand.php b/src/Commands/RollbackGeneratorCommand.php index <HASH>..<HASH> 100755 --- a/src/Commands/RollbackGeneratorCommand.php +++ b/src/Commands/RollbackGeneratorCommand.php @@ -72,6 +72,7 @@ class RollbackGeneratorCommand extends Command CommandData::$COMMA...
style: Apply fixes from StyleCI (#<I>)
InfyOmLabs_laravel-generator
train
php
f3d3f0f4d2de55ea31b18ba96adaae81277949ab
diff --git a/src/Util/ASTUtil.js b/src/Util/ASTUtil.js index <HASH>..<HASH> 100644 --- a/src/Util/ASTUtil.js +++ b/src/Util/ASTUtil.js @@ -94,7 +94,7 @@ export default class ASTUtil { if (node.type === 'ClassDeclaration' && node.id.name === name) return {classNode: node, exported: false}; if (node.type ...
fix(variable): crash when finding class. ``` // crash with this code export default class {} export const foo = new Foo(); ``` <URL>
esdoc_esdoc
train
js
c519b9b959e6ee5ce18d8b662cfb7de6582f2e19
diff --git a/lib/db.js b/lib/db.js index <HASH>..<HASH> 100644 --- a/lib/db.js +++ b/lib/db.js @@ -393,7 +393,7 @@ var collectionKeys = [ ]; /** - * Fetch a specific collection (containing the actual collection information). If the application does not use strict mode you can + * Fetch a specific collection (contai...
fix(jsdoc): mark db.collection callback as optional + typo fix (#<I>) * fix(jsdoc): mark db.collection callback as optional * fix(jsdoc): typo
mongodb_node-mongodb-native
train
js
df557cec8093de301a8d7dea4ddca8670629c0af
diff --git a/lib/launcher.js b/lib/launcher.js index <HASH>..<HASH> 100644 --- a/lib/launcher.js +++ b/lib/launcher.js @@ -76,6 +76,13 @@ var Launcher = function(emitter, injector) { }); return deferred.promise; }; + + browser.restart = function() { + var self = this; + ...
fix(launcher): compatibility with old launchers Add missing restart() method.
karma-runner_karma
train
js
77a7b1b1f3c3cbe50ce0db20b2ebc39012fbca78
diff --git a/bigquery/client.py b/bigquery/client.py index <HASH>..<HASH> 100644 --- a/bigquery/client.py +++ b/bigquery/client.py @@ -227,7 +227,7 @@ class BigQueryClient(object): """ Submit a query job to BigQuery. This is similar to BigQueryClient.query, but gives the user - direct...
docs: fix simple typo, offical -> official There is a small typo in bigquery/client.py. Should read `official` rather than `offical`.
tylertreat_BigQuery-Python
train
py
52213451bc523982a139db6e936e989d8db1c641
diff --git a/unit/connection_string_spec_tests.js b/unit/connection_string_spec_tests.js index <HASH>..<HASH> 100644 --- a/unit/connection_string_spec_tests.js +++ b/unit/connection_string_spec_tests.js @@ -32,6 +32,14 @@ describe('Connection String (spec)', function() { }); }); + it('should correctly parse ...
fix(uri-parser): Incorrect parsing of arrays Arrays passed in to the uri string by repeating fields are now parsed correctly. Fixes NODE-<I>
mongodb_node-mongodb-native
train
js
39da8271559d468dceb427469ab3c6da4333cd33
diff --git a/packages/ringcentral-integration/modules/Conversations/index.js b/packages/ringcentral-integration/modules/Conversations/index.js index <HASH>..<HASH> 100644 --- a/packages/ringcentral-integration/modules/Conversations/index.js +++ b/packages/ringcentral-integration/modules/Conversations/index.js @@ -166,6...
fix: deal with delay conversations (#<I>)
ringcentral_ringcentral-js-widgets
train
js
60f4ad69336cd89193ac0a4888859f1708439572
diff --git a/lib/components/narrative/line-itin/realtime-time-column.js b/lib/components/narrative/line-itin/realtime-time-column.js index <HASH>..<HASH> 100644 --- a/lib/components/narrative/line-itin/realtime-time-column.js +++ b/lib/components/narrative/line-itin/realtime-time-column.js @@ -27,6 +27,11 @@ const Stat...
refactor(RealtimeTimeColumn): Extract styles for delay display.
opentripplanner_otp-react-redux
train
js
0b57989f36883697ad3d7eca48c420737e931cc4
diff --git a/lib/compile/equal.js b/lib/compile/equal.js index <HASH>..<HASH> 100644 --- a/lib/compile/equal.js +++ b/lib/compile/equal.js @@ -1,3 +1,5 @@ 'use strict'; +// do NOT remove this file - it would break pre-compiled schemas +// https://github.com/epoberezkin/ajv/issues/889 module.exports = require('fast-...
docs: equal.js file is needed, closes #<I>
epoberezkin_ajv
train
js
759e19fc273ae224bb6c8a81797d696fba543bd2
diff --git a/extend.php b/extend.php index <HASH>..<HASH> 100644 --- a/extend.php +++ b/extend.php @@ -23,4 +23,7 @@ return [ (new Extend\Event()) ->listen(Activated::class, Listeners\AddDefaultGroup::class), + + (new Extend\Settings()) + ->default('fof-default-group.group', 3), ]; diff --git...
fix: Don't attempt to apply group membership if the user is already a member of that group (#<I>) * Use default settings extender * Don't attempt to apply group if the user is already a member of that group
FriendsOfFlarum_default-group
train
php,php
fe4302fdaf6d504128d971d5189bbae1b43e8235
diff --git a/tests/unit/Model/Subscription/DeliveryTest.php b/tests/unit/Model/Subscription/DeliveryTest.php index <HASH>..<HASH> 100644 --- a/tests/unit/Model/Subscription/DeliveryTest.php +++ b/tests/unit/Model/Subscription/DeliveryTest.php @@ -10,7 +10,7 @@ namespace Commercetools\Core\Model\Subscription; use Comme...
test(Subscription): fix delivery payload test
commercetools_commercetools-php-sdk
train
php
0bb91ecc0ae8da8f6143ad52456baa5d56e258ad
diff --git a/src/Leevel/Database/Ddd/Entity.php b/src/Leevel/Database/Ddd/Entity.php index <HASH>..<HASH> 100644 --- a/src/Leevel/Database/Ddd/Entity.php +++ b/src/Leevel/Database/Ddd/Entity.php @@ -1987,7 +1987,7 @@ abstract class Entity implements IArray, IJson, JsonSerializable, ArrayAccess } else { ...
refactor(ddd): Code poem
hunzhiwange_framework
train
php
8ebfdb3eacb3e78189fed935599d8862d4be5ded
diff --git a/helper/testlog/testlog.go b/helper/testlog/testlog.go index <HASH>..<HASH> 100644 --- a/helper/testlog/testlog.go +++ b/helper/testlog/testlog.go @@ -73,8 +73,13 @@ func Logger(t LogPrinter) *log.Logger { //HCLogger returns a new test hc-logger. func HCLogger(t LogPrinter) hclog.Logger { + level := hcl...
test: add NOMAD_TEST_LOG_LEVEL env var to tune log levels
hashicorp_nomad
train
go
5bfc9204b9ff1c58b85bb5bcd715f8fe37a970f7
diff --git a/lib/transforms/fetch_resource.js b/lib/transforms/fetch_resource.js index <HASH>..<HASH> 100644 --- a/lib/transforms/fetch_resource.js +++ b/lib/transforms/fetch_resource.js @@ -42,7 +42,7 @@ function fetchViaHttp(t, callback) { log.debug('fetchResource returned'); if (err) { if (!err.abor...
fix: #<I> - do not break on unsupported media type
traverson_traverson
train
js
3070364b60ce46be84053f84e67ce4f57f55392c
diff --git a/packages/@vue/cli-plugin-eslint/__tests__/eslintPlugin.spec.js b/packages/@vue/cli-plugin-eslint/__tests__/eslintPlugin.spec.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli-plugin-eslint/__tests__/eslintPlugin.spec.js +++ b/packages/@vue/cli-plugin-eslint/__tests__/eslintPlugin.spec.js @@ -79,7 +79,...
test: bump write wait on CI
vuejs_vue-cli
train
js
c576cbd534f7021ae2c36dafcbd37cc1fadf50bf
diff --git a/test/test-multipart.js b/test/test-multipart.js index <HASH>..<HASH> 100644 --- a/test/test-multipart.js +++ b/test/test-multipart.js @@ -50,13 +50,10 @@ function next() { return; var v = tests[t], fixtureBase = FIXTURES_ROOT + v.source, - fd, n = 0, buffer = new Buffer(v....
test: pipe test file stream instead of manual sync writes
mscdex_dicer
train
js
a8f0833291d0f46f8ca8258025567dc99697aff8
diff --git a/test/base_sharding.py b/test/base_sharding.py index <HASH>..<HASH> 100644 --- a/test/base_sharding.py +++ b/test/base_sharding.py @@ -172,9 +172,16 @@ class BaseShardingTest(object): names: Names of the throttlers e.g. BinlogPlayer/0 or <keyspace>/<shard>. rate: Expected initial rate the thro...
test: Unflake check if throttlers are registered.
vitessio_vitess
train
py
2cb92c4ee8038432cfede928ddb6c4ecba9d345c
diff --git a/core/poi/lib/index.js b/core/poi/lib/index.js index <HASH>..<HASH> 100644 --- a/core/poi/lib/index.js +++ b/core/poi/lib/index.js @@ -56,10 +56,7 @@ module.exports = class PoiCore { this.mode = 'test' } - if ( - this.parsedArgs.args[0] && - this.parsedArgs.args[0].startsWith('tes...
fix: set test mode for test command
egoist_poi
train
js
218238bebfa5330b054c484a0697fcb01bee3f0d
diff --git a/stories/RelevantSort.stories.js b/stories/RelevantSort.stories.js index <HASH>..<HASH> 100644 --- a/stories/RelevantSort.stories.js +++ b/stories/RelevantSort.stories.js @@ -19,9 +19,20 @@ storiesOf('ais-relevant-sort', module) template: ` <ais-relevant-sort> <template slot="text" slot...
docs(stories): change default example
algolia_vue-instantsearch
train
js
7947dc097a3bcafcabf263d342b6164e70e117f7
diff --git a/lib/proxy-agent.js b/lib/proxy-agent.js index <HASH>..<HASH> 100644 --- a/lib/proxy-agent.js +++ b/lib/proxy-agent.js @@ -1,6 +1,6 @@ 'use strict' -const { kClients, kProxy } = require('./core/symbols') +const { kProxy } = require('./core/symbols') const url = require('url') const Agent = require('./a...
fix: remove unused code (#<I>)
mcollina_undici
train
js
d3c9be8e269ab917a435cf104cc4ffbf57f5d7ae
diff --git a/src/Controller/Component/CalendarComponent.php b/src/Controller/Component/CalendarComponent.php index <HASH>..<HASH> 100644 --- a/src/Controller/Component/CalendarComponent.php +++ b/src/Controller/Component/CalendarComponent.php @@ -18,11 +18,6 @@ use Cake\Http\Exception\NotFoundException; class Calendar...
fix: ```Call to a member function set() on null``` if load component into action
dereuromark_cakephp-calendar
train
php
9d3d8774ace94903e23a9e8360f02634dae555e3
diff --git a/stream/stream.js b/stream/stream.js index <HASH>..<HASH> 100644 --- a/stream/stream.js +++ b/stream/stream.js @@ -58,7 +58,7 @@ function finalize(stream) { } function combine(fn, streams) { - if (!streams.every(valid)) throw new Error("Ensure that each item passed to m.prop.combine/m.prop.merge is a st...
docs: Remove m.prop reference in error message (#<I>) Changing m.prop.combine and m.prop.merge to stream.combine and stream.merge
MithrilJS_mithril.js
train
js
cfdcea70d3438aae609b51cd289292df8495562a
diff --git a/test/rename.js b/test/rename.js index <HASH>..<HASH> 100644 --- a/test/rename.js +++ b/test/rename.js @@ -21,9 +21,13 @@ module.exports = function (t, a, d) { // Do not compare eventual birthtime and ctime // as in some envs they may not reflect value of source file delete stats1.birth...
test: fix tests for Node.js v8
medikoo_fs2
train
js
bd93d604d5d0ffb8463a60392cf59360fbf22a44
diff --git a/packages/webpack/lib/utils/errors.js b/packages/webpack/lib/utils/errors.js index <HASH>..<HASH> 100644 --- a/packages/webpack/lib/utils/errors.js +++ b/packages/webpack/lib/utils/errors.js @@ -13,7 +13,7 @@ class BuildError { class BuildWarning { constructor(stack) { this.name = this.constructor....
refactor(webpack): tweak warning output
untool_untool
train
js
a01b9c124ff9101ea32a5904cb16bff988677a05
diff --git a/lib/deploy/dev-server.js b/lib/deploy/dev-server.js index <HASH>..<HASH> 100644 --- a/lib/deploy/dev-server.js +++ b/lib/deploy/dev-server.js @@ -8,9 +8,9 @@ module.exports = function (options, webpackConfig) { webpackConfig.devServer.compress = true; // 强制启动gzip webpackConfig.devServer.contentBa...
refactor: improve dev server stats config
zuzucheFE_guido
train
js
8a4201ade850a0819513cdbff50f251087e4651b
diff --git a/allauth/ratelimit.py b/allauth/ratelimit.py index <HASH>..<HASH> 100644 --- a/allauth/ratelimit.py +++ b/allauth/ratelimit.py @@ -25,7 +25,9 @@ def parse(rate): def _cache_key(request, *, action, key=None, user=None): from allauth.account.adapter import get_adapter - if user or request.user.is_a...
chore(ratelimit): don't add user/ip to an explicitly passed key
pennersr_django-allauth
train
py
a5866bc0b47a0df4d024f44b9fc05d39494fcf47
diff --git a/app.js b/app.js index <HASH>..<HASH> 100644 --- a/app.js +++ b/app.js @@ -13,7 +13,6 @@ module.exports = app => { if (assetsConfig.devServer.autoPort === true) { try { port = fs.readFileSync(assetsConfig.devServer.portPath, 'utf8'); - console.log(port); } catch (err) { ...
fix: remove unnecessary console (#<I>)
eggjs_egg-view-assets
train
js
a013e5de6bcdc5b70a4dabd3fc1c783b36bee621
diff --git a/packages/components/bolt-tabs/src/tabs.js b/packages/components/bolt-tabs/src/tabs.js index <HASH>..<HASH> 100644 --- a/packages/components/bolt-tabs/src/tabs.js +++ b/packages/components/bolt-tabs/src/tabs.js @@ -138,8 +138,19 @@ class BoltTabs extends withContext(withLitHtml()) { this._ssrHydrationP...
fix: update Tab logic to only grab immediately nested Tab Panels
bolt-design-system_bolt
train
js
5bb11c84b77638e0259940bbbfde77dd413035a5
diff --git a/packages/mysql/lib/mysql_p.js b/packages/mysql/lib/mysql_p.js index <HASH>..<HASH> 100644 --- a/packages/mysql/lib/mysql_p.js +++ b/packages/mysql/lib/mysql_p.js @@ -101,7 +101,7 @@ function patchGetConnection(pool) { var callback = args[args.length-1]; if (callback instanceof Function) { - ...
fix: re-add callback to call args from where it came from (last arg)
aws_aws-xray-sdk-node
train
js
1955defc4357c2136240421bb78536870469ad4a
diff --git a/pkg/api/datasources.go b/pkg/api/datasources.go index <HASH>..<HASH> 100644 --- a/pkg/api/datasources.go +++ b/pkg/api/datasources.go @@ -22,7 +22,6 @@ func GetDataSources(c *middleware.Context) { result := make(dtos.DataSourceList, 0) for _, ds := range query.Result { - dsItem := dtos.DataSource{...
fix(api): add missing jsonData field to dto The field is available on the dto so I guess is should be used. Otherwise we should remove the field rather then not setting it. ref #<I>
grafana_grafana
train
go
ca7b1e7116fa74ad0fd1c42f35892b5d6ab2636c
diff --git a/actor-sdk/sdk-core/runtime/runtime-js/src/main/java/im/actor/runtime/js/websocket/WebSocketConnection.java b/actor-sdk/sdk-core/runtime/runtime-js/src/main/java/im/actor/runtime/js/websocket/WebSocketConnection.java index <HASH>..<HASH> 100644 --- a/actor-sdk/sdk-core/runtime/runtime-js/src/main/java/im/ac...
fix(js): Passing explicitly what kind of ws is supported in WebSocket's constructor
actorapp_actor-platform
train
java
7df3e96e5c465a320220f6004b1712ce01ed3ec4
diff --git a/lib/socket-mgr/receiver.js b/lib/socket-mgr/receiver.js index <HASH>..<HASH> 100644 --- a/lib/socket-mgr/receiver.js +++ b/lib/socket-mgr/receiver.js @@ -9,6 +9,8 @@ var BufferPool = require('./buffer-pool'); var bufferUtil = require('./buffer-util'); var PerMessageDeflate = require('./per-message-deflat...
feat: Set maxPayload=<I>m by default
avwo_whistle
train
js
10c3cc1aaf6a6c35c263425ed1499fc347f1e11e
diff --git a/version.go b/version.go index <HASH>..<HASH> 100644 --- a/version.go +++ b/version.go @@ -11,7 +11,7 @@ import ( var CurrentCommit string // CurrentVersionNumber is the current application's version literal -const CurrentVersionNumber = "0.14.0-dev" +const CurrentVersionNumber = "0.14.0-rc1" const A...
chore: Release <I>-rc1
ipfs_go-ipfs
train
go
5d335336a1e0415f8a57437b8281cb98710c1c7d
diff --git a/packages/veui/src/utils/dom.js b/packages/veui/src/utils/dom.js index <HASH>..<HASH> 100644 --- a/packages/veui/src/utils/dom.js +++ b/packages/veui/src/utils/dom.js @@ -34,6 +34,7 @@ function testIndeterminate () { checkbox.type = 'checkbox' checkbox.indeterminate = true document.body.appendChild...
fix: stop propagation for test indeterminate clicking (#<I>)
ecomfe_veui
train
js
d24597203ccd3b2437d611af11ae6d90e7071f91
diff --git a/packages/jsonresume-theme/webpack.publish.config.js b/packages/jsonresume-theme/webpack.publish.config.js index <HASH>..<HASH> 100644 --- a/packages/jsonresume-theme/webpack.publish.config.js +++ b/packages/jsonresume-theme/webpack.publish.config.js @@ -16,5 +16,5 @@ module.exports = webpackBaseConfig({ ...
fix(jsonresume-theme): Don't webpack in `pug`, as it used to be.
randytarampi_me
train
js
9337f25656400936e9643f1a5ad4d2d5a5a78694
diff --git a/src/getDimensions/index.spec.js b/src/getDimensions/index.spec.js index <HASH>..<HASH> 100644 --- a/src/getDimensions/index.spec.js +++ b/src/getDimensions/index.spec.js @@ -4,8 +4,7 @@ const { resizeListener, getDimensions } = require('./index'); describe('getDimensions', () => { it('default', () => ...
test(get-dimensions): fix getDimensions test
smollweide_lerna-terminal
train
js
ecbcdab46de4ceaf406facb59751d1634cf5ece0
diff --git a/test/functional/change_stream_tests.js b/test/functional/change_stream_tests.js index <HASH>..<HASH> 100644 --- a/test/functional/change_stream_tests.js +++ b/test/functional/change_stream_tests.js @@ -723,7 +723,7 @@ describe('Change Streams', function() { } }); - it('Should return MongoNetwork...
test(change-streams): temporarily disable change stream unit tests
mongodb_node-mongodb-native
train
js
58f21a9f4576a688710ae0ba598f9bb62c5eaa6d
diff --git a/src/Controllers/AuthController.php b/src/Controllers/AuthController.php index <HASH>..<HASH> 100644 --- a/src/Controllers/AuthController.php +++ b/src/Controllers/AuthController.php @@ -186,7 +186,7 @@ class AuthController extends Controller * * @param \Illuminate\Http\Request $request * ...
fix: the comment declaration has the wrong return type
z-song_laravel-admin
train
php
f7e7dfbc9eb1ec8eea28f5cf8894dbe6fde79836
diff --git a/webpack-build.config.js b/webpack-build.config.js index <HASH>..<HASH> 100644 --- a/webpack-build.config.js +++ b/webpack-build.config.js @@ -76,7 +76,6 @@ module.exports = { extensions: ['', '.js'] }, eslint: { - configFile: '.eslintrc', emitWarning: true, emitError: true, formatter: requ...
refactor(webpack): 清理 eslint 配置 (#<I>)
ShuyunFF2E_ccms-components
train
js,js
21d920ed2dfbb3f35072c265638e8c72c0c1476f
diff --git a/packages/node_modules/@webex/plugin-meetings/src/locus-info/selfUtils.js b/packages/node_modules/@webex/plugin-meetings/src/locus-info/selfUtils.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/plugin-meetings/src/locus-info/selfUtils.js +++ b/packages/node_modules/@webex/plugin-meetings/s...
fix(meetings): mutedByOthers empty param If "mute on join" is set, there will be no "oldSelf" object to compare against.
webex_spark-js-sdk
train
js
04975c46efec39f76a2a943d40789a1fe9ed5a66
diff --git a/services/storage/series_cursor.go b/services/storage/series_cursor.go index <HASH>..<HASH> 100644 --- a/services/storage/series_cursor.go +++ b/services/storage/series_cursor.go @@ -212,9 +212,11 @@ func (c *indexSeriesCursor) Value(key string) (interface{}, bool) { return c.row.Name, true case fieldK...
fix(storage): Fix when filtering by _value, which would exclude all data * The `Value` function must return a `string`, however `SeriesTags#Get` returns `[]byte`, resulting in the reduced expression always becoming `false`. * Also added a specific case for the `$` key, which refers to `_value` in a Flux predica...
influxdata_influxdb
train
go
cfd9da24370428f384b99e05be7be6b6da254f96
diff --git a/test/k8sT/Health.go b/test/k8sT/Health.go index <HASH>..<HASH> 100644 --- a/test/k8sT/Health.go +++ b/test/k8sT/Health.go @@ -26,7 +26,9 @@ var _ = Describe("K8sHealthTest", func() { kubectl = helpers.CreateKubectl(helpers.K8s1VMName(), logger) ciliumFilename = helpers.TimestampFilename("cilium.y...
ci: Set ClusterHealthPort in K8sHealth This sets a custom value for `cluster-health-port` in the K8sHealth test suite, to ensure we support setting a custom health port (e.g. used in OpenShift, which we do not test in our CI at the moment).
cilium_cilium
train
go
1cb4fe2e33b1b1256d08501f959ecd662be0b26f
diff --git a/src/game/market.js b/src/game/market.js index <HASH>..<HASH> 100644 --- a/src/game/market.js +++ b/src/game/market.js @@ -93,7 +93,7 @@ exports.make = function(runtimeData, intents, register) { if(!amount || amount < 0) { return C.ERR_INVALID_ARGS; } - ...
fix: fixed Market.deal for intershard orders DEV-<I>
screeps_engine
train
js
807ea2d3c197c7c6556bd1c894114932f6657d49
diff --git a/src/structures/VoiceState.js b/src/structures/VoiceState.js index <HASH>..<HASH> 100644 --- a/src/structures/VoiceState.js +++ b/src/structures/VoiceState.js @@ -93,7 +93,7 @@ class VoiceState extends Base { /** * The channel that the member is connected to - * @type {?VoiceChannel|StageChannel}...
docs(VoiceState): channel can be null (#<I>) The docs does not show that VoiceState#channel can be null ![Docs Image](<URL>) This should fix the issue
discordjs_discord.js
train
js
8df7edffb8a30250298f5b5978f5b833f08ee4f4
diff --git a/src/core/events/onTouchStart.js b/src/core/events/onTouchStart.js index <HASH>..<HASH> 100644 --- a/src/core/events/onTouchStart.js +++ b/src/core/events/onTouchStart.js @@ -45,7 +45,13 @@ export default function onTouchStart(event) { // change target el for shadow root component const swipingClass...
fix: event.path => event.composedPath fixes #<I>
nolimits4web_swiper
train
js
021393383e791800fff0e9d26c7fca10389e2eac
diff --git a/lib/service/util.js b/lib/service/util.js index <HASH>..<HASH> 100644 --- a/lib/service/util.js +++ b/lib/service/util.js @@ -377,7 +377,6 @@ function resolveFrames(res, frames, callback) { }; var index = 0; receiver.onerror = execCallback; - receiver.onData = execCallback; receiver....
feat: extract websocket frames from saz file
avwo_whistle
train
js
80c4a5994cab9c751581496a6e258f0976b2cb1e
diff --git a/client/deis.py b/client/deis.py index <HASH>..<HASH> 100755 --- a/client/deis.py +++ b/client/deis.py @@ -299,8 +299,10 @@ def readable_datetime(datetime_str): dt = parser.parse(datetime_str).astimezone(timezone) now = datetime.now(timezone) delta = relativedelta.relativedelta(now, dt) + ...
fix(client): Older dates are incorrectly parsed as today and yesterday.
deis_deis
train
py
9c4df653bd89f5349893ebd482fc19fe8b8bc3cb
diff --git a/styleguide/Components/Preview.js b/styleguide/Components/Preview.js index <HASH>..<HASH> 100644 --- a/styleguide/Components/Preview.js +++ b/styleguide/Components/Preview.js @@ -16,8 +16,9 @@ class FrameDomProvider extends React.Component { document: PropTypes.any, window: PropTypes.any, }; + ...
docs: Inject styles into iframe before render
VKCOM_VKUI
train
js