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 |
|---|---|---|---|---|---|
f296e40d6fc4399c3b898799b4e008d4d04aceba | diff --git a/packages/netlify-cms-locales/src/nb_no/index.js b/packages/netlify-cms-locales/src/nb_no/index.js
index <HASH>..<HASH> 100644
--- a/packages/netlify-cms-locales/src/nb_no/index.js
+++ b/packages/netlify-cms-locales/src/nb_no/index.js
@@ -107,7 +107,7 @@ const nb_no = {
deleteUnpublishedChanges: 'Sle... | fix(locales-nb_no): fix spelling in deleteEntry (#<I>)
The translation of `editorToolbar.deleteEntry` was using the wrong inflection, making it sound like it was already deleting the entry.
This PR changes the translation from "deleting" to "delete". | netlify_netlify-cms | train | js |
5845f98d7988021b9cbfa9fcada02a85550b3c0c | diff --git a/webpack.config.js b/webpack.config.js
index <HASH>..<HASH> 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -22,9 +22,6 @@ function configure(filename, opts = {}) {
fallback: {
buffer: require.resolve('buffer/'),
},
- alias: {
- 'js-yaml': false,
- },
}... | chore: disable outdated removal of swagger-client's dependency | aeternity_aepp-sdk-js | train | js |
0be50612f9f79841438f1c151d787708c5521039 | diff --git a/logspout/logspout.go b/logspout/logspout.go
index <HASH>..<HASH> 100644
--- a/logspout/logspout.go
+++ b/logspout/logspout.go
@@ -240,6 +240,7 @@ func main() {
for {
// NOTE(bacongobbler): sleep for a bit before doing the discovery loop again
time.Sleep(10 * time.Second)
+ router.Remove("e... | fix(logspout): remove old route | deis_deis | train | go |
fa32f34db9b662839bcccf99766aef790ca0dfbb | diff --git a/docs/referenceConf.js b/docs/referenceConf.js
index <HASH>..<HASH> 100644
--- a/docs/referenceConf.js
+++ b/docs/referenceConf.js
@@ -181,7 +181,7 @@ exports.config = {
// ---------------------------------------------------------------------------
//
// A base URL for your application under test. ... | chore(docs): correct docs for config.baseUrl | angular_protractor | train | js |
e4e0dfb6c66fd2c0dbbba240b1cfe8c12dcb93c2 | diff --git a/test/e2e/functional_test.go b/test/e2e/functional_test.go
index <HASH>..<HASH> 100644
--- a/test/e2e/functional_test.go
+++ b/test/e2e/functional_test.go
@@ -91,8 +91,6 @@ spec:
}
func (s *FunctionalSuite) TestContinueOnFailDag() {
- // https://github.com/argoproj/argo/issues/2624
- s.T().SkipNow()
s... | test: fix TestContinueOnFailDag (#<I>) | argoproj_argo | train | go |
2f10304269479bbe9ebcc4eb54251cfea8de4ca1 | diff --git a/test/select.spec.js b/test/select.spec.js
index <HASH>..<HASH> 100644
--- a/test/select.spec.js
+++ b/test/select.spec.js
@@ -740,6 +740,28 @@ describe('ui-select tests', function () {
el2.remove();
});
+ it('should close an opened select clicking outside with stopPropagation()', function () {
+... | test: testing if dropdown closes even when propagation of event stops | angular-ui_ui-select | train | js |
e56bd7063273c5d082861efe00e5c9ea7a3e2a6a | diff --git a/jest.config.js b/jest.config.js
index <HASH>..<HASH> 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -10,6 +10,7 @@ module.exports = {
collectCoverage: true,
coverageDirectory: '.nyc_output',
coverageReporters: ['json'],
+ coveragePathIgnorePatterns: ['<rootDir>/test/'],
transfor... | test: remove test folder from code coverage result (#<I>) | webpack_webpack-cli | train | js |
8a8e61f9eaed5e99403e1f87fce8d89ec62b0296 | diff --git a/actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/modules/internal/MessagesModule.java b/actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/modules/internal/MessagesModule.java
index <HASH>..<HASH> 100644
--- a/actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/modul... | feat(core): Enabling draft syncing | actorapp_actor-platform | train | java |
a58d8a719d378456493e5583066e77656c4a3b29 | diff --git a/src/Illuminate/Foundation/Console/Kernel.php b/src/Illuminate/Foundation/Console/Kernel.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Foundation/Console/Kernel.php
+++ b/src/Illuminate/Foundation/Console/Kernel.php
@@ -38,7 +38,7 @@ class Kernel implements KernelContract
/**
* The Artisan... | chore: update artisan docblock to be nullable (#<I>)
Since the `artisan` property doesn't have a default and isn't set in the constructor, technically it is nullable. That is why we use the `getArtisan` getter instead. | laravel_framework | train | php |
f85a1862d0b9947d44c525d3b5d583c754b33e1c | diff --git a/controller/templates/gconf.py b/controller/templates/gconf.py
index <HASH>..<HASH> 100644
--- a/controller/templates/gconf.py
+++ b/controller/templates/gconf.py
@@ -1,6 +1,8 @@
bind = '0.0.0.0'
try:
workers = int({{ if exists "/deis/controller/workers" }}{{ getv "/deis/controller/workers" }}{{ else... | fix(controller): prevent < 1 gunicorn workers | deis_deis | train | py |
4ab844c5076d3ea7b7881198b4412090fe70c4b4 | diff --git a/tests/test_html.py b/tests/test_html.py
index <HASH>..<HASH> 100644
--- a/tests/test_html.py
+++ b/tests/test_html.py
@@ -4,6 +4,8 @@
"""Tests of HTML reporting for django_coverage_plugin."""
+import glob
+
from .plugin_test import DjangoPluginTestCase
@@ -16,6 +18,7 @@ class HtmlTest(DjangoPlugi... | test: be flexible about how HTML files are named
Coverage.py <I> changed the way the HTML files are named. Now it could
be either:
- old: htmlcov/templates_test_simple_html.html
- new: htmlcov/d_9ed9d<I>a<I>a1_test_simple_html.html | nedbat_django_coverage_plugin | train | py |
62ada2a2d09c9e1ed059013a21eb22dd2847b849 | diff --git a/lib/core/sdam/server.js b/lib/core/sdam/server.js
index <HASH>..<HASH> 100644
--- a/lib/core/sdam/server.js
+++ b/lib/core/sdam/server.js
@@ -166,6 +166,7 @@ class Server extends EventEmitter {
relayEvents(this.s.pool, this, ['commandStarted', 'commandSucceeded', 'commandFailed']);
stateTransit... | fix(server): don't emit error in connect if closing/closed | mongodb_node-mongodb-native | train | js |
4539fec87f9910e4fd7a7804843830a7b55e3818 | diff --git a/Resources/public/js/select2.js b/Resources/public/js/select2.js
index <HASH>..<HASH> 100644
--- a/Resources/public/js/select2.js
+++ b/Resources/public/js/select2.js
@@ -16,7 +16,7 @@ var whatwedo_select2 = {
ph = ph !== '' ? ph : whatwedo_select2.empty;
elem.select2({
langua... | fix(select2): switch resolve to <I>% | whatwedo_TableBundle | train | js |
c138b04c5e07660a2cc38f284c9cc8160e384dd1 | diff --git a/pkg/services/alerting/extractor.go b/pkg/services/alerting/extractor.go
index <HASH>..<HASH> 100644
--- a/pkg/services/alerting/extractor.go
+++ b/pkg/services/alerting/extractor.go
@@ -3,6 +3,8 @@ package alerting
import (
"errors"
+ "fmt"
+
"github.com/grafana/grafana/pkg/bus"
"github.com/grafan... | feat(alerting): avoid double logging | grafana_grafana | train | go |
d8c624405148a7d8cdb370be3acf6c8beb80a926 | diff --git a/spec/features/components/expander_spec.rb b/spec/features/components/expander_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/features/components/expander_spec.rb
+++ b/spec/features/components/expander_spec.rb
@@ -1,7 +1,7 @@
require_relative '../spec_helper'
feature 'React Expander', js: true do
- pe... | chore(ci): reenable no longer failing tests | pivotal-cf_pivotal-ui | train | rb,rb |
12e770685cca7db3eff0bd3b1f230a36ebc5a66d | diff --git a/test/module.test.js b/test/module.test.js
index <HASH>..<HASH> 100644
--- a/test/module.test.js
+++ b/test/module.test.js
@@ -1,4 +1,3 @@
-
jest.setTimeout(60000)
const { Nuxt, Builder } = require('nuxt-edge') | test: remove space (#<I>) | nuxt-community_redirect-module | train | js |
65ba4590e78dceb058494e0426c37e39a88b331f | diff --git a/venom/common/converters.py b/venom/common/converters.py
index <HASH>..<HASH> 100644
--- a/venom/common/converters.py
+++ b/venom/common/converters.py
@@ -11,7 +11,7 @@ V = TypeVar('V')
T = TypeVar('T')
-class _ValueConverter(Generic[V, T], Converter):
+class _ValueConverter(Converter[V, T]):
def ... | chore: change _ValueConverter Generic[V, T] to Converter[V, T] | biosustain_venom | train | py |
153c64be7cc55d3d4596d51e0d385f1647e287cc | diff --git a/src/parser/functionsParser.js b/src/parser/functionsParser.js
index <HASH>..<HASH> 100644
--- a/src/parser/functionsParser.js
+++ b/src/parser/functionsParser.js
@@ -51,12 +51,13 @@ const year = (query, fnKey, odataOperator, value) => {
case 'eq':
query.where(key).gte(start).lt(end);
bre... | refactor(core): make eslint happy. | TossShinHwa_node-odata | train | js |
4848727f34d3b9e0ce3aa005ccb476053a77d28b | diff --git a/test/func/delete.spec.js b/test/func/delete.spec.js
index <HASH>..<HASH> 100644
--- a/test/func/delete.spec.js
+++ b/test/func/delete.spec.js
@@ -8,7 +8,7 @@ const tmpDir = './test/_tmp'
describe('Functional: delete()', function () {
it('should return an error on 7z error', function (done) {
- con... | test: Fix typo for more descriptive test | quentinrossetti_node-7z | train | js |
fb0669cf41e3d2f2c40f2963cd791697ef9772f8 | diff --git a/lib/Repository.js b/lib/Repository.js
index <HASH>..<HASH> 100644
--- a/lib/Repository.js
+++ b/lib/Repository.js
@@ -762,7 +762,7 @@ class Repository extends Requestable {
/**
* Get information about a release
* @see https://developer.github.com/v3/repos/releases/#get-a-single-release
- *... | chore: updated callbacks to be Requestable.callback
closes #<I> | github-tools_github | train | js |
7cd4ae89a30cb6f88e13197929cb7dac342a2dd3 | diff --git a/src/Components/Http/Installer.php b/src/Components/Http/Installer.php
index <HASH>..<HASH> 100644
--- a/src/Components/Http/Installer.php
+++ b/src/Components/Http/Installer.php
@@ -35,7 +35,7 @@ final class Installer extends AbstractInstaller
*/
public function install(): void
{
- $... | chore: require more recent Guzzle version (#<I>) | laravel-zero_framework | train | php,php |
b435e1de9269bc4f4c434127715d891a372ba4b5 | diff --git a/src/image/__tests__/save.js b/src/image/__tests__/save.js
index <HASH>..<HASH> 100644
--- a/src/image/__tests__/save.js
+++ b/src/image/__tests__/save.js
@@ -1,4 +1,5 @@
import {Image, load, getHash, refreshTmpDir, tmpDir, getSquare} from 'test/common';
+import canvas from 'canvas';
describe('save to d... | test: don't test jpeg save if canvas is not compiled with jpeg support | image-js_image-js | train | js |
c4c60d19526e8ff90cf48109f15a0917cdd38046 | diff --git a/commitlint.config.js b/commitlint.config.js
index <HASH>..<HASH> 100644
--- a/commitlint.config.js
+++ b/commitlint.config.js
@@ -10,6 +10,7 @@ module.exports = {
'always',
[
'',
+ 'API',
'AWS ALB',
'AWS Alexa',
'AWS API Gateway', | chore: Configure `API` commit scope | serverless_serverless | train | js |
68a909ae8f17177ef5a64e0042f9252de056b815 | diff --git a/test/test_ping.rb b/test/test_ping.rb
index <HASH>..<HASH> 100644
--- a/test/test_ping.rb
+++ b/test/test_ping.rb
@@ -71,10 +71,12 @@ module CronForGithub
@ping.decide_cron_ref('any', :ping).start_with?('heads/any/')
end
end
- test 'call reserved ref' do
+ test 'call re... | chore(ping): fix test case | packsaddle_ruby-cron_for_github | train | rb |
c9e3cb94ceb82a4d828c3b95667103f401eb7cf3 | diff --git a/components/app/index.js b/components/app/index.js
index <HASH>..<HASH> 100644
--- a/components/app/index.js
+++ b/components/app/index.js
@@ -41,7 +41,9 @@ export default class App extends Intact {
page.$app = this;
// for debug
- globalThis.__page = page;
+ ... | fix: detect window instead of using globalThis | ksc-fe_kpc | train | js |
01a42138b7d2ea6583753557cdffca07993f44e9 | diff --git a/wdio.conf.js b/wdio.conf.js
index <HASH>..<HASH> 100644
--- a/wdio.conf.js
+++ b/wdio.conf.js
@@ -74,7 +74,7 @@ exports.config = {
// Define all options that are relevant for the WebdriverIO instance here
sync: true,
// Level of logging verbosity: trace | debug | info | warn | error | silent... | chore: set webdriver logLevel to silent | 90milesbridge_react-rainbow | train | js |
50fe0b16a3d79a481029bbe72e6235e9e5b6f3c4 | diff --git a/lib/rules/rules.js b/lib/rules/rules.js
index <HASH>..<HASH> 100644
--- a/lib/rules/rules.js
+++ b/lib/rules/rules.js
@@ -109,6 +109,7 @@ function isRegUrl(url, isCheck) {
if (hasEndSymbol) {
url = url.slice(0, -1);
}
+ ignoreCase = ignoreCase === 1;
}
if (!hasStartSymbol || !REG_... | refactor: regUrl pattern | avwo_whistle | train | js |
59a277dc67d78177722999b94d4ce17b8188d1ec | diff --git a/actor-apps/app-web/src/app/components/dialog/messages/Text.react.js b/actor-apps/app-web/src/app/components/dialog/messages/Text.react.js
index <HASH>..<HASH> 100644
--- a/actor-apps/app-web/src/app/components/dialog/messages/Text.react.js
+++ b/actor-apps/app-web/src/app/components/dialog/messages/Text.re... | fix(web): removed noisy debug | actorapp_actor-platform | train | js |
6dd38317a83177e9fb761939cd487e297d257647 | diff --git a/squad/ci/admin.py b/squad/ci/admin.py
index <HASH>..<HASH> 100644
--- a/squad/ci/admin.py
+++ b/squad/ci/admin.py
@@ -56,7 +56,7 @@ class TestJobFailureFilter(admin.SimpleListFilter):
class TestJobAdmin(admin.ModelAdmin):
list_display = ('backend', 'target', 'submitted', 'fetched', 'success', 'last_f... | ci: make parent_job read-only in admin
This allows to view/edit TestJob objects in admin. There are too many
TestJob objects to allow for r-w on this field | Linaro_squad | train | py |
1aee8eadc3ae3b5ccaddb4b46642d58f5fb59df2 | diff --git a/algolia/search/responses_search.go b/algolia/search/responses_search.go
index <HASH>..<HASH> 100644
--- a/algolia/search/responses_search.go
+++ b/algolia/search/responses_search.go
@@ -34,7 +34,7 @@ type QueryRes struct {
ServerUsed string `json:"serverUsed"`
Time... | fix(response): userData is an array not a map | algolia_algoliasearch-client-go | train | go |
fe9230f849f4670dd017b8375046937b1d295d81 | diff --git a/lib/config/definitions.js b/lib/config/definitions.js
index <HASH>..<HASH> 100644
--- a/lib/config/definitions.js
+++ b/lib/config/definitions.js
@@ -818,6 +818,7 @@ const options = [
schedule: [],
masterIssueApproval: false,
rangeStrategy: 'update-lockfile',
+ branchTopic: '{{{ma... | fix(github): special branch name for vulnerability alerts | renovatebot_renovate | train | js |
4d376084f4d340b4af7c5a5fe7f2f015d8554f2f | diff --git a/tests/integration/test_store.py b/tests/integration/test_store.py
index <HASH>..<HASH> 100644
--- a/tests/integration/test_store.py
+++ b/tests/integration/test_store.py
@@ -141,7 +141,7 @@ def test_static_config(mini_sentry, relay):
relay_options = {"relay": {"mode": "static"}}
relay = relay(min... | fix: Add missing test (#<I>) | getsentry_semaphore | train | py |
c7588d693b05edd90778b3c34e6fa5f7905d40c9 | diff --git a/lib/features/Linting.js b/lib/features/Linting.js
index <HASH>..<HASH> 100644
--- a/lib/features/Linting.js
+++ b/lib/features/Linting.js
@@ -23,6 +23,14 @@ var OFFSET_TOP = -5,
var LOW_PRIORITY = 500;
+var noopResolver = {
+ resolveRule: function() {
+ return null;
+ }
+};
+
+var emptyC... | chore(Linting): log warning on missing bpmnlint configuration | bpmn-io_bpmn-js-bpmnlint | train | js |
3b4eb0e6e6e2ce6de43ceb2ace37539c24704d95 | diff --git a/src/Cli.php b/src/Cli.php
index <HASH>..<HASH> 100644
--- a/src/Cli.php
+++ b/src/Cli.php
@@ -16,6 +16,7 @@ class Cli
// @codeCoverageIgnoreStart
if (!class_exists($class)) {
fwrite(STDERR, "[Warning] commands config: Class {$class} not found for {$name}" . PHP_EO... | fix(cli): tolerate bad class definition in commands config [ci skip] | phwoolcon_phwoolcon | train | php |
c56a4621c1e2cbff39a17312ec7d97c305301153 | diff --git a/packages/workflow/scripts/start.js b/packages/workflow/scripts/start.js
index <HASH>..<HASH> 100644
--- a/packages/workflow/scripts/start.js
+++ b/packages/workflow/scripts/start.js
@@ -151,9 +151,15 @@ function web() {
const defaults = {
client: {
- logging: settings.infrastructureLog... | refactor(workflow): disables dev server overlay on startup, defaults port | Availity_availity-workflow | train | js |
bad8ddae3d37921e640bcafaf9fa09609ca73e8f | diff --git a/packages/webiny-api-security/src/plugins/authentication/authenticate.js b/packages/webiny-api-security/src/plugins/authentication/authenticate.js
index <HASH>..<HASH> 100644
--- a/packages/webiny-api-security/src/plugins/authentication/authenticate.js
+++ b/packages/webiny-api-security/src/plugins/authenti... | fix: handle both sentence and lower case for authorization header. | Webiny_webiny-js | train | js |
3a5c3dd908844b59a6bab3834d12bafe720008cc | diff --git a/lib/config/definitions.js b/lib/config/definitions.js
index <HASH>..<HASH> 100644
--- a/lib/config/definitions.js
+++ b/lib/config/definitions.js
@@ -305,6 +305,7 @@ const options = [
description: 'Dependencies to ignore',
type: 'list',
stage: 'depType',
+ mergeable: true,
},
{
... | fix: make ignoreDeps mergeable | renovatebot_renovate | train | js |
11e81e2543796d5440e3d6c6444bfa5a4ffdaa11 | diff --git a/src/Authenticator/AuthenticatorCollection.php b/src/Authenticator/AuthenticatorCollection.php
index <HASH>..<HASH> 100644
--- a/src/Authenticator/AuthenticatorCollection.php
+++ b/src/Authenticator/AuthenticatorCollection.php
@@ -70,7 +70,11 @@ class AuthenticatorCollection extends AbstractCollection
... | fix: Check if classname is bool before returning it | cakephp_authentication | train | php |
f3b6b426dc6a84bfa3cd20ba81e0dc4599873b79 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -12,7 +12,9 @@ var retry = require('async').retry;
var resize = require('im-resize');
var metadata = require('im-metadata');
-var Upload = module.exports = function(bucketName, opts) {
+var Upload, Image;
+
+Upload = modul... | fix(jshint): used before it was defined error | Turistforeningen_node-s3-uploader | train | js |
dc11cbc54ef2e7acf336ba613cf3cee4fe22c934 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1,4 +1,3 @@
-// eslint-disable-next-line import/no-unresolved
import fs from "fs";
import core from "./core.js"; | chore: removes superfluous eslint comment | sverweij_upem | train | js |
10d3da5766a1bf063ccc73f6a33e0b29658d74bc | diff --git a/packages/cli/commands/wcp/hooks.js b/packages/cli/commands/wcp/hooks.js
index <HASH>..<HASH> 100644
--- a/packages/cli/commands/wcp/hooks.js
+++ b/packages/cli/commands/wcp/hooks.js
@@ -8,12 +8,12 @@ module.exports = () => [
type: "hook-before-deploy",
name: "hook-before-deploy-environmen... | fix: project must be activated in order for WCP interaction to happen | Webiny_webiny-js | train | js |
7508cc8a7448f63c4d2a005bb928408a31460a6c | diff --git a/niworkflows/func/util.py b/niworkflows/func/util.py
index <HASH>..<HASH> 100644
--- a/niworkflows/func/util.py
+++ b/niworkflows/func/util.py
@@ -252,7 +252,7 @@ def init_enhance_and_skullstrip_bold_wf(
# Run N4 normally, force num_threads=1 for stability (images are small, no need for >1)
n4_c... | fix: set ``shrink_factor=2`` when running N4 on BOLD images | poldracklab_niworkflows | train | py |
a492f290d39ab40adb24a5f494b402dd08a7f10a | diff --git a/dev-utils/integration-test.js b/dev-utils/integration-test.js
index <HASH>..<HASH> 100644
--- a/dev-utils/integration-test.js
+++ b/dev-utils/integration-test.js
@@ -28,7 +28,7 @@ const puppeteer = require('puppeteer')
async function runIntegrationTest(pageUrl) {
const browser = await puppeteer.launch(... | fix: ignoreHTTPSErrors check condition is inverted (#<I>) | elastic_apm-agent-rum-js | train | js |
abcb17bf1d1d822f77f9843ff00b587ca8b9c84e | diff --git a/lib/read.js b/lib/read.js
index <HASH>..<HASH> 100644
--- a/lib/read.js
+++ b/lib/read.js
@@ -683,14 +683,8 @@ Reader.prototype.fromXML = function(xml, options, done) {
error: err
});
- console.warn('could not parse node');
- console.warn(err);
-
return true;
} else ... | chore(reader): don't console.log
Closes #<I> | bpmn-io_moddle-xml | train | js |
05e69e6663e71a22e60e94b7e545565e7bb513d1 | diff --git a/src/lib/addons/addon.js b/src/lib/addons/addon.js
index <HASH>..<HASH> 100644
--- a/src/lib/addons/addon.js
+++ b/src/lib/addons/addon.js
@@ -28,16 +28,36 @@ class Addon {
async fetchRetry(url, options = {}, retries = 1, backoff = 300) {
const retryCodes = [408, 500, 502, 503, 504, 522, 524... | fix: not crash if addon http post throws (#<I>)
added try/catch logic around fetchRetry function so that we do not
crash if addon fetch call throws | Unleash_unleash | train | js |
fc600e58697481e794e4f43e356d7cc1ecbf456f | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -116,7 +116,7 @@ let encodeKey = k => encode(k).replace('%24', '$');
* @param traditional Boolean Use the old URI template standard (RFC6570)
* @return Array with serialized parameter(s)
*/
-function buildPa... | fix(index): ensure new traditional param is marked as optional | aurelia_path | train | js |
84340d957940f364dac323d0e806ddccae5a7b80 | diff --git a/src/runner.js b/src/runner.js
index <HASH>..<HASH> 100644
--- a/src/runner.js
+++ b/src/runner.js
@@ -251,14 +251,16 @@ async function runTests() {
const files = []
for (let i = 0; i < tests.length; i++) {
const file = tests[i].file
- if (file.group.only) {
- if (!focused) {
- fil... | fix: avoid printing file header for files with no tests | aleclarson_testpass | train | js |
427267c3db5c29f8f9b5049596c1d50febe63981 | diff --git a/lib/worker.js b/lib/worker.js
index <HASH>..<HASH> 100644
--- a/lib/worker.js
+++ b/lib/worker.js
@@ -55,6 +55,7 @@ class Worker {
url: options.url,
host: options.host,
port: options.port,
+ password: options.password,
poolSize: this.concurrency + 2,
labels: options.... | fix(worker): pass down password to client | jbielick_faktory_worker_node | train | js |
3e43d064205fdd406be5f89c5fced43fa4ebd960 | diff --git a/source/rafcon/core/execution/execution_engine.py b/source/rafcon/core/execution/execution_engine.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/core/execution/execution_engine.py
+++ b/source/rafcon/core/execution/execution_engine.py
@@ -109,6 +109,9 @@ class ExecutionEngine(Observable):
else:... | fix(execution_engine): resolves #<I> | DLR-RM_RAFCON | train | py |
2d7b9072d97c011a94ddcf0eca2bf00c9fa6a884 | diff --git a/jobs/create-initial-branch.js b/jobs/create-initial-branch.js
index <HASH>..<HASH> 100644
--- a/jobs/create-initial-branch.js
+++ b/jobs/create-initial-branch.js
@@ -209,7 +209,7 @@ module.exports = async function ({ repositoryId }) {
statsd.increment('initial_branch')
return {
- delay: 15 * 60 ... | fix(create-version-branch): wait <I> min until timeout | greenkeeperio_greenkeeper | train | js |
395f0ced2430cc15c3eaa0239b086441414f9048 | diff --git a/packages/xod-func-tools/src/index.js b/packages/xod-func-tools/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/xod-func-tools/src/index.js
+++ b/packages/xod-func-tools/src/index.js
@@ -77,6 +77,19 @@ export const eitherToPromise = foldEither(
Promise.resolve.bind(Promise)
);
+export const sa... | feat(xod-func-tools): ‘validateSanctuaryType’ util that is easy to compose and returns a proper Either | xodio_xod | train | js |
8d9488315d27b215d31f0c36a24bb2445031541d | diff --git a/lib/generate.js b/lib/generate.js
index <HASH>..<HASH> 100644
--- a/lib/generate.js
+++ b/lib/generate.js
@@ -63,6 +63,7 @@ function init (apis, cb) {
var data = {
data: api,
config: config,
+ project: confProject,
_: _,
$$: Object.assign({}, helper, {
relativ... | feat: support add a plugin function to metalsmith | easy-mock_easy-mock-cli | train | js |
f655de987b95126a65c08de0fa512093524840d1 | diff --git a/karma.conf.js b/karma.conf.js
index <HASH>..<HASH> 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -70,6 +70,7 @@ module.exports = function (config) {
webpack: {
plugins: [defaultsPlugin],
devtool: 'inline-source-map',
+ performance: { hints: false },
module: {
rul... | chore: don't show perf warnings for test scripts | rollbar_rollbar.js | train | js |
8dfd1f03e9798f8134e7a7007315f17189708d55 | diff --git a/cmd/iam-etcd-store.go b/cmd/iam-etcd-store.go
index <HASH>..<HASH> 100644
--- a/cmd/iam-etcd-store.go
+++ b/cmd/iam-etcd-store.go
@@ -70,7 +70,11 @@ type IAMEtcdStore struct {
}
func newIAMEtcdStore(client *etcd.Client, usersSysType UsersSysType) *IAMEtcdStore {
- return &IAMEtcdStore{client: client, u... | fix: IAM initialization crash with etcd store (#<I>) | minio_minio | train | go |
7544c9750159a220bae434041f2572870d2085ba | diff --git a/packages/cozy-client/src/index.js b/packages/cozy-client/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-client/src/index.js
+++ b/packages/cozy-client/src/index.js
@@ -36,3 +36,5 @@ import * as models from './models'
export { models }
export { default as fetchPolicies } from './policies'
... | feat: Export createMockClient in both entry points
We can now `import { createMockClient } from 'cozy-client'` instead of
`import { createMockClient } from 'cozy-client/dist/mock'` | cozy_cozy-client | train | js,js |
02dd7c17521c470966510bc2318216ecb4922f9c | diff --git a/plugins/inputs/snmp/snmp_test.go b/plugins/inputs/snmp/snmp_test.go
index <HASH>..<HASH> 100644
--- a/plugins/inputs/snmp/snmp_test.go
+++ b/plugins/inputs/snmp/snmp_test.go
@@ -514,9 +514,8 @@ func TestGetSNMPConnection_caching(t *testing.T) {
}
func TestGosnmpWrapper_walk_retry(t *testing.T) {
- if t... | test: actually skip flaky snmp test (#<I>)
This test had a short skip added to it four years ago and a comment that
the test has random failures. While working on the integration tests,
which run all tests this test started showing up in the errors.
While the two asserts at the end could possibly be updated, it i... | influxdata_telegraf | train | go |
5a0d729991c8eef5dd50a5f66ac4c378c3891722 | diff --git a/gridsome/app/utils/caniuse.js b/gridsome/app/utils/caniuse.js
index <HASH>..<HASH> 100644
--- a/gridsome/app/utils/caniuse.js
+++ b/gridsome/app/utils/caniuse.js
@@ -1,8 +1,5 @@
const IntersectionObserver = (
- 'document' in global &&
- 'IntersectionObserver' in global &&
- 'IntersectionObserverEntry' ... | fix(app): simplify IntersectionObserver check (#<I>) | gridsome_gridsome | train | js |
ea3d0e4331c813d8c85608ce50533ac58f42fd18 | diff --git a/packages/pagination/src/PaginationControls.js b/packages/pagination/src/PaginationControls.js
index <HASH>..<HASH> 100644
--- a/packages/pagination/src/PaginationControls.js
+++ b/packages/pagination/src/PaginationControls.js
@@ -74,9 +74,8 @@ const PaginationControls = ({
}
let breakView;
... | refactor(pagination): moved temp var into body of for loop | Availity_availity-react | train | js |
eacf1e05d57ec1507b5da51fafd6cd2baf0c331d | diff --git a/karma.conf.js b/karma.conf.js
index <HASH>..<HASH> 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -85,7 +85,7 @@ module.exports = function (config) {
browsers: Object.keys(browserstackBrowsers),
timeout: 300000,
retryLimit: 3,
- reporters: ['dots'],
+ reporters: ['dots', 'BrowserSta... | fix(browserstack): use BrowserStack reporter
used 'fix' cz type instead of 'chore' so a patch version gets released | skatejs_build | train | js |
c5557b387250ebaaee31b0175e8dff22c2985b6b | diff --git a/cmd/tiller/tiller.go b/cmd/tiller/tiller.go
index <HASH>..<HASH> 100644
--- a/cmd/tiller/tiller.go
+++ b/cmd/tiller/tiller.go
@@ -69,9 +69,9 @@ var rootCommand = &cobra.Command{
func main() {
pf := rootCommand.PersistentFlags()
- pf.StringVarP(&grpcAddr, "listen", "l", ":44134", "The address:port to l... | fix(tiller): make text punctuation consistent with helm help
Closes #<I> | helm_helm | train | go |
c6b60621f6e31d4b0924946b65726e40b4fce556 | diff --git a/src/foremast/runner.py b/src/foremast/runner.py
index <HASH>..<HASH> 100755
--- a/src/foremast/runner.py
+++ b/src/foremast/runner.py
@@ -95,10 +95,12 @@ class ForemastRunner(object):
'base': None,
}
+ pipeline_type = self.configs['pipeline']['type']
+
if not onetime... | refactor: Save Pipeline type
See also: #<I> | foremast_foremast | train | py |
c5fcb3fde8873e8754f306845fa574e6af99cb95 | diff --git a/spec/features/components/expander_spec.rb b/spec/features/components/expander_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/features/components/expander_spec.rb
+++ b/spec/features/components/expander_spec.rb
@@ -1,7 +1,7 @@
require_relative '../spec_helper'
feature 'React Expander', js: true do
- sc... | chore(tests): pend tests failing on ci for no reason | pivotal-cf_pivotal-ui | train | rb,rb |
0a039d0260063fc9bb4967dfb2cbc880e93ea1bd | diff --git a/util.go b/util.go
index <HASH>..<HASH> 100644
--- a/util.go
+++ b/util.go
@@ -28,7 +28,7 @@ func peerToPeerInfo(p *pb.CircuitRelay_Peer) (pstore.PeerInfo, error) {
addrs := make([]ma.Multiaddr, len(p.Addrs))
for i := 0; i < len(addrs); i++ {
a, err := ma.NewMultiaddrBytes(p.Addrs[i])
- if err != ni... | fix: != to == | libp2p_go-libp2p-circuit | train | go |
19052624d061f1229d61f3e305f98e3776ac4541 | diff --git a/lib/quasar-config.js b/lib/quasar-config.js
index <HASH>..<HASH> 100644
--- a/lib/quasar-config.js
+++ b/lib/quasar-config.js
@@ -625,18 +625,14 @@ class QuasarConfig {
cfg.build.APP_URL = `file://" + __dirname + "/index.html`
}
- const vueRouterBase = this.ctx.prod && cfg.build.vueRouterM... | fix(PWA): service-worker.js path for production | quasarframework_quasar-cli | train | js |
67d779f3862caa14aa1ac00a771cde7527ed5f0d | diff --git a/src/Socialite/EveOnline/Provider.php b/src/Socialite/EveOnline/Provider.php
index <HASH>..<HASH> 100644
--- a/src/Socialite/EveOnline/Provider.php
+++ b/src/Socialite/EveOnline/Provider.php
@@ -170,7 +170,7 @@ class Provider extends AbstractProvider
->header('typ', new TypeChecker(['JWT'], tru... | refactor: use published esi config | eveseat_services | train | php |
b312a2ca397d2e09517f01157f8b7c4a7fa30b23 | diff --git a/memote/suite/collect.py b/memote/suite/collect.py
index <HASH>..<HASH> 100644
--- a/memote/suite/collect.py
+++ b/memote/suite/collect.py
@@ -72,6 +72,7 @@ class ResultCollectionPlugin(object):
self._skip = frozenset() if skip is None else frozenset(skip)
def pytest_generate_tests(self, met... | style: add docstring to plugin's method | opencobra_memote | train | py |
6e3105380abd58e59c0e6e3d78fee74523092169 | diff --git a/src/logs/logs.js b/src/logs/logs.js
index <HASH>..<HASH> 100644
--- a/src/logs/logs.js
+++ b/src/logs/logs.js
@@ -12,7 +12,8 @@ module.exports = function logs(name, callback) {
function describeLogStreams(callback) {
cloud.describeLogStreams({
logGroupName: name,
- descending: t... | fix: order logs by last event | architect_architect | train | js |
23124fb1e44d1567c1ed69be25fb7b304ae06518 | diff --git a/packages/uikit-workshop/webpack.config.js b/packages/uikit-workshop/webpack.config.js
index <HASH>..<HASH> 100755
--- a/packages/uikit-workshop/webpack.config.js
+++ b/packages/uikit-workshop/webpack.config.js
@@ -85,6 +85,9 @@ module.exports = async function() {
'js/patternlab-viewer': './src/scr... | chore: reduce verbosity of Webpack output | bolt-design-system_bolt | train | js |
a3043a485af940bcd4114fdb405b16dac2c96bbd | diff --git a/intranet/apps/printing/views.py b/intranet/apps/printing/views.py
index <HASH>..<HASH> 100644
--- a/intranet/apps/printing/views.py
+++ b/intranet/apps/printing/views.py
@@ -316,7 +316,7 @@ def print_view(request):
else:
messages.success(
request,
- ... | fix(printing): add space | tjcsl_ion | train | py |
f4d5fbe0b040498993c83e6d5b7605a87f9b2141 | diff --git a/src/apis/destroy.js b/src/apis/destroy.js
index <HASH>..<HASH> 100644
--- a/src/apis/destroy.js
+++ b/src/apis/destroy.js
@@ -28,7 +28,7 @@ SmoothScrollbar.prototype.destroy = function() {
// reset scroll position
setStyle(container, {
- overflow: 'auto'
+ overflow: ''
});
... | fix: fallback to defined overflow type on destroy | idiotWu_smooth-scrollbar | train | js |
fdca2172e103b315d0e69b97cf7ec369d9f8c1c7 | diff --git a/packages/uikit-workshop/src/scripts/components/pl-viewport/pl-viewport.js b/packages/uikit-workshop/src/scripts/components/pl-viewport/pl-viewport.js
index <HASH>..<HASH> 100755
--- a/packages/uikit-workshop/src/scripts/components/pl-viewport/pl-viewport.js
+++ b/packages/uikit-workshop/src/scripts/compone... | feat: make PL viewport width <I>% by default when JS is disabled | bolt-design-system_bolt | train | js |
6c9dcf63479d452c5fdc11cb803b3b7c2e82a60a | diff --git a/renku/service/views/decorators.py b/renku/service/views/decorators.py
index <HASH>..<HASH> 100644
--- a/renku/service/views/decorators.py
+++ b/renku/service/views/decorators.py
@@ -16,6 +16,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""Re... | chore: add cwd to sentry context on redis exceptions (#<I>) | SwissDataScienceCenter_renku-python | train | py |
f3fe8b3af90a08e75105c07493b2ad4f3828b97a | diff --git a/packages/@vue/cli-plugin-typescript/lib/tslint.js b/packages/@vue/cli-plugin-typescript/lib/tslint.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli-plugin-typescript/lib/tslint.js
+++ b/packages/@vue/cli-plugin-typescript/lib/tslint.js
@@ -49,7 +49,7 @@ module.exports = function lint (args = {}, api,... | fix: fix linting of tsx script in .vue file (#<I>) | vuejs_vue-cli | train | js |
a8a127b02e81b1bbd2a919edbc7952724b2e8682 | diff --git a/interfaces/js/pre-worker-module.js b/interfaces/js/pre-worker-module.js
index <HASH>..<HASH> 100644
--- a/interfaces/js/pre-worker-module.js
+++ b/interfaces/js/pre-worker-module.js
@@ -33,8 +33,23 @@ var Module = {
let json = readFile(`${outName}.json`); // -o json
let json_states = readFile(`${... | fix(js): Handle json parse exceptions in worker | mapequation_infomap | train | js |
7deb9c3af92449e3a014f34c7167366b952b2687 | diff --git a/src/widgets/search-box/search-box.js b/src/widgets/search-box/search-box.js
index <HASH>..<HASH> 100644
--- a/src/widgets/search-box/search-box.js
+++ b/src/widgets/search-box/search-box.js
@@ -238,6 +238,19 @@ function searchBox({
input.value = fullState.query || '';
});
+ // When t... | fix(searchBox): handle BFCache browsers (#<I>)
When the page is coming from BFCache
(<URL>)
then we force the input value to be the current query.
Otherwise, this happens:
- `<input>` autocomplete = off (default)
- search $query
- navigate away
- use back button
- input query is empty (because `<input>` auto... | algolia_instantsearch.js | train | js |
57eb7afe4731bf59c8409e6af5f1c07364d67d68 | diff --git a/test_constructible.py b/test_constructible.py
index <HASH>..<HASH> 100644
--- a/test_constructible.py
+++ b/test_constructible.py
@@ -314,7 +314,7 @@ class TestHash(TestCase):
from constructible import Constructible
from fractions import Fraction as F
- for x in [0,1,-1,0... | fix: Constructible is not comparable with float | leovt_constructible | train | py |
6fefacaf7b4bc28d5fff6673e6b77f7fbfe1ac78 | diff --git a/piazza_api/network.py b/piazza_api/network.py
index <HASH>..<HASH> 100644
--- a/piazza_api/network.py
+++ b/piazza_api/network.py
@@ -114,7 +114,7 @@ class Network(object):
:type post: dict|str|int
:param post: Either the post dict returned by another API method, or
- the ci... | docs(dev): Fix comments for create_followup. | hfaran_piazza-api | train | py,py |
1cfad08a4b0af5b88754d5325a279a5f5a0f2697 | diff --git a/lib/parse.js b/lib/parse.js
index <HASH>..<HASH> 100644
--- a/lib/parse.js
+++ b/lib/parse.js
@@ -41,7 +41,7 @@ function toRequestOptions (options) {
.concat(options.mediaType.previews)
.map(preview => {
const format = options.mediaType.format ? `.${options.mediaType.format}` : '+jso... | fix: previews with `.github` prefix in accept header | octokit_endpoint.js | train | js |
ba1c78a590662cf91a7300fdb297ff0a7e37eb56 | diff --git a/packages/core/elements/replace-with-children/index.js b/packages/core/elements/replace-with-children/index.js
index <HASH>..<HASH> 100644
--- a/packages/core/elements/replace-with-children/index.js
+++ b/packages/core/elements/replace-with-children/index.js
@@ -2,14 +2,10 @@ import { define } from '@bolt/c... | refactor: simplify replace-with-children element to not require any extra libraries given the single-purpose functionality + reduce the risk of other libraries colliding with the auto-removal functionality | bolt-design-system_bolt | train | js |
0a574ecc2fa776402646206a0714458e311c4e3f | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -13,8 +13,11 @@ with open('revision/__init__.py', 'rb') as f:
).group(1)))
setup(
- name="revision",
+ name='revision',
version=version,
+ author='COLORFUL BOARD Inc.',
+ url='https://github.com/COLORF... | chore(package): add a more detailed info for setup.py | COLORFULBOARD_revision | train | py |
b51ab711d5ada64a665cd74518063bf9cefb3b4b | diff --git a/packages/mangojuice-core/src/classes/Process.js b/packages/mangojuice-core/src/classes/Process.js
index <HASH>..<HASH> 100644
--- a/packages/mangojuice-core/src/classes/Process.js
+++ b/packages/mangojuice-core/src/classes/Process.js
@@ -75,6 +75,7 @@ function prepareConfig(proc) {
let config = { childr... | fix(core): set meta in logic before call children | mangojuicejs_mangojuice | train | js |
779a83e402c63c9009e71cf1a21cf918e6c8c3d7 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -32,6 +32,7 @@ setup(
"leveldb>=0.194",
]
},
+ setup_requires=['setuptools-markdown'],
license='MIT',
zip_safe=False,
keywords='ethereum blockchain evm', | docs: readme to rst for pypi | ethereum_py-evm | train | py |
9bd9cc031ea2eb00f6a9c8420c81df96064d6c09 | diff --git a/src/Luxury/Foundation/Kernelize.php b/src/Luxury/Foundation/Kernelize.php
index <HASH>..<HASH> 100644
--- a/src/Luxury/Foundation/Kernelize.php
+++ b/src/Luxury/Foundation/Kernelize.php
@@ -28,7 +28,7 @@ trait Kernelize
/* @var \Luxury\Providers\Provider $prv */
$prv = new $provid... | fix(kernel): Provider->registering does not wait the Dependency Injection | phalcon-nucleon_framework | train | php |
6c70c9a29573e3fd54c14b7fa1365834b9d61d1a | diff --git a/lib/datasource/gitlab/index.js b/lib/datasource/gitlab/index.js
index <HASH>..<HASH> 100644
--- a/lib/datasource/gitlab/index.js
+++ b/lib/datasource/gitlab/index.js
@@ -99,7 +99,7 @@ async function getPkgReleases({ registryUrls, lookupName: repo, lookupType }) {
await renovateCache.set(
cacheNames... | fix: Cache the right thing in gitlab datasource (#<I>) | renovatebot_renovate | train | js |
cc3ba7ec1bf05e47fa92e108d3aacbced07a2ffa | diff --git a/src/tasks/config.prepare.js b/src/tasks/config.prepare.js
index <HASH>..<HASH> 100644
--- a/src/tasks/config.prepare.js
+++ b/src/tasks/config.prepare.js
@@ -155,7 +155,7 @@ var prepareTasksConfig = {
prepare_app: {
options: {
out: config.build.prepare.outdir + '/less/app',
- pa... | fix(less): fix less import path (broken after introducing preprocess) | w11k_fabs | train | js |
1c91d82ae70750e08ce77f35c17c872c06b7d01b | diff --git a/library/actor-common/src/main/java/im/actor/model/network/connection/ManagedConnection.java b/library/actor-common/src/main/java/im/actor/model/network/connection/ManagedConnection.java
index <HASH>..<HASH> 100644
--- a/library/actor-common/src/main/java/im/actor/model/network/connection/ManagedConnection.... | feat(common): Increase connection timeouts | actorapp_actor-platform | train | java |
5434babb96f6270603bda2023badbce1ef06ea9f | diff --git a/lib/add-channel.js b/lib/add-channel.js
index <HASH>..<HASH> 100644
--- a/lib/add-channel.js
+++ b/lib/add-channel.js
@@ -42,4 +42,6 @@ module.exports = async ({npmPublish}, pkg, context) => {
npmPublish === false ? 'npmPublish' : "package.json's private property"
} is ${npmPublish !== false}`
... | fix: return `false` in `addChannel` if package is not published on npm | semantic-release_npm | train | js,js |
9ebd29cd706bcf0be0787d424deb653eb71c571d | diff --git a/packages/vuetifyjs.com/lang/en/components/TextFields.js b/packages/vuetifyjs.com/lang/en/components/TextFields.js
index <HASH>..<HASH> 100644
--- a/packages/vuetifyjs.com/lang/en/components/TextFields.js
+++ b/packages/vuetifyjs.com/lang/en/components/TextFields.js
@@ -85,8 +85,10 @@ export default {
... | feat(text-fields): updated language | vuetifyjs_vuetify | train | js |
b1ffc32c1f36a1734f0a12573454d98d29a7b8c8 | diff --git a/tests/Router/RouterTest.php b/tests/Router/RouterTest.php
index <HASH>..<HASH> 100644
--- a/tests/Router/RouterTest.php
+++ b/tests/Router/RouterTest.php
@@ -456,7 +456,7 @@ class RouterTest extends TestCase
$result = $router->dispatch($request);
}
- public function testOptionsForCorsWil... | fix(tests): fix the tests of Router | hunzhiwange_framework | train | php |
83de625b7cd880d4d43ce4ce7f632a3dc6054e9b | diff --git a/modules/CardStack.js b/modules/CardStack.js
index <HASH>..<HASH> 100755
--- a/modules/CardStack.js
+++ b/modules/CardStack.js
@@ -107,14 +107,22 @@ class CardStack extends Component<void, Props, State> {
if (
nextRoute && currentCard && (
// Basic pathname
- (currentCard.pattern !==... | fix(CardStack): fix query params support | winoteam_react-router-navigation | train | js |
0c5a84a65ebb9c3274b037ece3b7e6596c8e428d | diff --git a/webpack/test.js b/webpack/test.js
index <HASH>..<HASH> 100644
--- a/webpack/test.js
+++ b/webpack/test.js
@@ -17,6 +17,10 @@ const config = merge.smart(baseConfig, {
test: /targets\/.*\.js$/,
loader: 'babel?presets[]=es2015',
},
+ {
+ test: /node_modules\/espruino\/.*\.... | fix(tests): ignore espruino imports in tests | xodio_xod | train | js |
2692b09f530e8669672a955cd5dd860ccd8f8387 | diff --git a/mapillary_tools/gpmf.py b/mapillary_tools/gpmf.py
index <HASH>..<HASH> 100644
--- a/mapillary_tools/gpmf.py
+++ b/mapillary_tools/gpmf.py
@@ -100,7 +100,7 @@ def parse_bin(path: str) -> list:
if b"00" == binascii.hexlify(desc[:1]):
continue
- val_size: int = struc... | fix: unpack bytes at wrong location | mapillary_mapillary_tools | train | py |
3e0c58ee7ac5a34f61c95e8fd977e8155df50d4c | diff --git a/demos/live/01-write-file.js b/demos/live/01-write-file.js
index <HASH>..<HASH> 100644
--- a/demos/live/01-write-file.js
+++ b/demos/live/01-write-file.js
@@ -24,7 +24,7 @@ const logger = ({ action }) => {
// Make the fileRenderer responsible for certain actions
agent.addRenderer(fileRenderer)
-agent.ad... | docs: Live Demo <I> Explain that filters run before renderers | deanius_antares | train | js |
0a27c52e82e1e81c2f063952d6644342f7a0f0fe | diff --git a/werobot/client.py b/werobot/client.py
index <HASH>..<HASH> 100644
--- a/werobot/client.py
+++ b/werobot/client.py
@@ -818,7 +818,12 @@ class Client(object):
)
def send_video_message(
- self, user_id, media_id, title=None, description=None, kf_account=None
+ self,
+ user... | chore: reformat with yapf <I> | offu_WeRoBot | train | py |
c1c30e97c94f909856a7c023410fa582b70727a2 | diff --git a/lib/launch-local.js b/lib/launch-local.js
index <HASH>..<HASH> 100644
--- a/lib/launch-local.js
+++ b/lib/launch-local.js
@@ -27,7 +27,7 @@ class Launcher {
// NOTE: Local launcher works only in "distribute" mode; there's
// no "multiply"
this.count = this.opts.count || Math.max(1, os.cpus()... | chore: debug print number of threads | artilleryio_artillery | train | js |
2b358cd7d5226cfa92fd7ee564f807ad82e16711 | diff --git a/questionary/prompts/common.py b/questionary/prompts/common.py
index <HASH>..<HASH> 100644
--- a/questionary/prompts/common.py
+++ b/questionary/prompts/common.py
@@ -226,7 +226,7 @@ class InquirerControl(FormattedTextControl):
if isinstance(choice.title, list):
token... | feat(prompts): enable the coexistence of pointer and highlighted text
ISSUES CLOSED: #<I> | tmbo_questionary | train | py |
e57e40302fb65a7786892ed00acce07d78887b8b | diff --git a/algoliasearch/types_key.go b/algoliasearch/types_key.go
index <HASH>..<HASH> 100644
--- a/algoliasearch/types_key.go
+++ b/algoliasearch/types_key.go
@@ -7,7 +7,7 @@ type Key struct {
Indexes []string `json:"indexes,omitempty"`
MaxHitsPerQuery int `json:"maxHitsPerQuery,omite... | fix(key): Add QueryParameters in Key struct to fix typo | algolia_algoliasearch-client-go | train | go |
03910df967a1ae7bcb2fa3aadd58255e0bcbf327 | diff --git a/src/jquery.draggable.js b/src/jquery.draggable.js
index <HASH>..<HASH> 100644
--- a/src/jquery.draggable.js
+++ b/src/jquery.draggable.js
@@ -18,7 +18,8 @@
handle: null,
container_width: 0, // 0 == auto
move_element: true,
- helper: false // or 'clone'
+ helper: f... | feat(draggable): option to not remove helper on drag stop | ducksboard_gridster.js | train | js |
a0612335101c7ce2a07d95da4b79f0d4a2b1a6a0 | diff --git a/packages/discord.js/src/util/APITypes.js b/packages/discord.js/src/util/APITypes.js
index <HASH>..<HASH> 100644
--- a/packages/discord.js/src/util/APITypes.js
+++ b/packages/discord.js/src/util/APITypes.js
@@ -304,11 +304,6 @@
*/
/**
- * @external ChannelType
- * @see {@link https://discord-api-types.... | docs(APITypes): Remove duplicate type definition (#<I>) | discordjs_discord.js | train | js |
bba14284ecbfc2d2aeef3b3aed4063bfe7e103c2 | diff --git a/source/library/utilities/get-patterns.js b/source/library/utilities/get-patterns.js
index <HASH>..<HASH> 100644
--- a/source/library/utilities/get-patterns.js
+++ b/source/library/utilities/get-patterns.js
@@ -108,7 +108,7 @@ async function getPatterns(options, cache) {
const misplacedKeys = omit(envi... | fix(server): print env deprecations only when offending keys are found
closes sinnerschrader/patternplate#<I> | patternplate-archive_patternplate-server | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.