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 |
|---|---|---|---|---|---|
944be82181cfba8f1d8332bea00ee672ae28d30b | diff --git a/lib/generators/light_service/generator_utils.rb b/lib/generators/light_service/generator_utils.rb
index <HASH>..<HASH> 100644
--- a/lib/generators/light_service/generator_utils.rb
+++ b/lib/generators/light_service/generator_utils.rb
@@ -21,6 +21,20 @@ module LightService
def must_gen_tests?
... | refactor: create util method for making common generator vars | adomokos_light-service | train | rb |
38867105bb564f1623f7433f5d1e2bd114dfef84 | diff --git a/lib/time-utils.js b/lib/time-utils.js
index <HASH>..<HASH> 100644
--- a/lib/time-utils.js
+++ b/lib/time-utils.js
@@ -7,7 +7,7 @@
*/
exports.nowSeconds = function (deltaSecs) {
var secs = Date.now();
- var secs = Math.round(secs / 1000);
+ secs = Math.round(secs / 1000);
var secsStr;
if (de... | fix(time-utils): Fix variable double-definition | anvilresearch_connect | train | js |
c1755ea4d52afcae9ebf1caf57b09799b7da29db | diff --git a/command/v7/create_buildpack_command_test.go b/command/v7/create_buildpack_command_test.go
index <HASH>..<HASH> 100644
--- a/command/v7/create_buildpack_command_test.go
+++ b/command/v7/create_buildpack_command_test.go
@@ -163,8 +163,7 @@ var _ = Describe("create buildpack Command", func() {
Expect(pa... | refactor: Close out create-buildpack error handling todo
[Finishes #<I>]
[Finishes #<I>] | cloudfoundry_cli | train | go |
53721aa17cc0dcca87e7df3331cc2c71111e81ff | diff --git a/src/apis/set_position.js b/src/apis/set_position.js
index <HASH>..<HASH> 100644
--- a/src/apis/set_position.js
+++ b/src/apis/set_position.js
@@ -18,7 +18,7 @@ export { SmoothScrollbar };
* @param {Number} [x]: scrollbar position in x axis
* @param {Number} [y]: scrollbar position in y axis
*/
-Smoot... | fix: fix scrollbar cannot set position to [0,0] | idiotWu_angular-smooth-scrollbar | train | js |
548594acccd78c3c3341b97702d58a1cebee3715 | diff --git a/src/Optimizely/DecisionService/DecisionService.php b/src/Optimizely/DecisionService/DecisionService.php
index <HASH>..<HASH> 100644
--- a/src/Optimizely/DecisionService/DecisionService.php
+++ b/src/Optimizely/DecisionService/DecisionService.php
@@ -345,11 +345,13 @@ class DecisionService
if (!is_... | fix(whitelisting): Whitelisted variation should continue when no valid variation is found. (#<I>) | optimizely_php-sdk | train | php |
fd721f9be138ff015be30e9fa09ecb8c79d1b27a | diff --git a/lib/manager.js b/lib/manager.js
index <HASH>..<HASH> 100755
--- a/lib/manager.js
+++ b/lib/manager.js
@@ -34,10 +34,7 @@ exports.manager = function (options) {
nodes: {}
};
- const stepNames = [];
- for (let name in manager.stepImplementations) {
- stepNames.push(name);
- }
+ ... | refactor: stepNames by using Object.keys(manager.stepImplementations) | Kronos-Integration_kronos-service-consul | train | js |
0aa6b20116e1fd4938a0ef34d40ab0f822a6d469 | diff --git a/sl.browsers.js b/sl.browsers.js
index <HASH>..<HASH> 100755
--- a/sl.browsers.js
+++ b/sl.browsers.js
@@ -126,7 +126,7 @@ module.exports = {
SL_Android_4: {
base: 'SauceLabs',
browserName: 'android',
- deviceName: 'Samsung Galaxy S3 Emulator',
+ deviceName: 'Android Emu... | chore: move android <I> tests to emulator | chialab_dna | train | js |
632f7ee647aa9c33004f7339d8cce2559a9f7c00 | diff --git a/source/rafcon/core/states/state.py b/source/rafcon/core/states/state.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/core/states/state.py
+++ b/source/rafcon/core/states/state.py
@@ -106,6 +106,8 @@ class State(Observable, YAMLObject, JSONObject, Hashable):
self._description = None
# d... | feat(state): add execution counter | DLR-RM_RAFCON | train | py |
55426e123442e8f487c8336d9b953350fc850552 | diff --git a/lib/features/context-pad/ContextPad.js b/lib/features/context-pad/ContextPad.js
index <HASH>..<HASH> 100644
--- a/lib/features/context-pad/ContextPad.js
+++ b/lib/features/context-pad/ContextPad.js
@@ -197,6 +197,10 @@ ContextPad.prototype.isOpen = function() {
ContextPad.prototype._asyncClosePad = functi... | fix(context-pad): do not fail close on closed | bpmn-io_diagram-js | train | js |
5145b2ddbf850e74d494f4aaa7713127bd4e1865 | diff --git a/packages/react/src/components/Tabs/Tabs.js b/packages/react/src/components/Tabs/Tabs.js
index <HASH>..<HASH> 100644
--- a/packages/react/src/components/Tabs/Tabs.js
+++ b/packages/react/src/components/Tabs/Tabs.js
@@ -222,7 +222,7 @@ export default class Tabs extends React.Component {
event.type ===... | fix(Tabs): prevent unnecessary vertical scrolling (#<I>) | carbon-design-system_carbon-components | train | js |
139c193fa405283a883b70b7324163ebe65b89b9 | diff --git a/core/src/ons/internal/swiper.js b/core/src/ons/internal/swiper.js
index <HASH>..<HASH> 100644
--- a/core/src/ons/internal/swiper.js
+++ b/core/src/ons/internal/swiper.js
@@ -212,7 +212,7 @@ export default class Swiper {
show() {
this.setupResize(true);
this.onResize();
- setTimeout(() => th... | fix(swiper): Check target for tests. | OnsenUI_OnsenUI | train | js |
82e8aff2869b75374c7dfc46b4a4eb614c048214 | diff --git a/karma.conf.js b/karma.conf.js
index <HASH>..<HASH> 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -65,6 +65,10 @@ module.exports = function(config) {
browsers: browsers,
customLaunchers: customLaunchers,
singleRun: true,
+
+ sourceLabs: {
+ public: 'public',
+ },
concurren... | fix(karma): change to public | pine_arraybuffer-loader | train | js |
57df8291bb4fefe42fdcc682878977b3d6bf5496 | 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
@@ -67,6 +67,13 @@ class BoltImage extends withLitHtml() {
}
}
+ connecting() ... | feat: remove bolt-image children on connect | bolt-design-system_bolt | train | js |
c2ffaa0ab3b995c4c798828c6c296a14579139b8 | diff --git a/source/rafcon/gui/utils/constants.py b/source/rafcon/gui/utils/constants.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/gui/utils/constants.py
+++ b/source/rafcon/gui/utils/constants.py
@@ -147,7 +147,7 @@ BUTTON_UPA = ""
BUTTON_DOWNA = ""
BUTTON_UNDOCK = ""
SIGN_LIB = "ð... | fix(constants): use correct unicode for move symbol | DLR-RM_RAFCON | train | py |
5d5adf7f3eed5c34f038ffb32aeaa54013925066 | 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
@@ -273,7 +273,7 @@ module.exports = function(req, res, next) {
}
}));
} else {
- if (isProxyPort) {
+ if (isProxyPort || util... | refactor: cahce the remote address | avwo_whistle | train | js |
f7af3f0ac2fefe082a0859cad632607c647ee079 | diff --git a/test/cli/cli.test.js b/test/cli/cli.test.js
index <HASH>..<HASH> 100644
--- a/test/cli/cli.test.js
+++ b/test/cli/cli.test.js
@@ -20,7 +20,6 @@ describe('cli', () => {
console.log(binGenerate, fs.existsSync(binGenerate))
const nuxtGenerate = spawn(binNyc, [
'--reporter', 'none',
- ... | chore: debug failing cli test | nuxt-community_nuxt-generate-cluster | train | js |
d88aefdd1e1399437aa3cee3e393000cb1bd2624 | diff --git a/lib/util/index.js b/lib/util/index.js
index <HASH>..<HASH> 100644
--- a/lib/util/index.js
+++ b/lib/util/index.js
@@ -1141,7 +1141,7 @@ function getClientIp(req) {
try {
ip = getForwardedFor(headers);
if (!ip) {
- req.connection.remoteAddress || req.socket.remoteAddress;
+ ip = req.c... | refactor: Get client ip from x-forwarded-for first | avwo_whistle | train | js |
890f7483613ae95e3376cf77d0f9b1e1ad1d0afc | diff --git a/source/internals/tasks.js b/source/internals/tasks.js
index <HASH>..<HASH> 100644
--- a/source/internals/tasks.js
+++ b/source/internals/tasks.js
@@ -4,9 +4,10 @@
const tasks = {
wipeiOSBuildFolder: {
- name: 'wipe iOS build folder',
- command: 'rm',
- args: ['-rf', 'ios/build']
+ name: '... | fix: wipe iOS build should wipe all iOS build artifacts, Fixes #<I> | pmadruga_react-native-clean-project | train | js |
22df918e464bd7a83d38ed16eaf537d2506ec42c | diff --git a/actor/appium/src/main/java/org/getopentest/appium/core/AppiumTestAction.java b/actor/appium/src/main/java/org/getopentest/appium/core/AppiumTestAction.java
index <HASH>..<HASH> 100644
--- a/actor/appium/src/main/java/org/getopentest/appium/core/AppiumTestAction.java
+++ b/actor/appium/src/main/java/org/get... | fix(actor): Appium(AssertElementVisible) finds non-exist element | mcdcorp_opentest | train | java |
333ed9764a76de824d348079dea3ef75c8921937 | diff --git a/camunda-bpm-osgi-itest/src/test/java/org/camunda/bpm/extension/osgi/itest/application/MyProcessApplication.java b/camunda-bpm-osgi-itest/src/test/java/org/camunda/bpm/extension/osgi/itest/application/MyProcessApplication.java
index <HASH>..<HASH> 100644
--- a/camunda-bpm-osgi-itest/src/test/java/org/camund... | fix(ELTest): change println to print due to eval error | camunda_camunda-bpm-platform-osgi | train | java |
4d1890c0f533db288695b775f397e677d4187ed7 | 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
@@ -263,6 +263,8 @@ Api.prototype = {
return Promise.resolve(function () {});
}
+ // this is the middleware stack that will be called by each active middleware
+ // ... | feat(middleware): wait for middlewares promises | stephanebachelier_superapi | train | js |
49d34abde7fcd83a841359f134ca3f47e7fdf104 | diff --git a/dsl/pact_integration_test.go b/dsl/pact_integration_test.go
index <HASH>..<HASH> 100644
--- a/dsl/pact_integration_test.go
+++ b/dsl/pact_integration_test.go
@@ -131,6 +131,9 @@ func TestPact_Integration(t *testing.T) {
BrokerPassword: os.Getenv("PACT_BROKER_PASSWORD"),
})
+ // Wait for Provider... | fix(test): wait for provider to be up in e2e test | pact-foundation_pact-go | train | go |
7e6cf9e6e2f266419d3bd619e1158520e8b5021e | diff --git a/lib/config.js b/lib/config.js
index <HASH>..<HASH> 100644
--- a/lib/config.js
+++ b/lib/config.js
@@ -238,7 +238,7 @@ exports.extend = function extend(newConf) {
}
}
if (config.timeout > 0) {
- idleTimeout = +config.timeout + 6;
+ idleTimeout = +config.timeout + 6000;
}
config.middle... | refactor: Set idle timeout for the connection | avwo_whistle | train | js |
858eed4d841d165d8afdc0a070f27b42bd72d6fd | diff --git a/docs/_data/baseLibraries.js b/docs/_data/baseLibraries.js
index <HASH>..<HASH> 100644
--- a/docs/_data/baseLibraries.js
+++ b/docs/_data/baseLibraries.js
@@ -48,7 +48,7 @@ const baseLibraries = [
description: 'Generate/register a custom element from a preact component',
},
{
- package: 'skate... | docs: Use @skatejs/element as base package | open-wc_open-wc | train | js |
eb48c46a9faac6f20aca2870b79b983053ad49fb | diff --git a/src/processor.js b/src/processor.js
index <HASH>..<HASH> 100644
--- a/src/processor.js
+++ b/src/processor.js
@@ -146,18 +146,8 @@ function getProcessor(filename, config) {
styles.eachAtRule(function (atRule) {
if (atRule.name !== "import") return;
if(/^url\(|:\/\//.te... | feat: @import now support any kind of module that can return a css source | nodys_cssy | train | js |
ceb317245c632bc65590170a0949509a04188a23 | diff --git a/intranet/apps/users/models.py b/intranet/apps/users/models.py
index <HASH>..<HASH> 100644
--- a/intranet/apps/users/models.py
+++ b/intranet/apps/users/models.py
@@ -248,7 +248,7 @@ class User(AbstractBaseUser, PermissionsMixin):
"""Return a name in the format of:
Lastname, Firstname ... | refactor: remove trailing spaces in User.last_first and User.last_first_initial | tjcsl_ion | train | py |
2bc303fef34e6881b88289a669e2efbe217e843e | diff --git a/aws/resource_aws_appconfig_deployment.go b/aws/resource_aws_appconfig_deployment.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_appconfig_deployment.go
+++ b/aws/resource_aws_appconfig_deployment.go
@@ -199,7 +199,17 @@ func resourceAwsAppconfigDeploymentRead(d *schema.ResourceData, meta interface{}... | feat: implement the update of AppConfig Deployment | terraform-providers_terraform-provider-aws | train | go |
e5bd1c2e0e685fc822c65fce96e88542981dd1d1 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,7 +1,6 @@
# Ensure we get the local copy of tornado instead of what's on the standard path
import os
import sys
-import time
sys.path.insert(0, os.path.abspath(".."))
import tornado
@@ -9,7 +8,7 @@ im... | docs: Remove year from copyright variable
Computing this dynamically is wrong and it doesn't seem worth the
trouble to maintain manually.
Closes #<I>
Closes #<I> | tornadoweb_tornado | train | py |
b9fc531ff747f21aad63045ea56392428c39151f | diff --git a/src/lib/stub-components.js b/src/lib/stub-components.js
index <HASH>..<HASH> 100644
--- a/src/lib/stub-components.js
+++ b/src/lib/stub-components.js
@@ -44,7 +44,12 @@ function getCoreProperties (component: Component) {
ref: component.ref,
props: component.props,
domProps: component.domProp... | feat(stubs): include staticClass in stubs | vuejs_vue-test-utils | train | js |
498492d4a3c63924e3325cf2d9f9d27d920c73a4 | diff --git a/test/evaluation.spec.js b/test/evaluation.spec.js
index <HASH>..<HASH> 100644
--- a/test/evaluation.spec.js
+++ b/test/evaluation.spec.js
@@ -255,6 +255,13 @@ module.exports.addTests = function({testRunner, expect}) {
const a = await page.evaluate(() => Array(100 * 1024 * 1024 + 1).join('a'));
... | test: add a test for errors inside promise (#<I>)
The bug was fixed upstream in V8 and rolled into chromium at r<I>.
This adds a test.
Fix #<I> | GoogleChrome_puppeteer | train | js |
185310fd78d56fcbcaabec813742535ea6416eeb | diff --git a/tests/lib/rules/no-arrow-function-computed-properties.js b/tests/lib/rules/no-arrow-function-computed-properties.js
index <HASH>..<HASH> 100644
--- a/tests/lib/rules/no-arrow-function-computed-properties.js
+++ b/tests/lib/rules/no-arrow-function-computed-properties.js
@@ -74,12 +74,6 @@ ruleTester.run('no... | test: remove invalid test case with no error
This gets caught by ESLint <I>. | ember-cli_eslint-plugin-ember | train | js |
c44c1a35bc1a60468c3798f375dccf0df3e40451 | diff --git a/core/src/main/java/com/axellience/vuegwt/core/client/tools/FieldsExposer.java b/core/src/main/java/com/axellience/vuegwt/core/client/tools/FieldsExposer.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/axellience/vuegwt/core/client/tools/FieldsExposer.java
+++ b/core/src/main/java/com/axellien... | fix: rename FieldsExposer exposed name to F | VueGWT_vue-gwt | train | java |
ffd066ab82af050a41fa8041073e1448d0ec725f | diff --git a/packages/xod-client/src/utils/menu.js b/packages/xod-client/src/utils/menu.js
index <HASH>..<HASH> 100644
--- a/packages/xod-client/src/utils/menu.js
+++ b/packages/xod-client/src/utils/menu.js
@@ -107,7 +107,7 @@ const rawItems = {
label: 'Upload to Arduino...',
},
updatePackages: {
- label:... | fix(xod-client): endouble ampersand in the menu item label to show it | xodio_xod | train | js |
b0f7143250a3387f23e2dc462b4aa4bd63fb846e | diff --git a/core/core.go b/core/core.go
index <HASH>..<HASH> 100644
--- a/core/core.go
+++ b/core/core.go
@@ -50,14 +50,16 @@ var log = eventlog.Logger("core")
type IpfsNode struct {
// Self
- Config *config.Config // the node's configuration
- Identity peer.ID // the local node's identity
- onlineMo... | refactor(core): distinguish repo.Repo components | ipfs_go-ipfs | train | go |
8ce2f4841f401e1b27d02f3edec38455101ee628 | diff --git a/src/addons/Portal/Portal.js b/src/addons/Portal/Portal.js
index <HASH>..<HASH> 100644
--- a/src/addons/Portal/Portal.js
+++ b/src/addons/Portal/Portal.js
@@ -133,7 +133,6 @@ class Portal extends Component {
closeOnDocumentClick: true,
closeOnEscape: true,
openOnTriggerClick: true,
- mount... | fix(Portal): evaulate mountNode at runtime in Portal component (#<I>)
* fix: evaulate mountNode at runtime in Portal component
* fix(Portal): Removed null defaultProp | Semantic-Org_Semantic-UI-React | train | js |
6df8579799dd346b768aaf7cb43d72afb68cf306 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -15,6 +15,11 @@ const types = [
'hamt-sharded-directory'
]
+const dirTypes = [
+ 'directory',
+ 'hamt-sharded-directory'
+]
+
function Data (type, data) {
if (!(this instanceof Data)) {
return ... | fix: dirs shouldn't have file size (#<I>) | ipfs_js-ipfs-unixfs | train | js |
e42b0c78015d377460b78e0fa421baddc9bc2dff | diff --git a/lib/options.js b/lib/options.js
index <HASH>..<HASH> 100644
--- a/lib/options.js
+++ b/lib/options.js
@@ -26,7 +26,7 @@ function defaultOptions() {
pipe: undefined,
baseUriPath: process.env.BASE_URI_PATH || '',
serverMetrics: true,
- enableLegacyRoutes: true,
+ enab... | feat: Update "enableLegacyRoutes" to false (#<I>)
Defining "enableLegacyRoutes" as "true" is less secure than setting it to "false" by default, according to the documentation in "Securing Unleash" (<URL>). | Unleash_unleash | train | js |
342d57e68d73450da8170346ed6f5e518adb68f3 | diff --git a/src/android/CDVNearITContentListener.java b/src/android/CDVNearITContentListener.java
index <HASH>..<HASH> 100644
--- a/src/android/CDVNearITContentListener.java
+++ b/src/android/CDVNearITContentListener.java
@@ -149,7 +149,7 @@ public class CDVNearITContentListener implements ContentsListener {
... | fix(feedback): fix feedback event forwarding | nearit_Cordova-SDK | train | java |
aeb2fbee859837a6951d48c3df1680d78f0521b7 | diff --git a/build/travis-greenkeeper.js b/build/travis-greenkeeper.js
index <HASH>..<HASH> 100644
--- a/build/travis-greenkeeper.js
+++ b/build/travis-greenkeeper.js
@@ -23,7 +23,7 @@ git
.outputHandler(gitOutputHandler)
.addConfig('user.email', 'travis@travis-ci.org')
.addConfig('user.name', 'Travis CI')
- ... | fix(travis): checkout a new branch name to avoid conflict errors | vk-x_vk-x | train | js |
c89e89bc0ca51805df7ae8d56dbca702c6248e08 | diff --git a/src/plugins/addressbar-color.js b/src/plugins/addressbar-color.js
index <HASH>..<HASH> 100644
--- a/src/plugins/addressbar-color.js
+++ b/src/plugins/addressbar-color.js
@@ -51,13 +51,21 @@ export default {
if (this.__installed) { return }
this.__installed = true
- this.set = Platform.is.mob... | feat: Hook AddressbarColor into cordova-plugin-statusbar when possible | quasarframework_quasar | train | js |
830e9329b62ea16729ed6305772759e8b59a8cc9 | diff --git a/examples/Huge/src/app/modules/Feed/components/Article/index.js b/examples/Huge/src/app/modules/Feed/components/Article/index.js
index <HASH>..<HASH> 100644
--- a/examples/Huge/src/app/modules/Feed/components/Article/index.js
+++ b/examples/Huge/src/app/modules/Feed/components/Article/index.js
@@ -17,14 +17... | fix(Huge): resolve #3 | winoteam_react-router-navigation | train | js |
ee355df28dbfb521ab5b351b1fcaefa374058f74 | diff --git a/scripts/utils/index.js b/scripts/utils/index.js
index <HASH>..<HASH> 100644
--- a/scripts/utils/index.js
+++ b/scripts/utils/index.js
@@ -1,7 +1,6 @@
'use strict';
-var uuid = require('node-uuid'),
- Promise = require('bluebird'),
+var uuid = require('node-uuid'), Promise = require('bluebird'),
bcry... | test(travis): verify beautify test working | delta-db_deltadb-server | train | js |
30fd72efb12216c4d2a825ee9d4bf64b9384288f | diff --git a/java-scheduler/synth.py b/java-scheduler/synth.py
index <HASH>..<HASH> 100644
--- a/java-scheduler/synth.py
+++ b/java-scheduler/synth.py
@@ -18,18 +18,16 @@ import synthtool as s
import synthtool.gcp as gcp
import synthtool.languages.java as java
-gapic = gcp.GAPICGenerator()
+gapic = gcp.GAPICBazel()... | chore: fix synth.py to no longer crash, switch to bazel (#<I>) | googleapis_google-cloud-java | train | py |
a5179802f6deaf695b2253b4fe40a831e4768922 | diff --git a/test/index.js b/test/index.js
index <HASH>..<HASH> 100644
--- a/test/index.js
+++ b/test/index.js
@@ -1,6 +1,6 @@
'use strict';
-require('should');
+var should = require('should');
describe('gulp-repl', function(){
var gulp = require('gulp');
@@ -17,4 +17,12 @@ describe('gulp-repl', function(){
... | test: adds notFound test | stringparser_gulp-repl | train | js |
cfaa33423660a5e4f7880933078c22513af94bc7 | diff --git a/lib/datasource/pypi/index.js b/lib/datasource/pypi/index.js
index <HASH>..<HASH> 100644
--- a/lib/datasource/pypi/index.js
+++ b/lib/datasource/pypi/index.js
@@ -39,7 +39,7 @@ async function getPkgReleases({ compatibility, lookupName, registryUrls }) {
hostUrl += hostUrl.endsWith('/') ? '' : '/';
... | fix(pypi): missing await (#<I>) | renovatebot_renovate | train | js |
683e46d86514d5f70a2461062792fa2853e245d5 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -27,7 +27,7 @@ Matcher.prototype.isCaptured = function (currentNode, parentNode) {
if (isCalleeOfParent(currentNode, parentNode)) {
return false;
}
- if (matchCallee(this.exampleAst, parentNode)) {
+ i... | fix(escallmatch): isCaptured should not be true when whole CallExpression does not match | twada_escallmatch | train | js |
0e20ff615134f2b6719e9ba46b3ebfce101651fc | diff --git a/src/notebook/components/cell/inputs.js b/src/notebook/components/cell/inputs.js
index <HASH>..<HASH> 100644
--- a/src/notebook/components/cell/inputs.js
+++ b/src/notebook/components/cell/inputs.js
@@ -1,17 +1,18 @@
+// @flow
import React, { PropTypes } from 'react';
import PureRenderMixin from 'react-ad... | chore(Inputs): Add Flow types to Inputs | nteract_nteract | train | js |
47efb380c2903bb8bc3484df195c2ce78b764b9b | diff --git a/webapps/webapp/src/main/runtime/develop/java/org/camunda/bpm/pa/service/CreateInvoiceDataListener.java b/webapps/webapp/src/main/runtime/develop/java/org/camunda/bpm/pa/service/CreateInvoiceDataListener.java
index <HASH>..<HASH> 100644
--- a/webapps/webapp/src/main/runtime/develop/java/org/camunda/bpm/pa/s... | fix(demoData): serialize potential approvers as JSON | camunda_camunda-bpm-platform | train | java |
6fa4fc532cf9525838b55287a5565be4a4ec07d2 | diff --git a/src/sharding/Shard.js b/src/sharding/Shard.js
index <HASH>..<HASH> 100644
--- a/src/sharding/Shard.js
+++ b/src/sharding/Shard.js
@@ -1,4 +1,5 @@
const childProcess = require('child_process');
+const EventEmitter = require('events');
const path = require('path');
const Util = require('../util/Util');
c... | fix(Shard): extend EventEmitter to be able to emit events (#<I>) | discordjs_discord.js | train | js |
d150a62ffdc16e60be8d8afafe15474ed109f48a | diff --git a/packages/oas-resolver/index.js b/packages/oas-resolver/index.js
index <HASH>..<HASH> 100644
--- a/packages/oas-resolver/index.js
+++ b/packages/oas-resolver/index.js
@@ -497,8 +497,8 @@ function setupOptions(options) {
}
}
- if (!options.externals) options.externals = [];
- if (!optio... | fix: always reset options.externals and externalRefs | Mermade_oas-kit | train | js |
c08ed07844120653ef942bd7407f517df6e10685 | diff --git a/.phan/config.php b/.phan/config.php
index <HASH>..<HASH> 100644
--- a/.phan/config.php
+++ b/.phan/config.php
@@ -67,7 +67,9 @@ return [
// Add any issue types (such as 'PhanUndeclaredMethod')
// to this black-list to inhibit them from being reported.
'suppress_issue_types' => [
+ 'Ph... | chore: ignore some phan errors
- PhanParamSignatureRealMismatchReturnTypeInternal
- PhanUndeclaredClassAttribute
as those reported errors are PHP <I> only. | jfcherng_php-mb-string | train | php |
764b5c7d931b7d271f244a20e575a4546d5d2ee4 | diff --git a/src/mixin.js b/src/mixin.js
index <HASH>..<HASH> 100644
--- a/src/mixin.js
+++ b/src/mixin.js
@@ -63,7 +63,7 @@ export default {
return this.$validator.errors;
};
this.$options.computed[options.fieldsBagName || 'fields'] = function fieldBagGetter () {
- return this.$validator.fields.i... | fix: remove uneeded filter at the fields computed prop and add check in destroy hook closes #<I> | baianat_vee-validate | train | js |
3178283ebbcfa322b21324786da3eb67b3e89e56 | diff --git a/Kms/synth.py b/Kms/synth.py
index <HASH>..<HASH> 100644
--- a/Kms/synth.py
+++ b/Kms/synth.py
@@ -19,6 +19,8 @@ import synthtool as s
import synthtool.gcp as gcp
import logging
+AUTOSYNTH_MULTIPLE_COMMITS = True
+
logging.basicConfig(level=logging.DEBUG)
gapic = gcp.GAPICGenerator() | chore: enable context-aware commits for one API (#<I>) | googleapis_google-cloud-php | train | py |
fdf48c63f1220607b9390104b04ba1d9fae7bfcf | diff --git a/superset/db_engine_specs/hive.py b/superset/db_engine_specs/hive.py
index <HASH>..<HASH> 100644
--- a/superset/db_engine_specs/hive.py
+++ b/superset/db_engine_specs/hive.py
@@ -65,6 +65,7 @@ def upload_to_s3(filename: str, upload_prefix: str, table: Table) -> str:
# pylint: disable=import-outside-t... | fix(hive): Workaround for Python <I> s3 transfer issue (#<I>)
* fix(hive): Workaround for Python <I> s3 transfer issue
* Update hive.py | apache_incubator-superset | train | py |
ca887069e2f6d8c762e9c067f55765425a90b28c | diff --git a/src/core/components/libp2p.js b/src/core/components/libp2p.js
index <HASH>..<HASH> 100644
--- a/src/core/components/libp2p.js
+++ b/src/core/components/libp2p.js
@@ -31,13 +31,13 @@ module.exports = function libp2p (self) {
console.log('Swarm listening on', ma.toString())
})
- ... | feat: update to new libp2p events for peers | ipfs_js-ipfs | train | js |
4c04287145c159fc870f8d0d528e3a154bf827f0 | diff --git a/css-components/www/scripts/generatedCSS.js b/css-components/www/scripts/generatedCSS.js
index <HASH>..<HASH> 100644
--- a/css-components/www/scripts/generatedCSS.js
+++ b/css-components/www/scripts/generatedCSS.js
@@ -1,11 +1,13 @@
'use strict';
-angular.module('app').factory('GeneratedCss', function($h... | fix(css-components): Fix broken stylus compilation. | OnsenUI_OnsenUI | train | js |
42ffcde3f09f8db9bbe58c43749d9593fb1fefeb | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -2,7 +2,6 @@
var gulp = require('gulp'),
runSequence = require('run-sequence'),
- server,
browserify = require('browserify'),
source = require('vinyl-source-stream'),
streamify = require('gulp-strea... | style(tasks): variable order | treasure-data_td-js-sdk | train | js |
4c0ac9df4233b916f48851ed65fa1933b54fb020 | diff --git a/packages/avatar/src/Avatar.js b/packages/avatar/src/Avatar.js
index <HASH>..<HASH> 100644
--- a/packages/avatar/src/Avatar.js
+++ b/packages/avatar/src/Avatar.js
@@ -155,7 +155,7 @@ class Avatar extends Component {
const { size, name } = this.props;
const { imageUrl, hasImageError } = this.state;... | fix: backgroundId to account for lowercase name | Autodesk_hig | train | js |
d65707dceafdffebf45df0efb9f04472f1ff4582 | diff --git a/test/integration/it.spec.js b/test/integration/it.spec.js
index <HASH>..<HASH> 100644
--- a/test/integration/it.spec.js
+++ b/test/integration/it.spec.js
@@ -50,9 +50,6 @@ describe('Dependency', () => {
const thirdPartyOutput = path.join(tmpDir.name, 'dependencies.txt');
const rollupConfig = {
... | chore: remove entry hack due to rollup-plugin-commonjs | mjeanroy_rollup-plugin-license | train | js |
4ceee2fc4b4e1b57a378e55038c5634261f71066 | diff --git a/src/http-problem.js b/src/http-problem.js
index <HASH>..<HASH> 100644
--- a/src/http-problem.js
+++ b/src/http-problem.js
@@ -76,4 +76,4 @@ export const HttpProblemJSONType = struct({
status: HttpStatusCodeType,
detail: MaybeStringType
}, 'HttpProblemJSONType')
-export const HttpProblemType = irredu... | fix(HttpProblemType): test on constructor name failed
For Error objects x.constructor.name is "Error" | ResourcefulHumans_rheactor-models | train | js |
5a369670f51a19ee65b0067a0d7d2cfc2fa9bc45 | diff --git a/packages/lingui-cli/test/lingui-add-locale.test.js b/packages/lingui-cli/test/lingui-add-locale.test.js
index <HASH>..<HASH> 100644
--- a/packages/lingui-cli/test/lingui-add-locale.test.js
+++ b/packages/lingui-cli/test/lingui-add-locale.test.js
@@ -11,8 +11,9 @@ describe('lingui add-locale', function () {... | test: fix test under Node.js < 6 | lingui_js-lingui | train | js |
c67f77fd2be4f2ed1fd5a66cccc7218f0ab9dbec | diff --git a/core/lib/stats2.js b/core/lib/stats2.js
index <HASH>..<HASH> 100644
--- a/core/lib/stats2.js
+++ b/core/lib/stats2.js
@@ -75,6 +75,9 @@ function combine(statsObjects) {
});
});
+
+ result._createdOn = L.map(statsObjects, '_createdOn').sort()[0];
+
return result;
}
@@ -93,7 +96,8 @@ Stats.p... | fix(stats): Calculate average rate over the whole recorded period | artilleryio_artillery | train | js |
8d96a727bae77f514a4184ae217472e1485ef204 | diff --git a/test/screenshot/spec/mdc-drawer/fixture.js b/test/screenshot/spec/mdc-drawer/fixture.js
index <HASH>..<HASH> 100644
--- a/test/screenshot/spec/mdc-drawer/fixture.js
+++ b/test/screenshot/spec/mdc-drawer/fixture.js
@@ -21,7 +21,7 @@
* THE SOFTWARE.
*/
-import {MDCDismissibleDrawerFoundation} from '../... | fix(drawer): link to the es6 component js file in screenshot spec (#<I>) | material-components_material-components-web | train | js |
271a219c8bb7adddc11550c0953ff67cd25f420f | diff --git a/packages/embark/src/lib/utils/template_generator.js b/packages/embark/src/lib/utils/template_generator.js
index <HASH>..<HASH> 100644
--- a/packages/embark/src/lib/utils/template_generator.js
+++ b/packages/embark/src/lib/utils/template_generator.js
@@ -119,10 +119,9 @@ class TemplateGenerator {
if ... | fix: template dependency errors don't exit | embark-framework_embark | train | js |
73aef4a0097e2a964a9407f183c575363d9c6e60 | diff --git a/src/polyfills.js b/src/polyfills.js
index <HASH>..<HASH> 100644
--- a/src/polyfills.js
+++ b/src/polyfills.js
@@ -1,6 +1,7 @@
-import 'babel-runtime/regenerator';
+import runtime from 'babel-runtime/regenerator';
import 'isomorphic-fetch';
+global.regeneratorRuntime = global.regeneratorRuntime || runtim... | fix(polyfills): provide global regeneratorRuntime | patternsonio_patternson-registry-client | train | js |
151513019f611db940380bce6891c58f070e16ec | diff --git a/pynubank/utils/certificate_generator.py b/pynubank/utils/certificate_generator.py
index <HASH>..<HASH> 100644
--- a/pynubank/utils/certificate_generator.py
+++ b/pynubank/utils/certificate_generator.py
@@ -9,11 +9,11 @@ from pynubank.utils.http import HttpClient
class CertificateGenerator:
- def __... | feat: provide the authentication code on constructor for the CertificateGenerator | andreroggeri_pynubank | train | py |
739f869d4586f0d2c46bae0ef143150164e46a9c | diff --git a/eval.js b/eval.js
index <HASH>..<HASH> 100644
--- a/eval.js
+++ b/eval.js
@@ -13,6 +13,10 @@ function merge (a, b) {
return a
}
+var vmGlobals = new vm.Script('vmGlobals = Object.getOwnPropertyNames(globalThis)')
+ .runInNewContext()
+ .vmGlobals
+
// Return the exports/module.exports variable set... | refactor: only get VM globals once in lifetime | pierrec_node-eval | train | js |
b1034a67022d3e466b9b266d1b4603769f10bb9e | diff --git a/lib/handlebars/compiler/whitespace-control.js b/lib/handlebars/compiler/whitespace-control.js
index <HASH>..<HASH> 100644
--- a/lib/handlebars/compiler/whitespace-control.js
+++ b/lib/handlebars/compiler/whitespace-control.js
@@ -187,7 +187,7 @@ function isNextWhitespace(body, i, isRoot) {
//
// If i is ... | docs: Fix simple typo, mulitple -> multiple
There is a small typo in lib/handlebars/compiler/whitespace-control.js.
Should read `multiple` rather than `mulitple`. | wycats_handlebars.js | train | js |
dc3a5e64fd94a26338f7ba1bc36fc100ddbb4f9d | diff --git a/test/version/version-multi-args.test.js b/test/version/version-multi-args.test.js
index <HASH>..<HASH> 100644
--- a/test/version/version-multi-args.test.js
+++ b/test/version/version-multi-args.test.js
@@ -34,7 +34,7 @@ describe('version flag with multiple arguments', () => {
expect(stderr).toHave... | fix: typo fix
version-multi-args-test | webpack_webpack-cli | train | js |
a0075ed6f47486ee6ce21c2f6f2ec896ffb457ef | diff --git a/src/history/errors.js b/src/history/errors.js
index <HASH>..<HASH> 100644
--- a/src/history/errors.js
+++ b/src/history/errors.js
@@ -48,9 +48,6 @@ function createRouterError (from, to, type, message) {
error.to = to
error.type = type
- const newStack = error.stack.split('\n')
- newStack.splice(1... | fix: remove error.stack modification (#<I>)
Error.stack is non standard | vuejs_vue-router | train | js |
b475638be27da25e88650a6466b98b6631eed15e | diff --git a/src/lib/cli/args.js b/src/lib/cli/args.js
index <HASH>..<HASH> 100644
--- a/src/lib/cli/args.js
+++ b/src/lib/cli/args.js
@@ -16,7 +16,7 @@ Examples:
For more informations:
- https://github/rpl/flow-coverage-report
+ https://github.com/rpl/flow-coverage-report
`;
module.exports = { | fix: Make the link to GitHub fully qualified (#<I>) | rpl_flow-coverage-report | train | js |
0c5b8dd831bcde80628c2ac548172ffaa9ce9ca6 | diff --git a/scripts/serverless.js b/scripts/serverless.js
index <HASH>..<HASH> 100755
--- a/scripts/serverless.js
+++ b/scripts/serverless.js
@@ -72,7 +72,7 @@ process.on('SIGINT', () => {
serverless,
commandUsage,
});
- storeTelemetryLocally({ ...telemetryPayload, outcome: 'interrupted' });
+ ... | fix(Telemetry): Correctly report `outcome` for interactive setup | serverless_serverless | train | js |
47f56d642587e9b0a920b71fd983620d4f75da13 | diff --git a/lib/renderer/default-renderer.js b/lib/renderer/default-renderer.js
index <HASH>..<HASH> 100644
--- a/lib/renderer/default-renderer.js
+++ b/lib/renderer/default-renderer.js
@@ -232,7 +232,7 @@ export default class DefaultRenderer extends Renderer {
// if (path) this.sortElements();
// create a... | fix(transition): Disable focus transitions for now | conveyal_transitive.js | train | js |
a045dafdfd83da1c97decbb82b8465d122abc847 | diff --git a/plugins/Network/webroot/js/sync-product-data.js b/plugins/Network/webroot/js/sync-product-data.js
index <HASH>..<HASH> 100644
--- a/plugins/Network/webroot/js/sync-product-data.js
+++ b/plugins/Network/webroot/js/sync-product-data.js
@@ -171,7 +171,6 @@ foodcoopshop.SyncProductData = {
getProductTab... | chore: removed unused iterator | foodcoopshop_foodcoopshop | train | js |
9fe238a81fd84df6608435adab4e23233dc99452 | diff --git a/services/stackexchange/stackexchange-monthlyquestions.service.js b/services/stackexchange/stackexchange-monthlyquestions.service.js
index <HASH>..<HASH> 100644
--- a/services/stackexchange/stackexchange-monthlyquestions.service.js
+++ b/services/stackexchange/stackexchange-monthlyquestions.service.js
@@ -3... | fix(stackexchange): questions/month badge with 0 questions (#<I>) | badges_shields | train | js |
eb0a22f15d948be64cc6fe33dfed2ae76ba10987 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,8 @@ setup(
packages=[
'maltego_trx',
'maltego_trx/template_dir',
- 'maltego_trx/template_dir/transforms'
+ 'maltego_trx/template_dir/transforms',
+ 'maltego_trx/protocol'
... | fix: add protocol package to setup.py | paterva_maltego-trx | train | py |
62a6de5eca784641f9f18d9e278a82e4bc9edcef | diff --git a/packages/styleguide/src/theme/theme-factory.js b/packages/styleguide/src/theme/theme-factory.js
index <HASH>..<HASH> 100644
--- a/packages/styleguide/src/theme/theme-factory.js
+++ b/packages/styleguide/src/theme/theme-factory.js
@@ -19,7 +19,8 @@ const sectionColourPicker = (
},
mainstandard: {
... | fix: issue with takeover pages erroring (#<I>) | newsuk_times-components | train | js |
35dd5d0384b76d69ce93b37b3d6b59c540360cca | diff --git a/src/d3.flameGraph.js b/src/d3.flameGraph.js
index <HASH>..<HASH> 100644
--- a/src/d3.flameGraph.js
+++ b/src/d3.flameGraph.js
@@ -318,11 +318,11 @@
if (sort) root.sort(doSort);
root.sum(function(d) {
- if (d.fade) {
+ if (d.fade || !value(d)) {
return 0;
... | fix: hierarchies with values only on leaf | spiermar_d3-flame-graph | train | js |
19778a5ab54580082f7f244e1a2b6e58f2eb67b6 | diff --git a/biz/webui/lib/index.js b/biz/webui/lib/index.js
index <HASH>..<HASH> 100644
--- a/biz/webui/lib/index.js
+++ b/biz/webui/lib/index.js
@@ -280,8 +280,8 @@ function init(proxy) {
pluginMgr = proxy.pluginMgr;
util = proxy.util;
uiPortCookie = cookie.serialize('_whistleuipath_', config.port, {
- ex... | refactor: unable to get local network IP problem | avwo_whistle | train | js |
2b48ddd84ba71868fb44b09f087b6ed47f5d7440 | diff --git a/tests/test_bukuDb.py b/tests/test_bukuDb.py
index <HASH>..<HASH> 100644
--- a/tests/test_bukuDb.py
+++ b/tests/test_bukuDb.py
@@ -1431,7 +1431,7 @@ def test_exportdb_single_rec(tmpdir):
db.add_rec('http://example.com')
exp_file = tmpdir.join('export')
db.exportdb(exp_file.strpath... | fix: test: path for python <I>, <I> | jarun_Buku | train | py |
4b6fe4a4b98cc11d8ed540e008ce1abba80e2630 | diff --git a/src/button/button.js b/src/button/button.js
index <HASH>..<HASH> 100644
--- a/src/button/button.js
+++ b/src/button/button.js
@@ -49,4 +49,14 @@ export class MdButton {
this.attributeManager.removeClasses('disabled');
}
}
+
+ flatChanged(newValue) {
+ if (getBooleanFromAttributeValue(new... | feat(md-button): respond to change on "flat" property | aurelia-ui-toolkits_aurelia-materialize-bridge | train | js |
daebbc28cebbb94d26c77a0d51b4f9a674a8c5ed | diff --git a/tooling/lib/updated.js b/tooling/lib/updated.js
index <HASH>..<HASH> 100644
--- a/tooling/lib/updated.js
+++ b/tooling/lib/updated.js
@@ -55,7 +55,7 @@ function fileToPackage(d) {
return d[0];
}
- if (d.startsWith(`docs`)) {
+ if (d.startsWith(`docs`) || d.startsWith(`documentation`)) {
re... | chore(tooling): update build scripts to ignore ./documentation directory | webex_spark-js-sdk | train | js |
e5980616b5c4e28564e052b5a6677f3f9b751ce4 | diff --git a/tests/cli.py b/tests/cli.py
index <HASH>..<HASH> 100644
--- a/tests/cli.py
+++ b/tests/cli.py
@@ -173,7 +173,7 @@ class Test_30_single_input(Test_20_Base):
def test_54_gen_schema_and_validate_with_it(self):
cnf = dict(name="a", a=1, b=dict(b=[1, 2], c="C"))
infile = os.path.join(self... | fix: don't use yaml for this test cases because yaml module is to sensitive on types | ssato_python-anyconfig | train | py |
797c35edf9b0e310e85449709f57cd72925cfc3f | diff --git a/lib/workers/dep-type/index.js b/lib/workers/dep-type/index.js
index <HASH>..<HASH> 100644
--- a/lib/workers/dep-type/index.js
+++ b/lib/workers/dep-type/index.js
@@ -57,7 +57,11 @@ function getDepConfig(depTypeConfig, dep) {
);
depConfig.packageRules.forEach(packageRule => {
let applyRule ... | fix: packageRule match anything only if there is a negating config | renovatebot_renovate | train | js |
e1c56e36799fd6a7f1b85f52a6bd26a8a9bd0383 | diff --git a/docs/styleguide.config.js b/docs/styleguide.config.js
index <HASH>..<HASH> 100644
--- a/docs/styleguide.config.js
+++ b/docs/styleguide.config.js
@@ -154,10 +154,6 @@ module.exports = {
styleguideDir: path.resolve(__dirname, '../build/react'),
require: [
path.join(__dirname, './style.styl'),
- ... | feat: Import CSS in styleguide.setup.js
Enables quasi hot reload for .styl files. An additional nodemon on styl
files to touch a JS files is necessary for webpack to pick up the changes | cozy_cozy-ui | train | js,js |
15b8e62739cb57e5c8faf54f58d81d932558f56a | diff --git a/services/jitpack/jitpack-downloads.service.js b/services/jitpack/jitpack-downloads.service.js
index <HASH>..<HASH> 100644
--- a/services/jitpack/jitpack-downloads.service.js
+++ b/services/jitpack/jitpack-downloads.service.js
@@ -1,6 +1,6 @@
'use strict'
-const Joi = require('joi')
+const Joi = require(... | chore: fix hapi import in jitpackdownloads (#<I>) | badges_shields | train | js |
245384cb3b4eb25aed5152b31d13b1950fdd2236 | diff --git a/packages/cozy-scripts/config/webpack.environment.prod.js b/packages/cozy-scripts/config/webpack.environment.prod.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-scripts/config/webpack.environment.prod.js
+++ b/packages/cozy-scripts/config/webpack.environment.prod.js
@@ -19,7 +19,11 @@ module.exports = {... | fix: Safari <I> issue | CPatchane_create-cozy-app | train | js |
198407f29360aec4740fd29836a7e302bbf72e7e | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,3 +1,8 @@
+/*!
+ * statuses
+ * Copyright(c) 2014 Jonathan Ong
+ * MIT Licensed
+ */
var codes = require('./codes.json'); | docs: add license block to code | jshttp_statuses | train | js |
d2e0deee7f2c4460cb9e78cb08051b39bc6214d0 | diff --git a/functional/cursor_tests.js b/functional/cursor_tests.js
index <HASH>..<HASH> 100644
--- a/functional/cursor_tests.js
+++ b/functional/cursor_tests.js
@@ -296,8 +296,8 @@ describe('Cursor tests', function() {
cursor.kill(function() {
// Should error out
... | refactor(cursor): combine `killcursor` and `kill` | mongodb_node-mongodb-native | train | js |
db64d986f3bdc8c6a0076ed4da3e3694f883b587 | diff --git a/src/blots/mention.js b/src/blots/mention.js
index <HASH>..<HASH> 100644
--- a/src/blots/mention.js
+++ b/src/blots/mention.js
@@ -5,6 +5,13 @@ const Embed = Quill.import("blots/embed");
class MentionBlot extends Embed {
static create(data) {
const node = super.create();
+ node.addEventListener(... | feat: mention-click (#<I>) | afconsult_quill-mention | train | js |
ba0e034c661811a17a7aa5b765ba26123e513288 | diff --git a/packages/functionals/botpress-nlu/src/providers/luis.js b/packages/functionals/botpress-nlu/src/providers/luis.js
index <HASH>..<HASH> 100755
--- a/packages/functionals/botpress-nlu/src/providers/luis.js
+++ b/packages/functionals/botpress-nlu/src/providers/luis.js
@@ -358,7 +358,7 @@ export default class ... | fix(nlu): LUIS should fetch not only top-scored one | botpress_botpress | train | js |
0b911ec1e50e9241533434937dece28c37a960d8 | diff --git a/src/fixtures.js b/src/fixtures.js
index <HASH>..<HASH> 100644
--- a/src/fixtures.js
+++ b/src/fixtures.js
@@ -1,12 +1,12 @@
/* global self */
'use strict'
-const { isNode } = require('ipfs-utils/src/env')
+const { isNode, isElectron } = require('ipfs-utils/src/env')
const path = require('path')
// ... | fix: fix electron detection (#<I>) | ipfs_aegir | train | js |
5eea6f6999988457ef196e5c55ef220164e8468d | diff --git a/src/components/loader/loader.js b/src/components/loader/loader.js
index <HASH>..<HASH> 100644
--- a/src/components/loader/loader.js
+++ b/src/components/loader/loader.js
@@ -56,11 +56,11 @@ export default class Loader extends BaseObject {
]
if (!PLAIN_HTML5_ONLY) {
- this.playbackPlugins =... | fix(loader): adjust playback priority to prevent NoOp from showing before checking other playbacks | clappr_clappr | train | js |
48950722e5dda0e4570775df4294cb925505eaf2 | diff --git a/algoliasearch/types_settings.go b/algoliasearch/types_settings.go
index <HASH>..<HASH> 100644
--- a/algoliasearch/types_settings.go
+++ b/algoliasearch/types_settings.go
@@ -6,6 +6,8 @@ import (
"reflect"
)
+// Settings is the structure returned by `GetSettigs` to ease the use of the
+// index setting... | docs(Settings): Add missing comments to Settings | algolia_algoliasearch-client-go | train | go |
401107df34bf077fead0efc1381625eb55254f6c | diff --git a/packages/themes/src/g100.js b/packages/themes/src/g100.js
index <HASH>..<HASH> 100644
--- a/packages/themes/src/g100.js
+++ b/packages/themes/src/g100.js
@@ -115,7 +115,7 @@ export const hoverRow = '#353535';
export const visitedLink = purple40;
export const disabled01 = gray90;
-export const disabled0... | fix(themes): update disabled-<I> value (#<I>) | carbon-design-system_carbon-components | train | js,js |
dbfe4f5cd9231f3d9749cc44c1f0a471eb7a9880 | diff --git a/lib/core/error.js b/lib/core/error.js
index <HASH>..<HASH> 100644
--- a/lib/core/error.js
+++ b/lib/core/error.js
@@ -192,7 +192,7 @@ function isNotMasterError(err) {
}
function isNodeShuttingDownError(err) {
- return SDAM_NODE_SHUTTING_DOWN_ERROR_CODES.has(err.code);
+ return err.code && SDAM_NODE_S... | refactor: check err.code exists before checking if its in a set | mongodb_node-mongodb-native | train | js,js |
ac2f92407108759d63b340853ea0f40af72d3ba2 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -113,6 +113,7 @@ export {
export TimePicker from './components/TimePicker';
export TimePickerSelect from './components/TimePickerSelect';
export Toggle from './components/Toggle';
+export ToggleSmall from '.... | fix(toggle): add correct export for toggle small (#<I>) | carbon-design-system_carbon-components-react | train | js |
bf73c34d3fd8953fb6119243cfab980e81a03809 | diff --git a/main.go b/main.go
index <HASH>..<HASH> 100644
--- a/main.go
+++ b/main.go
@@ -344,13 +344,15 @@ func setupRouteFetcher(logger goRouterLogger.Logger, c *config.Config, registry
logger.Fatal("unable-to-fetch-token", zap.Error(err))
}
+ subscriptionRetryInterval := 1 * time.Second
+
routeFetcher := ... | refactor: name parameter
* so that we know what it is | cloudfoundry_gorouter | train | go |
af408bac5feb7d115a9596f974d3bf8b6e41d20b | diff --git a/src/test/java/com/github/kuros/random/jpa/persistor/functions/TriggerFunctionTest.java b/src/test/java/com/github/kuros/random/jpa/persistor/functions/TriggerFunctionTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/github/kuros/random/jpa/persistor/functions/TriggerFunctionTest.java
+++ b/src/... | test: persist random values for trigger classes | kuros_random-jpa | train | java |
fddcd96336986b73925bd9a444dbb56dde86560a | diff --git a/src/geshi.php b/src/geshi.php
index <HASH>..<HASH> 100644
--- a/src/geshi.php
+++ b/src/geshi.php
@@ -1914,7 +1914,7 @@ class GeSHi {
}
$this->language_data['NUMBERS_RXCACHE'][$key] =
- "/(?<!\d\/>)($regexp)(?!\|>)/i";
+ "/(?<!<\|\/N... | fix: don't highlight numbers inside number-styles | GeSHi_geshi-1.0 | train | php |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.