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 |
|---|---|---|---|---|---|
8fdca7109d3b27d41f48804bb451d9f9971f3650 | diff --git a/test/integration/test_natural_language_classifier_v1.py b/test/integration/test_natural_language_classifier_v1.py
index <HASH>..<HASH> 100644
--- a/test/integration/test_natural_language_classifier_v1.py
+++ b/test/integration/test_natural_language_classifier_v1.py
@@ -21,8 +21,8 @@ class TestNaturalLangua... | test(nlc): Update natural language classifier integration tests | watson-developer-cloud_python-sdk | train | py |
8b0d37ca9e75f33c359fcf3b63532f3a76e50e5e | diff --git a/src/lib/modules/blockchain_process/index.js b/src/lib/modules/blockchain_process/index.js
index <HASH>..<HASH> 100644
--- a/src/lib/modules/blockchain_process/index.js
+++ b/src/lib/modules/blockchain_process/index.js
@@ -52,14 +52,14 @@ class BlockchainModule {
const self = this;
self.embark.reg... | chore(blockchain): rename `log geth` cmd to log blockchain | embark-framework_embark | train | js |
676b6a6134484030b2a4aab932e54b225d7e2b49 | diff --git a/src/components/Icon/Icon.js b/src/components/Icon/Icon.js
index <HASH>..<HASH> 100644
--- a/src/components/Icon/Icon.js
+++ b/src/components/Icon/Icon.js
@@ -160,7 +160,7 @@ const Icon = ({
const svgContent = icon ? svgShapes(icon.svgData) : '';
return (
- <svg {...props} aria-label={description... | fix(Icon): no alt in svg (#<I>) | carbon-design-system_carbon-components-react | train | js |
86edea49c9e0986d196ccf35eb51fa43301af792 | diff --git a/src/components/tabs/js/tabsDirective.js b/src/components/tabs/js/tabsDirective.js
index <HASH>..<HASH> 100644
--- a/src/components/tabs/js/tabsDirective.js
+++ b/src/components/tabs/js/tabsDirective.js
@@ -119,7 +119,7 @@ function MdTabs () {
'<md-icon md-svg-icon="md-tabs-arrow"></md-icon> ' ... | fix(tabs): shift+tab will now work properly when focus is on tabs
closes #<I> | angular_material | train | js |
473e57fbee7d0d84c4e596ad2bc5c6f9b1a86e9e | diff --git a/models/classes/theme/ThemeService.php b/models/classes/theme/ThemeService.php
index <HASH>..<HASH> 100644
--- a/models/classes/theme/ThemeService.php
+++ b/models/classes/theme/ThemeService.php
@@ -15,7 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Frankl... | fix: remove theme by id | oat-sa_tao-core | train | php |
ad217676c4f36f875baff3efe5b7396e408e962c | diff --git a/test/functional/cursor_tests.js b/test/functional/cursor_tests.js
index <HASH>..<HASH> 100644
--- a/test/functional/cursor_tests.js
+++ b/test/functional/cursor_tests.js
@@ -2192,7 +2192,7 @@ describe('Cursor', function() {
test.equal(5, i);
test.equal(2, finished)... | test: force close connections in cursor tests | mongodb_node-mongodb-native | train | js,js |
2282baa1d989a97247c67c9bf4b4c9ba6cd54234 | diff --git a/crosspm/adapters/artifactoryaql.py b/crosspm/adapters/artifactoryaql.py
index <HASH>..<HASH> 100644
--- a/crosspm/adapters/artifactoryaql.py
+++ b/crosspm/adapters/artifactoryaql.py
@@ -484,7 +484,7 @@ class Adapter(BaseAdapter):
_src = session.get(str(package), verify=package.verify, stream=T... | fix: read file with utf8 bom | devopshq_crosspm | train | py,py |
291bc56e477df9f94f6a0d1890851ffc99758d50 | diff --git a/lib/fusuma/version.rb b/lib/fusuma/version.rb
index <HASH>..<HASH> 100644
--- a/lib/fusuma/version.rb
+++ b/lib/fusuma/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Fusuma
- VERSION = '2.0.0.pre'
+ VERSION = '2.0.0.pre2'
end | chore(version): Bump pre version | iberianpig_fusuma | train | rb |
eb4823491ea083e99322826302e8136dc567d9b0 | diff --git a/hot.js b/hot.js
index <HASH>..<HASH> 100644
--- a/hot.js
+++ b/hot.js
@@ -17,10 +17,12 @@ const hotOptions = {
chain.pop();
}
- log.warn(`Ignored an update to unaccepted module ${chain.join(' ➭ ')}`);
+ log.warn(`Ignored an update to unaccepted module: `);
+ cha... | refactor(hmr): improve hot decline/no-accept message (#<I>)
A minor improvement over message formatting for unaccepted or declined HMR changes | NativeScript_nativescript-dev-webpack | train | js |
6dadf76e37460a39dbf238689b90ab3f92677d46 | diff --git a/src/Dispatcher.js b/src/Dispatcher.js
index <HASH>..<HASH> 100644
--- a/src/Dispatcher.js
+++ b/src/Dispatcher.js
@@ -2,6 +2,7 @@
var settings = require('./settings');
var createClass = require('./functions/createClass');
+var log = require('./functions/log');
var EventStream = require('./EventStrea... | feat(Dispatcher): action can return an array of events to be processed synchronously | karfcz_kff | train | js |
3fd69808767339d376b61dca98c0942877109d59 | diff --git a/test/rbac-service-spec.js b/test/rbac-service-spec.js
index <HASH>..<HASH> 100644
--- a/test/rbac-service-spec.js
+++ b/test/rbac-service-spec.js
@@ -5,7 +5,7 @@ const tymly = require('./../lib')
const path = require('path')
const RbacIndex = require('../lib/plugin/components/services/rbac/refresh-index/... | test: disable the right tests. I am a twit
affects: tymly | wmfs_tymly-core | train | js,js |
d5a838b8ff3c3b032b3217706582517710f99cd3 | diff --git a/lib/models/upgrade/index.js b/lib/models/upgrade/index.js
index <HASH>..<HASH> 100644
--- a/lib/models/upgrade/index.js
+++ b/lib/models/upgrade/index.js
@@ -75,21 +75,21 @@ function isNeeded(version, done) {
}
function isFreshDb(cb) {
- models.User.count(function (err, res) {
+ models.User.countDocu... | fix(api): deprecated count method for mongoose | Strider-CD_strider | train | js |
1204fb6987610838c97cbad84c8c843a7f950978 | diff --git a/src/ItemManager.js b/src/ItemManager.js
index <HASH>..<HASH> 100644
--- a/src/ItemManager.js
+++ b/src/ItemManager.js
@@ -1,5 +1,4 @@
import {MULTI, GROUPKEY_ATT, IGNORE_CLASSNAME} from "./consts";
-import DOMRenderer from "./DOMRenderer";
import {$, toArray} from "./utils";
export default class ItemM... | fix(ItemManager): disconnect link with renderer | naver_egjs-infinitegrid | train | js |
c0b7eaa8d3cdae62ea71369630fd3c935b668b09 | diff --git a/platform/nativescript/runtime/index.js b/platform/nativescript/runtime/index.js
index <HASH>..<HASH> 100644
--- a/platform/nativescript/runtime/index.js
+++ b/platform/nativescript/runtime/index.js
@@ -11,7 +11,6 @@ import platformComponents from './components/index'
import platformDirectives from './dire... | refactor: remove getRootView option from $start | nativescript-vue_nativescript-vue | train | js |
c02593ebe135bca3937524a7464a7986de700981 | diff --git a/src/carousel/Carousel.js b/src/carousel/Carousel.js
index <HASH>..<HASH> 100644
--- a/src/carousel/Carousel.js
+++ b/src/carousel/Carousel.js
@@ -170,6 +170,7 @@ export default class Carousel extends Component {
activeItem: initialActiveItem,
previousActiveItem: initialActiveItem,... | fix(module): hide flatlist's awful init | archriss_react-native-snap-carousel | train | js |
86db58c5d3dd1209d141b3fc95b8a8ba0e32ce7d | diff --git a/lib/authie/version.rb b/lib/authie/version.rb
index <HASH>..<HASH> 100644
--- a/lib/authie/version.rb
+++ b/lib/authie/version.rb
@@ -2,9 +2,9 @@
module Authie
VERSION_FILE_ROOT = File.expand_path('../../VERSION', __dir__)
- if File.file?(VERSION_FILE_ROOT)
- VERSION = File.read(VERSION_FILE_ROOT... | style: fixes rubocop offence in version.rb | adamcooke_authie | train | rb |
5088c5d686fd59b637e39288bae2ada6caebeb24 | diff --git a/ui/src/utils/key-composition.js b/ui/src/utils/key-composition.js
index <HASH>..<HASH> 100644
--- a/ui/src/utils/key-composition.js
+++ b/ui/src/utils/key-composition.js
@@ -12,12 +12,7 @@ export function shouldIgnoreKey (evt) {
}
export function isKeyCode (evt, keyCodes) {
- return (
- lastKeyComp... | refactor(key-composition): re-use parts of the algorithms | quasarframework_quasar | train | js |
dc2ea309c7d3a72eb1f40ca5bbc3e458b4f822b5 | diff --git a/packages/razzle/config/loadPlugins.js b/packages/razzle/config/loadPlugins.js
index <HASH>..<HASH> 100644
--- a/packages/razzle/config/loadPlugins.js
+++ b/packages/razzle/config/loadPlugins.js
@@ -28,7 +28,11 @@ function loadPlugin(plugin, paths) {
return [plugin.object, plugin.options];
}
- co... | fix(razzle): allow adding plugins as @scope/package | jaredpalmer_razzle | train | js |
006ebc1cd35e01d2e74281c4dbb6df403388fbf6 | diff --git a/lib/stores/filesystem.js b/lib/stores/filesystem.js
index <HASH>..<HASH> 100644
--- a/lib/stores/filesystem.js
+++ b/lib/stores/filesystem.js
@@ -290,7 +290,7 @@ class FilesystemStore {
const md5Context = crypto.createHash('md5');
if (Buffer.isBuffer(object.content)) {
- writeStream.... | fix: properly close write stream when object content is a buffer (#<I>)
* properly close write stream when object content is a buffer
This fixes a memory leak that can cause EPERM errors in Windows
environments | jamhall_s3rver | train | js,js |
3b646516d7a9a59a185b503a5769783fa2c0c12b | diff --git a/widgets/hits/index.js b/widgets/hits/index.js
index <HASH>..<HASH> 100644
--- a/widgets/hits/index.js
+++ b/widgets/hits/index.js
@@ -4,9 +4,9 @@ var React = require('react');
var utils = require('../../lib/widgetUtils.js');
-function hits(parameters) {
+function hits(params) {
var Results = requir... | style: parameters => params
This is what was already used in the project elsewhere | algolia_instantsearch.js | train | js |
ea1246ec1d00d4ca3c40503bfff2caa464e68832 | diff --git a/core/src/ons/internal/lazy-repeat.js b/core/src/ons/internal/lazy-repeat.js
index <HASH>..<HASH> 100644
--- a/core/src/ons/internal/lazy-repeat.js
+++ b/core/src/ons/internal/lazy-repeat.js
@@ -205,6 +205,7 @@ export class LazyRepeatProvider {
this._wrapperElement.appendChild(item.element);
... | fix(ons-lazy-repeat): Clean first item scope. | OnsenUI_OnsenUI | train | js |
ef7de186092cca57be5836d1ed3e00a6759c3514 | diff --git a/lib/rules/index.js b/lib/rules/index.js
index <HASH>..<HASH> 100644
--- a/lib/rules/index.js
+++ b/lib/rules/index.js
@@ -156,9 +156,9 @@ function tpl(str, data){
.split('%>').join('p.push(\'')
.split('\r').join('\\\'');
try {
- fn = new Function('it',
+ fn = new Function('obj'... | fix: The render function in reqScript | avwo_whistle | train | js |
11756c9d5fa9244fa4328573dd6f159e16064617 | diff --git a/.jsdoc.js b/.jsdoc.js
index <HASH>..<HASH> 100644
--- a/.jsdoc.js
+++ b/.jsdoc.js
@@ -31,7 +31,7 @@ module.exports = {
source: {
excludePattern: '(^|\\/|\\\\)[._]',
include: [
- 'src'
+ 'build/src'
],
includePattern: '\\.js$'
}, | docs: Fix the root for JSDoc (#<I>) | googleapis_nodejs-firestore | train | js |
8d7a5cb8bbd05469bf0921884adefb11206dbeb2 | diff --git a/src/Cursor.js b/src/Cursor.js
index <HASH>..<HASH> 100644
--- a/src/Cursor.js
+++ b/src/Cursor.js
@@ -38,6 +38,7 @@ export default class Cursor {
this._display = {bold: false, dim: false, underlined: false, blink: false, reverse: false, hidden: false};
this._cells = Array.from({length: width * ... | perf(cursor): Improve performance on rendering the frame
Implement hybrid system that takes only modified cells and make diff between last frame and current
frame | kittikjs_cursor | train | js |
5636cba8188fa40cf8066ef6a9fda14161143241 | diff --git a/ui/src/components/select/QSelect.js b/ui/src/components/select/QSelect.js
index <HASH>..<HASH> 100755
--- a/ui/src/components/select/QSelect.js
+++ b/ui/src/components/select/QSelect.js
@@ -24,6 +24,7 @@ import CompositionMixin from '../../mixins/composition.js'
import ListenersMixin from '../../mixins/li... | fix(QSelect): correctly escape only the needed chars when searching #<I> (#<I>) | quasarframework_quasar | train | js |
a6bff3992b5a2b971bb6f15f20d47f8a36dd5c0b | diff --git a/config/webpack.prod.js b/config/webpack.prod.js
index <HASH>..<HASH> 100644
--- a/config/webpack.prod.js
+++ b/config/webpack.prod.js
@@ -42,7 +42,10 @@ module.exports = function (env) {
entry: helpers.root('index.ts'),
// require those dependencies but don't bundle them
- externals: [/^\@an... | fix(build): clean up prod externals settings | fabric8-ui_fabric8-planner | train | js |
62d5f635bbf68582150f7d4f27376ecaac61653a | diff --git a/plugins/inputs/internet_speed/internet_speed.go b/plugins/inputs/internet_speed/internet_speed.go
index <HASH>..<HASH> 100644
--- a/plugins/inputs/internet_speed/internet_speed.go
+++ b/plugins/inputs/internet_speed/internet_speed.go
@@ -2,6 +2,7 @@ package internet_speed
import (
"fmt"
+ "time"
"... | fix: internet_speed input plugin not collecting/reporting latency (#<I>) | influxdata_telegraf | train | go |
c710f4f309eed4c6c6f985db63b034c67e7e295b | diff --git a/src/Keboola/Json/Parser.php b/src/Keboola/Json/Parser.php
index <HASH>..<HASH> 100755
--- a/src/Keboola/Json/Parser.php
+++ b/src/Keboola/Json/Parser.php
@@ -170,7 +170,11 @@ class Parser
*/
public function parse(array $data, $type, $parentId = null)
{
- if (!$this->analyzer->isAnalyzed($type)) {
+... | fix: Only analyze data in parse() if they're really unknown | keboola_php-jsonparser | train | php |
e49397c3b4dae55354a24bcdafd68ab0c427b8f9 | diff --git a/go/vt/vtgate/planbuilder/plan_test.go b/go/vt/vtgate/planbuilder/plan_test.go
index <HASH>..<HASH> 100644
--- a/go/vt/vtgate/planbuilder/plan_test.go
+++ b/go/vt/vtgate/planbuilder/plan_test.go
@@ -680,6 +680,19 @@ func testFile(t *testing.T, filename, tempDir string, vschema *vschemaWrapper) {
t.Err... | test: make it easier to compare gen4 and gen4++ | vitessio_vitess | train | go |
b7cd58cbe0219a65836d846284d4d33aa0096dc3 | diff --git a/app-shell/lib/menu.js b/app-shell/lib/menu.js
index <HASH>..<HASH> 100644
--- a/app-shell/lib/menu.js
+++ b/app-shell/lib/menu.js
@@ -4,6 +4,7 @@
const {app, Menu} = require('electron')
const pkg = require('../package.json')
+const config = require('./config').getConfig()
// file or application menu... | fix(app-shell): Remove Reload from View menu unless devtools are active (#<I>)
Fixes #<I> | Opentrons_opentrons | train | js |
b97aedd8e15f9358960cb59403f3a8ea24b87141 | diff --git a/packages/discord.js/src/managers/GuildChannelManager.js b/packages/discord.js/src/managers/GuildChannelManager.js
index <HASH>..<HASH> 100644
--- a/packages/discord.js/src/managers/GuildChannelManager.js
+++ b/packages/discord.js/src/managers/GuildChannelManager.js
@@ -240,7 +240,7 @@ class GuildChannelMan... | fix(guildchannelmanager): edit always sets parent to null (#<I>) | discordjs_discord.js | train | js |
6755b482179df140565ca363d3419f670c382c7e | diff --git a/packages/to-dts/lib/traverse.js b/packages/to-dts/lib/traverse.js
index <HASH>..<HASH> 100644
--- a/packages/to-dts/lib/traverse.js
+++ b/packages/to-dts/lib/traverse.js
@@ -52,6 +52,11 @@ function traverseFn(g) {
tsType.flags = (tsType.flags || 0) | dom.DeclarationFlags.Optional;
}... | feat(to-dts): support type intersections | miralemd_scriptappy | train | js |
c65044cdc4e2da6d3ed47b2b7c04e468b00b7b32 | diff --git a/registry/event.go b/registry/event.go
index <HASH>..<HASH> 100644
--- a/registry/event.go
+++ b/registry/event.go
@@ -34,8 +34,9 @@ type EventStream struct {
}
func NewEventStream() *EventStream {
- etcd := etcd.NewClient(nil)
- return &EventStream{etcd: etcd}
+ client := etcd.NewClient(nil)
+ client.S... | fix(etcd): Use weak consistency in the other etcd client | coreos_fleet | train | go |
4be42c0798865c942e25304e5ddaf52be37c154b | diff --git a/packages/create/createApp.js b/packages/create/createApp.js
index <HASH>..<HASH> 100644
--- a/packages/create/createApp.js
+++ b/packages/create/createApp.js
@@ -33,8 +33,8 @@ const program = new commander.Command(pkg.name)
.option('-a, --app-name <app-name>', 'Application name')
.arguments('<project... | fix(create-account): whitelist options from process.argv
affects: @zetapush/create | zetapush_zetapush | train | js |
0d67f32eeb2210459bd5437798efb0f25107289d | diff --git a/src/collections/Message/Message.js b/src/collections/Message/Message.js
index <HASH>..<HASH> 100644
--- a/src/collections/Message/Message.js
+++ b/src/collections/Message/Message.js
@@ -1,4 +1,3 @@
-import _ from 'lodash'
import React, { Component, PropTypes } from 'react'
import classNames from 'classna... | refactor(Message): use lodash 4 | Semantic-Org_Semantic-UI-React | train | js |
5c04f4b7556b27029b2e73c3681c4aca04703ee5 | diff --git a/packages/site/pages/components/dialog.js b/packages/site/pages/components/dialog.js
index <HASH>..<HASH> 100644
--- a/packages/site/pages/components/dialog.js
+++ b/packages/site/pages/components/dialog.js
@@ -150,6 +150,13 @@ export default withServerProps(_ => (
<PropTypes
props={[
... | fix(site): add missing aria-label prop for dialog | pluralsight_design-system | train | js |
77deb090c74f8e2955736428ec35affd9531d027 | diff --git a/tests/gui/test_drag_and_drop.py b/tests/gui/test_drag_and_drop.py
index <HASH>..<HASH> 100644
--- a/tests/gui/test_drag_and_drop.py
+++ b/tests/gui/test_drag_and_drop.py
@@ -37,6 +37,7 @@ def create_models(*args, **kargs):
# add new state machine
rafcon.core.singleton.state_machine_manager.add_... | fix(test_drag_and_drop): give models time to be created | DLR-RM_RAFCON | train | py |
da28c8a8759f1eb303eb664b12d3330db857b71f | diff --git a/docs/website/src/components/shared/AppBar.js b/docs/website/src/components/shared/AppBar.js
index <HASH>..<HASH> 100644
--- a/docs/website/src/components/shared/AppBar.js
+++ b/docs/website/src/components/shared/AppBar.js
@@ -33,6 +33,7 @@ const useStyles = theme => ({
title: {
color: 'rgba(255,255... | docs: fix website logo on mouseover | adaltas_node-nikita | train | js |
01a0d071ba77892f630e27149337ef5bf53dfddf | diff --git a/packages/base-element/src/BoltElement.js b/packages/base-element/src/BoltElement.js
index <HASH>..<HASH> 100644
--- a/packages/base-element/src/BoltElement.js
+++ b/packages/base-element/src/BoltElement.js
@@ -34,7 +34,7 @@ class BoltElement extends Slotify {
ssrHydrationPrep() {
this.nodesToKeep =... | chore: address eslint issues | bolt-design-system_bolt | train | js |
6488ebb95062e421074daeb709a17be7b4fd5e2a | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -110,7 +110,7 @@ setup(
"pyelftools",
# the replacement of the old xmlrunner package
"unittest-xml-reporting",
- "coverage",
+ "coverage~=6.0",
"black",... | ci(coverage): Update to ~=<I> | espressif_esptool | train | py |
1902b2f3c08f3b8dcf89844a6daea71294c6c0ec | diff --git a/webpack.config.js b/webpack.config.js
index <HASH>..<HASH> 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -64,7 +64,7 @@ module.exports = {
'vue-modal-dialogs': path.resolve(__dirname, 'src')
},
extensions: ['.js', '.vue'],
- modules: ['node_modules']
+ modules: ['examples... | chore: add examples as module resolve root | hjkcai_vue-modal-dialogs | train | js |
153bd3788f19c907a81f341b74f23f27733fd556 | diff --git a/library/actor-js/src/main/java/im/actor/model/js/providers/websocket/WebSocketConnectionFactory.java b/library/actor-js/src/main/java/im/actor/model/js/providers/websocket/WebSocketConnectionFactory.java
index <HASH>..<HASH> 100644
--- a/library/actor-js/src/main/java/im/actor/model/js/providers/websocket/... | fix(js): Fixed compilation error | actorapp_actor-platform | train | java |
41d3f95e5e4885834c1613d90678281d980fe498 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -80,8 +80,8 @@ module.exports = (api, options) => {
options,
rendererConfig
)
- if (fs.existsSync(api.resolve('./dist/fonts'))) {
- fs.mkdirSync(api.resolve('./dist/css/fonts'))
+ if (... | fix(build): fonts not being copied to css folder | nklayman_vue-cli-plugin-electron-builder | train | js |
1fd7917c9d99127e7eae46e0c9a8c85ac8bae3e6 | diff --git a/src/Leevel/Router/Match/PathInfo.php b/src/Leevel/Router/Match/PathInfo.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Router/Match/PathInfo.php
+++ b/src/Leevel/Router/Match/PathInfo.php
@@ -64,8 +64,6 @@ class PathInfo extends Match implements IMatch
/**
* 格式化 PathInfo.
- *
- * @pa... | fix(router): fix for phpstan level 2 | hunzhiwange_framework | train | php,php |
f2ed93c08aba970a94671a0fec819035ad989195 | diff --git a/src/client/websocket/WebSocketShard.js b/src/client/websocket/WebSocketShard.js
index <HASH>..<HASH> 100644
--- a/src/client/websocket/WebSocketShard.js
+++ b/src/client/websocket/WebSocketShard.js
@@ -49,7 +49,7 @@ class WebSocketShard extends EventEmitter {
* @type {number}
* @private
*... | fix(WebSocketShard): report correct resumed event count (#<I>)
This PR attempts to fix the reported resumed event count in the debug output (where it is always displayed only as 1 event replayed) and in the emitted `resumed` event, where it passed the current sequence instead of passing the actual replayed event count... | discordjs_discord.js | train | js |
604e267e9d81f4c9ab50d22f838222769cd1f067 | diff --git a/src/lib/modules/blockchain_process/proxy.js b/src/lib/modules/blockchain_process/proxy.js
index <HASH>..<HASH> 100644
--- a/src/lib/modules/blockchain_process/proxy.js
+++ b/src/lib/modules/blockchain_process/proxy.js
@@ -21,7 +21,8 @@ const METHODS_TO_MODIFY = {accounts: 'eth_accounts'};
const modifyPayl... | fix(proxy): delete old ids for accounts
Caused issues because the different ids come in | embark-framework_embark | train | js |
61f1bd6529d38b7ff734cb1c71852b45637c0709 | diff --git a/anom/testing/emulator.py b/anom/testing/emulator.py
index <HASH>..<HASH> 100644
--- a/anom/testing/emulator.py
+++ b/anom/testing/emulator.py
@@ -84,11 +84,12 @@ class Emulator:
self._running = False
if self._proc is not None:
- os.killpg(self._proc.pid, signal.SIGTERM)
- ... | refactor: make Emulator._run more robust | Bogdanp_anom-py | train | py |
230f34aa9905636e53e1e63b769024f934689e6b | diff --git a/lib/Serverless.js b/lib/Serverless.js
index <HASH>..<HASH> 100644
--- a/lib/Serverless.js
+++ b/lib/Serverless.js
@@ -82,16 +82,17 @@ class Serverless {
if (!installationMaintananceCommands.has(this.processedInput.commands[0])) {
// Check if update is available
const notifier... | refactor(CLI): Do not notify of update when new major is published
Notifications about new major releases would be more intelligently solved by backend notifications | serverless_serverless | train | js |
cb266ac9e0d318563dacabc5d55ec54e2cdf4350 | diff --git a/lib/ditty/helpers/response.rb b/lib/ditty/helpers/response.rb
index <HASH>..<HASH> 100644
--- a/lib/ditty/helpers/response.rb
+++ b/lib/ditty/helpers/response.rb
@@ -85,8 +85,8 @@ module Ditty
redirect with_layout("#{base_path}/#{entity.id}")
end
format.json do
- ... | fix: Use redirect instead of Location for delete and update responses | EagerELK_ditty | train | rb |
a99c93df8c03fc169d8eb6b6196647d36f39ddf4 | diff --git a/test/lib/Jexl.js b/test/lib/Jexl.js
index <HASH>..<HASH> 100644
--- a/test/lib/Jexl.js
+++ b/test/lib/Jexl.js
@@ -37,7 +37,7 @@ describe('Jexl', () => {
})
return inst.eval('2|add1|add2').should.become(5)
})
- it('passs context', () => {
+ it('pass context', () => {
return inst.eval('fo... | fix(tests): Simple typo | TomFrost_Jexl | train | js |
30d7b8f5229575d3336610d3edc4fd06995cf660 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -39,10 +39,6 @@ function empower (assert, formatter, options) {
}
}
-function isEmpowered (assertObjectOrFunction) {
- return (typeof assertObjectOrFunction._capt === 'function') && (typeof assertObjectOrFunction._e... | refactor(empower): just a reordering | twada_empower-core | train | js |
80a7ebe49776325c68105ff03cba641dc4685c3e | diff --git a/notification-portlet-webcomponents/notification-component-icon/src/NotificationIcon.js b/notification-portlet-webcomponents/notification-component-icon/src/NotificationIcon.js
index <HASH>..<HASH> 100644
--- a/notification-portlet-webcomponents/notification-component-icon/src/NotificationIcon.js
+++ b/noti... | docs: document refresh work around and add todo to replace | Jasig_NotificationPortlet | train | js |
31ca684bbf2b44334198cce2aa519b0513b1ff5a | diff --git a/src/filters.js b/src/filters.js
index <HASH>..<HASH> 100644
--- a/src/filters.js
+++ b/src/filters.js
@@ -14,6 +14,7 @@ angular.module('angular.filter', [
'a8m.stringular',
'a8m.truncate',
'a8m.starts-with',
+ 'a8m.ends-with',
'a8m.concat',
'a8m.unique', | fix(filter): register ends-with module | a8m_angular-filter | train | js |
c101bddea50f6684a7f0c1020ed47d4067023574 | diff --git a/create-cycle-app/index.js b/create-cycle-app/index.js
index <HASH>..<HASH> 100644
--- a/create-cycle-app/index.js
+++ b/create-cycle-app/index.js
@@ -38,10 +38,6 @@ function createApp (name, verbose, scriptsPkg) {
process.exit(1)
}
- console.log()
- console.log(chalk.cyan('Fetching available fl... | refactor(create-cycle-app): Moving message to the right place | cyclejs-community_create-cycle-app | train | js |
8b0bf73e68be6858bcbff40e0ec994977b7d8dc0 | diff --git a/protocol-designer/src/components/StepEditForm/fields/TipPositionField/TipPositionModal.js b/protocol-designer/src/components/StepEditForm/fields/TipPositionField/TipPositionModal.js
index <HASH>..<HASH> 100644
--- a/protocol-designer/src/components/StepEditForm/fields/TipPositionField/TipPositionModal.js
+... | fix(protocol-designer): fix probs with typing zero in tip position (#<I>)
Closes #<I> | Opentrons_opentrons | train | js |
56b1bd27a9a363862ef67916bb450fe240787d07 | diff --git a/nl/bridge_linux.go b/nl/bridge_linux.go
index <HASH>..<HASH> 100644
--- a/nl/bridge_linux.go
+++ b/nl/bridge_linux.go
@@ -11,8 +11,8 @@ const (
/* Bridge Flags */
const (
- BRIDGE_FLAGS_MASTER = iota /* Bridge command to/from master */
- BRIDGE_FLAGS_SELF /* Bridge command to/from lowerdev */
... | fix: BRIDGE_FLAGS_* constants off-by-one | vishvananda_netlink | train | go |
530722e93ab20c9a51ac4affdc961a285d1c3fa7 | diff --git a/docs/gatsby-ssr.js b/docs/gatsby-ssr.js
index <HASH>..<HASH> 100644
--- a/docs/gatsby-ssr.js
+++ b/docs/gatsby-ssr.js
@@ -41,10 +41,9 @@ function getCookie(name) {
const cookieThemeName = getCookie('psds-docs-theme')
-const prefersDark = window.matchMedia('(prefers-color-scheme: dark)').matches
+const... | refactor(docs): default to dark theme instead of light | pluralsight_design-system | train | js |
d2dd89722f2019cbf6a1da5323addd7344e15cf8 | diff --git a/test/http-client.spec.js b/test/http-client.spec.js
index <HASH>..<HASH> 100644
--- a/test/http-client.spec.js
+++ b/test/http-client.spec.js
@@ -88,7 +88,7 @@ describe('HttpClient', () => {
});
it('run on response error', (done) => {
- fetch.and.returnValue(Promise.reject(Response.error()... | test(http-client): avoid Response.error, which isn't available in some polyfills | aurelia_fetch-client | train | js |
1c002b6e3fc53b569da5a0794d0747705151db45 | diff --git a/website/client/sidebars.js b/website/client/sidebars.js
index <HASH>..<HASH> 100644
--- a/website/client/sidebars.js
+++ b/website/client/sidebars.js
@@ -118,7 +118,7 @@ const sidebar = {
items: ['recipes/react-native/example'],
},
],
- 'Advanced guide': ['advanced-guide/Computation priorit... | fix: broken id of computation-priority | zerobias_effector | train | js |
42acf3442b67b4ff5ad601e249c55127992bcf3f | diff --git a/http2curl.go b/http2curl.go
index <HASH>..<HASH> 100644
--- a/http2curl.go
+++ b/http2curl.go
@@ -3,6 +3,7 @@ package http2curl
import (
"bytes"
"fmt"
+ "io/ioutil"
"net/http"
"sort"
"strings"
@@ -37,8 +38,10 @@ func GetCurlCommand(req *http.Request) (*CurlCommand, error) {
var buff bytes.Buf... | fix: Avoid clobbering body so subsequent reads like middleware will not get nil | moul_http2curl | train | go |
814aa5091b977705913fb1c502e31a250f19874d | diff --git a/packages/netlify-cms-core/src/components/Editor/EditorControlPane/EditorControlPane.js b/packages/netlify-cms-core/src/components/Editor/EditorControlPane/EditorControlPane.js
index <HASH>..<HASH> 100644
--- a/packages/netlify-cms-core/src/components/Editor/EditorControlPane/EditorControlPane.js
+++ b/pack... | fix(widget-list): validate string values in list widget (#<I>) | netlify_netlify-cms | train | js |
2b7cc21fe4c33965e49150c7ddf2a2bb98ecd110 | diff --git a/lib/utils/prettify-parser.js b/lib/utils/prettify-parser.js
index <HASH>..<HASH> 100644
--- a/lib/utils/prettify-parser.js
+++ b/lib/utils/prettify-parser.js
@@ -1,5 +1,11 @@
const forEachDeep = require('./for-each-deep.js')
+/**
+ * Parse HTML code into an AST
+ * @param {string} text Input text
+ * @p... | chore: Add types to Prettier parser | pangolinjs_core | train | js |
6a2840f104229b22eea091d0ce6d0c61a4f4a5ba | diff --git a/lib/ModuleError.js b/lib/ModuleError.js
index <HASH>..<HASH> 100644
--- a/lib/ModuleError.js
+++ b/lib/ModuleError.js
@@ -2,15 +2,20 @@
MIT License http://www.opensource.org/licenses/mit-license.php
Author Tobias Koppers @sokra
*/
-function ModuleError(module, err) {
- Error.call(this);
- Error.captur... | refactor(ModuleError): upgrade to ES6 (#<I>) | webpack_webpack | train | js |
54c39ad262ec7a53f70f7fcf98a779872023bc38 | diff --git a/lib/before-watch.js b/lib/before-watch.js
index <HASH>..<HASH> 100644
--- a/lib/before-watch.js
+++ b/lib/before-watch.js
@@ -12,6 +12,10 @@ module.exports = function ($logger, $liveSyncService, $options, $devicesService,
stopWebpackCompiler(platform);
}
... | chore: stop webpack compiler when ctrl+c is pressed while executing `tns preview --bundle` command (#<I>) | NativeScript_nativescript-dev-webpack | train | js |
9a0d170978147e4a8749ec0591620438dde48b5e | diff --git a/python/setup.py b/python/setup.py
index <HASH>..<HASH> 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -117,7 +117,7 @@ setup(
"Pillow>=3.2.0",
"numpy>=1.11.0",
'requests',
- 'tornado',
+ 'tornado<6',
'sockjs-tornado',
'six',
'google... | fix(python): Constrain tornado<6 due to sockjs-tornado incompatibility
This works around issue #<I>. | google_neuroglancer | train | py |
b9ce13efc8c144685038b2ed161216472864019f | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -58,7 +58,9 @@ setup(
url="https://github.com/awslabs/serverless-application-model",
license="Apache License 2.0",
# Exclude all but the code folders
- packages=find_packages(exclude=("tests", "tests.*", "doc... | chore: don't install integration tests (#<I>) | awslabs_serverless-application-model | train | py |
e4900724138a6c6c6495e79cfc6abb20cb6dc253 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -49,7 +49,7 @@ module.exports = function (grunt) {
});
grunt.registerTask('test', [
- // 'jshint',
+ 'jshint',
'nodeunit:all',
'simplemocha:full'
]); | chore(grunt): include jshint in test run | hoodiehq_hoodie-server | train | js |
969b541a9d1a89361996465c4ea6720af5d10678 | diff --git a/libtmux/session.py b/libtmux/session.py
index <HASH>..<HASH> 100644
--- a/libtmux/session.py
+++ b/libtmux/session.py
@@ -18,9 +18,12 @@ from .common import (
has_version,
session_check_name,
)
-from .pane import Pane
from .window import Window
+if t.TYPE_CHECKING:
+ from .pane import Pane... | chore(session): Add TYPE_CHECKING: Try to avoid circular imports | tmux-python_libtmux | train | py |
f49b011eb2861308b03d6db0321460aebc498469 | diff --git a/nuxt.config.js b/nuxt.config.js
index <HASH>..<HASH> 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -14,7 +14,7 @@ module.exports = {
modules: ['@nuxtjs/axios'],
axios: {
browserBaseURL: config.publicUrl + '/',
- baseURL: `http://localhost:${config.port}/`
+ baseURL: `http://localhost... | fix: base url for axios | koumoul-dev_sd-vue | train | js |
4e2470c8a5f819cfd91f9669a1870467d1bd53e8 | diff --git a/lib/cocoapods-tdfire-binary/command/assemble.rb b/lib/cocoapods-tdfire-binary/command/assemble.rb
index <HASH>..<HASH> 100644
--- a/lib/cocoapods-tdfire-binary/command/assemble.rb
+++ b/lib/cocoapods-tdfire-binary/command/assemble.rb
@@ -20,10 +20,19 @@ module Pod
end
def run
- ... | fix: assemble 出现 the sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation 问题 | tripleCC_cocoapods-tdfire-binary | train | rb |
db66632ce308a2333c556686ca30ce407ac98d13 | diff --git a/lib/get-host-ips.js b/lib/get-host-ips.js
index <HASH>..<HASH> 100644
--- a/lib/get-host-ips.js
+++ b/lib/get-host-ips.js
@@ -1,12 +1,31 @@
import { networkInterfaces } from 'os'
/**
+ * Check if network interface address is usable.
+ * @param {import('os').NetworkInterfaceInfo} address
+ * @returns {b... | fix: Make host IP extractor Node <I> compatible | pangolinjs_core | train | js |
d72707ff6544f08a1f0269e410993f729017a0a2 | diff --git a/lib/extended-model.js b/lib/extended-model.js
index <HASH>..<HASH> 100644
--- a/lib/extended-model.js
+++ b/lib/extended-model.js
@@ -76,6 +76,7 @@ const ExtendedConnection = Connection.extend(storageMixin, {
'isFavorite',
'isSrvRecord',
'hostname',
+ 'port',
'hos... | fix: don't cache title and use port as title dep (#<I>) | mongodb-js_connection-model | train | js |
39d7c18892896113f853e2f1776c639c627c1b5f | diff --git a/ui/src/utils/private/vm.js b/ui/src/utils/private/vm.js
index <HASH>..<HASH> 100644
--- a/ui/src/utils/private/vm.js
+++ b/ui/src/utils/private/vm.js
@@ -1,13 +1,13 @@
// used directly by docs too
export function getParentVm (vm) {
- if (vm.$parent !== void 0 && vm.$parent !== null) {
+ if (Object(vm.$... | fix(ui): cover corner-case for Quasar portals with script setup #<I> | quasarframework_quasar | train | js |
a3c1f4a8f52d179cf468451831f477031ea75181 | diff --git a/test/unit/spec/client/mercury/socket.js b/test/unit/spec/client/mercury/socket.js
index <HASH>..<HASH> 100644
--- a/test/unit/spec/client/mercury/socket.js
+++ b/test/unit/spec/client/mercury/socket.js
@@ -166,14 +166,14 @@ describe('Client', function() {
}), /`options.token` is required/);
... | fix(legacy): fix test that started failing after chai update | webex_spark-js-sdk | train | js |
8e1c12e036e39034e6c627cf54105f9259862de5 | diff --git a/src/core/events/onTouchEnd.js b/src/core/events/onTouchEnd.js
index <HASH>..<HASH> 100644
--- a/src/core/events/onTouchEnd.js
+++ b/src/core/events/onTouchEnd.js
@@ -101,15 +101,14 @@ export default function onTouchEnd(event) {
}
}
- let rewindFirstIndex;
- let rewindLastIndex;
+ let rewindFir... | fix(core): fix short swipes | nolimits4web_swiper | train | js |
e54e2db965ea4e6cebec8176d5e2ad983773d4ca | diff --git a/app/lib/webpack/inject.style-rules.js b/app/lib/webpack/inject.style-rules.js
index <HASH>..<HASH> 100644
--- a/app/lib/webpack/inject.style-rules.js
+++ b/app/lib/webpack/inject.style-rules.js
@@ -85,7 +85,8 @@ function injectRule (chain, pref, lang, test, loader, loaderOptions) {
// need a fresh cop... | fix(app): small glitch in inject.style-rules | quasarframework_quasar | train | js |
590d19a82fd30bea67c2fb465eb3dea1442fa22f | diff --git a/lib/JSON2CSVBase.js b/lib/JSON2CSVBase.js
index <HASH>..<HASH> 100644
--- a/lib/JSON2CSVBase.js
+++ b/lib/JSON2CSVBase.js
@@ -72,7 +72,7 @@ class JSON2CSVBase {
}
if (typeof fieldInfo.value === 'function') {
- const label = fieldInfo.label || fieldInfo.value;
+ const l... | fix: Improve the inference of the header name when using function as value (#<I>) | zemirco_json2csv | train | js |
812bdea07f91da06eea544918ce9151728238a39 | diff --git a/lib/waterline/query/dql/update.js b/lib/waterline/query/dql/update.js
index <HASH>..<HASH> 100644
--- a/lib/waterline/query/dql/update.js
+++ b/lib/waterline/query/dql/update.js
@@ -137,7 +137,9 @@ function createBelongsTo(valuesObject, cb) {
var pk = val[model.primaryKey];
valuesObject.val... | fix(query): try fix for #<I> - refactor | balderdashy_waterline | train | js |
2ef1bae6626b15e3be85b4d614c1248e30e733bf | diff --git a/packages/website/src/components/ApplyForm.js b/packages/website/src/components/ApplyForm.js
index <HASH>..<HASH> 100644
--- a/packages/website/src/components/ApplyForm.js
+++ b/packages/website/src/components/ApplyForm.js
@@ -225,6 +225,13 @@ function ApplyForm() {
and protect your data
... | docs(apply): add contact email | algolia_docsearch | train | js |
3d87f7369b54b66382a2e0f35e85ba7a12b18ba1 | diff --git a/machine/coreos.go b/machine/coreos.go
index <HASH>..<HASH> 100644
--- a/machine/coreos.go
+++ b/machine/coreos.go
@@ -5,6 +5,7 @@ import (
"net"
"path/filepath"
"strings"
+ "sync"
"time"
"github.com/coreos/fleet/third_party/github.com/dotcloud/docker/pkg/netlink"
@@ -22,6 +23,8 @@ func NewCoreO... | fix(machine): Protect CoreOSMachine with mutex | coreos_fleet | train | go |
c0fc1ae0186a6e895785d146952b4fc2dc5d6eb9 | diff --git a/superset/dashboards/schemas.py b/superset/dashboards/schemas.py
index <HASH>..<HASH> 100644
--- a/superset/dashboards/schemas.py
+++ b/superset/dashboards/schemas.py
@@ -108,8 +108,8 @@ def validate_json_metadata(value: Union[bytes, bytearray, str]) -> None:
class DashboardJSONMetadataSchema(Schema):
... | fix(cross-filter): fix scheme py (#<I>)
* fix: fix scehme py
* fix: fix scheme py | apache_incubator-superset | train | py |
5216b23b269fc5675edeac8ef458db3ae9e6f050 | diff --git a/src/Action/SaveAction.php b/src/Action/SaveAction.php
index <HASH>..<HASH> 100644
--- a/src/Action/SaveAction.php
+++ b/src/Action/SaveAction.php
@@ -42,6 +42,6 @@ class SaveAction extends Action
if (!$model->save()) {
return $controller->returnError($model->getErrors());
}
-... | feat(actions): Use `returnUrl` in Save and Update Actions | CottaCush_yii2-utils | train | php,php |
e2701c9c0a79d4350615a68dfb7187fc57e9bfb7 | diff --git a/tests/Backend/CommonPart1/CreateTableTest.php b/tests/Backend/CommonPart1/CreateTableTest.php
index <HASH>..<HASH> 100644
--- a/tests/Backend/CommonPart1/CreateTableTest.php
+++ b/tests/Backend/CommonPart1/CreateTableTest.php
@@ -372,11 +372,14 @@ class CreateTableTest extends StorageApiTestCase
$... | test: fixup create from sliced file | keboola_storage-api-php-client | train | php |
5326342bbd80974c96dd15f0996f7d09353f2ea5 | diff --git a/src/CreateSignalFactory.js b/src/CreateSignalFactory.js
index <HASH>..<HASH> 100644
--- a/src/CreateSignalFactory.js
+++ b/src/CreateSignalFactory.js
@@ -175,7 +175,7 @@ module.exports = function (controller, model, services, compute, modules) {
return next.promise.then(function (result) {... | fix(outputs): outputs should not be mutated
in the debugger the outputs are mutated, not showing the correct progress if input and output
updates | cerebral_cerebral | train | js |
b646ac4a0ea9516d557432ab004a3fb05dfae7e6 | diff --git a/cmd/kubeadm/app/cmd/phases/reset/removeetcdmember.go b/cmd/kubeadm/app/cmd/phases/reset/removeetcdmember.go
index <HASH>..<HASH> 100644
--- a/cmd/kubeadm/app/cmd/phases/reset/removeetcdmember.go
+++ b/cmd/kubeadm/app/cmd/phases/reset/removeetcdmember.go
@@ -36,7 +36,7 @@ func NewRemoveETCDMemberPhase() wor... | fix: Use correct function to remove etcd member | kubernetes_kubernetes | train | go |
0f4dc0911dfaca55710f38610ee82998b8719866 | diff --git a/src/Years/index.js b/src/Years/index.js
index <HASH>..<HASH> 100644
--- a/src/Years/index.js
+++ b/src/Years/index.js
@@ -126,7 +126,7 @@ export default class Years extends Component {
itemCount={years.length}
estimatedItemSize={rowHeight}
itemSize={(index) => heights[index... | fix: scrollToIndex issue when there is no selectedDate | clauderic_react-infinite-calendar | train | js |
2cfdaa97b5c41578a8096645f8021f4a05e69bbb | diff --git a/src/components/router.js b/src/components/router.js
index <HASH>..<HASH> 100644
--- a/src/components/router.js
+++ b/src/components/router.js
@@ -4,6 +4,8 @@ const component = require('@nx-js/core')
const middlewares = require('../middlewares')
module.exports = function routerComp (config) {
+ config ... | feat(router): change router config to be stateless by default | nx-js_framework | train | js |
58e014900d5618b9697da6c77e5cde26c190f956 | diff --git a/ember-cli-build.js b/ember-cli-build.js
index <HASH>..<HASH> 100644
--- a/ember-cli-build.js
+++ b/ember-cli-build.js
@@ -8,6 +8,10 @@ module.exports = function(defaults) {
autoprefixer: {
browsers: ['last 2 versions'],
cascade: false
+ },
+
+ 'ember-cli-babel': {
+ includePol... | chore(build): include babel polyfill for demo app
Fixes #<I>. | offirgolan_ember-light-table | train | js |
08f5fbf3dac9ba76a90f6701b077cbaa60211ed8 | diff --git a/pyannote/metrics/spotting.py b/pyannote/metrics/spotting.py
index <HASH>..<HASH> 100644
--- a/pyannote/metrics/spotting.py
+++ b/pyannote/metrics/spotting.py
@@ -92,7 +92,7 @@ class LowLatencySpeakerSpotting(BaseMetric):
# TODO | speed up latency pre-computation
# for every threshol... | fix: fix numpy broadcasting error | pyannote_pyannote-metrics | train | py |
0500b2c3b2698fe41bedf694b92aad884f3b0d0e | diff --git a/lib/protractor.js b/lib/protractor.js
index <HASH>..<HASH> 100644
--- a/lib/protractor.js
+++ b/lib/protractor.js
@@ -907,9 +907,21 @@ Protractor.prototype.get = function(destination, opt_timeout) {
// At this point, we need to make sure the new url has loaded before
// we try to execute any asynchro... | fix(navigation): ignore unknown JS errors when looking for the URL
This should address #<I>
Ignoring the error and trying again has worked for all of my test cases,
and the error has never occurred more than once in a row. | angular_protractor | train | js |
4d0c8440d5506d9f122ca31ec99e94c7ddf38e13 | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -102,11 +102,12 @@ mach.transpileLESS = function (src, debug) {
gulp.task('build', function (done) {
// app (default)
-
- mach.transpileTS(); // Transpile *.ts to *.js; _then_ post-process require statements... | fix(ci-cd): don't rebuild during release step (#<I>)
Closes #<I> | fabric8-ui_fabric8-planner | train | js |
a1b43b85a95a3cdf821139e8de8fa7097c731f1c | diff --git a/src/plugins/app-fullscreen.js b/src/plugins/app-fullscreen.js
index <HASH>..<HASH> 100644
--- a/src/plugins/app-fullscreen.js
+++ b/src/plugins/app-fullscreen.js
@@ -30,8 +30,9 @@ export default {
if (this.__installed) { return }
this.__installed = true
+ $q.fullscreen = this
+
if (isSS... | fix: $q.fullscreen" not available if device doesn't supports Fullscreen API #<I> | quasarframework_quasar | train | js |
b34bdf5c42b7fd8334d6ed3c4702fbff4d871738 | diff --git a/karma-js.conf.js b/karma-js.conf.js
index <HASH>..<HASH> 100644
--- a/karma-js.conf.js
+++ b/karma-js.conf.js
@@ -64,7 +64,6 @@ module.exports = function(config) {
included: false,
watched: false,
},
- {pattern: 'packages/common/i18n/**', included: false, watched: false, serve... | test(common): remove redundant line from karma config (#<I>)
The files in the pattern do not exist.
PR Close #<I> | angular_angular | train | js |
cf726824353b8553571bb555c07770dac0171298 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -52,12 +52,14 @@ function bindChild(child) {
console.log('error', arguments);
});
- child.on('exit', function () {
+ child.on('exit', function (code, error) {
console.log('exit', ... | fix(agent): clean exit | damonjs_damon | train | js |
f49fd823952fe1c51b21c96fab919845b6dc3efe | diff --git a/nodes/events-state-changed/events-state-changed.js b/nodes/events-state-changed/events-state-changed.js
index <HASH>..<HASH> 100644
--- a/nodes/events-state-changed/events-state-changed.js
+++ b/nodes/events-state-changed/events-state-changed.js
@@ -73,12 +73,11 @@ module.exports = function (RED) {
... | fix(events-state): cast state before setting new/old state
Closes #<I> | zachowj_node-red-contrib-home-assistant-websocket | train | js |
02595934d0dd58cfba8ed2730349ef3d2528207d | diff --git a/schedula/utils/alg.py b/schedula/utils/alg.py
index <HASH>..<HASH> 100755
--- a/schedula/utils/alg.py
+++ b/schedula/utils/alg.py
@@ -560,6 +560,8 @@ def get_sub_node(dsp, path, node_attr='auto', solution=NONE, _level=0,
data = dsp.default_values[node_id]
elif node_attr == 'dsp':
... | feat(alg): Add 'sol' as node_attr. | vinci1it2000_schedula | train | py |
91b1dbab9dbc4169e709abc5ed1e8db1f7590642 | diff --git a/packages/app-frontend/src/features/timeline/index.js b/packages/app-frontend/src/features/timeline/index.js
index <HASH>..<HASH> 100644
--- a/packages/app-frontend/src/features/timeline/index.js
+++ b/packages/app-frontend/src/features/timeline/index.js
@@ -7,6 +7,7 @@ import { useApps, getApps } from '../... | fix(timeline): autoscroll wrong duration size | vuejs_vue-devtools | train | js |
751132c48d803121519dca1a93dd358e9cc19ca2 | diff --git a/spec/acceptance/organizer/add_to_context_spec.rb b/spec/acceptance/organizer/add_to_context_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/acceptance/organizer/add_to_context_spec.rb
+++ b/spec/acceptance/organizer/add_to_context_spec.rb
@@ -27,4 +27,11 @@ RSpec.describe LightService::Organizer do
exp... | test: spec to ensure add_to_context provides accessors | adomokos_light-service | train | rb |
b6c668412c4a0c41adbf97e8f48721b4085c743e | diff --git a/packages/webiny-ui/src/Grid/Grid.js b/packages/webiny-ui/src/Grid/Grid.js
index <HASH>..<HASH> 100644
--- a/packages/webiny-ui/src/Grid/Grid.js
+++ b/packages/webiny-ui/src/Grid/Grid.js
@@ -21,6 +21,8 @@ export const GridInner = (props: GridInnerProps) => {
return <RmwcGridInner {...props}>{props.chil... | fix: add displayName to GridInner component. (#<I>) | Webiny_webiny-js | train | js |
9017d1cd9779642ee2ded28c1406effc0a9b6912 | diff --git a/src/every2.js b/src/every2.js
index <HASH>..<HASH> 100644
--- a/src/every2.js
+++ b/src/every2.js
@@ -6,8 +6,8 @@
* Tests whether every 2-tuple in the array pass the test
* implemented by the provided function.
*
- * @param {Array} array The array to iterate over
* @param {Function} callback The ... | chore: change order of params in docblock | javiercejudo_every2 | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.