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 |
|---|---|---|---|---|---|
bab8b46951c763e21889924a81feb034ead81ff6 | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -15,6 +15,10 @@ function test (html, expected, postcssOptions, typeFilter, plugins, done) {
}
describe('use postcss', function () {
+ it('object options', function () {
+ expect(function () { posthtml([... | test: add test for issue #<I> | posthtml_posthtml-postcss | train | js |
6047ce96e299d6288a8c3783181c6ef2802a7917 | diff --git a/test/tests/unit/sdam_spec_tests.js b/test/tests/unit/sdam_spec_tests.js
index <HASH>..<HASH> 100644
--- a/test/tests/unit/sdam_spec_tests.js
+++ b/test/tests/unit/sdam_spec_tests.js
@@ -15,7 +15,6 @@ function collectTests() {
.readdirSync(specDir)
.filter(d => fs.statSync(path.join(specDir, d)).i... | test(sdam): reenable removal test, testing `serverClosed` events | mongodb-js_mongodb-core | train | js |
df6868edc4020935a48e1dcbd1748bef3a0e4658 | diff --git a/src/cfg.js b/src/cfg.js
index <HASH>..<HASH> 100644
--- a/src/cfg.js
+++ b/src/cfg.js
@@ -1,6 +1,6 @@
'use strict';
-var sassdoc = require('./api');
+var logger = require('./log');
var path = require('path');
var chalk = require('chalk');
@@ -52,8 +52,8 @@ module.exports = function (config) {
c... | fix: prevent require() loop leading to undefined dependency | SassDoc_sassdoc | train | js |
bc46b663608e6e1f54e2b631e0d3ea0775734de4 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -38,7 +38,8 @@ var Schema = AmpersandState.extend({
if (!field) {
debug('`%s` is a new field', _id);
field = schema.fields.add({
- _id: _id
+ _id: _id,
+ ... | fix(main): export Schema class | mongodb-js_mongodb-schema | train | js |
179b5137276d31a2afcd14f727fa431d8dec6eb8 | diff --git a/lib/lockfile.js b/lib/lockfile.js
index <HASH>..<HASH> 100644
--- a/lib/lockfile.js
+++ b/lib/lockfile.js
@@ -25,7 +25,7 @@ module.exports = {
let jobCountByServer = {}
async function findNextServer () {
- const { config } = dbs()
+ const { config } = await dbs()
let servers
try {
// { ser... | fix: exec-server selection | greenkeeperio_greenkeeper | train | js |
6dfc7187c54c5b477ecfb07db45d997e77956345 | diff --git a/bin/whistle.js b/bin/whistle.js
index <HASH>..<HASH> 100755
--- a/bin/whistle.js
+++ b/bin/whistle.js
@@ -112,7 +112,7 @@ program
.option('-w, --password [password]', 'login password', String, undefined)
.option('-S, --storage [newStorageDir]', 'the new local storage directory', String, undefined)
... | refactor: Refine DNS cache | avwo_whistle | train | js |
1a7dabacbac6985e951aa07a340ea42ef8c1fd3c | diff --git a/test/test_etcd.py b/test/test_etcd.py
index <HASH>..<HASH> 100644
--- a/test/test_etcd.py
+++ b/test/test_etcd.py
@@ -102,9 +102,6 @@ def test_watching():
pyconfig.set('pyconfig.etcd.prefix', 'pyconfig_test/watching')
pyconfig.reload()
- if not pyconfig.etcd().watching:
- raise SkipTe... | test: Drop skip test clause for watching. | shakefu_pyconfig | train | py |
ac7bf692bfce8204e278205dde811515a51f154b | diff --git a/packages/discord.js/src/structures/AutocompleteInteraction.js b/packages/discord.js/src/structures/AutocompleteInteraction.js
index <HASH>..<HASH> 100644
--- a/packages/discord.js/src/structures/AutocompleteInteraction.js
+++ b/packages/discord.js/src/structures/AutocompleteInteraction.js
@@ -76,7 +76,7 @@... | docs(AutocompleteInteraction): change useless log in responds example (#<I>) | discordjs_discord.js | train | js |
5a280646a368dd8b29ffa648405b6953451aa81a | diff --git a/gridsome/lib/server/middlewares/graphql.js b/gridsome/lib/server/middlewares/graphql.js
index <HASH>..<HASH> 100644
--- a/gridsome/lib/server/middlewares/graphql.js
+++ b/gridsome/lib/server/middlewares/graphql.js
@@ -4,7 +4,7 @@ const { createQueryVariables } = require('../../graphql/utils')
module.exp... | fix(graphql): allow GET request with query param (#<I>) | gridsome_gridsome | train | js |
3c8a33e2c9cae8deef1770a5fce85acb2e85b5c6 | diff --git a/git/repo/base.py b/git/repo/base.py
index <HASH>..<HASH> 100644
--- a/git/repo/base.py
+++ b/git/repo/base.py
@@ -54,7 +54,9 @@ from .fun import (
)
from git.compat import (
text_type,
- defenc
+ force_text,
+ defenc,
+ PY3
)
import os
@@ -625,7 +627,12 @@ class Repo(object):
... | fix(encoding): in `untracked_files()`
I have no idea why PY3 requires such a mess of encoding/decoding
statements, but let's just be happy it works.
Also let's be sure I never ever write python code again ... EVER. | gitpython-developers_GitPython | train | py |
8c4c993fc4f22dea068692b57424518fd5dda4ec | diff --git a/ui/src/components/tabs/QRouteTab.js b/ui/src/components/tabs/QRouteTab.js
index <HASH>..<HASH> 100644
--- a/ui/src/components/tabs/QRouteTab.js
+++ b/ui/src/components/tabs/QRouteTab.js
@@ -30,10 +30,8 @@ export default Vue.extend({
return {
input: stop,
...this.qListeners,
- ... | fix(QRouteTab): fix events that should have been in the kbd navigation branch (#<I>) | quasarframework_quasar | train | js |
76ce2c25d209499808de0ad6872640c8b9b57c7f | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -2,7 +2,8 @@
module.exports = {
rules: {
- 'missing-perform': require('./lib/rules/missing-perform')
+ 'missing-perform': require('./lib/rules/missing-perform'),
+ 'missing-wait-message': require('./lib/rules/mi... | fix(rules): fixed 'missing-wait-message' rule initialization | alecxe_eslint-plugin-protractor | train | js |
3db840258be5a793eddb4caf7c2e7d8a3f34b8ab | diff --git a/scripts/build/build.js b/scripts/build/build.js
index <HASH>..<HASH> 100755
--- a/scripts/build/build.js
+++ b/scripts/build/build.js
@@ -98,6 +98,14 @@ shell.sed(
"dist/bin/prettier.js"
);
+shell.echo("Update ISSUE_TEMPLATE.md");
+shell.sed(
+ "-i",
+ /(?!Prettier Version.*?)\d+\.\d+\.\d+/,
+ pkg... | chore(build): update ISSUE_TEMPLATE.md before publish (#<I>) | josephfrazier_prettier_d | train | js |
776755c1bac01e63c0a6cafe2ffa7102ad89ca9c | diff --git a/lib/platform/github/index.js b/lib/platform/github/index.js
index <HASH>..<HASH> 100644
--- a/lib/platform/github/index.js
+++ b/lib/platform/github/index.js
@@ -1040,15 +1040,16 @@ async function createBranch(branchName, sha) {
await get.post(`repos/${config.repository}/git/refs`, options);
} catc... | fix: try updating branch if creating branch fails | renovatebot_renovate | train | js |
710fcba57ca3f53d29e16606a27cf7ffe765c3bb | diff --git a/Storyshots.test.js b/Storyshots.test.js
index <HASH>..<HASH> 100644
--- a/Storyshots.test.js
+++ b/Storyshots.test.js
@@ -1,3 +1,4 @@
+import ReactDOM from "react-dom";
import initStoryshots, {
multiSnapshotWithOptions,
} from "@storybook/addon-storyshots";
@@ -9,6 +10,8 @@ import { addSerializer } fr... | test(storyshots): mock createPortal | CraveFood_farmblocks | train | js |
46dde54fe2205f02cc77af4a2d1d5e7560665640 | diff --git a/httprunner/__main__.py b/httprunner/__main__.py
index <HASH>..<HASH> 100644
--- a/httprunner/__main__.py
+++ b/httprunner/__main__.py
@@ -2,10 +2,9 @@ import sys
import sentry_sdk
-from httprunner.cli import main
-
sentry_sdk.init("https://cc6dd86fbe9f4e7fbd95248cfcff114d@sentry.io/1862849")
if ... | fix: init sentry_sdk before main | HttpRunner_HttpRunner | train | py |
b3aa559fd35226a952d6e2341805ec2d3a69775a | diff --git a/internal/service/kafka/configuration.go b/internal/service/kafka/configuration.go
index <HASH>..<HASH> 100644
--- a/internal/service/kafka/configuration.go
+++ b/internal/service/kafka/configuration.go
@@ -1,12 +1,14 @@
package kafka
import (
+ "context"
"fmt"
"log"
"github.com/aws/aws-sdk-go/a... | fix(kafka): add customize diff func to handle revision change | terraform-providers_terraform-provider-aws | train | go |
9d13791b930986c2c05e701faafd4c031b237a49 | diff --git a/boot/server.js b/boot/server.js
index <HASH>..<HASH> 100644
--- a/boot/server.js
+++ b/boot/server.js
@@ -40,9 +40,15 @@ module.exports = function (server) {
*/
var engine = settings.view_engine || 'jade';
- server.engine(engine, cons[engine]);
- server.set('views', path.join(cwd, ... | feat(views): allow views to be overridden individually.
Previously, views were loaded exclusively from the project directory.
Now views are loaded from the package views directory by default and
can be overridden individually from the project views directory, if
necessary. This simplifies setup because we don't need t... | anvilresearch_connect | train | js |
31bb88edd09161064eb8f29c114f7e41806a5aea | diff --git a/fleetctl/cmd.go b/fleetctl/cmd.go
index <HASH>..<HASH> 100644
--- a/fleetctl/cmd.go
+++ b/fleetctl/cmd.go
@@ -78,7 +78,6 @@ func getRegistry(context *cli.Context) *registry.Registry {
func main() {
app := cli.NewApp()
- app.Version = version.Version
app.Name = "fleetctl"
app.Usage = "fleetctl is a... | fix(fleetctl): manually handle version flag | coreos_fleet | train | go |
d7c63008282420e5395095dd69da25d473ee6522 | diff --git a/noxfile.py b/noxfile.py
index <HASH>..<HASH> 100644
--- a/noxfile.py
+++ b/noxfile.py
@@ -32,7 +32,12 @@ TEST_DEPENDENCIES = [
"grpcio",
]
-ASYNC_DEPENDENCIES = ["pytest-asyncio", "aioresponses", "asynctest"]
+ASYNC_DEPENDENCIES = [
+ "pytest-asyncio",
+ "aioresponses",
+ "asynctest",
+ ... | test: skip aiohttp version that breaks aioresponses (#<I>) | googleapis_google-auth-library-python | train | py |
88e4750696eac4c073656ffb3982105dd987ab23 | diff --git a/lib/pact/specification_version.rb b/lib/pact/specification_version.rb
index <HASH>..<HASH> 100644
--- a/lib/pact/specification_version.rb
+++ b/lib/pact/specification_version.rb
@@ -14,5 +14,5 @@ module Pact
end
end
- SpecificationVersion::NIL_VERSION = Pact::SpecificationVersion.new('')
+ Spec... | feat: use 0 as the nil pact specification version | pact-foundation_pact-support | train | rb |
7d43ca22ec6515fb61792a5c13237fee4c021079 | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -284,7 +284,7 @@ it('RegExpLiteral', function () {
},
init: {
type: 'Literal',
- value: {},
+ value: /^foo$/im,
regex: {
... | test: maint value prop of RegExpLiteral | estools_espurify | train | js |
a3b8925180382f93f49f02dd052b5e887b4de8ef | diff --git a/lib/https/index.js b/lib/https/index.js
index <HASH>..<HASH> 100644
--- a/lib/https/index.js
+++ b/lib/https/index.js
@@ -892,7 +892,15 @@ module.exports = function(socket, next, isWebPort) {
statusLine = RegExp['$&'];
server.emit('connection', socket);
socket.emit('data', addClientInf... | refactor: refine socket.resume() | avwo_whistle | train | js |
72942cbdc7839c5d3e1543bb82ea67b7432a53f2 | diff --git a/lib/migration.js b/lib/migration.js
index <HASH>..<HASH> 100644
--- a/lib/migration.js
+++ b/lib/migration.js
@@ -37,7 +37,7 @@ var Migration = Skeleton.extend({
Migration.registerHook = function(plugin, internals) {
var plugin = plugin.hook('migrator:migration:hook:require');
- internals.parser = i... | chore(hook): allow also to hook without adding any extension | db-migrate_node-db-migrate | train | js |
754101b469ae566168466c9b28a508be40259249 | diff --git a/packages/xod-client/src/hinting/validation.js b/packages/xod-client/src/hinting/validation.js
index <HASH>..<HASH> 100644
--- a/packages/xod-client/src/hinting/validation.js
+++ b/packages/xod-client/src/hinting/validation.js
@@ -125,9 +125,13 @@ const shallValidateFunctions = {
R.either(
... | fix(xod-client): fix error hinting for changing label of any bus nodes | xodio_xod | train | js |
8f4ee54279cc3451a7372d1ee995a9c362f703d2 | diff --git a/__tests__/monorepo-deps.test.js b/__tests__/monorepo-deps.test.js
index <HASH>..<HASH> 100644
--- a/__tests__/monorepo-deps.test.js
+++ b/__tests__/monorepo-deps.test.js
@@ -98,7 +98,7 @@ describe('Bolt Components declare dependencies in package.json if used in Twig f
expect(boltPkg.name).pk... | test: give monorepo deps test longer | bolt-design-system_bolt | train | js |
a71600e83e90184b65f78e3aef86611a0a92ca8f | diff --git a/lib/creator/yeoman/webpack-generator.js b/lib/creator/yeoman/webpack-generator.js
index <HASH>..<HASH> 100644
--- a/lib/creator/yeoman/webpack-generator.js
+++ b/lib/creator/yeoman/webpack-generator.js
@@ -240,10 +240,12 @@ module.exports = class WebpackGenerator extends Generator {
fallback: 's... | fix: add css-loader appropriately (#<I>) | webpack_webpack-cli | train | js |
02ce5d76444ed329b14d7ef81f9919cc4d22e028 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -24,6 +24,18 @@ import parsePropertyValue from './parse-property-value'
*/
/**
+ * Fixes Webcomponents' broken way of wrapping elements, which causes problems with using `getComputedStyle` in Firefox.
+ * ... | feat: add fix for Webcomponents' broken wrapping | fczbkk_style-properties | train | js |
de855a79b98b55f184ea18e68c0e9014308b51d7 | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -339,7 +339,8 @@ gulp.task('docs/serve', function() {
// orchestrated targets
gulp.task('build.dart', function() {
return runSequence(
- ['build/transpile.dart', 'build/html.dart', 'build/pubspec.dart'],
+ ... | fix(build): run dartanalyzer after transpiler and html to avoid races | angular_angular | train | js |
c68f2742f7facb287d7f3fad04a83ad5b24a19cf | diff --git a/packages/driver/src/cy/commands/navigation.js b/packages/driver/src/cy/commands/navigation.js
index <HASH>..<HASH> 100644
--- a/packages/driver/src/cy/commands/navigation.js
+++ b/packages/driver/src/cy/commands/navigation.js
@@ -635,10 +635,6 @@ module.exports = (Commands, Cypress, cy, state, config) => {... | chore(driver): remove dead code in cy.visit (#<I>) | cypress-io_cypress | train | js |
81c33d078db450c6fa7b753a99c41f8ee6d84514 | diff --git a/src/uiSelectDirective.js b/src/uiSelectDirective.js
index <HASH>..<HASH> 100644
--- a/src/uiSelectDirective.js
+++ b/src/uiSelectDirective.js
@@ -360,6 +360,8 @@ uis.directive('uiSelect',
});
};
+ var opened = false;
+
scope.calculateDropdownPos = function() {
... | fix(uiSelect): remove flicker on search change
Removes flicker caused when changing the search string whilst still
preserving the original hiding when dropdown is not visible.
Fixes #<I> and closes #<I>
Closes #<I> (Supersedes) | angular-ui_ui-select | train | js |
0733a05aa8ad2d57b3e9cd3406847f3369a5bcb1 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -30,8 +30,13 @@ function viewsMiddleware(
{ autoRender = true, engineSource = consolidate, extension = 'html', options = {}, map } = {}
) {
return function views(ctx, next) {
+ let extendsContext = fa... | fix: extends context & response error | queckezz_koa-views | train | js |
282f140dc0aaa4cd2db635abc2b2f4d499cc71bc | diff --git a/src/main/resources/mustache/nashorn-bindings.js b/src/main/resources/mustache/nashorn-bindings.js
index <HASH>..<HASH> 100644
--- a/src/main/resources/mustache/nashorn-bindings.js
+++ b/src/main/resources/mustache/nashorn-bindings.js
@@ -2,8 +2,8 @@
* Bindings to use mustache.js with Nashorn.
*/
-// ... | docs: update js comments | mjeanroy_springmvc-mustache | train | js |
a4531c01104e86ca33b38f5bcc5ca052988b930f | diff --git a/karma.conf.js b/karma.conf.js
index <HASH>..<HASH> 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -1,8 +1,7 @@
// Karma configuration
-// Generated on Mon Mar 20 2017 15:06:42 GMT+0100 (CET)
-const commonjs = require('rollup-plugin-commonjs');
const angular = require('./dist/rollup-plugin-angular.js... | test: change to umd, remove generated info, sort require | cebor_rollup-plugin-angular | train | js |
991006cf61629318ebf089f2882ef8310cfe1304 | diff --git a/actor-apps/app-web/src/app/components/modals/InviteUser.react.js b/actor-apps/app-web/src/app/components/modals/InviteUser.react.js
index <HASH>..<HASH> 100644
--- a/actor-apps/app-web/src/app/components/modals/InviteUser.react.js
+++ b/actor-apps/app-web/src/app/components/modals/InviteUser.react.js
@@ -1... | fix(web): add caseless search to invite user modal | actorapp_actor-platform | train | js |
ad9e1ab0d54c1937d9e8241fa8652dc5917ac042 | diff --git a/lib/druid.js b/lib/druid.js
index <HASH>..<HASH> 100644
--- a/lib/druid.js
+++ b/lib/druid.js
@@ -312,12 +312,12 @@ function Druid(connectionString, discoveryPath, options) {
/**
- * Finished getting info about nodes and datasources
+ * (Re)loaded info about nodes and datasources
*
- * @pr... | feat(Druid): make Druid "not ready" while #reloadList() works | 7eggs_node-druid-query | train | js |
d8b2a1642c33ff7f4a2b2766d6ef381e21d53456 | diff --git a/src/runner.js b/src/runner.js
index <HASH>..<HASH> 100644
--- a/src/runner.js
+++ b/src/runner.js
@@ -343,6 +343,9 @@ async function runTest(test) {
}
} catch(error) {
mockConsole(false)
+ if (typeof error == 'string') {
+ error = Error(error)
+ }
if (!test.catch || !test.catch... | fix: protect against strings being thrown
Once in a blue moon, something throws a string instead of an error object. Plan for the worst. | aleclarson_testpass | train | js |
623535ba03a19cf0a9bf45ffadae73f7a7fadc63 | diff --git a/src/Jobs/ProcessView.php b/src/Jobs/ProcessView.php
index <HASH>..<HASH> 100644
--- a/src/Jobs/ProcessView.php
+++ b/src/Jobs/ProcessView.php
@@ -15,7 +15,6 @@ namespace CyrildeWit\EloquentViewable\Jobs;
use Illuminate\Bus\Queueable;
use CyrildeWit\EloquentViewable\View;
-use Illuminate\Queue\Serialize... | fix: job failing because of the SerializesModels trait | cyrildewit_eloquent-viewable | train | php |
a3c65d75fef7c95fb322214544aaa89383bb80c6 | diff --git a/system/HTTP/ResponseTrait.php b/system/HTTP/ResponseTrait.php
index <HASH>..<HASH> 100644
--- a/system/HTTP/ResponseTrait.php
+++ b/system/HTTP/ResponseTrait.php
@@ -22,7 +22,7 @@ use DateTimeZone;
use InvalidArgumentException;
/**
- * Request Trait
+ * Response Trait
*
* Additional methods to make... | docs: fix doc comments | codeigniter4_CodeIgniter4 | train | php |
686fdc66b0413b61ff7001d6da95d5c043f8b83e | diff --git a/packages/api-core/src/tests/ms.test.js b/packages/api-core/src/tests/ms.test.js
index <HASH>..<HASH> 100644
--- a/packages/api-core/src/tests/ms.test.js
+++ b/packages/api-core/src/tests/ms.test.js
@@ -100,16 +100,25 @@ describe('AvMicroservice', () => {
expect(ms.getUrl(testConfig)).toBe(testExpect... | test(api-core): add more test for microservice | Availity_sdk-js | train | js |
06a9f830afcd17b4f9c6b3044224ed98c3e4b09a | diff --git a/src/ReturnTypes/ModelExtension.php b/src/ReturnTypes/ModelExtension.php
index <HASH>..<HASH> 100644
--- a/src/ReturnTypes/ModelExtension.php
+++ b/src/ReturnTypes/ModelExtension.php
@@ -112,6 +112,8 @@ final class ModelExtension implements DynamicStaticMethodReturnTypeExtension, Br
}
... | fix: replaces abstract model return hint by the static implemention | nunomaduro_larastan | train | php |
ce3937e8754a964ab230ca01c4639cec0c7dd1b2 | diff --git a/packages/input-text/src/TextInput.story.js b/packages/input-text/src/TextInput.story.js
index <HASH>..<HASH> 100644
--- a/packages/input-text/src/TextInput.story.js
+++ b/packages/input-text/src/TextInput.story.js
@@ -38,6 +38,18 @@ storiesOf("Text Input", module)
))
)
.add(
+ "disabled prote... | test(input-text): new story for protected and disabled
affects: @crave/farmblocks-input-text
should not display the edit button and should not make label grey | CraveFood_farmblocks | train | js |
530d27c4f7819a57bb8a9d949423f15f1e4195b5 | diff --git a/src/rpc/rpc-handler.js b/src/rpc/rpc-handler.js
index <HASH>..<HASH> 100644
--- a/src/rpc/rpc-handler.js
+++ b/src/rpc/rpc-handler.js
@@ -271,7 +271,16 @@ module.exports = class RpcHandler {
const proxy = new RpcProxy(this._options, msg.remotePrivateTopic, msg.data[0], msg.data[1])
this._make... | fix: handle rpc acks from message bus when rpc is not found
Fixes #<I> | deepstreamIO_deepstream.io | train | js |
86cc8d0cb5374ab94430aa59b7746c97f2b915ea | diff --git a/tests/Keboola/Syrup/Service/Queue/QueueTest.php b/tests/Keboola/Syrup/Service/Queue/QueueTest.php
index <HASH>..<HASH> 100644
--- a/tests/Keboola/Syrup/Service/Queue/QueueTest.php
+++ b/tests/Keboola/Syrup/Service/Queue/QueueTest.php
@@ -58,5 +58,4 @@ class QueueTest extends \PHPUnit_Framework_TestCase
... | test: psr-2 compliance | keboola_syrup | train | php |
e2c5d0dbe0035397890826bbf972d6ebca0e4cb7 | diff --git a/git_pull_request/__init__.py b/git_pull_request/__init__.py
index <HASH>..<HASH> 100644
--- a/git_pull_request/__init__.py
+++ b/git_pull_request/__init__.py
@@ -628,7 +628,12 @@ def fork_and_push_pull_request(
]
)
- pulls = list(repo_to_fork.get_pulls(base=target_branch, head=he... | fix: don't use head= for getting pull requests (#<I>)
using head on `GET repos/<owner>/<repo>/pulls` doesn't work for private
repository, the returned list is empty. | Mergifyio_git-pull-request | train | py |
1b40aa25326adeb9c75ba821d29e9b5320c0883d | diff --git a/lib/hls/hls_parser.js b/lib/hls/hls_parser.js
index <HASH>..<HASH> 100644
--- a/lib/hls/hls_parser.js
+++ b/lib/hls/hls_parser.js
@@ -2320,7 +2320,7 @@ shaka.hls.HlsParser = class {
if (contentType == ContentType.TEXT) {
// The extension map didn't work.
- if (!codecs || codecs == 'vtt')... | fix: Recognize "wvtt" codec in HLS WebVTT tracks (#<I>) | google_shaka-player | train | js,js |
41b54c768826b244cdac5b8f6751c9a495f08370 | diff --git a/src/components/Drawer/styled/container.js b/src/components/Drawer/styled/container.js
index <HASH>..<HASH> 100644
--- a/src/components/Drawer/styled/container.js
+++ b/src/components/Drawer/styled/container.js
@@ -86,7 +86,7 @@ const StyledContainer = attachThemeAttrs(styled.section).attrs(props => {
... | fix: remove transform when visible (#<I>) | 90milesbridge_react-rainbow | train | js |
adb8634700b29becaa2fe1122cbfb43a81d6fee7 | diff --git a/cypress/integration/admin/pageBuilder/page/importExportPages.spec.js b/cypress/integration/admin/pageBuilder/page/importExportPages.spec.js
index <HASH>..<HASH> 100644
--- a/cypress/integration/admin/pageBuilder/page/importExportPages.spec.js
+++ b/cypress/integration/admin/pageBuilder/page/importExportPag... | chore(cypress): fix page import/export test | Webiny_webiny-js | train | js |
2ac33d79fee41270205f5f86c6757dde5ebb9600 | diff --git a/snapshots/devmapper/snapshotter_test.go b/snapshots/devmapper/snapshotter_test.go
index <HASH>..<HASH> 100644
--- a/snapshots/devmapper/snapshotter_test.go
+++ b/snapshots/devmapper/snapshotter_test.go
@@ -137,7 +137,7 @@ func testUsage(t *testing.T, snapshotter snapshots.Snapshotter) {
// Should be at... | test: fix assert.Check's argumets to show its parameters correctly
The change I made at db<I>fc2 didn't show its parameters correctly. | containerd_containerd | train | go |
ee3ed0f2c34f98b8de13e746be7114d7a453ceb9 | diff --git a/lib/upgrade.js b/lib/upgrade.js
index <HASH>..<HASH> 100644
--- a/lib/upgrade.js
+++ b/lib/upgrade.js
@@ -41,7 +41,8 @@ function getPluginNameByReq(req, callback) {
}
var plugin = isPluginUrl ? pluginMgr.getPluginByName(name) : pluginMgr.getPlugin(name + ':');
pluginMgr.loadPlugin(plugin, function... | feat: support for using websocket to connect plugin ui server | avwo_whistle | train | js |
c540da8e2f38156f5b6f545bfe6c21da63b27824 | diff --git a/apps/actor-web/gulpfile.babel.js b/apps/actor-web/gulpfile.babel.js
index <HASH>..<HASH> 100644
--- a/apps/actor-web/gulpfile.babel.js
+++ b/apps/actor-web/gulpfile.babel.js
@@ -96,7 +96,7 @@ gulp.task('static', ['assets', 'actor', 'push', 'html']);
gulp.task('dev', ['static', 'webpack-dev-server']);
... | fix(web): uncomment manifest task | actorapp_actor-platform | train | js |
20e15f737c33ba8b62baf84b71f8ca9137c94682 | diff --git a/packages/openneuro-server/src/libs/authentication/passport.js b/packages/openneuro-server/src/libs/authentication/passport.js
index <HASH>..<HASH> 100644
--- a/packages/openneuro-server/src/libs/authentication/passport.js
+++ b/packages/openneuro-server/src/libs/authentication/passport.js
@@ -126,6 +126,12... | fix: Add missing reviewer scope to jwt verify step | OpenNeuroOrg_openneuro | train | js |
0e7df23d0b5495307a77ed579fbcc94fc9c0fcb9 | diff --git a/src/resolvers/helpers/filter.js b/src/resolvers/helpers/filter.js
index <HASH>..<HASH> 100644
--- a/src/resolvers/helpers/filter.js
+++ b/src/resolvers/helpers/filter.js
@@ -69,6 +69,8 @@ export const filterHelperArgs = (
const filterTypeName: string = opts.filterTypeName;
const itc = typeComposer.ge... | fix: make field '_id' optional in filter argument
In some cases, some resolver were making the filter._id argument required.
This is a minor change that doesn't break any code.
since that all the arguments in Filter are optional unless makeRequired is defined in options | graphql-compose_graphql-compose-mongoose | train | js |
dbf58a397ad156b7150360b9ec0b04be12f2fcf4 | diff --git a/lib/components/form/settings-selector-panel.js b/lib/components/form/settings-selector-panel.js
index <HASH>..<HASH> 100644
--- a/lib/components/form/settings-selector-panel.js
+++ b/lib/components/form/settings-selector-panel.js
@@ -2,7 +2,6 @@ import React, { Component, PropTypes } from 'react'
import {... | refactor(form): Remove unused code | opentripplanner_otp-react-redux | train | js |
fe4f5c6e19214d6cf4d42da9430de03040532bab | diff --git a/build/generateTsDefs.py b/build/generateTsDefs.py
index <HASH>..<HASH> 100755
--- a/build/generateTsDefs.py
+++ b/build/generateTsDefs.py
@@ -102,8 +102,6 @@ def GenerateTsDefs(inputs, output):
f.write(license_header)
f.write(b'\n')
f.write(contents)
- f.write(b'\n')
- f.write(b'export... | fix: Revert "Add missing module export in generated typescript defs" (#<I>)
Reverts shaka-project/shaka-player#<I>
Closes #<I> | google_shaka-player | train | py |
2a5586da9b4e1e4b69c34ce00a7f06e479a81eb4 | diff --git a/packages/react/src/components/MultiSelect/next/FilterableMultiSelect.js b/packages/react/src/components/MultiSelect/next/FilterableMultiSelect.js
index <HASH>..<HASH> 100644
--- a/packages/react/src/components/MultiSelect/next/FilterableMultiSelect.js
+++ b/packages/react/src/components/MultiSelect/next/Fi... | fix(react): check if dropdown is open before stopping propagation (#<I>)
* fix(react): check if dropdown is open before stopping propagation
* chore(react): remove testing story | carbon-design-system_carbon-components | train | js |
0a9b8794b372d7e703543e008477907c21f8d93e | diff --git a/lib/plugins/load-plugin.js b/lib/plugins/load-plugin.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/load-plugin.js
+++ b/lib/plugins/load-plugin.js
@@ -184,7 +184,7 @@ var getSession = function(reqId, req, cb, isReq) {
return cb(session);
}
}
- var cbList = (isReq ? reqCallbacks[reqId] : ... | refactor: getSession | avwo_whistle | train | js |
c5ebd5525ca93debbc3ab7953810855c46d2e63e | diff --git a/vsan/types/enum.go b/vsan/types/enum.go
index <HASH>..<HASH> 100644
--- a/vsan/types/enum.go
+++ b/vsan/types/enum.go
@@ -828,7 +828,7 @@ func init() {
type VimClusterVsanDiskGroupCreationType string
const (
- VimClusterVsanDiskGroupCreationTypeallflash = VimClusterVsanDiskGrou... | fix:fail to add ssd disk into allflash disk group
Closes: #<I> | vmware_govmomi | train | go |
4e9446de63a9a443ccf15350faf6aded45099e7a | diff --git a/opaque_keys/tests/test_opaque_keys.py b/opaque_keys/tests/test_opaque_keys.py
index <HASH>..<HASH> 100644
--- a/opaque_keys/tests/test_opaque_keys.py
+++ b/opaque_keys/tests/test_opaque_keys.py
@@ -99,8 +99,8 @@ class DictKey(DummyKey):
raise InvalidKeyError(cls, serialized) from error
... | chore: pylint again | edx_opaque-keys | train | py |
e902760accf23290430f53eab4726f21715edf31 | diff --git a/src/Lucid/Relations/BelongsToMany.js b/src/Lucid/Relations/BelongsToMany.js
index <HASH>..<HASH> 100644
--- a/src/Lucid/Relations/BelongsToMany.js
+++ b/src/Lucid/Relations/BelongsToMany.js
@@ -920,7 +920,7 @@ class BelongsToMany extends BaseRelation {
* Adding all aggregate methods at once.
*/
aggreg... | fix(belongsToMany): typo in relation added methods on base relation
fix #<I> | adonisjs_adonis-lucid | train | js |
74701442ac0bed0d8961b2ce48a65be4e681429d | diff --git a/docs/src/routes.js b/docs/src/routes.js
index <HASH>..<HASH> 100644
--- a/docs/src/routes.js
+++ b/docs/src/routes.js
@@ -4,8 +4,8 @@ import { BrowserRouter, Redirect, Route, Switch } from 'react-router-dom'
import ExternalExampleLayout from './components/ExternalExampleLayout'
import DocsLayout from './... | docs(routes): fix layout component imports | Semantic-Org_Semantic-UI-React | train | js |
d8d1f9d5ace0db71cf256e809ebf44ff090d9237 | diff --git a/tests/test_history.py b/tests/test_history.py
index <HASH>..<HASH> 100644
--- a/tests/test_history.py
+++ b/tests/test_history.py
@@ -111,7 +111,7 @@ class GenerateChangelogTests(TestCase):
def test_current_version_should_return_correct_version():
- self.assertEqual(get_current_version(), semantic_... | chore(pytest): Use assert in pytest-test | relekang_python-semantic-release | train | py |
eb8426fc6dba604dd3613af211cdfede2f6dc3f5 | diff --git a/packages/themes/src/__stories__/ThemeContext.stories.js b/packages/themes/src/__stories__/ThemeContext.stories.js
index <HASH>..<HASH> 100644
--- a/packages/themes/src/__stories__/ThemeContext.stories.js
+++ b/packages/themes/src/__stories__/ThemeContext.stories.js
@@ -7,7 +7,7 @@ import ThemeContext from ... | docs: Rename ThemeContext story | Autodesk_hig | train | js |
1cc6052ce540a74e6cb48495edf6e4b29e216b92 | diff --git a/lib/attach/attachment.rb b/lib/attach/attachment.rb
index <HASH>..<HASH> 100644
--- a/lib/attach/attachment.rb
+++ b/lib/attach/attachment.rb
@@ -88,6 +88,7 @@ module Attach
attachment.disposition = disposition
attachment.cache_type = cache_type
attachment.cache_max_age = cache_max_age... | fix: copy the serve attribute to children by default | adamcooke_attach | train | rb |
ea4ea9de0c1dfbdab6e540e7723828953babdf4b | diff --git a/swagger.go b/swagger.go
index <HASH>..<HASH> 100644
--- a/swagger.go
+++ b/swagger.go
@@ -41,7 +41,10 @@ func WrapHandler(h *webdav.Handler) gin.HandlerFunc {
}
index.Execute(c.Writer, s)
case "doc.json":
- doc, _ := swag.ReadDoc()
+ doc, err := swag.ReadDoc()
+ if err != nil {
+ panic(... | refactor: panic if error exists (#<I>) | swaggo_gin-swagger | train | go |
b747b922df087d2dae749cdc61cd568f7f98ecb6 | diff --git a/test/mustache-spec-test.js b/test/mustache-spec-test.js
index <HASH>..<HASH> 100644
--- a/test/mustache-spec-test.js
+++ b/test/mustache-spec-test.js
@@ -32,7 +32,7 @@ var skipTests = {
]
};
-// You can run the skiped tests by setting the NOSKIP environment variable to
+// You can run the skipped tes... | docs: Fix simple typo, skiped -> skipped (#<I>)
There is a small typo in test/mustache-spec-test.js.
Should read `skipped` rather than `skiped`. | janl_mustache.js | train | js |
d0cd7884fe6482579827cf9162c00302179b3a37 | diff --git a/spec/controllers/home_controller_spec.rb b/spec/controllers/home_controller_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/controllers/home_controller_spec.rb
+++ b/spec/controllers/home_controller_spec.rb
@@ -240,7 +240,7 @@ describe HomeController do
it 'should be successful and report two messages'... | fix: deprecated `success?` removed in Rails 6.x ActionDispatch | rollbar_rollbar-gem | train | rb |
d7aa5e5bc8d7f089b7caeb6e6de6dde17edf0a4c | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -137,18 +137,25 @@ htmlhelp_basename = 'BackendAIClientSDKforPythonDocumentationdoc'
# -- Options for LaTeX output ------------------------------------------------
-
latex_elements = {
- # The paper si... | docs: Polish pdf output a little | lablup_backend.ai-client-py | train | py |
dff7a1f97b8bf65776f7db039a9d0996157a0cde | diff --git a/ui/src/components/input/QInput.js b/ui/src/components/input/QInput.js
index <HASH>..<HASH> 100644
--- a/ui/src/components/input/QInput.js
+++ b/ui/src/components/input/QInput.js
@@ -138,7 +138,10 @@ export default createComponent({
if (hasMask.value === true) {
if (stopValueWatcher === true... | fix(QInput): update internal value if using mask and external value is changed from the cached one #<I> (#<I>)
#<I> | quasarframework_quasar | train | js |
925c47e51a12731479b3675af9abd7d396ed8bff | diff --git a/packages/analytics-core/src/analytics.js b/packages/analytics-core/src/analytics.js
index <HASH>..<HASH> 100644
--- a/packages/analytics-core/src/analytics.js
+++ b/packages/analytics-core/src/analytics.js
@@ -92,6 +92,10 @@ export default class AvAnalytics {
!isValidEventTypeOnTarget(event);
get... | refactor(analytics-core): in some cases the parent element doesn't have attrs | Availity_sdk-js | train | js |
18063a51e79abfc8875e48c41a0c93b01283df09 | diff --git a/nodes/config-server/config-server.js b/nodes/config-server/config-server.js
index <HASH>..<HASH> 100644
--- a/nodes/config-server/config-server.js
+++ b/nodes/config-server/config-server.js
@@ -158,6 +158,8 @@ module.exports = function(RED) {
this.credentials.access_token = process.env.SUP... | refactor: Disable connection delay if not using the addon | zachowj_node-red-contrib-home-assistant-websocket | train | js |
2889c88110a98b60197389dc9b312b25ab329fdb | diff --git a/packages/redux-antd/src/form.js b/packages/redux-antd/src/form.js
index <HASH>..<HASH> 100644
--- a/packages/redux-antd/src/form.js
+++ b/packages/redux-antd/src/form.js
@@ -28,7 +28,7 @@ function flatFields(ob) {
* @param {object} options - 选项
* @param {boolean} options.resetOnUnMount - 卸载时是否清空 redux ... | fix: resetOnUnMount | 36node_sketch | train | js |
173fffa11fc8fae53d82ea447fce6b9a432f7714 | diff --git a/src/Parallax.js b/src/Parallax.js
index <HASH>..<HASH> 100644
--- a/src/Parallax.js
+++ b/src/Parallax.js
@@ -11,7 +11,7 @@ const Parallax = ({ children, className, image, options, ...props }) => {
return () => {
instance && instance.destroy();
};
- }, [_parallax]);
+ }, [_parallax, opti... | fix: useEffect missing dependency | react-materialize_react-materialize | train | js |
12994a48bfcc7e2abb2e2479d1880c57d36867be | diff --git a/.eslintrc.js b/.eslintrc.js
index <HASH>..<HASH> 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -1,6 +1,7 @@
const OFF = "off";
module.exports = {
+ root: true,
extends: "eslint:recommended",
parserOptions: {
ecmaVersion: 2017, | chore(eslint): mark as root config | babel_minify | train | js |
e165825797383daad17fd16b3bbca0611a993306 | 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
@@ -113,8 +113,8 @@ class Network(object):
"""Get a listing of data for specific users ``user_ids`` in
this network
- :type user_ids: list of str
- ... | docs(dev): Fix type in docstr" | hfaran_piazza-api | train | py |
f1dbd4fdd3125ecd9cfc48021d493274dfcb2532 | diff --git a/packages/insomnia-app/app/common/import.js b/packages/insomnia-app/app/common/import.js
index <HASH>..<HASH> 100644
--- a/packages/insomnia-app/app/common/import.js
+++ b/packages/insomnia-app/app/common/import.js
@@ -310,11 +310,13 @@ export async function importRaw(
importedDocs[spec.type].push(sp... | fix: only change environment on fresh import (#<I>) | getinsomnia_insomnia | train | js |
a5409d42deb69ff5982a732a7e947ce97fce9c1e | diff --git a/lib/commons/aria/lookup-table.js b/lib/commons/aria/lookup-table.js
index <HASH>..<HASH> 100644
--- a/lib/commons/aria/lookup-table.js
+++ b/lib/commons/aria/lookup-table.js
@@ -1599,7 +1599,7 @@ lookupTable.role = {
context: null,
unsupported: false,
allowedElements: {
- nodeName: ['ol', 'ul']
... | fix(aria-allowed-role): Add fieldset to allowed elements for radiogroup (#<I>) | dequelabs_axe-core | train | js |
b613df318e0bef4e8d9f2a08835ae3053be99f0c | diff --git a/tests/gui/test_backward_compatibility_storage.py b/tests/gui/test_backward_compatibility_storage.py
index <HASH>..<HASH> 100644
--- a/tests/gui/test_backward_compatibility_storage.py
+++ b/tests/gui/test_backward_compatibility_storage.py
@@ -78,7 +78,20 @@ def test_backward_compatibility_storage(caplog):
... | feat(test_backward_compatibility): run state machines saved with other python version | DLR-RM_RAFCON | train | py |
79b0dd0e154e2282341289de362ff3dfdd40fbb6 | diff --git a/packages/tpl-tcp/src/index.js b/packages/tpl-tcp/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/tpl-tcp/src/index.js
+++ b/packages/tpl-tcp/src/index.js
@@ -3,11 +3,12 @@ import Whisper from "@36node/whisper";
import Request from "./request";
import Response from "./response";
import Protocol f... | fix: use port from env | 36node_sketch | train | js |
40648fdcd24288ed30db8cf09489ff75902a4de8 | diff --git a/src/style/button.js b/src/style/button.js
index <HASH>..<HASH> 100644
--- a/src/style/button.js
+++ b/src/style/button.js
@@ -44,7 +44,7 @@ var buttonStyle = {
primaryStyle: {
background: '#53C7F2',
border: '1px solid #53C7F2',
- borderBottomColor: '#3C9CC0',
+ borderBottomColor: '#3995B... | style(Button): improve colors for pressed state of primary button | nikgraf_belle | train | js |
9eeb90e21940d98a9a32fe935e9504055cab434e | diff --git a/Bundle/BusinessEntityTemplateBundle/Entity/BusinessEntityTemplate.php b/Bundle/BusinessEntityTemplateBundle/Entity/BusinessEntityTemplate.php
index <HASH>..<HASH> 100644
--- a/Bundle/BusinessEntityTemplateBundle/Entity/BusinessEntityTemplate.php
+++ b/Bundle/BusinessEntityTemplateBundle/Entity/BusinessEnti... | fix: review from Paul
remove the persistance of the layout. | Victoire_victoire | train | php |
69e1b54deb77c76b6832f36e4b31d4316a34f17d | diff --git a/clientconn_test.go b/clientconn_test.go
index <HASH>..<HASH> 100644
--- a/clientconn_test.go
+++ b/clientconn_test.go
@@ -1067,8 +1067,14 @@ func stayConnected(cc *ClientConn) {
defer cancel()
for {
- cc.Connect()
- if state := cc.GetState(); state == connectivity.Shutdown || !cc.WaitForStateChange... | test: fix stayConnected to call Connect after state reports IDLE (#<I>) | grpc_grpc-go | train | go |
55b13ff14fc77040e62e0cd7850ca7424aa31611 | diff --git a/wireprotocol/command.js b/wireprotocol/command.js
index <HASH>..<HASH> 100644
--- a/wireprotocol/command.js
+++ b/wireprotocol/command.js
@@ -22,9 +22,15 @@ function command(server, ns, cmd, options, callback) {
const bson = server.s.bson;
const pool = server.s.pool;
const readPreference = getRead... | fix(command): only add `$query` to command in OP_QUERY | mongodb_node-mongodb-native | train | js |
824d1e2f62c8ae6e5a9d0af88dba08eb3a08735c | diff --git a/src/elements/tiles/Tiles.js b/src/elements/tiles/Tiles.js
index <HASH>..<HASH> 100644
--- a/src/elements/tiles/Tiles.js
+++ b/src/elements/tiles/Tiles.js
@@ -1,6 +1,7 @@
// NG2
import { Component, Input, Output, EventEmitter, forwardRef, Provider, ElementRef } from '@angular/core';
import { NG_VALUE_ACC... | fix(Tiles): Initial input if false would not render | bullhorn_novo-elements | train | js |
fd7a09b4d4c7265e631b1d9c153362c87ed4132c | diff --git a/packages/cli/bin/linaria.js b/packages/cli/bin/linaria.js
index <HASH>..<HASH> 100755
--- a/packages/cli/bin/linaria.js
+++ b/packages/cli/bin/linaria.js
@@ -2,4 +2,4 @@
/* eslint-disable import/no-unresolved */
-module.exports = require('../lib/cli');
+module.exports = require('../lib/linaria'); | fix(cli): cannot find module '../lib/cli' (#<I>) (#<I>) | callstack_linaria | train | js |
b15a767a7d297ae788e3be8ac0aece0d2715f81c | diff --git a/src/build.js b/src/build.js
index <HASH>..<HASH> 100644
--- a/src/build.js
+++ b/src/build.js
@@ -596,7 +596,7 @@ function getRules(id) {
// Require or disallow strict mode directives
// @see https://eslint.org/docs/rules/strict
- rules["strict"] = ["error", "global"];
+ rules["strict"] = (id === "ty... | feat: disable "strict" for typescript config
Strict is already implied with ES Modules, keeping the rule enabled would merely output a warning when it encounters a redundant "use strict" statement. | wildpeaks_packages-eslint-config | train | js |
934783afe15e3b65eb7f289cb4bf17292e92dae6 | diff --git a/src/tracing/instrumentation/redis.js b/src/tracing/instrumentation/redis.js
index <HASH>..<HASH> 100644
--- a/src/tracing/instrumentation/redis.js
+++ b/src/tracing/instrumentation/redis.js
@@ -150,11 +150,13 @@ function instrumentMultiExec(isAtomic, original) {
subCommands[i] = subCommand.command;
... | fix(tracing): do not send batch size 0 (redis multi) (#<I>) | instana_nodejs-sensor | train | js |
91daa9c00e3c410d5e35c18c333e580f2d15b8cc | diff --git a/packages/cli/lib/pm.js b/packages/cli/lib/pm.js
index <HASH>..<HASH> 100644
--- a/packages/cli/lib/pm.js
+++ b/packages/cli/lib/pm.js
@@ -44,11 +44,12 @@ exports.resolve = (...modules) =>
...Object.keys(deps).map(key => `${key}@${deps[key]}`)
)
: Pro... | refactor(cli): tweak peer dependency installation | untool_untool | train | js |
abf7afeca5f7f4bfc8c2f6f38618f4f0065150f4 | diff --git a/remoting/remoting-triple/src/main/java/com/alipay/sofa/rpc/tracer/sofatracer/TripleTracerAdapter.java b/remoting/remoting-triple/src/main/java/com/alipay/sofa/rpc/tracer/sofatracer/TripleTracerAdapter.java
index <HASH>..<HASH> 100644
--- a/remoting/remoting-triple/src/main/java/com/alipay/sofa/rpc/tracer/s... | feat:allow user set the version of triple (#<I>) | alipay_sofa-rpc | train | java |
4f5ed1e41fe3ae01fea941f688aa2abcbfdfa493 | diff --git a/dist/js/jquery.orgchart.js b/dist/js/jquery.orgchart.js
index <HASH>..<HASH> 100644
--- a/dist/js/jquery.orgchart.js
+++ b/dist/js/jquery.orgchart.js
@@ -94,7 +94,7 @@
if (mutations[i].addedNodes[j].classList.contains('orgchart')) {
if (opts.initCompleted && typeof opts.initComplete... | fix(events): trigger init event on orgchart div | dabeng_OrgChart | train | js |
ef5b67974d772140a58240a1c079e6c79f2d66cc | diff --git a/lib/routes/admin-api/context.js b/lib/routes/admin-api/context.js
index <HASH>..<HASH> 100644
--- a/lib/routes/admin-api/context.js
+++ b/lib/routes/admin-api/context.js
@@ -87,11 +87,13 @@ class ContextController extends Controller {
try {
await this.store.get(name);
- a... | fix: use validated and stripped data when updating | Unleash_unleash | train | js |
d9a091f674eb892c4c2b4112e275524e49a1ee8a | diff --git a/src/util/Snowflake.js b/src/util/Snowflake.js
index <HASH>..<HASH> 100644
--- a/src/util/Snowflake.js
+++ b/src/util/Snowflake.js
@@ -27,11 +27,18 @@ class SnowflakeUtil {
/**
* Generates a Discord snowflake.
* <info>This hardcodes the worker ID as 1 and the process ID as 0.</info>
+ * @param ... | feat(SnowflakeUtil): allow snowflakes to be generated dynamically | discordjs_discord.js | train | js |
a8136d248509e1a1498f48abb23acc71063d6f51 | diff --git a/remote.go b/remote.go
index <HASH>..<HASH> 100644
--- a/remote.go
+++ b/remote.go
@@ -617,6 +617,7 @@ func (r *Remote) newUploadPackRequest(o *FetchOptions,
for _, s := range o.RefSpecs {
if !s.IsWildcard() {
isWildcard = false
+ break
}
} | fix: a range loop can break in advance | src-d_go-git | train | go |
f43519679478a2fe3588d478652b5e453e0fe32f | diff --git a/actor-sdk/sdk-core/runtime/runtime-shared/src/main/java/im/actor/runtime/json/JSONStringer.java b/actor-sdk/sdk-core/runtime/runtime-shared/src/main/java/im/actor/runtime/json/JSONStringer.java
index <HASH>..<HASH> 100644
--- a/actor-sdk/sdk-core/runtime/runtime-shared/src/main/java/im/actor/runtime/json/J... | fix(core): JSON remove reflection, unsupported methods | actorapp_actor-platform | train | java |
f217f60df5c67dc79fbe0a3a34f4bfe06e37476e | diff --git a/lib/pool.js b/lib/pool.js
index <HASH>..<HASH> 100644
--- a/lib/pool.js
+++ b/lib/pool.js
@@ -124,6 +124,15 @@ Pool.prototype.end = function (cb) {
}
};
+function _domainify (callback) {
+ var domain = process.domain;
+ if (domain && callback) {
+ return process.domain.bind(callback);
+ } else ... | fix: callbacks on pool.query are never called (should fix #<I> #<I> ) | sidorares_node-mysql2 | train | js |
87c58fb938b72eb07024f7c4947fca60650a1bd8 | diff --git a/src/create-local-vue.js b/src/create-local-vue.js
index <HASH>..<HASH> 100644
--- a/src/create-local-vue.js
+++ b/src/create-local-vue.js
@@ -23,7 +23,7 @@ function createLocalVue (): Component {
instance.config.errorHandler = errorHandler
// option merge strategies need to be exposed by reference
... | docs: fix typo (#<I>) | vuejs_vue-test-utils | train | js |
a1eaefba22dd9f974bf099fe0ca604be135ad7f4 | 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
@@ -1128,7 +1128,7 @@ function getForwardedFor(headers) {
}
var index = val.indexOf(',');
if (index !== -1) {
- val = val.substring(0, index).trim();
+ val = val.substring(0, ind... | refactor: Get client ip from x-forwarded-for first | avwo_whistle | train | js |
76d1c8e12e9e3b0b7187869f2130db7555552696 | diff --git a/tests/Unit/Traits/ViewableTest.php b/tests/Unit/Traits/ViewableTest.php
index <HASH>..<HASH> 100644
--- a/tests/Unit/Traits/ViewableTest.php
+++ b/tests/Unit/Traits/ViewableTest.php
@@ -542,4 +542,23 @@ class ViewableTest extends TestCase
// past 60 years == 5
$this->assertEquals(5, $post... | test: add test for `removeViews` method of Viewable trait | cyrildewit_eloquent-viewable | train | php |
d273399481353804168f45d0a5ad64c829651e6c | diff --git a/packages/ringcentral-widgets/components/DatePicker/index.js b/packages/ringcentral-widgets/components/DatePicker/index.js
index <HASH>..<HASH> 100644
--- a/packages/ringcentral-widgets/components/DatePicker/index.js
+++ b/packages/ringcentral-widgets/components/DatePicker/index.js
@@ -36,7 +36,7 @@ export ... | fix(component): fix DatePicker issues (#<I>)
fix
BREAKING CHANGE: no
no | ringcentral_ringcentral-js-widgets | train | js |
66b4637bb839481a0812dbc1f328255aaae65054 | diff --git a/src/components/Column/index.js b/src/components/Column/index.js
index <HASH>..<HASH> 100644
--- a/src/components/Column/index.js
+++ b/src/components/Column/index.js
@@ -15,8 +15,7 @@ export default function Column() {
Column.propTypes = {
/**
- * The header of the column. it could just an Stri... | docs: typos in column comp props and methods (#<I>) | 90milesbridge_react-rainbow | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.