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 |
|---|---|---|---|---|---|
bec8d08c80a2a9aa15b7c63c15e82fd6e620be5f | diff --git a/addon/adapters/hoodie.js b/addon/adapters/hoodie.js
index <HASH>..<HASH> 100644
--- a/addon/adapters/hoodie.js
+++ b/addon/adapters/hoodie.js
@@ -26,10 +26,7 @@ export default DS.Adapter.extend({
},
createRecord(store, type, snapshot) {
- var props = this.serialize(snapshot);
- if (snapshot.i... | fix: include _id as the serialized pk when creating a record with id set | hoodiehq_ember-hoodie | train | js |
fc058d481302da573fd1b010ddb17cdb484fdbd6 | diff --git a/webapps/ui/cockpit/client/scripts/components/variables/variable-upload-dialog.js b/webapps/ui/cockpit/client/scripts/components/variables/variable-upload-dialog.js
index <HASH>..<HASH> 100644
--- a/webapps/ui/cockpit/client/scripts/components/variables/variable-upload-dialog.js
+++ b/webapps/ui/cockpit/cli... | chore(webapps): replace $browser with $cookies
related to CAM-<I> | camunda_camunda-bpm-platform | train | js |
fe61771af7af342bcc399d7e72c7ea2d06f2382b | diff --git a/packages/micro-journeys/src/connection.js b/packages/micro-journeys/src/connection.js
index <HASH>..<HASH> 100644
--- a/packages/micro-journeys/src/connection.js
+++ b/packages/micro-journeys/src/connection.js
@@ -6,9 +6,10 @@ import schema from './connection.schema';
let cx = classNames.bind(styles);
... | feat(micro-journey): add export of bolt connection is | bolt-design-system_bolt | train | js |
be3dbc2bd293e200e8b0f85cbdb73cc1b1bcb612 | diff --git a/core/node/libp2p/discovery.go b/core/node/libp2p/discovery.go
index <HASH>..<HASH> 100644
--- a/core/node/libp2p/discovery.go
+++ b/core/node/libp2p/discovery.go
@@ -42,7 +42,8 @@ func SetupDiscovery(useMdns bool, mdnsInterval int) func(helpers.MetricsCtx, fx.
if useMdns {
service := mdns.NewMdnsSer... | fix(discovery): fix daemon not starting due to mdns startup failure (#<I>) | ipfs_go-ipfs | train | go |
2836edcf83e61aab764eeb41464f6d3d4127160c | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -41,13 +41,14 @@ var getBuildVersion = function() {
/**
* Add build version to package.json follow semver
+ * We treat build version how pre-release version
* @param {string} buildVersion Build version
* @... | chore: Add build version how pre-release version by semver
Former-commit-id: fdf2ee<I>f<I>bc<I>b<I>cac<I>d<I>b<I> | JetBrains_ring-ui | train | js |
ad4143655b03d88dc7294d2775e9af521d37d6b9 | diff --git a/addon/helpers/import-export.js b/addon/helpers/import-export.js
index <HASH>..<HASH> 100644
--- a/addon/helpers/import-export.js
+++ b/addon/helpers/import-export.js
@@ -1,10 +1,8 @@
import Ember from 'ember';
+import { singularize } from 'ember-inflector';
const {
get,
- String: {
- singularize... | fix: #<I> now import singularize from ember-inflector to remove deprecation warning in <I> | funkensturm_ember-local-storage | train | js |
1d3ae924db57850759176bf45d073582b4bd2a03 | diff --git a/packages/upload-core/src/upload.js b/packages/upload-core/src/upload.js
index <HASH>..<HASH> 100644
--- a/packages/upload-core/src/upload.js
+++ b/packages/upload-core/src/upload.js
@@ -402,7 +402,7 @@ class Upload {
this.status = status;
try {
this.parseErrorMessage(message, err);
- } ... | fix(upload-core): change error name for lint | Availity_sdk-js | train | js |
0a3870e00f68b17544f82314fde875d14ddf103f | diff --git a/src/lib/auth.js b/src/lib/auth.js
index <HASH>..<HASH> 100644
--- a/src/lib/auth.js
+++ b/src/lib/auth.js
@@ -98,7 +98,7 @@ class Auth implements IAuth {
if (_.isFunction(plugin[method]) === false) {
method = 'add_user';
}
- if (_.isFunction[method] === false) {
+ if (_.isF... | fix: Authentication Plugins / plugin[method] is not a function | verdaccio_verdaccio | train | js |
552ce4d9aa53fd21bb90c0f8be48d473ac245791 | diff --git a/webapps/ui/common/scripts/services/plugins/loadPlugins.js b/webapps/ui/common/scripts/services/plugins/loadPlugins.js
index <HASH>..<HASH> 100644
--- a/webapps/ui/common/scripts/services/plugins/loadPlugins.js
+++ b/webapps/ui/common/scripts/services/plugins/loadPlugins.js
@@ -49,16 +49,14 @@ module.export... | fix(pluigns): correctly load new plugins from JAR
* Add error handling for non-existing files
related to CAM-<I> | camunda_camunda-bpm-platform | train | js |
1df93212d14a2568da5a042a380575743f7cbe0e | diff --git a/src/Cursor.js b/src/Cursor.js
index <HASH>..<HASH> 100644
--- a/src/Cursor.js
+++ b/src/Cursor.js
@@ -19,7 +19,7 @@ export class Cursor {
* If you want to work with other streams, you can pass custom `stdout` stream in.
*
* @constructor
- * @param {Stream} [stream=process.stdout] Streams that... | feat(cursor): Implement support for several streams | kittikjs_cursor | train | js |
56d6560bab1458d9b28eca93093541f7adb2b9a5 | diff --git a/eve_elastic/elastic.py b/eve_elastic/elastic.py
index <HASH>..<HASH> 100644
--- a/eve_elastic/elastic.py
+++ b/eve_elastic/elastic.py
@@ -298,7 +298,7 @@ class Elastic(DataLayer):
schema = config.DOMAIN[datasource[0]]['schema']
dates = get_dates(schema)
docs = []
- for hit... | fix(hits): fix KeyError when there are no hits | petrjasek_eve-elastic | train | py |
6d895e38b0a53cd804a3a2f547c9d9c0666aef35 | diff --git a/conn.go b/conn.go
index <HASH>..<HASH> 100644
--- a/conn.go
+++ b/conn.go
@@ -1232,7 +1232,7 @@ func (c *Conn) AvailableStreams() int {
func (c *Conn) UseKeyspace(keyspace string) error {
q := &writeQueryFrame{statement: `USE "` + keyspace + `"`}
- q.params.consistency = Any
+ q.params.consistency = c... | fix: use session consistency (#<I>) | gocql_gocql | train | go |
7e0eca93935a42c358a502df4d18fe92bd977d7c | diff --git a/src/js/datetimepicker.js b/src/js/datetimepicker.js
index <HASH>..<HASH> 100644
--- a/src/js/datetimepicker.js
+++ b/src/js/datetimepicker.js
@@ -32,7 +32,7 @@
function DatetimepickerDirective(defaultConfig, configurationValidator) {
- return {
+ var directiveDefinition = {
bindToContro... | fix(annotations): Add missing inject annotation to the DirectiveController
Without this annotation, the minified code will not work properly. Reported by @mattlewis<I>
Closes #<I> | dalelotts_angularjs-bootstrap-datetimepicker | train | js |
c64602b073da8f8cbee59569ee763bc244b9f9d5 | diff --git a/colour.py b/colour.py
index <HASH>..<HASH> 100644
--- a/colour.py
+++ b/colour.py
@@ -410,7 +410,14 @@ def rgb2hsl(rgb):
>>> rgb2hsl((0.0, 0.0, 1.0)) # doctest: +ELLIPSIS
(0.66..., 1.0, 0.5)
+ Regression check upon very close values in every component of
+ red, green and blue:
+
+ >>>... | fix: ``rgb2hsl`` would produce invalid hsl triplet when red, blue, green component would be all very close to ``<I>``. (fixes #<I>)
Typically, saturation would shoot out of range <I>. That could then
lead to exceptions being casts afterwards when trying to reconvert this
HSL triplet to RGB values. | vaab_colour | train | py |
8a2670978b120ad9c1ff8ad36af8bf2d4053e8e9 | diff --git a/library/src/test/java/com/liulishuo/filedownloader/download/DownloadRunnableTest.java b/library/src/test/java/com/liulishuo/filedownloader/download/DownloadRunnableTest.java
index <HASH>..<HASH> 100644
--- a/library/src/test/java/com/liulishuo/filedownloader/download/DownloadRunnableTest.java
+++ b/library... | chore: suppress some expected inspection tips on test file | lingochamp_FileDownloader | train | java |
d44073f55ef30dbfb79481d9e288812b443ca50a | diff --git a/src/bots/plugins/template.js b/src/bots/plugins/template.js
index <HASH>..<HASH> 100644
--- a/src/bots/plugins/template.js
+++ b/src/bots/plugins/template.js
@@ -1,4 +1,9 @@
+var system = require('system');
var store = {};
+// Transfer env vars into the store.
+for (var key in system.env) {
+ store[key... | feat: use env vars as base for the template plugin | damonjs_damon | train | js,js |
09d263a4c3e59192f8afe1545359fcbde6c14623 | diff --git a/packages/zefir/lib/utils/formize.js b/packages/zefir/lib/utils/formize.js
index <HASH>..<HASH> 100644
--- a/packages/zefir/lib/utils/formize.js
+++ b/packages/zefir/lib/utils/formize.js
@@ -106,8 +106,8 @@ export default function formize ({formName, fields, schema = {}, permament = tru
}
se... | fix: missing check if event is object
fixes #7 | eyedea-io_zefir | train | js |
db34b524be6fb6a6b99017308ad9809a325c50b6 | diff --git a/packages/button/src/index.js b/packages/button/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/button/src/index.js
+++ b/packages/button/src/index.js
@@ -15,4 +15,4 @@
*/
/* @flow */
-export { default as Button } from './Button';
+export { default } from './Button'; | fix(button): allow button to be imported the default way
button was being exported as a named export and therefore needed to be destructured on import. this
is inconsistent with the rest of the components and the button/README
BREAKING CHANGE: importing | mineral-ui_mineral-ui | train | js |
c35de3e02c76f612a4a7eea6b65da451e5a18240 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -146,6 +146,9 @@ autosummary_generate = True
# -- plot_directive -----------------------------
plot_rcparams = GWPY_PLOT_PARAMS
+plot_rcparams.update({
+ 'backend': 'agg',
+})
plot_apply_rcparams = True... | docs: set backend in rcParams
so that the `.. plot` directive can't override it | gwpy_gwpy | train | py |
b0142dea17c71b9d628ce61a4d13965673c1e7e4 | diff --git a/src/Leevel/Database/Ddd/Relation/ManyMany.php b/src/Leevel/Database/Ddd/Relation/ManyMany.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Database/Ddd/Relation/ManyMany.php
+++ b/src/Leevel/Database/Ddd/Relation/ManyMany.php
@@ -231,6 +231,13 @@ class ManyMany extends Relation
{
$this->empty... | refactor(manymany): soft delete support for manymany middle table | hunzhiwange_framework | train | php |
7f41695b58680dd967b82622f412dd60c6045ff9 | diff --git a/src/main/java/com/conveyal/gtfs/validator/ValidationResult.java b/src/main/java/com/conveyal/gtfs/validator/ValidationResult.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/conveyal/gtfs/validator/ValidationResult.java
+++ b/src/main/java/com/conveyal/gtfs/validator/ValidationResult.java
@@ -5,8 +... | refactor(validation-result): revert changes made for overlapping-trips | conveyal_gtfs-lib | train | java |
9b8fca5c201eece4393ead6df9a3cdcc0608e4d1 | diff --git a/src/createScene/utils/handleError.js b/src/createScene/utils/handleError.js
index <HASH>..<HASH> 100644
--- a/src/createScene/utils/handleError.js
+++ b/src/createScene/utils/handleError.js
@@ -1,4 +1,4 @@
-
+// @flow
export default (o: Object, type: string, basename: ?string) =>
o && o.error
? { ... | refactor(createScene): Flow Annotations | respond-framework_rudy | train | js,js |
b382e18d3096aaec6602ffcdaf50c5e54e480ea5 | diff --git a/src/calendar/index.js b/src/calendar/index.js
index <HASH>..<HASH> 100644
--- a/src/calendar/index.js
+++ b/src/calendar/index.js
@@ -278,7 +278,8 @@ export default createComponent({
visibleRange[0] = i;
}
- if (!months[i].visible) {
+ if (!months[i].showed) {
+ ... | fix(Calendar): month-show event triggered multiple times (#<I>) | youzan_vant | train | js |
cb505e9f3b35e55e28d53118b102e5a166029251 | diff --git a/packages/openneuro-app/src/scripts/datalad/download/download-query.js b/packages/openneuro-app/src/scripts/datalad/download/download-query.js
index <HASH>..<HASH> 100644
--- a/packages/openneuro-app/src/scripts/datalad/download/download-query.js
+++ b/packages/openneuro-app/src/scripts/datalad/download/dow... | fix: Correct import name from #<I> | OpenNeuroOrg_openneuro | train | js |
c874ae9711675a582d4d79823963f67d1d97a711 | diff --git a/bin/methods/update.js b/bin/methods/update.js
index <HASH>..<HASH> 100644
--- a/bin/methods/update.js
+++ b/bin/methods/update.js
@@ -1,7 +1,7 @@
const exec = require('child_process').exec
module.exports = {
- "updateBotDependencies": function (config, dependencies) {
+ 'updateBotDependencies': funct... | fix(Update): Resolved linting errors | Devcord_cordlr-cli | train | js |
ff00fd5d7365a615f273eb9b3b12627c2ccbdcf9 | diff --git a/website/pages/en/index.js b/website/pages/en/index.js
index <HASH>..<HASH> 100755
--- a/website/pages/en/index.js
+++ b/website/pages/en/index.js
@@ -45,7 +45,7 @@ let make = (~name) =>
${pre}`;
const quickStart = `${pre}bash
-npm install -g bs-platform
+npm install -g bs-platform@6.2.1
bsb -init my-r... | docs: update webpack instructions on start-page (#<I>)
* docs: update start-page example
* Update index.js | reasonml_reason-react | train | js |
abb1d8e999a6d1e348392a6e7b28a1141ea821ac | diff --git a/packages/webiny-ui/src/Menu/Menu.js b/packages/webiny-ui/src/Menu/Menu.js
index <HASH>..<HASH> 100644
--- a/packages/webiny-ui/src/Menu/Menu.js
+++ b/packages/webiny-ui/src/Menu/Menu.js
@@ -44,6 +44,9 @@ const getElement = () => {
if (!el) {
el = document.createElement("div");
el.id ... | fix: set Menu portal positioning to fixed with greater z-index. (#<I>) | Webiny_webiny-js | train | js |
2f3abfc8a404ea861784f98089d123e5afb020c3 | diff --git a/src/inputAdapter.js b/src/inputAdapter.js
index <HASH>..<HASH> 100644
--- a/src/inputAdapter.js
+++ b/src/inputAdapter.js
@@ -120,7 +120,7 @@ var InputAdapter = Class(function(properties) {
prepareOtherNodes: function() {
[
'children',
- 'mixin'
+ 'mixins'
].forEach(groupName => {
var s... | fix: the name of group name for mixins | valerii-zinchenko_inheritance-diagram | train | js |
059882277baa79f4c34395dbc33be602b314ff76 | diff --git a/src/util/is-color-supported/node.js b/src/util/is-color-supported/node.js
index <HASH>..<HASH> 100644
--- a/src/util/is-color-supported/node.js
+++ b/src/util/is-color-supported/node.js
@@ -1,8 +1,4 @@
module.exports = function isColorSupported () {
- if (process.stdout && !process.stdout.isTTY) {
- r... | fix(utils): sort the determination order
> If there is a true match, return that first and then check for falsy. | caiogondim_logdown.js | train | js |
6f29e74d9157f6c410e2e0b02def5c9f9fd9daaa | diff --git a/anyconfig/backend/msgpack.py b/anyconfig/backend/msgpack.py
index <HASH>..<HASH> 100644
--- a/anyconfig/backend/msgpack.py
+++ b/anyconfig/backend/msgpack.py
@@ -58,7 +58,7 @@ class Parser(anyconfig.backend.base.FromStreamLoader,
:return: Dict-like object holding configuration
"""
- ... | fix: [msgpack] ensure loaded results are container-ed objects | ssato_python-anyconfig | train | py |
6a1fcadca13087cd8e015e932bffc338ae3647fc | diff --git a/lib/http-log.js b/lib/http-log.js
index <HASH>..<HASH> 100644
--- a/lib/http-log.js
+++ b/lib/http-log.js
@@ -10,7 +10,7 @@ exports.register.attributes = {
function GoodEvent (events, config) {
this._callback = config.callback || function () {}
- this._filter = Squeeze(events)
+ this._filter = new ... | fix: `good-squeeze` usage | hoodiehq_hoodie-server | train | js |
21bfd720961ddbed48d0e07fecc2162d1b80c482 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ AUTHOR = "Tyler Wince"
VERSION = get_version()
# What packages are required for this module to be executed?
-REQUIRED = ["flake8>=5.0.0", "bandit>=1.7.3", "flake8-polyfill", "pycodestyle"]
+REQUIRED = ["flak... | refactor: remove unused dependencies | tylerwince_flake8-bandit | train | py |
7b8b97ecd1348829d74026b400ce6a14b2bc472d | diff --git a/intranet/apps/eighth/views/attendance.py b/intranet/apps/eighth/views/attendance.py
index <HASH>..<HASH> 100644
--- a/intranet/apps/eighth/views/attendance.py
+++ b/intranet/apps/eighth/views/attendance.py
@@ -203,7 +203,7 @@ def raw_roster_view(request, scheduled_activity_id):
signups = EighthSignup.... | perf(eighth): don't unnecessarily query full hidden members lists
This was necessary when get_hidden_members() returned a list, but now
that it returns a QuerySet this change should make the raw roster view
much more efficient. | tjcsl_ion | train | py |
d926bfcff2e8effbfbc664af9513867c92968aba | diff --git a/views/cypress/tests/test.spec.js b/views/cypress/tests/test.spec.js
index <HASH>..<HASH> 100644
--- a/views/cypress/tests/test.spec.js
+++ b/views/cypress/tests/test.spec.js
@@ -43,12 +43,7 @@ describe('Tests', () => {
cy.visit(testsUrl);
- cy.get(selectors.root).then(root => {
- ... | refactor: move to the common command to add class | oat-sa_extension-tao-test | train | js |
d078e927d6bf0e7398e8aac3a01c5d4750f19c76 | diff --git a/lib/components/user/notification-prefs-pane.js b/lib/components/user/notification-prefs-pane.js
index <HASH>..<HASH> 100644
--- a/lib/components/user/notification-prefs-pane.js
+++ b/lib/components/user/notification-prefs-pane.js
@@ -275,12 +275,12 @@ class PhoneNumberEditor extends Component {
ne... | refactor(PhoneNumberEditor): Refactor, keep editing after SMS req error and no current number. | opentripplanner_otp-react-redux | train | js |
6a61612902c4928afa918dde1d21860800fd0aa1 | diff --git a/config/plugin.js b/config/plugin.js
index <HASH>..<HASH> 100644
--- a/config/plugin.js
+++ b/config/plugin.js
@@ -173,6 +173,35 @@ exports.imagemini = {
entry: 'default'
};
+exports.analyzer = {
+ enable: false,
+ env: ['dev','test'],
+ type: 'client',
+ name: 'webpack-bundle-analyzer',
+ entry:... | feat: support webpack-bundle-analyzer and stats-webpack-plugin | easy-team_easywebpack | train | js |
4f21ed5a219b0fbd1965fff3af905741c417447f | diff --git a/src/Events/EventBus.php b/src/Events/EventBus.php
index <HASH>..<HASH> 100644
--- a/src/Events/EventBus.php
+++ b/src/Events/EventBus.php
@@ -3,13 +3,19 @@
namespace TightenCo\Jigsaw\Events;
use Illuminate\Support\Arr;
+use Illuminate\Support\Collection;
use TightenCo\Jigsaw\Jigsaw;
+/**
+ * @method... | feat: add event bus type hints | tightenco_jigsaw | train | php |
5da7e893945d78cc5946b773c1e687ef22f46454 | diff --git a/src/Commands/Seed.js b/src/Commands/Seed.js
index <HASH>..<HASH> 100644
--- a/src/Commands/Seed.js
+++ b/src/Commands/Seed.js
@@ -13,14 +13,37 @@ const Command = require('./Command')
class Seed extends Command {
+ /**
+ * signature to be used by ace
+ *
+ * @return {String}
+ *
+ * @public
... | style(seeds): add docblock | adonisjs_adonis-lucid | train | js |
ce7d39a1e31ae997cf03ccaa9f260287ce1609e3 | diff --git a/library.js b/library.js
index <HASH>..<HASH> 100644
--- a/library.js
+++ b/library.js
@@ -194,7 +194,7 @@ Plugin.reportFromQueue = async (req, res, next) => {
Plugin.appendConfig = async (data) => {
data['spam-be-gone'] = {};
- if (pluginSettings.hCaptchaEnabled === 'on') {
+ if (pluginSettings && plu... | fix: dont crash if pluginSettings is undefined | akhoury_nodebb-plugin-spam-be-gone | train | js |
6280f1d6620b713d798deb93a44686d9a991c6e5 | diff --git a/.eslintrc.js b/.eslintrc.js
index <HASH>..<HASH> 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -24,6 +24,8 @@ module.exports = {
ignoreStrings: true,
ignoreTemplateLiterals: true
}],
- 'import/no-cycle': 2
+ 'import/no-cycle': 2,
+ 'no-unused-vars': 0,
+ '@typescript-eslint... | chore: enable ts-compatible version of no-unused-vars | aeternity_aepp-sdk-js | train | js |
3e9101f662b02733b1cbc546ae05e981b7cd0633 | diff --git a/src/main/java/com/conveyal/gtfs/loader/ReferenceTracker.java b/src/main/java/com/conveyal/gtfs/loader/ReferenceTracker.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/conveyal/gtfs/loader/ReferenceTracker.java
+++ b/src/main/java/com/conveyal/gtfs/loader/ReferenceTracker.java
@@ -106,7 +106,14 @@ ... | fix(ReferenceTracker): properly track primary keys in proprietary files
Some proprietary tables in the GTFS+ spec do not conform to the general principle in GTFS where a
key field (e.g., stop_id) only acts as the primary key field in the entity's table. For example,
stop_id acts as a primary key on stop_attributes.txt... | conveyal_gtfs-lib | train | java |
70479f5c3686b61e28497ece5fb13dedf3702b17 | diff --git a/lib/protractorConfig.js b/lib/protractorConfig.js
index <HASH>..<HASH> 100644
--- a/lib/protractorConfig.js
+++ b/lib/protractorConfig.js
@@ -13,7 +13,6 @@ require('coffee-script').register();
/* See subtasks/protractor.js for config */
/* We still need to set some config thats not supported by grunt-pro... | fix(protractor): dont use directConnect
since it will not work with browsers except chrome and firefox | Jimdo_grunt-angular-toolbox | train | js |
9d84aea964b35c7e11607de1b5f2a0a39a7c6a6a | diff --git a/rebuilder.py b/rebuilder.py
index <HASH>..<HASH> 100644
--- a/rebuilder.py
+++ b/rebuilder.py
@@ -110,9 +110,6 @@ class RebuildVisitor(ASTVisitor):
delay_method = getattr(self, 'delayed_' + name)
for node in nodes:
delay_method(node)
- delay_assattr = self.... | fix: delayed AssAttr must be after setting locals
--HG--
branch : rebuild | PyCQA_astroid | train | py |
272162cdb74c38122d11488298104c731f5697ea | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -30,7 +30,7 @@ function errmsgCustomFormatter(formatter, message) {
function errmsgCustomLookup(formatter, map, key) {
var msg = map[key];
- if (!msg) throw new ReferenceError(`Unknown message key ${JSON.stringify(key)}... | fix: don't use template literal | forivall_errmsg | train | js |
a6c1b4ca5c8c8708abda373e950794dc93136559 | diff --git a/package.js b/package.js
index <HASH>..<HASH> 100644
--- a/package.js
+++ b/package.js
@@ -1,9 +1,9 @@
// package metadata file for Meteor.js
-var packageName = 'aaronroberson:angular-swiper';
+var packageName = 'ksachdeva:angular-swiper';
var where = 'client';
-var version = '0.2.0';
+var version = '0.2.... | chore(meteor): use dist which contains annotations | ksachdeva_angular-swiper | train | js |
943537417e9586116270f37519bc23e374dd375f | diff --git a/lib/datasource/docker.js b/lib/datasource/docker.js
index <HASH>..<HASH> 100644
--- a/lib/datasource/docker.js
+++ b/lib/datasource/docker.js
@@ -230,7 +230,7 @@ async function getTags(registry, repository) {
} while (url && page < 20);
logger.debug({ length: tags.length }, 'Got docker tags');
... | refactor(docker): reduce cache time to <I> mins | renovatebot_renovate | train | js |
a2683051ba0a59ca838e3ca7b2f96cc6fc93338e | diff --git a/helpers/merge-smart-tests.js b/helpers/merge-smart-tests.js
index <HASH>..<HASH> 100644
--- a/helpers/merge-smart-tests.js
+++ b/helpers/merge-smart-tests.js
@@ -202,6 +202,7 @@ function commonTests(merge) {
assert.equal(merged.plugins[1].constructor.name, "DefinePlugin");
});
+ /*
it("should... | chore: Disable the broken test for now | survivejs_webpack-merge | train | js |
049917a0a68c1d5a2e02288174c87ccaf4a0c6fe | diff --git a/src/lib/auth.js b/src/lib/auth.js
index <HASH>..<HASH> 100644
--- a/src/lib/auth.js
+++ b/src/lib/auth.js
@@ -223,6 +223,14 @@ class Auth implements IAuth {
}
apiJWTmiddleware() {
+ const plugins = this.plugins.slice(0);
+ const helpers = {buildAnonymousUser, authenticatedUser};
+ for (con... | feat: allow apiJWTmiddleware to be managed by Auth plugin | verdaccio_verdaccio | train | js |
69c3ddc85bbeefb27db18c491301af3b023da572 | diff --git a/test/helpers/kubectl.go b/test/helpers/kubectl.go
index <HASH>..<HASH> 100644
--- a/test/helpers/kubectl.go
+++ b/test/helpers/kubectl.go
@@ -447,12 +447,7 @@ func (kub *Kubectl) AddRegistryCredentials(cred string, registry string) error {
func (kub *Kubectl) WaitForCiliumReadiness(offset int, errMsg stri... | test: Remove spammy "Cilium DaemonSet not ready yet" logs
For each Cilium installation, "Cilium DaemonSet not ready yet" messages
are logged once per second until Cilium is ready. Given we will already
have an explicit message in case of timeout while waiting for Cilium to
be ready, those messages are unnecessary. | cilium_cilium | train | go |
42432102d458abd3691a7abe3531e380eca1d5e0 | diff --git a/source/rafcon/utils/dict_operations.py b/source/rafcon/utils/dict_operations.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/utils/dict_operations.py
+++ b/source/rafcon/utils/dict_operations.py
@@ -0,0 +1,24 @@
+# Copyright (C) 2015-2017 DLR
+#
+# All rights reserved. This program and the accompanying ... | feat(dict_operations): add method to check if object reference in dict
add content | DLR-RM_RAFCON | train | py |
650984932a57adcc475cf1de1a322903a58fa6b6 | diff --git a/tests/webpack.config.js b/tests/webpack.config.js
index <HASH>..<HASH> 100644
--- a/tests/webpack.config.js
+++ b/tests/webpack.config.js
@@ -4,12 +4,12 @@ module.exports = candelaWebpack({
entry: {
tests: './tests.js'
},
- devtool: 'inline-source-map',
- node: {
- fs: 'empty'
- },
outp... | test: arrange code in webpack config better | Kitware_candela | train | js |
88f0053969cfb095a567b869f9d0b3c7f7c567d8 | diff --git a/poco/proxy.py b/poco/proxy.py
index <HASH>..<HASH> 100644
--- a/poco/proxy.py
+++ b/poco/proxy.py
@@ -610,7 +610,7 @@ class UIObjectProxy(object):
focus = focus or self._focus or 'anchor'
if focus == 'anchor':
- pos = self.attr('pos')
+ pos = list(map(float, self.a... | fix: pos str
(cherry picked from commit e4cc<I>fee<I>cdc1d<I>c<I>c3ae<I>ed<I>d<I>) | AirtestProject_Poco | train | py |
4b4956b40b0b5bc99974675f92cef27d8575f604 | diff --git a/lib/license/index.js b/lib/license/index.js
index <HASH>..<HASH> 100644
--- a/lib/license/index.js
+++ b/lib/license/index.js
@@ -129,7 +129,7 @@ function addMissingLicenseHeaders(licenseText, files) {
// replaces first instance of things like (c) 2005 with (c) 2021 (current yr)
function replaceCopyright... | fix: remove duplicate © char | groupon_nlm | train | js |
9b85b163829ea9f6acde722a72f22521396f3429 | diff --git a/test/stat-test.js b/test/stat-test.js
index <HASH>..<HASH> 100644
--- a/test/stat-test.js
+++ b/test/stat-test.js
@@ -4,9 +4,19 @@
const chai = require('chai')
chai.use(require('dirty-chai'))
const expect = chai.expect
+const Block = require('ipfs-block')
+const CID = require('cids')
module.exports =... | test: make stat test independent of other tests (#<I>)
Prior to this change running only the stat tests via:
npx mocha test/node.js --grep stats
would fail, as they expect to have data in the repo. | ipfs_js-ipfs-repo | train | js |
4251349b9dae22ca1c23d4db8c7d7d82a9eadb0a | diff --git a/components/menu/vShow.js b/components/menu/vShow.js
index <HASH>..<HASH> 100644
--- a/components/menu/vShow.js
+++ b/components/menu/vShow.js
@@ -1,3 +1,4 @@
+import Intact from 'intact';
import {nextFrame} from '../utils';
const transitionend = { | fix(Menu): Intact missing | ksc-fe_kpc | train | js |
1cb3e34ac196c85bc5de5c7719d5df1a309258df | diff --git a/src/prh-rule.js b/src/prh-rule.js
index <HASH>..<HASH> 100644
--- a/src/prh-rule.js
+++ b/src/prh-rule.js
@@ -22,9 +22,9 @@ Please set .textlinrc:
var textlintRCDir = configFilePath ? path.dirname(configFilePath) : process.cwd();
let helper = new RuleHelper(context);
let {Syntax, getSource, ... | fix(src): fix to break rulePaths
use copy of options.rulePaths and not use splice | textlint-rule_textlint-rule-prh | train | js |
c58de6c66f403422aca99ff3a79e85a7785b3161 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -84,6 +84,7 @@ export TableHeader from './components/TableHeader';
export TableRow from './components/TableRow';
export TableRowExpanded from './components/TableRowExpanded';
export Tabs from './components/T... | fix: Export Tag & TagSkeleton (#<I>) | carbon-design-system_carbon-components-react | train | js |
06b4cd2f20e63e53c889264e1c59ba2aadbcc3f0 | diff --git a/library/tasks/accessibility.js b/library/tasks/accessibility.js
index <HASH>..<HASH> 100644
--- a/library/tasks/accessibility.js
+++ b/library/tasks/accessibility.js
@@ -6,7 +6,7 @@ import {log, colors} from 'gulp-util';
import webpack from 'webpack-stream';
import waitTillListening from 'strong-wait-til... | chore(phantomjs): Reference correct phantom in accessibility task | pivotal-cf_pivotal-ui | train | js |
51e9fb7c935007f578b56c131873823614661d1b | diff --git a/scripts/postinstall.js b/scripts/postinstall.js
index <HASH>..<HASH> 100755
--- a/scripts/postinstall.js
+++ b/scripts/postinstall.js
@@ -34,7 +34,7 @@ function projectConfigAddPaths(config) {
}
if(!config.paths.dest.hasOwnProperty(TASK_NAME)) {
- config.paths.dest[TASK_NAME] = 'public/_client/';
+ ... | fix(postinstall): update destination path to public root | cartridge_cartridge-static-html | train | js |
8dbc52bc1ec424c914e57286af12a0180c52969b | diff --git a/packages/cozy-client/src/hooks/useQuery.js b/packages/cozy-client/src/hooks/useQuery.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-client/src/hooks/useQuery.js
+++ b/packages/cozy-client/src/hooks/useQuery.js
@@ -49,7 +49,7 @@ const useQuery = (queryDefinition, options) => {
const client = useCli... | fix: Do not show singleDocData warning for non single doc queries | cozy_cozy-client | train | js |
cb7c4db4e30c10879ecbcec8eb8e91b35fda9266 | diff --git a/lib/overlays/progress-minimal.js b/lib/overlays/progress-minimal.js
index <HASH>..<HASH> 100644
--- a/lib/overlays/progress-minimal.js
+++ b/lib/overlays/progress-minimal.js
@@ -13,7 +13,7 @@ const { addCss, addHtml } = require('./util');
const ns = 'wps-progress-minimal';
const html = `
<div id="${ns}"... | fix: typo on progress which broke the overlay (#<I>) | shellscape_webpack-plugin-serve | train | js |
099e2c54c6bef27afe76b6251086f0b34211b5e5 | diff --git a/lib/superapi/api.js b/lib/superapi/api.js
index <HASH>..<HASH> 100644
--- a/lib/superapi/api.js
+++ b/lib/superapi/api.js
@@ -254,17 +254,15 @@ Api.prototype = {
});
};
- var result = Promise.resolve();
- middlewares.forEach(function (m, i) {
- var res = m.fn(req, next.bind(this, i... | feat(middleware): change middleware chaining to fully support promises | stephanebachelier_superapi | train | js |
71796b0c30b2865ccdf4afc5b547640a85a981db | diff --git a/packages/components/bolt-image/src/image.js b/packages/components/bolt-image/src/image.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-image/src/image.js
+++ b/packages/components/bolt-image/src/image.js
@@ -75,10 +75,16 @@ class BoltImage extends withLitHtml() {
}
rendered() {
- s... | feat: add timeout to workaround lazyload render race condition, wip | bolt-design-system_bolt | train | js |
c4d02ce7dc16e586022d7066226dcb4998ad4a24 | diff --git a/providers/ServerProvider.js b/providers/ServerProvider.js
index <HASH>..<HASH> 100644
--- a/providers/ServerProvider.js
+++ b/providers/ServerProvider.js
@@ -11,7 +11,7 @@ const ServiceProvider = require('adonis-fold').ServiceProvider
class ServerProvider extends ServiceProvider {
* register () {
- ... | refactor(server): make server singleton
make server export singleton to be used anywhere in the application | adonisjs_adonis-framework | train | js |
8b2e519a38dc531aeaa1b50f289157161c7f7f0c | diff --git a/test/treasure.helper.js b/test/treasure.helper.js
index <HASH>..<HASH> 100644
--- a/test/treasure.helper.js
+++ b/test/treasure.helper.js
@@ -1,7 +1,7 @@
'use strict';
window.treasureHelper = {
- TIMEOUT: 300,
+ TIMEOUT: 1000,
database: 'test_db_1',
writeKey: '91/96da3cfb876cc50724d0dddef670d95... | chore(timeout): increase timeout to 1 second | treasure-data_td-js-sdk | train | js |
6f3d96ccff56290fd506dff68af21a56a22d0873 | diff --git a/render/text.go b/render/text.go
index <HASH>..<HASH> 100644
--- a/render/text.go
+++ b/render/text.go
@@ -6,7 +6,6 @@ package render
import (
"fmt"
- "io"
"net/http"
)
@@ -35,6 +34,6 @@ func WriteString(w http.ResponseWriter, format string, data []interface{}) (err
_, err = fmt.Fprintf(w, for... | chore: improve render string performance (#<I>) | gin-gonic_gin | train | go |
382e3f58663a931796a6467d78c8eec26ae16a9c | diff --git a/packages/api-plugin-commodo-db-proxy/__tests__/handler.test.js b/packages/api-plugin-commodo-db-proxy/__tests__/handler.test.js
index <HASH>..<HASH> 100644
--- a/packages/api-plugin-commodo-db-proxy/__tests__/handler.test.js
+++ b/packages/api-plugin-commodo-db-proxy/__tests__/handler.test.js
@@ -1,6 +1,6 ... | test: use `@webiny/handler-aws` package, instead of `@webiny/handler` | Webiny_webiny-js | train | js |
db3c5f88adb21d62c4a2c57677e6e215ca6f96cb | diff --git a/lib/array.js b/lib/array.js
index <HASH>..<HASH> 100644
--- a/lib/array.js
+++ b/lib/array.js
@@ -564,7 +564,7 @@ module.exports = function BlastArray(Blast, Collection) {
*
* @author Jelle De Loecker <jelle@codedor.be>
* @since 0.0.1
- * @version 0.0.1
+ * @version 0.1.4
*
* @par... | fix: Array#shared uses Array.cast from now on | skerit_protoblast | train | js |
e2bdf379ba2560ea22e70d3245fd9d936719121c | diff --git a/src/Jobs/Middleware/CheckEsiRateLimit.php b/src/Jobs/Middleware/CheckEsiRateLimit.php
index <HASH>..<HASH> 100644
--- a/src/Jobs/Middleware/CheckEsiRateLimit.php
+++ b/src/Jobs/Middleware/CheckEsiRateLimit.php
@@ -43,7 +43,7 @@ class CheckEsiRateLimit
// in case ESI limit has been reached, del... | fix(logs): return proper message in logs when a job is rate limited | eveseat_eveapi | train | php |
90aff897a2d10ff211f974b7e7e82e581148da84 | diff --git a/lib/slap-clipboard-plugin.js b/lib/slap-clipboard-plugin.js
index <HASH>..<HASH> 100644
--- a/lib/slap-clipboard-plugin.js
+++ b/lib/slap-clipboard-plugin.js
@@ -16,7 +16,7 @@ module.exports = function (slap) {
var self = this;
var text = self.textBuf.getTextInRange(self.selection.getRange());
... | fix(transitive): one clipboard for every Editor | slap-editor_slap-clipboard-plugin | train | js |
829e029c25370fa41ec476181f42109cdc1a4d9c | diff --git a/lib/find_pkg.js b/lib/find_pkg.js
index <HASH>..<HASH> 100644
--- a/lib/find_pkg.js
+++ b/lib/find_pkg.js
@@ -18,7 +18,7 @@ function checkPkg(path) {
const json = JSON.parse(content);
if (typeof json.hexo === 'object') return path;
}).catch(err => {
- if (err && err.cause.code === 'ENOENT')... | fix: error code should be accessed from error object directly | hexojs_hexo-cli | train | js,js |
2fe21c71af3a9aec18ea3931e0b88772871d305a | diff --git a/src/auth.js b/src/auth.js
index <HASH>..<HASH> 100644
--- a/src/auth.js
+++ b/src/auth.js
@@ -26,10 +26,13 @@ function isValidToken(token) {
export default function({
userModel,
tokenModel,
+ roleModel,
validatePassword = bcrypt.compare,
validateToken = isValidToken,
usernameField = 'email... | feat: fetch role w/ user | netiam_contrib-auth | train | js |
aeadc1be2b6e52fb152752d4340047dbd865d876 | diff --git a/src/dialer/queueManager.js b/src/dialer/queueManager.js
index <HASH>..<HASH> 100644
--- a/src/dialer/queueManager.js
+++ b/src/dialer/queueManager.js
@@ -6,6 +6,8 @@ const { DIAL_ABORTED } = require('../errors')
const nextTick = require('async/nextTick')
const retimer = require('retimer')
const { QUARTE... | fix: missing queue (#<I>) | libp2p_js-libp2p-switch | train | js |
309c75c663ddf0cd18d7aa5bb765154c2a078850 | diff --git a/models/classes/Copier/ItemClassCopier.php b/models/classes/Copier/ItemClassCopier.php
index <HASH>..<HASH> 100644
--- a/models/classes/Copier/ItemClassCopier.php
+++ b/models/classes/Copier/ItemClassCopier.php
@@ -55,7 +55,7 @@ class ItemClassCopier implements ClassCopierInterface
{
$rootClas... | refactor: avoid duplications | oat-sa_extension-tao-item | train | php |
d0103db2b23433f8b6df04c5ea611e7c5ec2e9d1 | diff --git a/src/lib/url-sync.js b/src/lib/url-sync.js
index <HASH>..<HASH> 100644
--- a/src/lib/url-sync.js
+++ b/src/lib/url-sync.js
@@ -31,11 +31,24 @@ function timerMaker(t0) {
* @type {UrlUtil}
*/
const hashUrlUtils = {
+ ignoreNextPopState: false,
character: '#',
onpopstate(cb) {
- window.addEventL... | fix(searchBox): avoid unwanted cursor jumps on hashchange (#<I>)
The effect was there since the begining but only visible since the move
to "only update url every <I>ms". Since you can definitely move the
search box cursor back in <I>ms, you would see the input cursor move to
the end of the search box from time to ... | algolia_instantsearch.js | train | js |
b8b165230a8f869887509d00359d9f09b3fb3000 | diff --git a/src/notebook/providers/draggable-cell.js b/src/notebook/providers/draggable-cell.js
index <HASH>..<HASH> 100644
--- a/src/notebook/providers/draggable-cell.js
+++ b/src/notebook/providers/draggable-cell.js
@@ -12,7 +12,7 @@ type Props = {|
id: string,
|};
-class DraggableCell extends React.PureCompon... | refactor(dnd): Extend from component. | nteract_nteract | train | js |
21abe8b800a968198bbf6c89299b109fad8b7172 | diff --git a/packages/website/src/components/SectionHeader.js b/packages/website/src/components/SectionHeader.js
index <HASH>..<HASH> 100644
--- a/packages/website/src/components/SectionHeader.js
+++ b/packages/website/src/components/SectionHeader.js
@@ -54,7 +54,7 @@ const SectionHeader = ({ section, ...props }) => {
... | chore(website): Edit this page instead of Improve | reakit_reakit | train | js |
3ee7f67f62d735eb96a6574debf23576fe835d35 | diff --git a/packages/create-webiny-project/utils/createProject.js b/packages/create-webiny-project/utils/createProject.js
index <HASH>..<HASH> 100644
--- a/packages/create-webiny-project/utils/createProject.js
+++ b/packages/create-webiny-project/utils/createProject.js
@@ -92,7 +92,7 @@ module.exports = async function... | fix: replace "berry" with "<I>" | Webiny_webiny-js | train | js |
51133366543fd71810d4aa1c813c3173c0e42d4c | diff --git a/test/pick-target-test.js b/test/pick-target-test.js
index <HASH>..<HASH> 100644
--- a/test/pick-target-test.js
+++ b/test/pick-target-test.js
@@ -3,18 +3,20 @@ var assert = require('power-assert');
var pickTarget = require('../lib/pick-target');
var errors = require('common-errors');
-it('should not be... | refactor(pick): add describe | pandawing_node-run-yo | train | js |
b955f3b174d4191d8a8fba91306f61385d26de14 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -256,7 +256,5 @@ export default (options = {}) => node => {
return node;
}
- return new Promise(resolve => {
- resolve(normalize(node, options));
- });
+ return normalize(node, o... | perf: not need return promise because posthtml promise | Scrum_posthtml-beautify | train | js |
8f30c181e64af3b9f74f2655bc8b61cf90d8f1fe | diff --git a/functional-tests/config.js b/functional-tests/config.js
index <HASH>..<HASH> 100644
--- a/functional-tests/config.js
+++ b/functional-tests/config.js
@@ -20,7 +20,7 @@ let conf = {
before() {
browser.timeouts('implicit', 500);
browser.url(`/${INDEX_PAGE}.html`);
- browser.waitForText('#hits... | test(functional): Running locally, try longer timeout | algolia_instantsearch.js | train | js |
3b7be05051cec2db7d7e0566a615cfaf42ab73d5 | diff --git a/lib/resources.js b/lib/resources.js
index <HASH>..<HASH> 100644
--- a/lib/resources.js
+++ b/lib/resources.js
@@ -146,7 +146,7 @@ BaseResource.prototype = {
var options = {
host: self._kloudless.getApiField('host'),
port: self._kloudless.getApiField('port'),
-... | fix(resources): fix double slash in url | Kloudless_kloudless-node | train | js |
7dffd7cfe2945b92be6244efcffafaa1d8a6066c | diff --git a/bin/copyToGhPages.js b/bin/copyToGhPages.js
index <HASH>..<HASH> 100644
--- a/bin/copyToGhPages.js
+++ b/bin/copyToGhPages.js
@@ -3,6 +3,7 @@ var fs = require('fs');
var isWin = /^win/.test(process.platform);
var mv = isWin ? 'move' : 'mv';
+var slash = isWin ? '\\' : '/';
queue([
checkoutPage,... | fix(bin): adapt slashes to windows if needed | yoannmoinet_nipplejs | train | js |
fa7e31c50bc47cb35ba9dbd3ea36e8db8c757d8d | diff --git a/docs-test/urls.js b/docs-test/urls.js
index <HASH>..<HASH> 100644
--- a/docs-test/urls.js
+++ b/docs-test/urls.js
@@ -24,6 +24,7 @@ const exceptions = {
'/components/tables': deprecated,
'/getting_started': moved('/getting-started/contributing'),
'/getting_started/contributing': moved('/getting-st... | docs: mark /packages as removed | primer_css | train | js |
1575a1898c6deb26cdef801914fc1905590bc60f | diff --git a/src/history/base.js b/src/history/base.js
index <HASH>..<HASH> 100644
--- a/src/history/base.js
+++ b/src/history/base.js
@@ -81,9 +81,13 @@ export class History {
this.confirmTransition(
route,
() => {
+ const prev = this.current
this.updateRoute(route)
onComple... | feat(url): call afterEach hooks after url is ensured (#<I>)
Closes #<I>
This helps integrating with external scripts and makes more sense as the
navigation is finished. However, onComplete callback passed to
`router.push` is now called before `afterEach` hooks. This shouldn't be
a problem as there's no guarante... | vuejs_vue-router | train | js |
7ba633a3ea0a45cbba9c467371208150553e09da | diff --git a/webapps/client/scripts/camunda-tasklist-ui.js b/webapps/client/scripts/camunda-tasklist-ui.js
index <HASH>..<HASH> 100644
--- a/webapps/client/scripts/camunda-tasklist-ui.js
+++ b/webapps/client/scripts/camunda-tasklist-ui.js
@@ -198,7 +198,17 @@ define('camunda-tasklist-ui', [
else {
// for co... | fix(app-boostrap): boostrap angular app after all plugin callbacks | camunda_camunda-bpm-platform | train | js |
9391c46aa483ffd7459be35762e43ceceb13ca15 | diff --git a/easyquotation/__init__.py b/easyquotation/__init__.py
index <HASH>..<HASH> 100644
--- a/easyquotation/__init__.py
+++ b/easyquotation/__init__.py
@@ -1,5 +1,5 @@
from .api import *
from .helpers import get_stock_codes, update_stock_codes
-__version__ = '0.4.0'
+__version__ = '0.4.3'
__author__ = 'shid... | feat: use gzip to speed up quotation receive | shidenggui_easyquotation | train | py,py |
1c6b1c03efd1d4b423535a53c02d006e32362b7e | diff --git a/lib/server/proxy-server.js b/lib/server/proxy-server.js
index <HASH>..<HASH> 100644
--- a/lib/server/proxy-server.js
+++ b/lib/server/proxy-server.js
@@ -25,7 +25,10 @@ module.exports = function createProxyServer (bs, scripts) {
var proxy = utils.getServer(app, bs.options);
- proxy.server.on("u... | fix(web-sockets): revert handling upgrade event on proxy as it causes regression fix #<I> | BrowserSync_browser-sync | train | js |
b0df7c39378167a1d85a77d91e4a75d2f1987160 | diff --git a/src/select-menu/src/OptionsList.js b/src/select-menu/src/OptionsList.js
index <HASH>..<HASH> 100644
--- a/src/select-menu/src/OptionsList.js
+++ b/src/select-menu/src/OptionsList.js
@@ -225,6 +225,7 @@ export default class OptionsList extends PureComponent {
const {
options: originalOptions,
... | fix:closeOnSelect must be destructed from props (#<I>)
This closeOnSelect must be declared separately in const{options} | segmentio_evergreen | train | js |
399f9222c1296cf191cf9a8d68b48ba39b3430d1 | diff --git a/flask_appbuilder/baseviews.py b/flask_appbuilder/baseviews.py
index <HASH>..<HASH> 100644
--- a/flask_appbuilder/baseviews.py
+++ b/flask_appbuilder/baseviews.py
@@ -458,7 +458,7 @@ class BaseModelView(BaseView):
search_form_extra_fields = None
"""
A dictionary containing column names an... | docs: fix, errors in BaseModelView docstring (#<I>) | dpgaspar_Flask-AppBuilder | train | py |
98ae02ceb6af081676c34e1abff30f1c5fd54f0b | diff --git a/etc/prepare.js b/etc/prepare.js
index <HASH>..<HASH> 100755
--- a/etc/prepare.js
+++ b/etc/prepare.js
@@ -1,9 +1,10 @@
#! /usr/bin/env node
var cp = require('child_process');
var fs = require('fs');
+var os = require('os');
if (fs.existsSync('src')) {
- cp.spawn('npm', ['run', 'build:dts'], { stdio:... | chore: add shell flag to prepare script (#<I>) | mongodb_node-mongodb-native | train | js |
ce97e62304e884c4277aaa1b605f735253e4205b | diff --git a/packages/@vue/cli-plugin-unit-mocha/setup.js b/packages/@vue/cli-plugin-unit-mocha/setup.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli-plugin-unit-mocha/setup.js
+++ b/packages/@vue/cli-plugin-unit-mocha/setup.js
@@ -6,3 +6,6 @@ window.Date = Date
global.ShadowRoot = window.ShadowRoot
global.S... | fix: add XMLSerializer to the global scope (#<I>) | vuejs_vue-cli | train | js |
ee3f4f625b0d864fec175168bff38a0372e770d2 | diff --git a/lib/map.js b/lib/map.js
index <HASH>..<HASH> 100644
--- a/lib/map.js
+++ b/lib/map.js
@@ -8,11 +8,20 @@ function inspectMapEntry([key, value], options) {
return `${key} => ${value}`
}
+// IE11 doesn't support `map.entries()`
+function mapToEntries(map) {
+ const entries = []
+ map.forEach((value, k... | fix(map): use forEach to support IE<I> | chaijs_loupe | train | js |
6c897936ba7089bb077f7da232653718229e469e | diff --git a/examples/apps/admin/src/plugins/index.js b/examples/apps/admin/src/plugins/index.js
index <HASH>..<HASH> 100644
--- a/examples/apps/admin/src/plugins/index.js
+++ b/examples/apps/admin/src/plugins/index.js
@@ -7,6 +7,7 @@ import pageBuilderTheme from "@webiny/app-page-builder-theme";
import formBuilderPlu... | fix: add "app-headless-cms" admin plugins | Webiny_webiny-js | train | js |
19ecd81596836658f9c3c44ab73310397a715f8e | diff --git a/packages/core/src/utils.js b/packages/core/src/utils.js
index <HASH>..<HASH> 100644
--- a/packages/core/src/utils.js
+++ b/packages/core/src/utils.js
@@ -1,6 +1,5 @@
-// TODO: handle SVG or other special cases.
-
-export const getHref = el => el.href;
+export const getHref = el =>
+ el.getAttribute && el.... | fix(core): :bug: fix `xlink:href` with SVG
Closes #1 | barbajs_barba | train | js |
7ef7d45634462f6110051f2b7e32c44b5cb046f0 | diff --git a/src/foremast/exceptions.py b/src/foremast/exceptions.py
index <HASH>..<HASH> 100644
--- a/src/foremast/exceptions.py
+++ b/src/foremast/exceptions.py
@@ -179,3 +179,7 @@ class S3SharedBucketNotFound(ForemastError):
class DataPipelineDefinitionError(ForemastError):
"""Error Creating Data Pipeline.""... | refactor: Raise exception if a plugin is not found | foremast_foremast | train | py,py |
5ec86a9ef4dbcf57982b6b314b74cb31100248af | diff --git a/pkg/services/sqlstore/migrator/migrator.go b/pkg/services/sqlstore/migrator/migrator.go
index <HASH>..<HASH> 100644
--- a/pkg/services/sqlstore/migrator/migrator.go
+++ b/pkg/services/sqlstore/migrator/migrator.go
@@ -133,11 +133,6 @@ func (mg *Migrator) exec(m Migration, sess *xorm.Session) error {
mg.... | fix(build): fixed broken build, unreachable code in migrator.go | grafana_grafana | train | go |
0bc4cfbb429f7f8e2f63e0b96eb82dd7e68899e3 | diff --git a/src/main/menu.js b/src/main/menu.js
index <HASH>..<HASH> 100644
--- a/src/main/menu.js
+++ b/src/main/menu.js
@@ -184,6 +184,17 @@ export const file = {
],
};
+if (process.platform === 'win32') {
+ file.submenu.push({
+ type: 'separator',
+ },
+ {
+ label: 'Exit',
+ accelerator: 'Al... | feat(menu): add file-exit for win<I> (#<I>)
Addresses issue #<I>
Adds File>Exit (ALT+F4) for win<I> platforms. | nteract_nteract | train | js |
efe3f27816666a613500037da7d3b8fa6b9f7e30 | diff --git a/lib/elastodom.js b/lib/elastodom.js
index <HASH>..<HASH> 100644
--- a/lib/elastodom.js
+++ b/lib/elastodom.js
@@ -63,6 +63,7 @@ ElastoDom.prototype.querySelectorAll = function (selector) {
}
function queryElements (elements, matcher, list) {
+ if (!elements) { return }
for (var i = 0, l = e... | fix: Do not try to go through invalid node list | nodys_elastomer | train | js |
fe0e5b700f8ea7e2a817d88034389ef8e21ee502 | diff --git a/packages/react-enty/src/MultiRequestHock.js b/packages/react-enty/src/MultiRequestHock.js
index <HASH>..<HASH> 100644
--- a/packages/react-enty/src/MultiRequestHock.js
+++ b/packages/react-enty/src/MultiRequestHock.js
@@ -93,7 +93,7 @@ export default function MultiRequestHock(config: MultiRequestHockConfig... | test: add test for refetching data | blueflag_enty | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.