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 |
|---|---|---|---|---|---|
2e628b47e6d00ae31dfde05a8472f5f910ea48bb | diff --git a/packages/build/src/util.js b/packages/build/src/util.js
index <HASH>..<HASH> 100644
--- a/packages/build/src/util.js
+++ b/packages/build/src/util.js
@@ -194,14 +194,14 @@ const buildStaticSite = async (options, stats) => {
const serverStats = stats.stats.find(stats =>
stats.compilation.name.in... | fix(build): avoid using deprecated webpack apis | marko-js_cli | train | js |
95cde238149afb6e18c23686210646a08ef0d2a1 | diff --git a/wheelzoom.js b/wheelzoom.js
index <HASH>..<HASH> 100644
--- a/wheelzoom.js
+++ b/wheelzoom.js
@@ -1,11 +1,12 @@
/*!
- Wheelzoom 3.0.4
+ Wheelzoom 3.1.0
license: MIT
http://www.jacklmoore.com/wheelzoom
*/
window.wheelzoom = (function(){
var defaults = {
- zoom: 0.10
+ zoom: 0.10,
+ maxZoom: fals... | feat: added option for maximum zoom level | jackmoore_wheelzoom | train | js |
ce6d984aca1fa29f3be5fc169c7dba9182ba3202 | diff --git a/lib/components/map/elevation-point-marker.js b/lib/components/map/elevation-point-marker.js
index <HASH>..<HASH> 100644
--- a/lib/components/map/elevation-point-marker.js
+++ b/lib/components/map/elevation-point-marker.js
@@ -1,14 +1,9 @@
import coreUtils from '@opentripplanner/core-utils'
import React, ... | refactor(map): remove unneeded methods and import spacing | opentripplanner_otp-react-redux | train | js |
612449b8cc75106475fd670cc17a18fff7006b06 | diff --git a/src/navbar/navbar.js b/src/navbar/navbar.js
index <HASH>..<HASH> 100644
--- a/src/navbar/navbar.js
+++ b/src/navbar/navbar.js
@@ -9,7 +9,7 @@ import { AttributeManager } from '../common/attributeManager';
export class MdNavbar {
@bindable({
defaultBindingMode: bindingMode.oneTime
- }) fixed;
+ }... | refactor(navbar): rename fixed attribute to md-fixed | aurelia-ui-toolkits_aurelia-materialize-bridge | train | js |
8687c0cc66290fda8842f6b39f9aca32e29ca2fc | diff --git a/app/src/components/CalibrateTipLength/AskForCalibrationBlockModal.js b/app/src/components/CalibrateTipLength/AskForCalibrationBlockModal.js
index <HASH>..<HASH> 100644
--- a/app/src/components/CalibrateTipLength/AskForCalibrationBlockModal.js
+++ b/app/src/components/CalibrateTipLength/AskForCalibrationBlo... | refactor(app): tip length cal: link to block request (#<I>)
We have a typeform to request a calibration block; link to it in the
block modal instead of the support site.
Closes #<I> | Opentrons_opentrons | train | js |
5a04f38395ae36b1fd8140cc7af3df91107351e6 | diff --git a/src/Resource/Transfers.php b/src/Resource/Transfers.php
index <HASH>..<HASH> 100644
--- a/src/Resource/Transfers.php
+++ b/src/Resource/Transfers.php
@@ -51,7 +51,7 @@ class Transfers extends MoipResource
}
/**
- * Initializes new transferInstrument instance if it doesn't exist
+ * Init... | style(Transfers): Fix StyleCI in intializeTransferInstrument comment | wirecardBrasil_moip-sdk-php | train | php |
2f668841ad1c5347227c28f9eb2d96be3413ba07 | diff --git a/src/Assert.php b/src/Assert.php
index <HASH>..<HASH> 100644
--- a/src/Assert.php
+++ b/src/Assert.php
@@ -85,7 +85,7 @@ trait Assert
$result = \JmesPath\Env::search($expression, $json);
\PHPUnit\Framework\Assert::assertEquals($expected, $result);
- \PHPUnit\Framework\Assert::asse... | fix: assertInternalType invalid when $expected is NULL | estahn_phpunit-json-assertions | train | php |
06e85f69a9cb2e6c22fdfc948f71e229b8019104 | diff --git a/lib/config/index.js b/lib/config/index.js
index <HASH>..<HASH> 100644
--- a/lib/config/index.js
+++ b/lib/config/index.js
@@ -47,7 +47,7 @@ module.exports = class Config {
}
forBrowser(id) {
- return this.browsers[id];
+ return _.extend(this.browsers[id], {id});
}
getB... | feat: extend browser config with its id | gemini-testing_hermione | train | js,js |
335cdbe067f232b00a3035664f3595fe3fff9ac1 | diff --git a/src/js/core/icon.js b/src/js/core/icon.js
index <HASH>..<HASH> 100644
--- a/src/js/core/icon.js
+++ b/src/js/core/icon.js
@@ -50,7 +50,7 @@ const Icon = {
props: ['icon'],
- data: {exclude: ['id', 'style', 'class', 'src', 'icon', 'ratio']},
+ data: {include: []},
isIcon: true,
diff ... | refactor: whitelist attributes to copy to svg | uikit_uikit | train | js,js |
529cdcc043e5ae037aa48fa275f1212d4a97a374 | diff --git a/tasks/packager/sectv-tizen.js b/tasks/packager/sectv-tizen.js
index <HASH>..<HASH> 100644
--- a/tasks/packager/sectv-tizen.js
+++ b/tasks/packager/sectv-tizen.js
@@ -356,7 +356,7 @@ module.exports = {
throw Error(result.output);
}
else {
- var packa... | fix: result match on tizen package command | Samsung_grunt-cordova-sectv | train | js |
ed14b319f7f604eb822f3d5815063f699e9a8d02 | diff --git a/src/foremast/slacknotify/slack_notification.py b/src/foremast/slacknotify/slack_notification.py
index <HASH>..<HASH> 100644
--- a/src/foremast/slacknotify/slack_notification.py
+++ b/src/foremast/slacknotify/slack_notification.py
@@ -1,5 +1,4 @@
"""Notify Slack channel."""
-import logging
import time
... | refactor: Remove unused import | foremast_foremast | train | py |
fd496467c94102c13756b9fe3ad737f4bccf5364 | diff --git a/lib/interceptor.js b/lib/interceptor.js
index <HASH>..<HASH> 100644
--- a/lib/interceptor.js
+++ b/lib/interceptor.js
@@ -12,6 +12,9 @@ class LineHeaderInterceptor extends Interceptor {
constructor(endpoint, config) {
super(endpoint, config);
+
+ // just validate the config once
+ parserFactory(co... | perf(validation): Moved the validation of the config into the contractor, so it will be validated only once | Kronos-Integration_kronos-interceptor-line-header | train | js |
604daeca76082d174c69cc41d30f7387e999b82a | diff --git a/src/translate.js b/src/translate.js
index <HASH>..<HASH> 100755
--- a/src/translate.js
+++ b/src/translate.js
@@ -815,7 +815,7 @@ angular.module('pascalprecht.translate').provider('$translate', ['$STORAGE_KEY',
// if there isn't a translation table for the language we've requested,
// we lo... | fix(translateService): uses should only load if a loader is registered | angular-translate_angular-translate | train | js |
77f5e980d94f70ee87bb1c2cebe92959671bc3df | diff --git a/test/rpc/rpc-handler-reroutingSpec.js b/test/rpc/rpc-handler-reroutingSpec.js
index <HASH>..<HASH> 100644
--- a/test/rpc/rpc-handler-reroutingSpec.js
+++ b/test/rpc/rpc-handler-reroutingSpec.js
@@ -15,8 +15,8 @@ const options = {
messageConnector: new MessageConnectorMock(),
logger: { log: jasmine.cr... | test: increase rpc ack timeout in rerouting tests
The tests don't mock ack behaviour, so the rpc objects were sometimes
being destroyed by an ack timeout before the tests ran. | deepstreamIO_deepstream.io | train | js |
9c6e034b3c94094507e6088b48aa54affca4ebac | diff --git a/classes/hypeJunction/Prototyper/Plugin.php b/classes/hypeJunction/Prototyper/Plugin.php
index <HASH>..<HASH> 100644
--- a/classes/hypeJunction/Prototyper/Plugin.php
+++ b/classes/hypeJunction/Prototyper/Plugin.php
@@ -143,7 +143,7 @@ final class Plugin extends \hypeJunction\Plugin {
'value' => get_defa... | fix(forms): match access id value type with validator label | hypeJunction_hypePrototyper | train | php |
3e45b5e33d702565d54016b6fa852e543db4a857 | diff --git a/lib/Bacon/Presenter/Html.php b/lib/Bacon/Presenter/Html.php
index <HASH>..<HASH> 100644
--- a/lib/Bacon/Presenter/Html.php
+++ b/lib/Bacon/Presenter/Html.php
@@ -69,11 +69,15 @@ class Html extends \Bacon\Presenter
}
}
- $translator = new Translator('de_AT', new MessageSelector());
- $translator-... | feat(locales): taking locale from controller setting now | Brainsware_bacon | train | php |
c9c46693088d68ead074c2fe86460906224284ed | diff --git a/wandb/wandb_run.py b/wandb/wandb_run.py
index <HASH>..<HASH> 100644
--- a/wandb/wandb_run.py
+++ b/wandb/wandb_run.py
@@ -150,6 +150,9 @@ class Run(object):
self._run_manager = None
self._jupyter_agent = None
+ # give access to watch method
+ self.watch = wandb.watch
+
... | feat: access watch method from Run object (#<I>) | wandb_client | train | py |
fe510c4705137c7d0a06831921c97c2536e24df3 | diff --git a/test/spec/directives/selection-model.js b/test/spec/directives/selection-model.js
index <HASH>..<HASH> 100644
--- a/test/spec/directives/selection-model.js
+++ b/test/spec/directives/selection-model.js
@@ -85,6 +85,28 @@ describe('Directive: selectionModel', function() {
});
});
+ describe('w... | test: Add test for helper to ignore clicks
Ignoring clicks on certain elements will allow users to have click hanlders
which change selected states without butting heads with the selection model
directive.
[ci skip] | jtrussell_angular-selection-model | train | js |
7824f822b9e5f3c652ffd893d8a696ff14304aa3 | diff --git a/vyper/functions/functions.py b/vyper/functions/functions.py
index <HASH>..<HASH> 100644
--- a/vyper/functions/functions.py
+++ b/vyper/functions/functions.py
@@ -843,9 +843,15 @@ class RawCall:
# build sequence LLL
if outsize:
- # only copy the return value to memory if outsi... | fix: consider returndatasize for raw_call output | ethereum_vyper | train | py |
662a7a3b422d83a343a2dab61a3b27acafb4b95a | diff --git a/src/Leevel/Kernel/IApp.php b/src/Leevel/Kernel/IApp.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Kernel/IApp.php
+++ b/src/Leevel/Kernel/IApp.php
@@ -223,9 +223,9 @@ interface IApp
/**
* 获取命名空间目录真实路径.
*
- * 一般用于获取文件 PSR4 所在的命名空间,当然如果存在命名空间。
- * 基于某个具体的类查询该类目录的真实路径。
- * 为简化开... | refactor(kernel): code poem | hunzhiwange_framework | train | php |
919bcbb2cef2a47cf986eb587858e595c3450873 | diff --git a/packages/@vue/cli/lib/promptModules/cssPreprocessors.js b/packages/@vue/cli/lib/promptModules/cssPreprocessors.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli/lib/promptModules/cssPreprocessors.js
+++ b/packages/@vue/cli/lib/promptModules/cssPreprocessors.js
@@ -3,7 +3,7 @@ module.exports = cli => {... | fix(ui): CSS Pre-processors "More info" link leads to <I> (#<I>) | vuejs_vue-cli | train | js |
e48612bd34b920969b7869d40719e27ef1bd2718 | diff --git a/lib/options/urls.js b/lib/options/urls.js
index <HASH>..<HASH> 100644
--- a/lib/options/urls.js
+++ b/lib/options/urls.js
@@ -24,8 +24,9 @@ async function parseUrlsOption (state, urls) {
}
const pageUrls = normalizedUrls.filter(isPageUrl)
+
const sectionUrls = normalizedUrls.filter(isSectionUrl)... | fix: handling of check with custom URLs | octokit_routes | train | js |
23122bd7f6a676e1f58dbeeb08f477b3f751f235 | diff --git a/schedula/utils/drw.py b/schedula/utils/drw.py
index <HASH>..<HASH> 100755
--- a/schedula/utils/drw.py
+++ b/schedula/utils/drw.py
@@ -853,6 +853,7 @@ class SiteMap(collections.OrderedDict):
'digraph', 'node_styles', 'node_data', 'node_function', 'edge_data',
'max_lines', 'max_width'
... | feat(drw): Add option include_folders_as_filenames to SiteMap. | vinci1it2000_schedula | train | py |
9467b53a795aa5ba716b20d8db113682570649fd | diff --git a/src/components/tabs/tabs.js b/src/components/tabs/tabs.js
index <HASH>..<HASH> 100644
--- a/src/components/tabs/tabs.js
+++ b/src/components/tabs/tabs.js
@@ -66,7 +66,7 @@ class Tab extends ContentSwitcher {
const trigger = eventMatches(event, this.options.selectorTrigger);
if (button) {
s... | fix(tabs): fix for mobile tab selection not closing the dropdown (#<I>) (#<I>)
Fixes #<I>.
Closes #<I>. | carbon-design-system_carbon-components | train | js |
993069deef08f349a0e4092c36f9dfb4fa953a80 | diff --git a/js/src/sidebar.js b/js/src/sidebar.js
index <HASH>..<HASH> 100644
--- a/js/src/sidebar.js
+++ b/js/src/sidebar.js
@@ -352,7 +352,7 @@ class Sidebar extends BaseComponent {
// Static
- static _sidebarInterface(element, config) {
+ static sidebarInterface(element, config) {
let data = Data.getD... | refactor: rename `_sidebarInterface` to `sidebarInterface` | coreui_coreui | train | js |
3d3e198aa374050ce3110e009d15920d842b04b6 | diff --git a/test/test_ATR.py b/test/test_ATR.py
index <HASH>..<HASH> 100644
--- a/test/test_ATR.py
+++ b/test/test_ATR.py
@@ -1,4 +1,3 @@
-#! /usr/bin/env python
# -*- coding: utf-8 -*-
import sys
diff --git a/test/test_Exceptions.py b/test/test_Exceptions.py
index <HASH>..<HASH> 100644
--- a/test/test_Exceptions.... | test: remove #!
The scripts are called from setup.py so and are not executable. So they
do not need a sheband line | LudovicRousseau_pyscard | train | py,py,py,py |
fb01b6e6061be9a5f2671f66c628e71274bc62c1 | diff --git a/packages/ad/src/dom-context.js b/packages/ad/src/dom-context.js
index <HASH>..<HASH> 100644
--- a/packages/ad/src/dom-context.js
+++ b/packages/ad/src/dom-context.js
@@ -1,5 +1,5 @@
import React, { PureComponent } from "react";
-import { View, Linking } from "react-native";
+import { View, Linking, Platfo... | fix: restore fix for android unruly ads (#<I>) | newsuk_times-components | train | js |
922b42a286857a8fdca64d649614724a8d104757 | diff --git a/packages/testing-karma-bs/bs-settings.js b/packages/testing-karma-bs/bs-settings.js
index <HASH>..<HASH> 100644
--- a/packages/testing-karma-bs/bs-settings.js
+++ b/packages/testing-karma-bs/bs-settings.js
@@ -49,6 +49,7 @@ module.exports = () => ({
bs_win10_firefox_latest: {
base: 'BrowserStac... | fix(testing-karma-bs): hard code Firefox <I> as <I> produces a timeout | open-wc_open-wc | train | js |
9ecf888e6e1b7efa1dadbdf5fdc15a57e2019df3 | diff --git a/lib/loader/egg_loader.js b/lib/loader/egg_loader.js
index <HASH>..<HASH> 100644
--- a/lib/loader/egg_loader.js
+++ b/lib/loader/egg_loader.js
@@ -95,6 +95,7 @@ class EggLoader {
if (process.env.NODE_ENV === 'test') {
serverEnv = 'unittest';
} else if (process.env.NODE_ENV === 'produc... | feat: warning when missing EGG_SERVER_ENV at production (#<I>) | eggjs_egg-core | train | js |
15483a7394ffe738179db9acab3f275534c5028f | diff --git a/src/find.js b/src/find.js
index <HASH>..<HASH> 100644
--- a/src/find.js
+++ b/src/find.js
@@ -1,7 +1,7 @@
const _ = require('underscore');
const sanitizeParams = require('./utils/sanitizeParams');
const { prepareResponse, generateSort, generateCursorQuery } = require('./utils/query');
-var config = requ... | fix: use const in preference to var | mixmaxhq_mongo-cursor-pagination | train | js |
43b7ded16ca9a9a2067041d6b9bb5e2cc19b47f6 | diff --git a/server/application/websocket.go b/server/application/websocket.go
index <HASH>..<HASH> 100644
--- a/server/application/websocket.go
+++ b/server/application/websocket.go
@@ -23,11 +23,12 @@ var upgrader = func() websocket.Upgrader {
// terminalSession implements PtyHandler
type terminalSession struct {... | fix: terminal websocket write lock to avoid races (#<I>)
* fix: protect terminal WriteMessage with a lock | argoproj_argo-cd | train | go |
bb307493c963874b010d7f4237160d35ee0f5bf5 | diff --git a/packages/core/lib/config.js b/packages/core/lib/config.js
index <HASH>..<HASH> 100644
--- a/packages/core/lib/config.js
+++ b/packages/core/lib/config.js
@@ -93,20 +93,26 @@ const loadConfig = (context, config) => {
: searchSync(context);
};
-const loadSettings = (context, { dependencies }) => {
+c... | fix(core): take devDependencies into account when resolving presets
when NODE_ENV is not production | untool_untool | train | js |
b3a2f80c90cfa05450b5c6a88cdbda5f2dfee155 | diff --git a/org/postgresql/jdbc2/AbstractJdbc2Statement.java b/org/postgresql/jdbc2/AbstractJdbc2Statement.java
index <HASH>..<HASH> 100644
--- a/org/postgresql/jdbc2/AbstractJdbc2Statement.java
+++ b/org/postgresql/jdbc2/AbstractJdbc2Statement.java
@@ -22,6 +22,7 @@ import java.util.TimeZone;
import java.util.Calend... | perf: Remove AbstractJdbc2Statement.finalize()
Removes AbstractJdbc2Statement.finalize() as server side resource
cleanup is already handled byQueryExecutorImpl#processDeadParsedQueries.
With this change, if many prepared statements are created, but not
closed, and no further activity occurs on the connection, then th... | pgjdbc_pgjdbc | train | java |
15ac1aa9a3ad1922f7207f69dec2ff17da38df07 | diff --git a/lib/components/map/connected-route-viewer-overlay.js b/lib/components/map/connected-route-viewer-overlay.js
index <HASH>..<HASH> 100644
--- a/lib/components/map/connected-route-viewer-overlay.js
+++ b/lib/components/map/connected-route-viewer-overlay.js
@@ -21,7 +21,7 @@ const mapStateToProps = (state, own... | refactor(connected-route-viewer-overlay): avoid crash when routeViewer missing from config | opentripplanner_otp-react-redux | train | js |
43a5c8b923e6e974b35fb09e39eed320739d45b7 | diff --git a/src/foremast/__main__.py b/src/foremast/__main__.py
index <HASH>..<HASH> 100644
--- a/src/foremast/__main__.py
+++ b/src/foremast/__main__.py
@@ -28,8 +28,8 @@ def add_pipeline(subparsers):
pipeline_full_parser.set_defaults(func=runner.prepare_app_pipeline)
pipeline_onetime_parser = pipeline_su... | fix: Point Pipeline onetime to entry point | foremast_foremast | train | py |
65007e2e718fb86268e1f132e345104381cc313a | diff --git a/app/lib/ssr/html-template.js b/app/lib/ssr/html-template.js
index <HASH>..<HASH> 100644
--- a/app/lib/ssr/html-template.js
+++ b/app/lib/ssr/html-template.js
@@ -53,14 +53,15 @@ module.exports.getIndexHtml = function (template, cfg) {
)
let html = compiled(cfg.htmlVariables)
- const data = { body:... | fix(app): SSR index file management | quasarframework_quasar | train | js |
9007abc5056466d77e441b920ae199d6d8d8156a | diff --git a/bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/util/RowKeyWrapper.java b/bigtable-client-core-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/util/RowKeyWrapper.java
index <HASH>..<HASH> 100644
--- a/bigtable-client-core-parent/bigtable-hbase/sr... | feat: add toString for RowKeyWrapper to ease debugging (#<I>) | googleapis_cloud-bigtable-client | train | java |
e9e6db145519b0b2339f9a2426368edf0ed224a6 | diff --git a/src/notebook/epics/saving.js b/src/notebook/epics/saving.js
index <HASH>..<HASH> 100644
--- a/src/notebook/epics/saving.js
+++ b/src/notebook/epics/saving.js
@@ -1,5 +1,5 @@
-import { writeFileObservable } from '../../utils/fs';
import { ActionsObservable } from 'redux-observable';
+import { writeFileObse... | chore(EpicsTesting): Satisfy linter. | nteract_nteract | train | js |
d71639bbf8a887c39bce599a45399fa96d180690 | diff --git a/lib/workers/repository/process/fetch.js b/lib/workers/repository/process/fetch.js
index <HASH>..<HASH> 100644
--- a/lib/workers/repository/process/fetch.js
+++ b/lib/workers/repository/process/fetch.js
@@ -32,7 +32,14 @@ async function fetchDepUpdates(packageFileConfig, dep) {
logger.debug({ depName: ... | refactor: fetch array or object | renovatebot_renovate | train | js |
0a597ceba805a70bd4048247681827077a840383 | diff --git a/packages/empty-state/src/EmptyState.story.js b/packages/empty-state/src/EmptyState.story.js
index <HASH>..<HASH> 100644
--- a/packages/empty-state/src/EmptyState.story.js
+++ b/packages/empty-state/src/EmptyState.story.js
@@ -4,7 +4,7 @@ import { action } from "@storybook/addon-actions";
import { storiesO... | test(stories): use the compiled version of the empty state on storybook
affects: @crave/farmblocks-empty-state
in order to have the proptypes generated by babel | CraveFood_farmblocks | train | js |
2972e3a85ea4d8e1366e86c87b5298b870416151 | diff --git a/lib/protractor.js b/lib/protractor.js
index <HASH>..<HASH> 100644
--- a/lib/protractor.js
+++ b/lib/protractor.js
@@ -5,6 +5,8 @@ var webdriver = require('selenium-webdriver');
var clientSideScripts = require('./clientsidescripts.js');
var ProtractorBy = require('./locators.js').ProtractorBy;
+/* globa... | style(protractor): fix up jshint errors - semicolon and missing global | angular_protractor | train | js |
4ea4e0436ab66bd49e7a4b0efa422d66bee95a89 | diff --git a/pkg/services/notifications/mailer.go b/pkg/services/notifications/mailer.go
index <HASH>..<HASH> 100644
--- a/pkg/services/notifications/mailer.go
+++ b/pkg/services/notifications/mailer.go
@@ -101,6 +101,7 @@ func createDialer() (*gomail.Dialer, error) {
d := gomail.NewDialer(host, iPort, setting.Smtp... | feat(mailer): set localname to hostname
Some email providers does not accept localhost
in the HELO message. So we set it to hostname
instead. Our hope is that should be enough for
those providers who does not accept localhost.
closes #<I> | grafana_grafana | train | go |
e20bc5a25b84b879a9e130e2979872a6c4b191d5 | diff --git a/lib/bundle-manager.js b/lib/bundle-manager.js
index <HASH>..<HASH> 100644
--- a/lib/bundle-manager.js
+++ b/lib/bundle-manager.js
@@ -233,11 +233,13 @@ module.exports._stopWatching = function () {
watcher.close();
};
-/**
- * Emits a `bundleChanged` event for the given bundle.
- * @param bundleName {S... | fix(bundle-manager): reduce frequency of crash when editing dashboard HTML files | nodecg_nodecg | train | js |
5b8b6e9c35345c3aa1451201638f3ba419973173 | diff --git a/packages/drawer/src/react/collapsible.js b/packages/drawer/src/react/collapsible.js
index <HASH>..<HASH> 100644
--- a/packages/drawer/src/react/collapsible.js
+++ b/packages/drawer/src/react/collapsible.js
@@ -5,6 +5,7 @@ import React from 'react'
const Container = glamorous.div({
overflow: 'hidden',... | fix(drawer): prevent tabbing into closed drawers | pluralsight_design-system | train | js |
4147eb9af3c50cd5f2f62cf973649bf7dc5a6212 | diff --git a/src/core/balancer.js b/src/core/balancer.js
index <HASH>..<HASH> 100644
--- a/src/core/balancer.js
+++ b/src/core/balancer.js
@@ -65,13 +65,13 @@ export class Balancer {
static _query() {
this._servers.map((server, i) => {
const _server = JSON.stringify(server);
- logger.info(`[balancer... | chore(balancer): use verbose log | blinksocks_blinksocks | train | js |
56ff7f556747089e636aea554ab3900d2cf03e5b | diff --git a/stellar_sdk/server.py b/stellar_sdk/server.py
index <HASH>..<HASH> 100644
--- a/stellar_sdk/server.py
+++ b/stellar_sdk/server.py
@@ -37,7 +37,7 @@ class Server(BaseServer):
:param horizon_url: Horizon Server URL
(ex. ``"https://horizon-testnet.stellar.org"`` for test network,
- ``"h... | docs: correct the horizon address of the public network (#<I>) | StellarCN_py-stellar-base | train | py,py |
eec61554a67e5a52675a012788fea928c692ddb1 | diff --git a/gulpfile.base.js b/gulpfile.base.js
index <HASH>..<HASH> 100644
--- a/gulpfile.base.js
+++ b/gulpfile.base.js
@@ -31,7 +31,7 @@ module.exports.eslint = ({relativePath, gulp}) => gulp.task("eslint", () => {
.pipe(gulpIf(isFixed, gulp.dest(relativePath)))
.pipe(eslint.failAfterError());
-... | chore(gulp): `gulp eslint` and `gulp sassLint` need to be able complete in non PR environments...
How did this work before? | randytarampi_me | train | js |
d20bbec708388d2975e27b4d698ccac2427a60aa | diff --git a/ibis/backends/base/sql/compiler/extract_subqueries.py b/ibis/backends/base/sql/compiler/extract_subqueries.py
index <HASH>..<HASH> 100644
--- a/ibis/backends/base/sql/compiler/extract_subqueries.py
+++ b/ibis/backends/base/sql/compiler/extract_subqueries.py
@@ -39,7 +39,8 @@ class ExtractSubqueries:
... | chore: remove visit_physical_table in favor of pass | ibis-project_ibis | train | py |
78d92622da64895a7c502f70c2392d14f737c7c7 | diff --git a/plugins/inputs/elasticsearch_query/elasticsearch_query_test.go b/plugins/inputs/elasticsearch_query/elasticsearch_query_test.go
index <HASH>..<HASH> 100644
--- a/plugins/inputs/elasticsearch_query/elasticsearch_query_test.go
+++ b/plugins/inputs/elasticsearch_query/elasticsearch_query_test.go
@@ -568,8 +56... | test: force elasticsearch to index batch data (#<I>) | influxdata_telegraf | train | go |
41dcebeaef610147d2b4081d27071b1f75a72bce | diff --git a/tests/jupyter/async_test.py b/tests/jupyter/async_test.py
index <HASH>..<HASH> 100644
--- a/tests/jupyter/async_test.py
+++ b/tests/jupyter/async_test.py
@@ -208,6 +208,9 @@ def test_debounced_await(df_trimmed, as_coroutine, as_method, flush_guard,):
bla2 = other_foo.foo()
result1 = a... | test: fix async test, was missing await | vaexio_vaex | train | py |
b1e7641884004232d4d66207418f7f3b7836b34b | diff --git a/addons/docs/src/frameworks/web-components/config.js b/addons/docs/src/frameworks/web-components/config.js
index <HASH>..<HASH> 100644
--- a/addons/docs/src/frameworks/web-components/config.js
+++ b/addons/docs/src/frameworks/web-components/config.js
@@ -11,7 +11,7 @@ function mapData(data) {
type: { s... | fix(web-components): update key to reflect specification | storybooks_storybook | train | js |
eb38cf9d4228b8181aa3f6a360d57d2c0d5ba416 | diff --git a/src/Tool/ValueExtractorTrait.php b/src/Tool/ValueExtractorTrait.php
index <HASH>..<HASH> 100644
--- a/src/Tool/ValueExtractorTrait.php
+++ b/src/Tool/ValueExtractorTrait.php
@@ -29,7 +29,7 @@ trait ValueExtractorTrait
/**
* Extracts the value of the given property or method from the object.
... | fix: protect against non-objects passed to value extractor | ramsey_collection | train | php |
086d75bdf1d491d083f5e05dfe764bb9193480aa | diff --git a/niworkflows/func/tests/test_util.py b/niworkflows/func/tests/test_util.py
index <HASH>..<HASH> 100755
--- a/niworkflows/func/tests/test_util.py
+++ b/niworkflows/func/tests/test_util.py
@@ -54,6 +54,14 @@ if datapath:
parameters = zip(bold_datasets, exp_masks)
+ if not bold_datasets:
+ r... | fix: test preamble, failing to discover data | poldracklab_niworkflows | train | py |
d674263eb71e44c98ba357c943b3dbe204a25d11 | diff --git a/pkg/disk/disk.go b/pkg/disk/disk.go
index <HASH>..<HASH> 100644
--- a/pkg/disk/disk.go
+++ b/pkg/disk/disk.go
@@ -43,8 +43,8 @@ func SameDisk(di1, di2 Info) bool {
return false
}
- // returns true only if Used, Free and number of free
- // inodes are same, then its the same disk.
- return di1.Used =... | fix: remove inode free as part of SameDisk check (#<I>) | minio_minio | train | go |
ccdc2ef2872321921912576e70375f77b854e2eb | diff --git a/lib/client.js b/lib/client.js
index <HASH>..<HASH> 100644
--- a/lib/client.js
+++ b/lib/client.js
@@ -122,7 +122,6 @@ class Client extends ClientBase {
const ret = new Duplex({
autoDestroy: true,
- writableHighWaterMark: 1,
read () {
if (body) {
body.resume() | fix: remove highwatermark override | mcollina_undici | train | js |
aa8684a3567353c587cc97932ec7b4e4faa0103a | diff --git a/src/mixins/overlayable.js b/src/mixins/overlayable.js
index <HASH>..<HASH> 100644
--- a/src/mixins/overlayable.js
+++ b/src/mixins/overlayable.js
@@ -82,6 +82,8 @@ export default {
*/
scrollListener (e) {
if (e.type === 'keydown') {
+ if (['INPUT', 'TEXTAREA', 'SELECT'].includes(e.... | fix: arrow up/down not working in inputs in dialog (#<I>)
fixes #<I> | vuetifyjs_vuetify | train | js |
551cb33cbb5db7bc015cfdf231aa908cbbe7d554 | diff --git a/lib/handlers/git/manifest.js b/lib/handlers/git/manifest.js
index <HASH>..<HASH> 100644
--- a/lib/handlers/git/manifest.js
+++ b/lib/handlers/git/manifest.js
@@ -11,20 +11,27 @@ const semver = require('semver')
module.exports = manifest
function manifest (spec, opts) {
opts = optCheck(opts)
- if (spe... | fix(git): fix fallback order and only fall back on hosted shortcuts | zkat_pacote | train | js |
4932617180a54ac6990bde00d16220e6269ac1fc | diff --git a/consumer_group.go b/consumer_group.go
index <HASH>..<HASH> 100644
--- a/consumer_group.go
+++ b/consumer_group.go
@@ -732,6 +732,9 @@ func (s *consumerGroupSession) heartbeatLoop() {
pause := time.NewTicker(s.parent.config.Consumer.Group.Heartbeat.Interval)
defer pause.Stop()
+ retryBackoff := time.N... | fix: ensure backoff timer is re-used
Unlikely to cause an issue in Sarama unless the user explicitly set
Metadata.Retry.Backoff especially high and was hitting lots of retry
conditions, but no harm in guarding against this.
Ref: <URL> | Shopify_sarama | train | go |
9bb24c61b9082c745be75043f7668222df37b9be | diff --git a/source/rafcon/gui/mygaphas/items/state.py b/source/rafcon/gui/mygaphas/items/state.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/gui/mygaphas/items/state.py
+++ b/source/rafcon/gui/mygaphas/items/state.py
@@ -889,6 +889,10 @@ class NameView(Element):
self._view = self.canvas.get_first_vie... | refactor(gaphas): Add transparency property to NameView | DLR-RM_RAFCON | train | py |
bede7f4d57cdb889783ada5430bac635bd3bf4d8 | diff --git a/test/helpers/common.js b/test/helpers/common.js
index <HASH>..<HASH> 100644
--- a/test/helpers/common.js
+++ b/test/helpers/common.js
@@ -7,6 +7,8 @@ var Readable = require('stream').Readable || require('readable-stream');
var Writable = require('stream').Writable || require('readable-stream').Writable;
... | test: quick fix to helper. | archiverjs_node-archiver | train | js |
6c212ece31c1c359cd7806d6036f2644033ae1a8 | diff --git a/test/unit/02-broker-component.js b/test/unit/02-broker-component.js
index <HASH>..<HASH> 100644
--- a/test/unit/02-broker-component.js
+++ b/test/unit/02-broker-component.js
@@ -7,6 +7,7 @@ describe("02 - unit - brokerage component", function() {
var mockModels = {};
var mockMesh = {
_mesh... | test: fixed <I>-broker-component JIRA: SMC-<I> | happner_happner-cluster | train | js |
46d7ac4487b04d00f9c3c1939aafce34d91f0196 | diff --git a/core/src/ons/ons.js b/core/src/ons/ons.js
index <HASH>..<HASH> 100644
--- a/core/src/ons/ons.js
+++ b/core/src/ons/ons.js
@@ -436,5 +436,5 @@ function waitDeviceReady() {
}, false);
}
-window._super_secret_ons = ons;
+window._superSecretOns = ons;
export default ons; | style(ons): Rename variable. | OnsenUI_OnsenUI | train | js |
97852af00ee159e154d41f34871813250d43f4ae | diff --git a/js/src/mesh.js b/js/src/mesh.js
index <HASH>..<HASH> 100644
--- a/js/src/mesh.js
+++ b/js/src/mesh.js
@@ -67,13 +67,15 @@ var MeshView = widgets.WidgetView.extend( {
this.textures = null
this.texture_video = document.createElement('video')
texture.stream.then(_.bind(f... | fix: was using deprecated api for mediastream | maartenbreddels_ipyvolume | train | js |
8cae770e4a5738487b77449f85d035591429deb5 | diff --git a/gulp/tasks/release.js b/gulp/tasks/release.js
index <HASH>..<HASH> 100644
--- a/gulp/tasks/release.js
+++ b/gulp/tasks/release.js
@@ -33,7 +33,8 @@ gulp.task('release:commit', () => {
function updateVersion(type) {
return () => {
const [release, identifier] = type.split('-');
- const version = ... | chore(release): fix release task [ci skip] | suguru03_aigle | train | js |
31cc0b04dabcc25190de11211dc5cd6253f32540 | diff --git a/webapps/client/scripts/directives/processDiagram.js b/webapps/client/scripts/directives/processDiagram.js
index <HASH>..<HASH> 100644
--- a/webapps/client/scripts/directives/processDiagram.js
+++ b/webapps/client/scripts/directives/processDiagram.js
@@ -2,9 +2,7 @@
define([
'angular',
'jquery',
- '... | chore(processDiagram): remove dependency on some jquery plugins
Related to CAM-<I> | camunda_camunda-bpm-platform | train | js |
07b60a6bb42796e6f060730ce4bf22762942b0b8 | diff --git a/lib/plugins/aws/deploy/lib/validateTemplate.js b/lib/plugins/aws/deploy/lib/validateTemplate.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/aws/deploy/lib/validateTemplate.js
+++ b/lib/plugins/aws/deploy/lib/validateTemplate.js
@@ -2,6 +2,7 @@
const getCompiledTemplateS3Suffix = require('../../lib/nam... | fix: Expose template errror with user error | serverless_serverless | train | js |
ac748d6b481765093d7663e6c291ec8b5fe24d2c | diff --git a/packages/core/src/mixins/source.js b/packages/core/src/mixins/source.js
index <HASH>..<HASH> 100644
--- a/packages/core/src/mixins/source.js
+++ b/packages/core/src/mixins/source.js
@@ -138,7 +138,7 @@ module.exports = mixin(
if (event === 'change' && data.isResource) {
... | fix: sync for docs (#<I>) | frctl_fractal | train | js |
c57eea7f166d16979be32bfbe8ea25b286af1ace | diff --git a/.make-packages.js b/.make-packages.js
index <HASH>..<HASH> 100644
--- a/.make-packages.js
+++ b/.make-packages.js
@@ -20,7 +20,7 @@ const CJS_PKG = PKG_ROOT + '_cjs/';
const ESM5_PKG = PKG_ROOT + '_esm5/';
const ESM2015_PKG = PKG_ROOT + '_esm2015/';
const UMD_PKG = PKG_ROOT + 'bundles/';
-const TYPE_PKG... | fix(package): remove src directory and fix typings location (#<I>)
Related to #<I> | ReactiveX_rxjs | train | js |
ab8829a2dcbdb9ab826d5a7fedae1c397e17ee51 | diff --git a/lib/types/message.js b/lib/types/message.js
index <HASH>..<HASH> 100644
--- a/lib/types/message.js
+++ b/lib/types/message.js
@@ -8,7 +8,8 @@ var Int64 = require('node-int64'),
ForcedType = require('./forced_type'),
AMQPSymbol = require('./amqp_symbol'),
- u = require('../utilities');
+ u... | fix(application-properties): make properties accessible | noodlefrenzy_node-amqp10 | train | js |
050f8e4e5a046f51dbbbb1c07c40b39df812bddc | diff --git a/test/plugins.js b/test/plugins.js
index <HASH>..<HASH> 100644
--- a/test/plugins.js
+++ b/test/plugins.js
@@ -151,8 +151,8 @@ describe('plugins', function() {
assert.propertyVal(entries['executable.sh'], 'externalFileAttributes', 2180972576);
assert.equal((entries['executable.sh'].externalFil... | test: account for windows being crap for permissions testing. | archiverjs_node-archiver | train | js |
8aa4c82c2821a54dae6b53a9762784a18169cc5c | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ if sys.version < "2.2.3":
# Workaround for problems caused by this import
# It's either this or hardcoding the version.
#from pyrax.version import version
-with file("pyrax/version.py") as vfile:
+with open("... | fix(setup): file() is deprecated. Use open. | pycontribs_pyrax | train | py |
c0ddb23612fc0fe425dfcb2dda37f90ea2940363 | diff --git a/src/sass.configure.path.js b/src/sass.configure.path.js
index <HASH>..<HASH> 100644
--- a/src/sass.configure.path.js
+++ b/src/sass.configure.path.js
@@ -10,7 +10,7 @@ var SASSJS_RELATIVE_PATH = (function() {
'use strict';
// in Node things are rather simple
- const hasDir = typeof __dirname !== '... | fix(sass): restore ES5 compatibility
PR #<I> | medialize_sass.js | train | js |
0e51d8a94611d85d8d947ed093b9682e4b8cd48e | diff --git a/views/js/picCreator/dev/studentToolSample/runtime/studentToolSample.js b/views/js/picCreator/dev/studentToolSample/runtime/studentToolSample.js
index <HASH>..<HASH> 100644
--- a/views/js/picCreator/dev/studentToolSample/runtime/studentToolSample.js
+++ b/views/js/picCreator/dev/studentToolSample/runtime/st... | fix: Render PIC icons to the toolbar in scope of given item | oat-sa_extension-tao-itemqti-pic | train | js |
188334e64f9d9d7a7c1889dc5eb64c27e925077b | diff --git a/EditableColumn.php b/EditableColumn.php
index <HASH>..<HASH> 100644
--- a/EditableColumn.php
+++ b/EditableColumn.php
@@ -66,8 +66,13 @@ class EditableColumn extends DataColumn
*/
protected function renderDataCellContent($model, $key, $index)
{
-
$value = parent::renderDataCellCont... | feat: allow to overwrite default options
editableOptions can overwrite default options. It is a must if you want to generate url and params for every column. | yii2mod_yii2-editable | train | php |
eb504604fe7b6a95ff5d308e4ec32baa81043592 | diff --git a/packages/components/data-table/src/data-table.story.js b/packages/components/data-table/src/data-table.story.js
index <HASH>..<HASH> 100644
--- a/packages/components/data-table/src/data-table.story.js
+++ b/packages/components/data-table/src/data-table.story.js
@@ -204,7 +204,7 @@ const ColumnConfigForm = ... | fix: storybook data-table example (#<I>) | commercetools_ui-kit | train | js |
d476da297eb9e4604c139d8a6735e536d710ce76 | diff --git a/components/RefinementList.js b/components/RefinementList.js
index <HASH>..<HASH> 100644
--- a/components/RefinementList.js
+++ b/components/RefinementList.js
@@ -36,14 +36,13 @@ class RefinementList extends React.Component {
//
// So the code here checks if the click was done on or in a LABEL. If thi... | fix(RefinementList): click on child should not click on parent
Before this fix, when clicking inside the child of a <a>..</a> would
propagate to the parent and thus in hierarchical facets would close the
parent as soon as we open the child.
fixes #<I> | algolia_instantsearch.js | train | js |
cdcc22574037df687dc170b1a177347cc5ce1fdf | diff --git a/lib/v8-to-istanbul.js b/lib/v8-to-istanbul.js
index <HASH>..<HASH> 100644
--- a/lib/v8-to-istanbul.js
+++ b/lib/v8-to-istanbul.js
@@ -5,9 +5,14 @@ const { dirname, join } = require('path')
const CovBranch = require('./branch')
const CovFunction = require('./function')
const CovSource = require('./source... | fix: fs.promises was not introduced until <I> (#<I>) | istanbuljs_v8-to-istanbul | train | js |
6155916ff2d032a604eb8f409e0ce611d6f1c84b | diff --git a/src/components/CodeSnippet/CodeSnippet.js b/src/components/CodeSnippet/CodeSnippet.js
index <HASH>..<HASH> 100644
--- a/src/components/CodeSnippet/CodeSnippet.js
+++ b/src/components/CodeSnippet/CodeSnippet.js
@@ -16,7 +16,7 @@ const CodeSnippet = ({
const wrapperClasses = classNames('bx--snippet', clas... | fix(code-snippet): fixed keyboard interactionm (#<I>) | carbon-design-system_carbon-components-react | train | js |
1327ff22e9c694d5f21494d11132f502c327f4e6 | diff --git a/lib/components/app/default-main-panel.js b/lib/components/app/default-main-panel.js
index <HASH>..<HASH> 100644
--- a/lib/components/app/default-main-panel.js
+++ b/lib/components/app/default-main-panel.js
@@ -26,7 +26,6 @@ class DefaultMainPanel extends Component {
<div style={{
bottom... | refactor(default-main-panel): remove overflow rule to support longer location search dropdown | opentripplanner_otp-react-redux | train | js |
4aaf500c01eb7072379909eb71fe141688cbfa85 | diff --git a/packages/vaex-core/vaex/utils.py b/packages/vaex-core/vaex/utils.py
index <HASH>..<HASH> 100644
--- a/packages/vaex-core/vaex/utils.py
+++ b/packages/vaex-core/vaex/utils.py
@@ -247,11 +247,13 @@ class Timer(object):
def get_vaex_home():
'''Get vaex home directory, defaults to $HOME/.vaex.
- The... | fix: correct $VAEX_PATH_HOME -> $VAEX_PATH (#<I>)
For some reason we used $VAEX_PATH_HOME, while documented it as $VAEX_HOME
It should have been $VAEX_HOME. For backward compatibility we still
use $VAEX_PATH_HOME if is is set. | vaexio_vaex | train | py |
9cc44c4984e62a52a93f26e180068ed9242f775a | diff --git a/js/ftx.js b/js/ftx.js
index <HASH>..<HASH> 100644
--- a/js/ftx.js
+++ b/js/ftx.js
@@ -2589,6 +2589,8 @@ module.exports = class ftx extends Exchange {
if (typeof address !== 'string') {
tag = this.safeString (address, 'tag');
address = this.safeString (address, 'address');... | fix: parse tag for FTX withdrawals | ccxt_ccxt | train | js |
343782270df8f4a6c50236d68581553d81554d97 | diff --git a/src/lambda/handler-runner/worker-thread-runner/workerThreadHelper.js b/src/lambda/handler-runner/worker-thread-runner/workerThreadHelper.js
index <HASH>..<HASH> 100644
--- a/src/lambda/handler-runner/worker-thread-runner/workerThreadHelper.js
+++ b/src/lambda/handler-runner/worker-thread-runner/workerThrea... | fix: worker-runner timout option (#<I>) | dherault_serverless-offline | train | js |
b6d4a0eea79f2e2ac1defbb9a0061610166153bc | diff --git a/src/filterRows.js b/src/filterRows.js
index <HASH>..<HASH> 100644
--- a/src/filterRows.js
+++ b/src/filterRows.js
@@ -55,6 +55,15 @@ function getFilterMethod(filter) {
.map(cell => cell.rowIndex);
},
+ equals(keyword, cells) {
+ return cells
+ .f... | feat: 🎸 Add = keyword for equality matching
Support = keyword for equality matching in numeric columns | frappe_datatable | train | js |
65165b0a9c737fb478c7c4dec7dcb4ce65958e97 | diff --git a/sample/src/samples/sample-runner.js b/sample/src/samples/sample-runner.js
index <HASH>..<HASH> 100644
--- a/sample/src/samples/sample-runner.js
+++ b/sample/src/samples/sample-runner.js
@@ -58,10 +58,15 @@ export class SampleRunner {
// if (this.instruction.configureRouter) {
// this.instru... | chore(sample): fix delay without bluebird | aurelia-ui-toolkits_aurelia-materialize-bridge | train | js |
77c183e15815baf9c06967b82d95c3c9ab546d8e | diff --git a/test/integration/test.discovery.js b/test/integration/test.discovery.js
index <HASH>..<HASH> 100644
--- a/test/integration/test.discovery.js
+++ b/test/integration/test.discovery.js
@@ -50,7 +50,7 @@ describe('discovery_integration', function() {
assert(Array.isArray(res.environments));
asser... | test: make discovery test node 4 friendly | watson-developer-cloud_node-sdk | train | js |
9670e2aab316f21d55e4642fb5a585d37c62f351 | diff --git a/src/Framework/BaseConsoleApplication.php b/src/Framework/BaseConsoleApplication.php
index <HASH>..<HASH> 100644
--- a/src/Framework/BaseConsoleApplication.php
+++ b/src/Framework/BaseConsoleApplication.php
@@ -133,7 +133,7 @@ abstract class BaseConsoleApplication extends SilexApplication implements Framew
... | refactor: code related envoi #<I> (#<I>) | Radvance_Radvance | train | php |
6a5df18fa25516977ca71eae0609b9fb4bb9545d | diff --git a/lib/config.js b/lib/config.js
index <HASH>..<HASH> 100644
--- a/lib/config.js
+++ b/lib/config.js
@@ -306,11 +306,11 @@ exports.extend = function extend(newConf) {
client.on('error', function(err) {
req.emit('error', err);
});
- if (config.timeout > 0) {
- clien... | refactor: Set idle timeout for the connection | avwo_whistle | train | js |
1f74392acfd415597555981d7df5c6489cb58da0 | diff --git a/packages/node_modules/@webex/internal-plugin-conversation/src/conversation.js b/packages/node_modules/@webex/internal-plugin-conversation/src/conversation.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@webex/internal-plugin-conversation/src/conversation.js
+++ b/packages/node_modules/@webex/in... | fix(internal-conversation-plugin): parent reserved word issue | webex_spark-js-sdk | train | js |
53bf1d5ff76a55a3ee9c5106a44554464b43a90e | diff --git a/test.js b/test.js
index <HASH>..<HASH> 100644
--- a/test.js
+++ b/test.js
@@ -79,8 +79,8 @@ it('should logging request of axios instance', () => axios.create()({
}))
it('should be able to set format of response & response logging', () => {
- const requestLogger = sinon.spy((debug, config) => debug(con... | test: uppercased method in test case.
ref: mzabriskie/axios@e4e<I> | Gerhut_axios-debug-log | train | js |
fb100b165adbb00e6331ae0a5594f893da844d7c | diff --git a/src/path.js b/src/path.js
index <HASH>..<HASH> 100644
--- a/src/path.js
+++ b/src/path.js
@@ -10,7 +10,7 @@ process.cwd = () => '/';
* a few things we need for the browser environment.
*/
const nodePath = require('path');
-const filerPath = Object.create(nodePath);
+const filerPath = Object.assign({},... | refactor: use Object.assign instead of Object.create for cloning nodePath
because Object.keys omits many of the methods on the filerPath module when using Object.create | filerjs_filer | train | js |
b1042496fd4b96244ab2a70169a490e0f92acd1f | diff --git a/src/utils.js b/src/utils.js
index <HASH>..<HASH> 100644
--- a/src/utils.js
+++ b/src/utils.js
@@ -231,7 +231,7 @@ function isScrollable(el) {
}
export function getScrollingParent(el) {
- if (!el) {
+ if (!(el instanceof HTMLElement)) {
return null;
} else if (isScrollable(el)) {
return e... | fix: issue with getComputedStyle and getScrollingParent | clauderic_react-sortable-hoc | train | js |
110901f5e26fbc70f19ef43df95c24527432cd45 | diff --git a/lib/utils/option-parser.js b/lib/utils/option-parser.js
index <HASH>..<HASH> 100644
--- a/lib/utils/option-parser.js
+++ b/lib/utils/option-parser.js
@@ -35,7 +35,7 @@ module.exports = function refineSql (sql, propertyIdToColumn, options) {
if (options) {
// WHERE
// -----
- if (Object.prot... | fix: check where is not empty object | wmfs_pg-model | train | js |
be88cb9ba00a706dc5402e0b5311975bb013972a | diff --git a/superset/dashboards/api.py b/superset/dashboards/api.py
index <HASH>..<HASH> 100644
--- a/superset/dashboards/api.py
+++ b/superset/dashboards/api.py
@@ -14,6 +14,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the Licens... | feat: show user email in dashboard API (#<I>)
* Feat: show user email in dashboard API
* Fix test | apache_incubator-superset | train | py |
1f906357b817d7ae92fb7a5230a3d04c35d35647 | diff --git a/mistletoe/latex_renderer.py b/mistletoe/latex_renderer.py
index <HASH>..<HASH> 100644
--- a/mistletoe/latex_renderer.py
+++ b/mistletoe/latex_renderer.py
@@ -53,7 +53,9 @@ class LaTeXRenderer(BaseRenderer):
def render_raw_text(self, token, escape=True):
return (token.content.replace('$', '\\$... | fix(latex-renderer): also escape `%` (#<I>) | miyuchina_mistletoe | train | py |
e7d9e081cdc7fcf100e0346b1dcf0f7fdad7d889 | diff --git a/lib/runner.js b/lib/runner.js
index <HASH>..<HASH> 100644
--- a/lib/runner.js
+++ b/lib/runner.js
@@ -265,7 +265,7 @@ var runTests = function() {
global.$ = browser.$;
global.$$ = browser.$$;
global.element = browser.element;
- global.by = protractor.By;
+ global.by = global.By = protr... | feat(global): export By (== by) on the global for use with coffeescript (or others who prefer it) | angular_protractor | train | js,js |
8fa364901a1b8c00601e234ddd970f197e19a63f | diff --git a/src/lib/InstantSearch.js b/src/lib/InstantSearch.js
index <HASH>..<HASH> 100644
--- a/src/lib/InstantSearch.js
+++ b/src/lib/InstantSearch.js
@@ -6,7 +6,7 @@ import forEach from 'lodash/forEach';
import mergeWith from 'lodash/mergeWith';
import union from 'lodash/union';
import isPlainObject from 'lodas... | fix(main): correctly import EventEmitter (#<I>)
* fix(main): correctly import EventEmitter
fixes #<I>
I was bumping in this too now
* chore: update snapshot
* Revert "chore: update snapshot"
This reverts commit 5a<I>df<I>ac<I>a<I>c<I>c<I>b<I>c<I>e<I>. | algolia_instantsearch.js | train | js |
9a9f59fcc6e7b93465ce9848b52a473477dff64a | diff --git a/src/Illuminate/Database/Eloquent/Model.php b/src/Illuminate/Database/Eloquent/Model.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Database/Eloquent/Model.php
+++ b/src/Illuminate/Database/Eloquent/Model.php
@@ -990,6 +990,16 @@ abstract class Model implements Arrayable, ArrayAccess, Jsonable, JsonSe... | refactor: extract attribute getter for insert. | laravel_framework | train | php |
4b8de76e608340f033f54f98d1640fed41bd6680 | diff --git a/webapps/webapp/src/test/js/e2e/cockpit/specs/dashboard-spec.js b/webapps/webapp/src/test/js/e2e/cockpit/specs/dashboard-spec.js
index <HASH>..<HASH> 100644
--- a/webapps/webapp/src/test/js/e2e/cockpit/specs/dashboard-spec.js
+++ b/webapps/webapp/src/test/js/e2e/cockpit/specs/dashboard-spec.js
@@ -132,7 +13... | fix(tests): expect correct grammar on dashboard | camunda_camunda-bpm-platform | train | js |
5b55500b08e01339f463468d89794302881f2e2b | diff --git a/public/dashboard.js b/public/dashboard.js
index <HASH>..<HASH> 100644
--- a/public/dashboard.js
+++ b/public/dashboard.js
@@ -181,7 +181,6 @@ $(document).ready(() => {
.done(() => {
alert('Job successfully added!');
localStorage.removeItem('arena:savedJob');
- window.locatio... | refactor(dashboard): delete window location reload | bee-queue_arena | train | js |
558b024c5b5a6b7f6c7627679a5e4642b4e399f6 | diff --git a/packages/utils/src/lambdaHandler.js b/packages/utils/src/lambdaHandler.js
index <HASH>..<HASH> 100644
--- a/packages/utils/src/lambdaHandler.js
+++ b/packages/utils/src/lambdaHandler.js
@@ -1,8 +1,8 @@
import log from './log';
-const logEvent = log('Event');
-const logResult = log('Result');
-const logE... | fix(utils): fix lambdaHandler using the old curried version of log
affects: @goldwasserexchange/utils | goldwasserexchange_public | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.