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 |
|---|---|---|---|---|---|
88bce2ac9c0a0c37a53fd71a0726e96728f7d664 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -418,8 +418,10 @@ class CrawlKit {
logger.debug('Queue empty. Stopping crawler timer.');
stopCrawlTimer();
- logger.debug('Draining pool.');
- ... | fix: do not block finishing the stream due to pool draining | crawlkit_crawlkit | train | js |
4afc16b9fd1ed5027407d96eb963bc778629d9ea | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -463,7 +463,7 @@ function splitSegments(polygon) {
if (!position) {
position = c[0];
} else {
- position... | fix(segments): fix the parsing of relative move to | rubenv_point-in-svg-polygon | train | js,js |
b9490e28ad46872e945c1b2cc6fb5ec71bdc8e50 | diff --git a/angularjs-portal-home/src/main/webapp/my-app/layout/services.js b/angularjs-portal-home/src/main/webapp/my-app/layout/services.js
index <HASH>..<HASH> 100644
--- a/angularjs-portal-home/src/main/webapp/my-app/layout/services.js
+++ b/angularjs-portal-home/src/main/webapp/my-app/layout/services.js
@@ -128,7... | fix: MUMUP-<I> Fix cut and paste error | uPortal-Project_uportal-home | train | js |
e9acd5a3215141823d873f342e1b026a82ad6f78 | diff --git a/tests/test_state.py b/tests/test_state.py
index <HASH>..<HASH> 100644
--- a/tests/test_state.py
+++ b/tests/test_state.py
@@ -38,3 +38,9 @@ class TestState(TestDvc):
entry_md5 = state.update(path)
self.assertEqual(entry_md5, md5)
+
+ # Reload state db to make sure that it stays t... | test: add test for state reload consistency | iterative_dvc | train | py |
91d27989b7642d0f6594276d477b1f3063e3a9b3 | diff --git a/src/locale/index.js b/src/locale/index.js
index <HASH>..<HASH> 100644
--- a/src/locale/index.js
+++ b/src/locale/index.js
@@ -11,17 +11,19 @@ const langs = {
zh: zhLang,
en: enLang
}
+let nowLang = null;
let merged = {};
let i18nHandler = function () {
const vuei18n = this.$i18n;
if (vuei18n... | fix: add judge of vue i<I>n change | heyui_heyui | train | js |
7f8d9ca08352a28cba3b01e4340a24edc33e13e8 | diff --git a/git/test/test_index.py b/git/test/test_index.py
index <HASH>..<HASH> 100644
--- a/git/test/test_index.py
+++ b/git/test/test_index.py
@@ -690,6 +690,9 @@ class TestIndex(TestBase):
index.add(files, write=True)
if os.name != 'nt':
hp = hook_path('pre-commit', index.repo.git_di... | fix(compat): make test work with git >= <I> | gitpython-developers_GitPython | train | py |
30351a39ca2d61ec4fa9cbc4d719db2edc55daf0 | diff --git a/src/Common/GeneratorConfig.php b/src/Common/GeneratorConfig.php
index <HASH>..<HASH> 100755
--- a/src/Common/GeneratorConfig.php
+++ b/src/Common/GeneratorConfig.php
@@ -22,6 +22,8 @@ class GeneratorConfig
/** @var GeneratorField[] */
public array $fields = [];
+ private static $dynamicVarrs... | feat: #<I> support added to add own dynamic variables | InfyOmLabs_laravel-generator | train | php |
7f9669316c07d3fd6fccd8e3a8bbdecbfcce7611 | diff --git a/packages/dna-skin-ce-v0/index.js b/packages/dna-skin-ce-v0/index.js
index <HASH>..<HASH> 100644
--- a/packages/dna-skin-ce-v0/index.js
+++ b/packages/dna-skin-ce-v0/index.js
@@ -7,7 +7,7 @@
* Use with Skin template and Custom Elements v0 spec.
*/
import { SkinTemplateMixin } from 'dna-skin/src/mixins/... | fix: outer mixin in skin-ce-v0 | chialab_dna | train | js |
b0df0810f13c8aac7424b3f49dee049ddb3daf2b | diff --git a/src/js/utilities.js b/src/js/utilities.js
index <HASH>..<HASH> 100644
--- a/src/js/utilities.js
+++ b/src/js/utilities.js
@@ -538,6 +538,7 @@ export function getTransforms({
export function getMaxZoomRatio(pointers) {
const pointers2 = { ...pointers };
const ratios = [];
+ let maxRatio = 0;
fo... | perf: simplify max zoom ratio computing | fengyuanchen_cropperjs | train | js |
e5c138793fe5db064d4f874fb7be501303e0923e | diff --git a/src/notebook/components/status-bar.js b/src/notebook/components/status-bar.js
index <HASH>..<HASH> 100644
--- a/src/notebook/components/status-bar.js
+++ b/src/notebook/components/status-bar.js
@@ -14,7 +14,8 @@ export default class StatusBar extends React.Component {
shouldComponentUpdate(nextProps: ... | fix(status-bar): Update execution state | nteract_nteract | train | js |
dfd9dfde86468ce88dc5eb11ad44c72585c06c44 | diff --git a/src/components/NumberInput/NumberInput.js b/src/components/NumberInput/NumberInput.js
index <HASH>..<HASH> 100644
--- a/src/components/NumberInput/NumberInput.js
+++ b/src/components/NumberInput/NumberInput.js
@@ -147,6 +147,7 @@ export default class NumberInput extends Component {
const numberInput... | fix(number-input): add helpertext class when helper text is present (#<I>) | carbon-design-system_carbon-components-react | train | js |
346fd9d8544152e906da9eede6f7cde93a5810d5 | diff --git a/core/node/libp2p/relay.go b/core/node/libp2p/relay.go
index <HASH>..<HASH> 100644
--- a/core/node/libp2p/relay.go
+++ b/core/node/libp2p/relay.go
@@ -71,7 +71,11 @@ func HolePunching(flag config.Flag, hasRelayClient bool) func() (opts Libp2pOpts
return func() (opts Libp2pOpts, err error) {
if flag.Wit... | fix: when the relay client is disabled and hole punching is left in its default state silently turn off hole punching instead of panicking | ipfs_go-ipfs | train | go |
b2000fe32934469bb32ea0e96d2ac716f4c6cb7c | diff --git a/src/lib/jobs.js b/src/lib/jobs.js
index <HASH>..<HASH> 100644
--- a/src/lib/jobs.js
+++ b/src/lib/jobs.js
@@ -11,7 +11,8 @@ export const JOB_STATE = {
}
function decode (job) {
- return { ...job, ...JSON.parse(window.atob(job.message.Data)) }
+ // Retrieve message properties directly into job
+ retu... | feat: does not base<I>decode jobs properties anymore :pencil: | cozy_cozy-home | train | js |
d269781ebc99ddc48e90f60ea3aa714d6e75848b | diff --git a/src/Form.php b/src/Form.php
index <HASH>..<HASH> 100644
--- a/src/Form.php
+++ b/src/Form.php
@@ -381,7 +381,7 @@ class Form implements Renderable
*/
protected function ajaxResponse($message)
{
- $request = Request::capture();
+ $request = \request();
// ajax but no... | fix: Request:capture only work in fpm | z-song_laravel-admin | train | php |
9fb12bbbfe365c98f6fd4c0b13d324372917d8c9 | diff --git a/tornado/test/autoreload_test.py b/tornado/test/autoreload_test.py
index <HASH>..<HASH> 100644
--- a/tornado/test/autoreload_test.py
+++ b/tornado/test/autoreload_test.py
@@ -100,7 +100,9 @@ else:
env=dict(os.environ, PYTHONPATH=pythonpath),
universal_newlines=True)
- for ... | test: Increase a timeout to deflake autoreload_test on pypy3 | tornadoweb_tornado | train | py |
98ec30e9e3a2e9cd821a9c815898a3c53db36e87 | diff --git a/src/reducers/index.js b/src/reducers/index.js
index <HASH>..<HASH> 100644
--- a/src/reducers/index.js
+++ b/src/reducers/index.js
@@ -1,11 +1,18 @@
import { combineReducers } from 'redux'
import { reducer } from 'redux-cozy-client'
-import connections from '../ducks/connections'
import registry from '... | feat: add getConnectionsQueue in main reducer :pencil: | cozy_cozy-home | train | js |
7ebb621cd7f8dcc1b53681d125fb413bcca9ebc2 | diff --git a/intranet/apps/eighth/tasks.py b/intranet/apps/eighth/tasks.py
index <HASH>..<HASH> 100644
--- a/intranet/apps/eighth/tasks.py
+++ b/intranet/apps/eighth/tasks.py
@@ -29,6 +29,9 @@ def room_changed_single_email(
emails = [signup.user.notification_email for signup in sched_act.eighthsignup_set.filter(... | fix(eighth): don't send emails when there are no recipients to send to
in intranet.apps.eighth.tasks.room_changed_single_email | tjcsl_ion | train | py |
d53c2204b78ef86f3a49235ffeaf3534ae15806c | diff --git a/packages/components/bolt-band/src/band.standalone.js b/packages/components/bolt-band/src/band.standalone.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-band/src/band.standalone.js
+++ b/packages/components/bolt-band/src/band.standalone.js
@@ -74,7 +74,7 @@ export class BoltBand extends BoltC... | fix: updating band component disconnected event to line up with other component conventions | bolt-design-system_bolt | train | js |
757a9d630ef7da7fc55d23454f762fe2bc4f1601 | diff --git a/system/Entity/Cast/DatetimeCast.php b/system/Entity/Cast/DatetimeCast.php
index <HASH>..<HASH> 100644
--- a/system/Entity/Cast/DatetimeCast.php
+++ b/system/Entity/Cast/DatetimeCast.php
@@ -32,7 +32,7 @@ class DatetimeCast extends BaseCast
}
if ($value instanceof DateTime) {
- ... | refactor: update deprecated method | codeigniter4_CodeIgniter4 | train | php |
ec4535ad770ab9fbc7795d7b4c9411eee952f7a8 | diff --git a/packages/cwp-template-aws/index.js b/packages/cwp-template-aws/index.js
index <HASH>..<HASH> 100644
--- a/packages/cwp-template-aws/index.js
+++ b/packages/cwp-template-aws/index.js
@@ -36,5 +36,3 @@ function runInquirer({ projectName, root } = {}) {
}
module.exports = runInquirer;
-
-runInquirer(); | fix: do not call `runInquirer` | Webiny_webiny-js | train | js |
c919e9dedaae8ecde8be944032e26474829c1253 | diff --git a/src/tab/index.js b/src/tab/index.js
index <HASH>..<HASH> 100644
--- a/src/tab/index.js
+++ b/src/tab/index.js
@@ -44,6 +44,7 @@ export default createComponent({
watch: {
title() {
this.parent.setLine();
+ this.parent.scrollIntoView();
},
inited(val) { | fix(Tab): should scroll into view when title changed | youzan_vant | train | js |
e22d5d19aee9342b938f0c268d0a202439356e74 | diff --git a/.storybook/webpack.config.js b/.storybook/webpack.config.js
index <HASH>..<HASH> 100644
--- a/.storybook/webpack.config.js
+++ b/.storybook/webpack.config.js
@@ -30,6 +30,11 @@ module.exports = (storybookBaseConfig, configType) => {
storybookBaseConfig.resolve.extensions = ['.js', '.jsx', '.scss', '.c... | docs(site): removing uglification until ES6 is supported in Uglify | Availity_availity-react | train | js |
50fa7ada5aa71cbcaf29d48f030c8bbc8757dda2 | diff --git a/system/Debug/Exceptions.php b/system/Debug/Exceptions.php
index <HASH>..<HASH> 100644
--- a/system/Debug/Exceptions.php
+++ b/system/Debug/Exceptions.php
@@ -120,8 +120,8 @@ class Exceptions
$this->response->setStatusCode($statusCode);
} catch (HTTPException $e) {
... | refactor: fix type in variable name | codeigniter4_CodeIgniter4 | train | php |
5ed1ed5dae9aaec062dffbe8fd582ff00caa96b5 | diff --git a/lib/replicant/replicant.js b/lib/replicant/replicant.js
index <HASH>..<HASH> 100644
--- a/lib/replicant/replicant.js
+++ b/lib/replicant/replicant.js
@@ -140,7 +140,7 @@ class Replicant extends EventEmitter {
}
}
- this.value = shared._proxyRecursive(this, opts.defaultValue, '/');
+ this.val... | fix(replicants): clone default value (#<I>) | nodecg_nodecg | train | js,js |
f4d7cd022bc2bf3554f1d55e5490b330ef5de136 | diff --git a/lib/cmds/probe.js b/lib/cmds/probe.js
index <HASH>..<HASH> 100644
--- a/lib/cmds/probe.js
+++ b/lib/cmds/probe.js
@@ -439,7 +439,7 @@ async function sendTelemetry(method, target, args, flags) {
const properties = {};
- propertiesmethod = method;
+ properties.method = method;
properties.usesExpe... | fix(probe): set method field correctly | artilleryio_artillery | train | js |
2d33afd868dea76d4669106dae44c66186b3880c | diff --git a/test/instrumentation_test.js b/test/instrumentation_test.js
index <HASH>..<HASH> 100644
--- a/test/instrumentation_test.js
+++ b/test/instrumentation_test.js
@@ -366,6 +366,13 @@ describe('instrumentation spec', function () {
"assert(v=>({even:v,odd:v+1}));");
});
+ desc... | feat(espower): Binary and Octal Literals | power-assert-js_espower | train | js |
50b6fe042fb5260f412c4236f31e762eb2034f29 | diff --git a/docs/docs/.vitepress/config.js b/docs/docs/.vitepress/config.js
index <HASH>..<HASH> 100644
--- a/docs/docs/.vitepress/config.js
+++ b/docs/docs/.vitepress/config.js
@@ -14,8 +14,8 @@ module.exports = {
docsDir: 'docs/docs',
docsBranch: 'v1',
algolia: {
- appId: '',
- apiKey: '',
+... | refactor: Add DocSearch settings | nystudio107_craft-eagerbeaver | train | js |
cdaf8941a353237cc4dd8632310f40dbf870fdba | diff --git a/test/integration/features/step_definitions/github-api-steps.js b/test/integration/features/step_definitions/github-api-steps.js
index <HASH>..<HASH> 100644
--- a/test/integration/features/step_definitions/github-api-steps.js
+++ b/test/integration/features/step_definitions/github-api-steps.js
@@ -99,7 +99,... | test(check-runs): defined the expected call for determining status | greenkeeper-keeper_hapi-greenkeeper-keeper | train | js |
b3cc1a693bac26ca79a04702b614de9c41dc0fa2 | diff --git a/config/module.config.php b/config/module.config.php
index <HASH>..<HASH> 100644
--- a/config/module.config.php
+++ b/config/module.config.php
@@ -72,7 +72,7 @@ return array(
'options' => array(
'route' => '/login/:provider',
'constraints' => array(... | fix: LanguageRouteListener does not redirect to language uri.
Routes which are no children of the "lang"-route render now (LanguageRouteListener
had set an error in that cases.)
Login with social nertworks does work again. | yawik_auth | train | php,php |
87fdb81ae1c2fae1d7b74062081216dc5940097d | diff --git a/src/SearchParameters/index.js b/src/SearchParameters/index.js
index <HASH>..<HASH> 100644
--- a/src/SearchParameters/index.js
+++ b/src/SearchParameters/index.js
@@ -325,6 +325,10 @@ function SearchParameters(newParameters) {
* @member {string}
*/
this.insideBoundingBox = params.insideBoundingBo... | fix: add undocumented offset and length params | algolia_algoliasearch-helper-js | train | js |
673590a26f74d8649aeaa6f119560ed521d556a1 | diff --git a/Tests/Dispatcher/Event/EventDispatcherTest.php b/Tests/Dispatcher/Event/EventDispatcherTest.php
index <HASH>..<HASH> 100644
--- a/Tests/Dispatcher/Event/EventDispatcherTest.php
+++ b/Tests/Dispatcher/Event/EventDispatcherTest.php
@@ -27,7 +27,7 @@ class EventDispatcherTest extends BaseTestCase
*/
... | fix(test): use MockBuilder instead of basic mock | wizbii_pipeline | train | php |
ea00db02edf623e5073acef7039fc3b052c26f99 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -101,8 +101,8 @@ StyleManifest.prototype.generateManifestContent = function(fileList, output) {
StyleManifest.prototype.fileSort = function(a, b) {
var sortNumber = 0;
- var aLevels = a.split(path.sep).length;
- var bL... | feat(sorting): Ensure consistent file sorting on Windows
on windows, both '/' and '\' are valid separators in paths. Need to normalize the path before sorting. | webark_broccoli-style-manifest | train | js |
9c3c0b9592d777e0743e839607f2eeadbd556fd4 | diff --git a/query/control/controller.go b/query/control/controller.go
index <HASH>..<HASH> 100644
--- a/query/control/controller.go
+++ b/query/control/controller.go
@@ -395,6 +395,7 @@ func (c *Controller) executeQuery(q *Query) {
err, ok := e.(error)
if !ok {
err = fmt.Errorf("panic: %v", e)
+ c.log.... | refactor(query): add stack trace to query controller execution (#<I>) | influxdata_influxdb | train | go |
b249c4c202629077221163ebbbb11f904de87628 | diff --git a/tests/test_theme.py b/tests/test_theme.py
index <HASH>..<HASH> 100644
--- a/tests/test_theme.py
+++ b/tests/test_theme.py
@@ -1,4 +1,4 @@
-"""Test cases for builtin theme"""
+"""Test cases for builtin theme."""
import pytest
from sphinx.testing.util import SphinxTestApp
from testutils import soup_html | refactor: Fix for doc8 | attakei_sphinx-revealjs | train | py |
4fd6e72987e355376753120ceda56624b1f79d21 | diff --git a/packages/verticaltabs/src/react/item.js b/packages/verticaltabs/src/react/item.js
index <HASH>..<HASH> 100644
--- a/packages/verticaltabs/src/react/item.js
+++ b/packages/verticaltabs/src/react/item.js
@@ -39,27 +39,18 @@ const styles = {
tier1Header: () => {
const label = `verticaltabs__tier1__hea... | style(verticaltabs): update for formatting and linting | pluralsight_design-system | train | js |
e383dad977a782f14c07c78a652eb4edc19fc77d | diff --git a/openquake/hazardlib/shakemap/maps.py b/openquake/hazardlib/shakemap/maps.py
index <HASH>..<HASH> 100644
--- a/openquake/hazardlib/shakemap/maps.py
+++ b/openquake/hazardlib/shakemap/maps.py
@@ -18,7 +18,6 @@
import logging
import numpy
-import pathlib
from openquake.baselib.general import CallableDi... | fix: remove code and make separate branch | gem_oq-engine | train | py,py |
9f7e8befae0444c15cbea1a0f69a49e58e8ad5e1 | diff --git a/agent/agent.go b/agent/agent.go
index <HASH>..<HASH> 100644
--- a/agent/agent.go
+++ b/agent/agent.go
@@ -196,28 +196,28 @@ func (a *Agent) initPlugins() error {
err := processor.Init()
if err != nil {
return fmt.Errorf("could not initialize processor %s: %v",
- processor.Config.Name, err)
+ ... | feat: Improve error logging on plugin initialization (#<I>) | influxdata_telegraf | train | go |
a021a7c48f1f160382cea83f51f75a1af0df50eb | diff --git a/src/presets/__tests__/ss-base.test.js b/src/presets/__tests__/ss-base.test.js
index <HASH>..<HASH> 100755
--- a/src/presets/__tests__/ss-base.test.js
+++ b/src/presets/__tests__/ss-base.test.js
@@ -111,30 +111,5 @@ describe('SSBasePreset#serverIn', function () {
});
expect(params.fail).toHaveBeen... | test(ss-base): drop unnecessary tests | blinksocks_blinksocks | train | js |
001c89887196a6ec731fc3f841ab06f3c1ac26f5 | diff --git a/lib/tunnel.js b/lib/tunnel.js
index <HASH>..<HASH> 100644
--- a/lib/tunnel.js
+++ b/lib/tunnel.js
@@ -280,9 +280,10 @@ function tunnelProxy(server, proxy) {
resData.port = port;
} else {
req.hostIp = resData.ip = ip;
- resData.port = port = originPort... | refactor: retry connect if error | avwo_whistle | train | js |
1cd2577a74e1103a2acd121cd73edbeb0fd03649 | diff --git a/tests/integration/test_common_git.py b/tests/integration/test_common_git.py
index <HASH>..<HASH> 100644
--- a/tests/integration/test_common_git.py
+++ b/tests/integration/test_common_git.py
@@ -273,6 +273,7 @@ class TestGitCommands(unittest.TestCase):
# needs a commit, o/w fails: "Cannot update th... | fix(repocache):checkout FETCH_HEAD after fetch | rackerlabs_simpl | train | py |
ba796c2518e1b447552413b45a075f02a8101a51 | diff --git a/connection/pool.js b/connection/pool.js
index <HASH>..<HASH> 100644
--- a/connection/pool.js
+++ b/connection/pool.js
@@ -774,6 +774,8 @@ Pool.prototype.auth = function(mechanism) {
var connections = self.allConnections();
// Allow nothing else to use the connections while we authenticate them
... | fix(pool): ensure inUse and connecting queues are cleared on reauth
NODE-<I> | mongodb_node-mongodb-native | train | js |
c471ffc48090ed389a1ae47fc141a51111f1296a | diff --git a/packages/karma-esm/src/setup-es-dev-server.js b/packages/karma-esm/src/setup-es-dev-server.js
index <HASH>..<HASH> 100644
--- a/packages/karma-esm/src/setup-es-dev-server.js
+++ b/packages/karma-esm/src/setup-es-dev-server.js
@@ -132,7 +132,10 @@ async function setupDevServer(karmaConfig, esmConfig, watch,... | fix(karma-esm): include user defined response transformers | open-wc_open-wc | train | js |
a93663a0017f8e41119142ae859ed397d38beae7 | diff --git a/src/SearchClient.php b/src/SearchClient.php
index <HASH>..<HASH> 100644
--- a/src/SearchClient.php
+++ b/src/SearchClient.php
@@ -154,6 +154,11 @@ class SearchClient
return $this->api->read('GET', api_path('/1/isalive'), $requestOptions);
}
+ public function search($queries, $requestOpti... | feat: add search alias for multiple queries (#<I>) | algolia_algoliasearch-client-php | train | php |
d6a938e983690c229c1ee856c0416ae1832cffb4 | diff --git a/src/core/services/interimElement/interimElement.js b/src/core/services/interimElement/interimElement.js
index <HASH>..<HASH> 100644
--- a/src/core/services/interimElement/interimElement.js
+++ b/src/core/services/interimElement/interimElement.js
@@ -412,7 +412,7 @@ function InterimElementProvider() {
... | fix(select): interimElement will resolve its promise even when transition end event is not fired
Occassionally the transitionEnd event will not fire and the '$mdUtil. waitTransitionEnd()' process will timeout; which
rejects the pending promise. Using '.finally()' allows the correct handlers to fire and will continuing... | angular_material | train | js |
69096860cc4178406ca01b9615ab2061967ff318 | diff --git a/src/util/ReactUtils.js b/src/util/ReactUtils.js
index <HASH>..<HASH> 100644
--- a/src/util/ReactUtils.js
+++ b/src/util/ReactUtils.js
@@ -358,13 +358,19 @@ export const isChildrenEqual = (nextChildren, prevChildren) => {
const count = Children.count(nextChildren);
if (count === 0) { return true; }
... | fix: fix bug of isChildrenEqual, fix #<I> | recharts_recharts | train | js |
8def8c5ab75f36f47e7a046a332dfed6dd86d1e5 | diff --git a/test/tests.js b/test/tests.js
index <HASH>..<HASH> 100644
--- a/test/tests.js
+++ b/test/tests.js
@@ -512,7 +512,10 @@ function makeServer(bbopts, srvCb, reqCb) {
}
function assertDataEquals(expected, actual) {
- var expKeys = Object.keys(expected),
+ if (expected === actual)
+ return;
+
+ var ex... | test: fix assertDeepEquals with non-object arguments | mscdex_reformed | train | js |
ccfffa7983664c80d7af1e5d929c139b82c82bf1 | diff --git a/lib/plugins/module-paths.js b/lib/plugins/module-paths.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/module-paths.js
+++ b/lib/plugins/module-paths.js
@@ -10,7 +10,12 @@ config.systemPluginPath = formatPath(config.SYSTEM_PLUGIN_PATH);
function addDebugPaths(plugins) {
if (config.debugMode) {
- ... | refactor: automatically load all plug-ins in the upper directory of the plug-in in debug mode | avwo_whistle | train | js |
7dd135266de82074485841e39742f12195b15ed9 | diff --git a/test/test_autopep8.py b/test/test_autopep8.py
index <HASH>..<HASH> 100644
--- a/test/test_autopep8.py
+++ b/test/test_autopep8.py
@@ -10,6 +10,12 @@ sys.path.insert(0,
import autopep8
+def py27_and_over(func):
+ if sys.version_info[0] == 2 and sys.version_info[1] < 7:
+ func = None
+ retu... | fix: only execute in assertIn test case when Python<I> and over | hhatto_autopep8 | train | py |
7ae6eedda861f5b138b6b18da28f33edea71a6ee | diff --git a/engine/src/main/java/org/camunda/bpm/engine/impl/util/ClockUtil.java b/engine/src/main/java/org/camunda/bpm/engine/impl/util/ClockUtil.java
index <HASH>..<HASH> 100644
--- a/engine/src/main/java/org/camunda/bpm/engine/impl/util/ClockUtil.java
+++ b/engine/src/main/java/org/camunda/bpm/engine/impl/util/Cloc... | chore(engine): adjust before method in test
Related to CAM-<I> | camunda_camunda-bpm-platform | train | java,java |
eca4970b7e538c8fb393b160ea58454d89eff014 | diff --git a/tests/reducer-test.js b/tests/reducer-test.js
index <HASH>..<HASH> 100644
--- a/tests/reducer-test.js
+++ b/tests/reducer-test.js
@@ -590,6 +590,7 @@ describe('reducer', function () {
})
describe('using autoClean', function () {
+ 'use strict'
it('will not prune values when nested m... | test(reducer): add strict to autoClean tests | ciena-blueplanet_bunsen-core | train | js |
f189679904621d793c0adbe01588be0707ad3cfb | diff --git a/packages/datawell/src/react/index.js b/packages/datawell/src/react/index.js
index <HASH>..<HASH> 100644
--- a/packages/datawell/src/react/index.js
+++ b/packages/datawell/src/react/index.js
@@ -44,7 +44,7 @@ function Datawell(props) {
}
Datawell.propTypes = {
- children: PropTypes.node,
+ children: P... | refactor(datawell): mark children data proptypes required | pluralsight_design-system | train | js |
2c64c756000d48723aa97d7f04174c61c91d3583 | diff --git a/lib/sdam/topology_description.js b/lib/sdam/topology_description.js
index <HASH>..<HASH> 100644
--- a/lib/sdam/topology_description.js
+++ b/lib/sdam/topology_description.js
@@ -226,6 +226,16 @@ class TopologyDescription {
hasWritableServer() {
return this.hasReadableServer(ReadPreference.primary);... | feat(topology-description): add helper method for server ownership | mongodb-js_mongodb-core | train | js |
daee863f9ad06151ca76e3f8b5671140addda6fd | diff --git a/bin/templates/scripts/cordova/lib/versions.js b/bin/templates/scripts/cordova/lib/versions.js
index <HASH>..<HASH> 100644
--- a/bin/templates/scripts/cordova/lib/versions.js
+++ b/bin/templates/scripts/cordova/lib/versions.js
@@ -49,9 +49,9 @@ exports.get_apple_xcode_version = () => {
return spawn('xc... | feat(versions): print error messages, not error objects (#<I>)
* refactor(versions): reject with error, not string
* feat(versions): print error messages, not error objects | apache_cordova-ios | train | js |
f1f185ee937fcf22832172b3ce13a29db4dcd726 | diff --git a/script/spec-runner.js b/script/spec-runner.js
index <HASH>..<HASH> 100755
--- a/script/spec-runner.js
+++ b/script/spec-runner.js
@@ -35,9 +35,8 @@ const NPX_CMD = process.platform === 'win32' ? 'npx.cmd' : 'npx'
const runners = new Map([
['main', { description: 'Main process specs', run: runMainProc... | test: get native unit tests running (#<I>) | electron_electron | train | js |
ba123a6082d62fd525acd01cd2ee3d70d43caa7e | diff --git a/lib/core/connection/connect.js b/lib/core/connection/connect.js
index <HASH>..<HASH> 100644
--- a/lib/core/connection/connect.js
+++ b/lib/core/connection/connect.js
@@ -15,6 +15,7 @@ const MIN_SUPPORTED_SERVER_VERSION = WIRE_CONSTANTS.MIN_SUPPORTED_SERVER_VERSION
let AUTH_PROVIDERS;
function connect(o... | refactor: support a factory type in `connect`
This allows for easier testing, as well as potentially supporting
multiple `Connection` types during our CMAP work | mongodb_node-mongodb-native | train | js |
ac46d1bc27233825034ffc2ffb62db213f60c407 | diff --git a/src/cwmon/metrics.py b/src/cwmon/metrics.py
index <HASH>..<HASH> 100644
--- a/src/cwmon/metrics.py
+++ b/src/cwmon/metrics.py
@@ -64,8 +64,9 @@ class Metric(metaclass=ABCMeta):
MetricData=[{
'MetricName': self.name,
'Value': self.value,... | fix: usr: Fix actually posting to CloudWatch (had 'Timestamp' in wrong place in payload before). | RescueTime_cwmon | train | py |
0b15701d854ff7ecfb9a73d068b4f07d5fae7761 | diff --git a/src/Http/DataTables/Character/Intel/MailDataTable.php b/src/Http/DataTables/Character/Intel/MailDataTable.php
index <HASH>..<HASH> 100644
--- a/src/Http/DataTables/Character/Intel/MailDataTable.php
+++ b/src/Http/DataTables/Character/Intel/MailDataTable.php
@@ -78,7 +78,9 @@ class MailDataTable extends Dat... | fix(mails): send character filter to backend to apply scope
Closes: eveseat/seat#<I> | eveseat_web | train | php |
0cb6445b2b4e8a346e36ba71b09753792344eb6d | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -31,7 +31,7 @@ Formatter.prototype._formatFrontMatter = function (data) {
title: null,
};
- //TODO: Make configurable?
+ //TODO: Handle "url" properties in a special way as well?
var mapping = {
name: 'titl... | docs(todo): added and removed a todo comment | voxpelli_node-format-microformat | train | js |
b438c8910c7ba52f798555e7fc1d586b653ad692 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,7 +1,7 @@
/* eslint-disable global-require */
function preset(context, opts) {
- opts = opts || {};
+ opts = opts || {}; // support node 4
const moduleTypes = ['commonjs'];
const loose = opts.loose !== undefined... | docs: support node 4 | christophehurpeau_babel-preset-modern-browsers | train | js |
3d0899f4893a03fb20d95d93912d04c4d3af968a | diff --git a/version.go b/version.go
index <HASH>..<HASH> 100644
--- a/version.go
+++ b/version.go
@@ -4,7 +4,7 @@ package ipfs
var CurrentCommit string
// CurrentVersionNumber is the current application's version literal
-const CurrentVersionNumber = "0.6.0-rc4"
+const CurrentVersionNumber = "0.6.0-rc5"
const A... | feat: release <I>-rc5 | ipfs_go-ipfs | train | go |
7ab50aeff2d41991f08d4ad6c0481125eea8f6b7 | diff --git a/src/hello.js b/src/hello.js
index <HASH>..<HASH> 100644
--- a/src/hello.js
+++ b/src/hello.js
@@ -26,6 +26,11 @@ hello.utils = {
}
else if (r && (r instanceof Object || typeof r === 'object') && a && (a instanceof Object || typeof a === 'object') && r !== a) {
for (var x in a) {
+ // Preve... | fix: prototype pollution, #<I> | MrSwitch_hello.js | train | js |
b959db4e6f63b72234fdba7cc33613bd826c0bba | diff --git a/lib/api/readable.js b/lib/api/readable.js
index <HASH>..<HASH> 100644
--- a/lib/api/readable.js
+++ b/lib/api/readable.js
@@ -3,7 +3,7 @@
'use strict'
const assert = require('assert')
-const { Readable } = require('stream')
+const { Readable, consumers } = require('stream')
const { RequestAbortedError... | refactor: cleanup consumeFinish | mcollina_undici | train | js |
43650cf1cba376b4f73edc8b1bf467c0bd0922be | diff --git a/lib/logger.js b/lib/logger.js
index <HASH>..<HASH> 100644
--- a/lib/logger.js
+++ b/lib/logger.js
@@ -19,7 +19,7 @@ var _setLogPath = require("../build/Release/ons").setLogPath;
var logger = new EventEmitter();
var filenames = [];
-var _pathname = path.resolve(os.tmpdir(), "/.@node-ons/log-" + uuid());... | fix: remove `/` in log path | XadillaX_aliyun-ons | train | js |
c03c7d191fd168b1e745621c9d8adf8d76945d68 | diff --git a/test/integration/test.visual_recognition.custom_classifiers.js b/test/integration/test.visual_recognition.custom_classifiers.js
index <HASH>..<HASH> 100644
--- a/test/integration/test.visual_recognition.custom_classifiers.js
+++ b/test/integration/test.visual_recognition.custom_classifiers.js
@@ -17,7 +17,... | test(VisualRecognition): Disable integration tests :fire: | watson-developer-cloud_node-sdk | train | js |
16b222a188f59f11e84e89bdfce5ad353f07bd38 | 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
@@ -362,9 +362,12 @@ class Server:
def load_account(
self, account_id: Union[Keypair, str]
) -> Union[Account, Coroutine[Any, Any, Account]]:
- """Fetc... | docs: improve server's docs. | StellarCN_py-stellar-base | train | py |
93061ed7a10a0ae0ed1dda9ae8e968afe7450715 | diff --git a/lib/cMake.js b/lib/cMake.js
index <HASH>..<HASH> 100644
--- a/lib/cMake.js
+++ b/lib/cMake.js
@@ -175,6 +175,12 @@ CMake.prototype.getConfigureCommand = async function () {
if (libs.length) {
D.push({"CMAKE_JS_LIB": libs.join(";")});
}
+ } else if (environment.isOSX) {
+ ... | fix: cross-compiling on macos | cmake-js_cmake-js | train | js |
2b88adfe4736778a41045d729e8e03b42f19aaae | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -48,5 +48,12 @@ function capitalize(s) {
return s.slice(0, 1).toUpperCase() + s.slice(1)
}
+/*
+ * Fix importing in typescript after rollup compilation
+ * https://github.com/rollup/rollup/issues/1156
+ *... | fix(typescript): updated entry file for typescript consumption (#<I>) | paypal_glamorous | train | js |
581be87cc11ffe7a8b98b57632dc32ef2074a951 | diff --git a/test/worker.py b/test/worker.py
index <HASH>..<HASH> 100755
--- a/test/worker.py
+++ b/test/worker.py
@@ -458,7 +458,7 @@ class TestBaseSplitCloneResiliency(TestBaseSplitClone):
if not mysql_down:
# Make the clone as slow as necessary such that there is enough time to
# run PlannedRepare... | test: Fix misspelled TODO note. (#<I>) | vitessio_vitess | train | py |
3460351ce396bb418408ddbfad462ddac8ef9477 | diff --git a/src/pagination/index.js b/src/pagination/index.js
index <HASH>..<HASH> 100644
--- a/src/pagination/index.js
+++ b/src/pagination/index.js
@@ -110,7 +110,13 @@ export default createComponent({
}
};
- watch(() => props.modelValue, select, { immediate: true });
+ watch(
+ () => props.... | fix(Pagination): incorrect emit change | youzan_vant | train | js |
0be83065aea981d9afc49e53474cf91c8ffe18f9 | diff --git a/ui/src/components/color/QColor.js b/ui/src/components/color/QColor.js
index <HASH>..<HASH> 100644
--- a/ui/src/components/color/QColor.js
+++ b/ui/src/components/color/QColor.js
@@ -538,7 +538,7 @@ export default Vue.extend({
}, this.computedPalette.map(color => h('div', {
staticClass: ... | fix(QColor): color palette not emitting anything other than first color #<I> | quasarframework_quasar | train | js |
95b9b523bada4749a4a795e35bb3f25d7a30e3b1 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -39,10 +39,10 @@ const AsyncComputed = {
this.$options.computed[prefix + key] = getter
}
- this.$options.data = function vueAsyncComputedInjectedDataFn () {
+ this.$options.d... | fix: `data` (as a function) of component not got vm as argument in init function | foxbenjaminfox_vue-async-computed | train | js,js |
534e7cde2a670a7405c2d209c02f12efb451a6ff | diff --git a/besticon/iconserver/server.go b/besticon/iconserver/server.go
index <HASH>..<HASH> 100644
--- a/besticon/iconserver/server.go
+++ b/besticon/iconserver/server.go
@@ -208,7 +208,7 @@ func startServer(port int) {
logger.Print("Starting server on port ", port, "...")
e := http.ListenAndServe(":"+strconv.I... | fix: use Fatalf instead of Fatal in server | mat_besticon | train | go |
0c767f89169c1fcd9c5c907f55797d5d7fa63e4f | diff --git a/test/index.js b/test/index.js
index <HASH>..<HASH> 100644
--- a/test/index.js
+++ b/test/index.js
@@ -14,7 +14,7 @@ T.fs = require('fs');
T.Batch = sdfs.requireComponent('batch');
beforeEach(function(hookDone) {
- T.sinonDoublist(T.sinon, this);
+ T.sinonDoublist(this);
T.sinonDoublistFs(this);
... | chore(test): Upgrade to sinon-doublist <I> | codeactual_sinon-doublist-fs | train | js |
92d40aa7064ba09c44b645034bcde68cd0a9e2fe | diff --git a/lib/social_shares/facebook.rb b/lib/social_shares/facebook.rb
index <HASH>..<HASH> 100644
--- a/lib/social_shares/facebook.rb
+++ b/lib/social_shares/facebook.rb
@@ -1,4 +1,31 @@
module SocialShares
+ # Do not use graph API because it returns sum of
+ # real shares + likes + number of comments in one nu... | feat(facebook): describe why I don't use graph API | Timrael_social_shares | train | rb |
030510cd30cd184fbf6245d19199a51ea950d3ec | diff --git a/intranet/apps/announcements/models.py b/intranet/apps/announcements/models.py
index <HASH>..<HASH> 100644
--- a/intranet/apps/announcements/models.py
+++ b/intranet/apps/announcements/models.py
@@ -144,20 +144,16 @@ class Announcement(models.Model):
def is_visible(self, user):
return self in ... | perf(announcements): improve Announcement.announcementrequest property
It currently 1) reimplements QuerySet.first() and 2) unnecessarily
reevaluates in certain circumstances. | tjcsl_ion | train | py |
e363fedd9c858062f379d78d60152362bbec2807 | diff --git a/lib/interceptor.js b/lib/interceptor.js
index <HASH>..<HASH> 100644
--- a/lib/interceptor.js
+++ b/lib/interceptor.js
@@ -12,8 +12,6 @@ class RowProcessorInterceptor extends Interceptor {
constructor(endpoint, config) {
super(endpoint, config);
-
- this.streamFilter = parserFactory(config, true);
... | fix(process): The stream filter needs to be created per request. | Kronos-Integration_kronos-interceptor-object-data-processor-row | train | js |
86a9262883645c6acf3498ccb33de8cc280456cb | diff --git a/client/commonjs_bridge.js b/client/commonjs_bridge.js
index <HASH>..<HASH> 100644
--- a/client/commonjs_bridge.js
+++ b/client/commonjs_bridge.js
@@ -21,8 +21,8 @@
var module = cachedModules[dependency];
if (module === undefined) {
module = { exports: {} };
- modul... | fix: allow cycles in module dependencies
Although hardly a good practice it might happen that we can have
cycles in module dependencies. Node.js is handling this situation
as described here: <URL> | karma-runner_karma-commonjs | train | js |
d5986cfa8f609adebcf269f7ad99513f7f4640c6 | diff --git a/codemods/use-i18n-hook.js b/codemods/use-i18n-hook.js
index <HASH>..<HASH> 100644
--- a/codemods/use-i18n-hook.js
+++ b/codemods/use-i18n-hook.js
@@ -101,6 +101,7 @@ export default function transformer(file, api) {
)
}
)
+ utils.simplifyCompose(root)
return root.toSource()
}... | feat: Simplify compose if possible
compose(onlyOneFunction)(Toto) -> onlyOneFunction(Toto) | cozy_cozy-ui | train | js,js |
8248b08349bbff8ae1fb3bc8d81fc5e70af432be | diff --git a/lib/inspectors/res.js b/lib/inspectors/res.js
index <HASH>..<HASH> 100644
--- a/lib/inspectors/res.js
+++ b/lib/inspectors/res.js
@@ -289,6 +289,10 @@ module.exports = function(req, res, next) {
headers.Host = headers.host;
}
delete options.hostname; //防... | refactor: Handle proxy-connection header | avwo_whistle | train | js |
70e70fa1f2b3c661d0323db4763547a4b8336e38 | diff --git a/src/fonduer/parser/parser.py b/src/fonduer/parser/parser.py
index <HASH>..<HASH> 100644
--- a/src/fonduer/parser/parser.py
+++ b/src/fonduer/parser/parser.py
@@ -463,6 +463,11 @@ class ParserUDF(UDF):
# Pull the image from a child img node, if one exists
imgs = [child for child in... | fix: no image in child image node | HazyResearch_fonduer | train | py |
d0e0149ffb2d5f1411cb12405aca734308a6b26e | diff --git a/test/commands/completion.spec.js b/test/commands/completion.spec.js
index <HASH>..<HASH> 100644
--- a/test/commands/completion.spec.js
+++ b/test/commands/completion.spec.js
@@ -22,4 +22,13 @@ describe ('Command::Generate', () => {
expect(completion._getCompletion()).to.contain('compctl -K _clea_compl... | test(completion): test `show` method | groupe-sii_clea-cli | train | js |
6dd75f39143c14fd33000fba27336e3d0e0f6be9 | diff --git a/src/commands/dev/index.js b/src/commands/dev/index.js
index <HASH>..<HASH> 100644
--- a/src/commands/dev/index.js
+++ b/src/commands/dev/index.js
@@ -134,9 +134,9 @@ function initializeProxy(port) {
if (isFunction({ functionsPort: req.proxyOptions.functionsPort }, req)) {
return pro... | fix: remove naming conflict
There was a const being declared with the same name as a function in the outer scope. I _think_ this could be responsible for #<I> | netlify_cli | train | js |
3d58ac05bc20a50da934b3022e71284a01b202a5 | diff --git a/packages/core/watcher/src/options.js b/packages/core/watcher/src/options.js
index <HASH>..<HASH> 100644
--- a/packages/core/watcher/src/options.js
+++ b/packages/core/watcher/src/options.js
@@ -29,10 +29,9 @@ function decode(options) {
for (let index of options._regIndexs) {
options.ignored[ind... | refactor: remove unnecessary not null check (#<I>) | parcel-bundler_parcel | train | js |
934b519784e2b398a1f51a5547f03fa75e4bd8ce | diff --git a/test/001-svg-dom.js b/test/001-svg-dom.js
index <HASH>..<HASH> 100644
--- a/test/001-svg-dom.js
+++ b/test/001-svg-dom.js
@@ -69,11 +69,11 @@ describe ('svg document', () => {
{waitUntil: 'load'}
);
- await page.exposeFunction('assert', (check, message) => {
- if (!check) thro... | test: puppeteer registers promise instead of function | svgdotjs_svgdom | train | js |
7473fd1c698d9553abf114ae5ddf1b09fe91d248 | diff --git a/src/array/_processrendering/processrecreate.js b/src/array/_processrendering/processrecreate.js
index <HASH>..<HASH> 100644
--- a/src/array/_processrendering/processrecreate.js
+++ b/src/array/_processrendering/processrecreate.js
@@ -67,7 +67,7 @@ export default function processRecreate({
... | refactor: Fix lint errors | matreshkajs_matreshka | train | js |
589de094df6ae98a13ccafe9abeb0129fe69f8b4 | diff --git a/src/components/VApp/mixins/app-theme.js b/src/components/VApp/mixins/app-theme.js
index <HASH>..<HASH> 100644
--- a/src/components/VApp/mixins/app-theme.js
+++ b/src/components/VApp/mixins/app-theme.js
@@ -89,8 +89,11 @@ export default {
// Handled by metaInfo()/nuxt()
} else if (typeof documen... | fix(theme): add CSP nonce with vue ssr
see <I>f2d8
closes #<I> | vuetifyjs_vuetify | train | js |
b2db4fd990297ffc011ad8c72e5ee031836543f7 | diff --git a/tests/test_query.py b/tests/test_query.py
index <HASH>..<HASH> 100644
--- a/tests/test_query.py
+++ b/tests/test_query.py
@@ -428,6 +428,22 @@ def test_pointer_query(): # type: () -> None
query.matches_query("post", inner_query)
assert query.dump() == {'where': {'post': {'$inQuery': {'className':... | test: add leancloud.Object#save(where=query) test (#<I>) | leancloud_python-sdk | train | py |
d2c1b57b6d27c5dc8b94065cbe6b539b9ee9c8d2 | diff --git a/examples/speech_to_text_v1.rb b/examples/speech_to_text_v1.rb
index <HASH>..<HASH> 100644
--- a/examples/speech_to_text_v1.rb
+++ b/examples/speech_to_text_v1.rb
@@ -1,6 +1,7 @@
# frozen_string_literal: true
require("ibm_watson/speech_to_text_v1")
+require("ibm_watson/websocket/recognize_callback")
re... | chore(Examples): [skip ci] Adjust speech to text example to include callback | watson-developer-cloud_ruby-sdk | train | rb |
081e261488552afdb6a0346547a6c0e11d2832aa | diff --git a/javaee/jobexecutor-ra/src/main/java/org/camunda/bpm/container/impl/threading/ra/JcaExecutorServiceConnector.java b/javaee/jobexecutor-ra/src/main/java/org/camunda/bpm/container/impl/threading/ra/JcaExecutorServiceConnector.java
index <HASH>..<HASH> 100644
--- a/javaee/jobexecutor-ra/src/main/java/org/camun... | fix(rar): move instantiation of wrapper
breaks jca connection lifecycle via NPE | camunda_camunda-bpm-platform | train | java |
c281fdd9ea116872fe50c7b591a209a4e000a774 | diff --git a/master/buildbot/reporters/gerrit.py b/master/buildbot/reporters/gerrit.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/reporters/gerrit.py
+++ b/master/buildbot/reporters/gerrit.py
@@ -265,7 +265,7 @@ class GerritStatusPush(service.BuildbotService):
self._buildStartedConsumer = yield startC... | fix: GerritStatusPush startCB callback is never called | buildbot_buildbot | train | py |
571c7f28510c2b92285b70993d067ea3ac1c7a3a | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,5 +1,6 @@
const path = require("path");
const { existsSync } = require("fs");
+const escapeRegExp = require("escape-string-regexp");
const { ANDROID_APP_PATH } = require("./androidProjectHelpers");
const {
getPacka... | fix: escape the regex for the path to the entry module of application | NativeScript_nativescript-dev-webpack | train | js |
01717700b3c3f99ffb4b887708d2b3e6c8032018 | diff --git a/docs/pages/components/notification/api/notification.js b/docs/pages/components/notification/api/notification.js
index <HASH>..<HASH> 100644
--- a/docs/pages/components/notification/api/notification.js
+++ b/docs/pages/components/notification/api/notification.js
@@ -86,7 +86,7 @@ export default [
... | docs: correct notification default position (#<I>)
in notification/index.js is `is-top-right` | buefy_buefy | train | js |
b92d5f84436f4be1ae4794d07ff7eb4a2d1b12e8 | diff --git a/packages/docs/components/ShowcaseList.js b/packages/docs/components/ShowcaseList.js
index <HASH>..<HASH> 100644
--- a/packages/docs/components/ShowcaseList.js
+++ b/packages/docs/components/ShowcaseList.js
@@ -22,7 +22,7 @@ const ShowcaseList = (props: Object) => (
<TouchableOpacity style={sty... | docs: avoid error on undefined media for showcase entries | phenomic_phenomic | train | js |
7dc00dbc0998680472aabb346497d798640895a8 | diff --git a/lib/UnsupportedFeatureWarning.js b/lib/UnsupportedFeatureWarning.js
index <HASH>..<HASH> 100644
--- a/lib/UnsupportedFeatureWarning.js
+++ b/lib/UnsupportedFeatureWarning.js
@@ -6,7 +6,15 @@
const WebpackError = require("./WebpackError");
+/** @typedef {import("./Module")} Module */
+/** @typedef {imp... | chore(types): add jsdoc types for UnsupportedFeatureWarning class | webpack_webpack | train | js |
bdd0724004a88b728f1c99eabfeaffcfdef9faf8 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -92,6 +92,8 @@ module.exports = function( grunt ) {
obj = require( file );
}
+ obj[ 'clever-orm' ] = obj[ 'clever-orm' ] || {};
+
Object.keys( conf ).forE... | fix(grunt): clever-orm object will be created if it doesn't exist in config file. | CleverStack_clever-orm | train | js |
bb3b479920e6e259849b3d05a4ea22a607fffa30 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,6 +1,7 @@
const execall = require('@cush/execall');
const util = require('util');
+const elapsedRE = /(?:^|[^%])%t/;
const placeholderRE = /((?:^|[^%])%[sdifjoO])/g;
const format = function(msg, ...args) {
if (args... | feat: %t in timer string
This lets you choose where the elapsed time is printed in your timer's message. | aleclarson_elaps | train | js |
d2b203bc71082604c20946530206b7491faa8122 | diff --git a/src/dag/get.js b/src/dag/get.js
index <HASH>..<HASH> 100644
--- a/src/dag/get.js
+++ b/src/dag/get.js
@@ -20,23 +20,12 @@ module.exports = (send) => {
}
options = options || {}
+ path = path || ''
if (CID.isCID(cid)) {
cid = cid.toBaseEncodedString()
}
- if (typeof ci... | fix(dag): path logic for DAG get was wrong | ipfs_js-ipfs | train | js |
c6565d7c3c8c4b40c6725a1f682186e04e0a8f36 | diff --git a/workflow/controller/operator.go b/workflow/controller/operator.go
index <HASH>..<HASH> 100644
--- a/workflow/controller/operator.go
+++ b/workflow/controller/operator.go
@@ -119,6 +119,7 @@ func newWorkflowOperationCtx(wf *wfv1.Workflow, wfc *WorkflowController) *wfOper
woc := wfOperationCtx{
wf: ... | fix(controller): Maybe bug with nil woc.wfSpec. Fixes #<I> (#<I>) | argoproj_argo | train | go |
ad83d82068efe01e0fce9076523aa7ade0b2aa40 | diff --git a/docs/src/pages/Introduction.js b/docs/src/pages/Introduction.js
index <HASH>..<HASH> 100644
--- a/docs/src/pages/Introduction.js
+++ b/docs/src/pages/Introduction.js
@@ -303,9 +303,9 @@ const Introduction = ({ pkg, title }) => (
</p>
<p>
Take a look at our
- <a href={`... | docs(Introduction): Update broken link for renamed component AutoControlledComponent (#<I>)
Its name was changed at some point:
AutoControlledComponent --> ModernAutoControlledComponent | Semantic-Org_Semantic-UI-React | train | js |
7463c4bd8d97065bced3632dda1174e7c149c186 | diff --git a/tests/test-fixture.js b/tests/test-fixture.js
index <HASH>..<HASH> 100644
--- a/tests/test-fixture.js
+++ b/tests/test-fixture.js
@@ -1,6 +1,7 @@
'use strict';
-var thinky = require('thinky'),
+var Promise = require('bluebird'),
+ thinky = require('thinky'),
http = require('http'),
express ... | fix(test-fixture): include Promise for lesser versions of node | mbroadst_thinky-rest | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.