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
342c23514d9f6d4fbbc2bc8f0f6ba80854393c54
diff --git a/src/services/campaigns/enum/AttributionModelEnum.php b/src/services/campaigns/enum/AttributionModelEnum.php index <HASH>..<HASH> 100644 --- a/src/services/campaigns/enum/AttributionModelEnum.php +++ b/src/services/campaigns/enum/AttributionModelEnum.php @@ -11,4 +11,5 @@ class AttributionModelEnum extends ...
fix(campaigns): add new attribution model - LYDCCD
sitkoru_yandex-direct-api
train
php
49794693913ce6d7c15647f5272572771f279828
diff --git a/includes/edu-question-functions.php b/includes/edu-question-functions.php index <HASH>..<HASH> 100644 --- a/includes/edu-question-functions.php +++ b/includes/edu-question-functions.php @@ -149,11 +149,8 @@ function edu_render_number_question( $question, $multiple, $suffix ) { function edu_render_info_t...
fix: Fixed render info text-function (still not fully converted from old soap)
MultinetInteractive_EduAdmin-WordPress
train
php
42c7e42739c0f904dfbde3e011fdf07697807391
diff --git a/lib/imgix/client.rb b/lib/imgix/client.rb index <HASH>..<HASH> 100644 --- a/lib/imgix/client.rb +++ b/lib/imgix/client.rb @@ -65,7 +65,7 @@ module Imgix # method. def create_request(endpoint, resource, data_fmt = :json_data_from) req = Net::HTTP::Post.new(endpoint.path) - req["Content...
refactor: use /vnd.api+json over /json
imgix_imgix-rb
train
rb,rb
deaad6b423a9045b4cccfda30ebf0653b8ae87df
diff --git a/lib/plugins/filter/before_post_render/backtick_code_block.js b/lib/plugins/filter/before_post_render/backtick_code_block.js index <HASH>..<HASH> 100644 --- a/lib/plugins/filter/before_post_render/backtick_code_block.js +++ b/lib/plugins/filter/before_post_render/backtick_code_block.js @@ -50,6 +50,7 @@ fun...
docs(backtick_code): mention PR #<I>
hexojs_hexo
train
js
faf127371fa004b415d6bd850b5d118e2be3342a
diff --git a/src/db/src/QueryBuilder.php b/src/db/src/QueryBuilder.php index <HASH>..<HASH> 100644 --- a/src/db/src/QueryBuilder.php +++ b/src/db/src/QueryBuilder.php @@ -506,7 +506,7 @@ class QueryBuilder implements QueryBuilderInterface * - ['id', '<', 13] * - ['id', '>=', 13] * - ['id', '<=', 13] -...
fix: db condition() comments is error
swoft-cloud_swoft-http-message
train
php
56ecb573114867545a4ca68457927bd638d6ca54
diff --git a/lib/export.js b/lib/export.js index <HASH>..<HASH> 100644 --- a/lib/export.js +++ b/lib/export.js @@ -126,7 +126,7 @@ export const exportTranslationKeysFromFiles = async ({rootPath, filePath = '.', logTrace(logger, err) } fileCount++ - progressCallback(fileCount, totalCount, fi...
refactor(progress): optimized progress callback
skolmer_i18n-tag-schema
train
js,js
a096fa45af7aaa40a09c87254aef0de864fa8ab6
diff --git a/packages/hooks/src/useMount.js b/packages/hooks/src/useMount.js index <HASH>..<HASH> 100644 --- a/packages/hooks/src/useMount.js +++ b/packages/hooks/src/useMount.js @@ -1,5 +1,6 @@ import { useEffect } from 'react'; export default (effect) => { - useEffect(effect, [effect]); + // eslint-disable-next...
fix(hooks): remove effect from dependency array in useMount Adds eslint ignore for exhaustive deps and fixes infinite loop issue in some tests since useMount should only run once
Availity_availity-react
train
js
44214e10db1759e383bcbd9aa0610a1a4b318608
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -16,10 +16,13 @@ function getPath(resolvedResource) { output += `!!css!`; break; case ".scss": - output += `!!sass!`; + output += `!!css!sass!`; break; case ".less": - ...
fix(index): use the css loader together with other CSS-processing extensions fixes #<I>
aurelia_webpack-plugin
train
js
89be18fd28e1ef50e1a83f0f4869974a6f0d5786
diff --git a/core/src/main/java/com/dtolabs/rundeck/core/logging/OverridableStreamingLogWriter.java b/core/src/main/java/com/dtolabs/rundeck/core/logging/OverridableStreamingLogWriter.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/dtolabs/rundeck/core/logging/OverridableStreamingLogWriter.java +++ b/core...
fix: override log writer emits 2 events
rundeck_rundeck
train
java
1bb54bea7c46858f3b6b5111d9fe81563cca0a98
diff --git a/src/file.js b/src/file.js index <HASH>..<HASH> 100644 --- a/src/file.js +++ b/src/file.js @@ -71,9 +71,11 @@ module.exports = function(AV) { * @param data {Array} The data for the file, as either: * 1. an Array of byte value Numbers, or * 2. an Object like { base64: "..." } with a base6...
docs: fix uncommited suggestions in #<I>
leancloud_javascript-sdk
train
js
d5ca5c011e86e5249a795b9cb58ec89f1531b5a4
diff --git a/packages/processor/processor.js b/packages/processor/processor.js index <HASH>..<HASH> 100644 --- a/packages/processor/processor.js +++ b/packages/processor/processor.js @@ -113,7 +113,7 @@ class Processor { } // Add a file by name + contents to the dependency graph - async string(file, text...
fix: remove random async from processor.string
tivac_modular-css
train
js
484d14724c53b37723f09ae97cd68a3c07aefd3e
diff --git a/test/rtcpeerconnection.js b/test/rtcpeerconnection.js index <HASH>..<HASH> 100644 --- a/test/rtcpeerconnection.js +++ b/test/rtcpeerconnection.js @@ -634,9 +634,10 @@ describe('Edge shim', () => { return pc.setRemoteDescription({type: 'offer', sdp: sdp}); }) .then(() => { + ...
test: dont use internal private transceivers API dont use pc.transceivers in tests which is a private API
otalk_rtcpeerconnection-shim
train
js
f072c9330cfe96ae91d4c6a69a12701256cf6032
diff --git a/Kwf/Controller/Action/Cli/Web/SetupController.php b/Kwf/Controller/Action/Cli/Web/SetupController.php index <HASH>..<HASH> 100644 --- a/Kwf/Controller/Action/Cli/Web/SetupController.php +++ b/Kwf/Controller/Action/Cli/Web/SetupController.php @@ -77,6 +77,7 @@ class Kwf_Controller_Action_Cli_Web_SetupContro...
fix: add empty update file for inital run of db setup
koala-framework_koala-framework
train
php
cf1ad335d071afbea372870302f4123b5868e93c
diff --git a/packages/node_modules/@webex/plugin-meetings/test/integration/spec/journey.js b/packages/node_modules/@webex/plugin-meetings/test/integration/spec/journey.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/plugin-meetings/test/integration/spec/journey.js +++ b/packages/node_modules/@webex/pl...
test(meetings): update journey tests for email DTO removal
webex_spark-js-sdk
train
js
b6768bf20cd48f3efd5040fc2e6532ac33985609
diff --git a/packages/project-utils/bundling/app/index.js b/packages/project-utils/bundling/app/index.js index <HASH>..<HASH> 100644 --- a/packages/project-utils/bundling/app/index.js +++ b/packages/project-utils/bundling/app/index.js @@ -1,6 +1,7 @@ module.exports.buildApp = options => { process.env.NODE_ENV = "...
fix(project-utils): set anonymous user id during production build
Webiny_webiny-js
train
js
5047a75bde21f72850e9a15088c41f472e4c63fb
diff --git a/model/MediaSource.php b/model/MediaSource.php index <HASH>..<HASH> 100644 --- a/model/MediaSource.php +++ b/model/MediaSource.php @@ -54,6 +54,9 @@ class MediaSource extends Configurable implements MediaManagement, ProcessedFile /** @var MediaBrowserPermissionsMapper */ private $permissionsMapper...
feat: clear tmp files (#<I>) * feat: clear tmp files
oat-sa_extension-tao-mediamanager
train
php
aec2f6f6de1a628602f13ca5ed22da217091082b
diff --git a/model/classes/Copier/AssetClassCopier.php b/model/classes/Copier/AssetClassCopier.php index <HASH>..<HASH> 100644 --- a/model/classes/Copier/AssetClassCopier.php +++ b/model/classes/Copier/AssetClassCopier.php @@ -35,8 +35,6 @@ use Psr\Log\LoggerInterface; class AssetClassCopier implements ClassCopierIn...
chore: Use TaoMediaOntology constants directly
oat-sa_extension-tao-mediamanager
train
php
02bd7a63882bcd41f37d05cd40997dd6dce88059
diff --git a/packages/cli-plugin-deploy-pulumi/commands/destroy.js b/packages/cli-plugin-deploy-pulumi/commands/destroy.js index <HASH>..<HASH> 100644 --- a/packages/cli-plugin-deploy-pulumi/commands/destroy.js +++ b/packages/cli-plugin-deploy-pulumi/commands/destroy.js @@ -3,8 +3,8 @@ const { createPulumiCommand, proc...
fix: require getDuration from command params
Webiny_webiny-js
train
js
62d61dee63e71e8e2d0ce118ee8bdfbde0c36684
diff --git a/src/fetchClientConfig.js b/src/fetchClientConfig.js index <HASH>..<HASH> 100644 --- a/src/fetchClientConfig.js +++ b/src/fetchClientConfig.js @@ -44,19 +44,24 @@ export class FetchConfig { }, response: (response, request) => { return new Promise((resolve, reject) => { + // r...
fix(interceptor): fix automatic refresh token usage usually the token gets refreshed before, so most did requests never got there anyways
SpoonX_aurelia-authentication
train
js
759e4bf29dd84508ec59ae6f6b91a9a349388af1
diff --git a/lib/middleware.js b/lib/middleware.js index <HASH>..<HASH> 100644 --- a/lib/middleware.js +++ b/lib/middleware.js @@ -3,12 +3,13 @@ // Creates new middleware using provided options function create (rules) { return function redirectRoute (req, res, next) { - const foundRule = rules.find(o => o.from....
feat: support non-ascii URL redirects as well
nuxt-community_redirect-module
train
js
691e1e2913f04af909780585cd0cd2534ca4255a
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -39,15 +39,16 @@ function options (object) { }, []); } -exports.format = function formatArgv (object) { - var args = options(object); - var _ = object._; - if (_) { - _ = Array.isArray(_) ? _ : [_...
refactor(formatter): split optionaless args handling into separate fn
bendrucker_argv-formatter
train
js
70964ca642e4ab95cffdb690fe687e48d12d6fca
diff --git a/src/backend/vuex.js b/src/backend/vuex.js index <HASH>..<HASH> 100644 --- a/src/backend/vuex.js +++ b/src/backend/vuex.js @@ -146,7 +146,10 @@ export function initVuexBackend (hook, bridge) { // Replay mutations for (let i = snapshot.index + 1; i <= index; i++) { const mutation = mut...
fix: browser env mutation.handlers is undefined (#<I>) * Fix browser env mutation.handlers is undefined In the latest Firefox and Google browsers, state data tree will not load for error:[mutation.handlers is undefined], because mutation handler actually passes is null (store. _mutations is empty) while pushing the...
vuejs_vue-devtools
train
js
285c1b5d2275b168ef7c8564ff2e1397ee22ade2
diff --git a/superset/utils/cache.py b/superset/utils/cache.py index <HASH>..<HASH> 100644 --- a/superset/utils/cache.py +++ b/superset/utils/cache.py @@ -21,6 +21,7 @@ from typing import Any, Callable, Dict, Optional, Union from flask import current_app as app, request from flask_caching import Cache +from flask_c...
fix: skip set and log when NullCache (#<I>)
apache_incubator-superset
train
py
a8ea89f6493483bb32fcea0a380ed0b4b5c3edc6
diff --git a/vyper/parser/parser_utils.py b/vyper/parser/parser_utils.py index <HASH>..<HASH> 100644 --- a/vyper/parser/parser_utils.py +++ b/vyper/parser/parser_utils.py @@ -601,7 +601,7 @@ def make_setter(left, right, location, pos, in_function_call=False): LLLnode.from_list(i, typ='int128'), ...
fix: fix typechecker for list assign None
ethereum_vyper
train
py
4a05a1289ac767c53b3d3c7dbef00ebe14b42884
diff --git a/views/js/uiForm.js b/views/js/uiForm.js index <HASH>..<HASH> 100644 --- a/views/js/uiForm.js +++ b/views/js/uiForm.js @@ -329,6 +329,13 @@ define([ //map the wysiwyg editor to the html-area fields $('.html-area').each(function () { var propertyUri = this.id; + + ...
fix: destroy previous ckeditors
oat-sa_tao-core
train
js
20a9326124b9375b0b1cfb726e09fdf811031f57
diff --git a/core/vendor/viewport.js b/core/vendor/viewport.js index <HASH>..<HASH> 100644 --- a/core/vendor/viewport.js +++ b/core/vendor/viewport.js @@ -31,14 +31,16 @@ return; } - if (this.platform.name == 'ios') { - if (this.platform.version >= 7 && isWebView()) { - ...
fix(viewport): Fixed viewport overwritten issue, closes #<I>.
OnsenUI_OnsenUI
train
js
9bd243787c38c9a03ff14327b5a35876b7f6bb22
diff --git a/src/components/sidenav/sidenav.js b/src/components/sidenav/sidenav.js index <HASH>..<HASH> 100644 --- a/src/components/sidenav/sidenav.js +++ b/src/components/sidenav/sidenav.js @@ -136,7 +136,9 @@ function mdSidenavService($mdComponentRegistry) { * </md-button> * </md-content> * - * <md-side...
docs(sidenav): reword and add lock-open to usage
angular_material
train
js
72053c27d3fd783a6b7f53f1af81753eb36dd3ae
diff --git a/lib/utils/reporters/cluster.js b/lib/utils/reporters/cluster.js index <HASH>..<HASH> 100644 --- a/lib/utils/reporters/cluster.js +++ b/lib/utils/reporters/cluster.js @@ -6,6 +6,9 @@ export default class Reporter { if (logObj.type === 'success' && logObj.args[0].startsWith('Generated ')) { // Ig...
fix: also ignore error messages from Nuxt generator
nuxt-community_nuxt-generate-cluster
train
js
be8c8559f47cedf1d6d004d29c435d0bff7ec0c0
diff --git a/packages/node_modules/@webex/plugin-meetings/test/integration/spec/journey.js b/packages/node_modules/@webex/plugin-meetings/test/integration/spec/journey.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/plugin-meetings/test/integration/spec/journey.js +++ b/packages/node_modules/@webex/pl...
test(meeting): remove unnecessary console.log/stringify which causes Firefox to fail a test case
webex_spark-js-sdk
train
js
22eca44c00508e2b3915a79fb7e3aa1eb831dd28
diff --git a/java-dns/src/test/java/com/google/cloud/dns/it/ITDnsTest.java b/java-dns/src/test/java/com/google/cloud/dns/it/ITDnsTest.java index <HASH>..<HASH> 100644 --- a/java-dns/src/test/java/com/google/cloud/dns/it/ITDnsTest.java +++ b/java-dns/src/test/java/com/google/cloud/dns/it/ITDnsTest.java @@ -51,6 +51,7 @@...
chore: ignore createZoneWithError tests (#<I>) testCreateZoneWithErrors() and testCreateZoneWithErrorsBatch() started failing last week. The issue seems to be coming from the back end. Filed a bug with the DNS team b/<I>. Skipping these tests until the issues is resolved.
googleapis_google-cloud-java
train
java
c11a85e202bdd45f38354bb40bc585d70aee9548
diff --git a/packages/react/lib/assets.js b/packages/react/lib/assets.js index <HASH>..<HASH> 100644 --- a/packages/react/lib/assets.js +++ b/packages/react/lib/assets.js @@ -8,11 +8,7 @@ module.exports = (stats, modules) => { (result, module) => [...result, ...moduleFileMap[module]], [] ); - return [ - ...
fix(react): rely on webpack to sort chunks correctly
untool_untool
train
js
c34cdc9da39b8786c3ab96eb99efa2f026356e5c
diff --git a/tests/basic.test.js b/tests/basic.test.js index <HASH>..<HASH> 100644 --- a/tests/basic.test.js +++ b/tests/basic.test.js @@ -191,7 +191,6 @@ describe('Resource(basic)', function() { url: test.baseUrl + '/people_pkey', json: userData }, function(error, response, body) { - co...
chore(basic): removed an errant console.log
mbroadst_thinky-rest
train
js
bcbde45b6a00bf20a8cd806890efe83d629cb701
diff --git a/src/litegraph.js b/src/litegraph.js index <HASH>..<HASH> 100755 --- a/src/litegraph.js +++ b/src/litegraph.js @@ -5220,6 +5220,7 @@ LGraphNode.prototype.executeAction = function(action) node.is_selected = false; } this.selected_nodes = {}; + this.current_node = null; ...
fix: reset current_node after deletion
jagenjo_litegraph.js
train
js
b90a5dc497e00cb201beb8da334e500995b7d55b
diff --git a/wallaby.config.js b/wallaby.config.js index <HASH>..<HASH> 100644 --- a/wallaby.config.js +++ b/wallaby.config.js @@ -29,9 +29,7 @@ module.exports = wallaby => { testFramework: 'mocha', compilers: { - '**/*.js': wallaby.compilers.babel( - JSON.parse(require('fs').readFileSync('.babe...
chore(wallaby): reanimate wallaby tests
JetBrains_ring-ui
train
js
979669223a71451714bf200d67ba3469c2152e9d
diff --git a/event/bus.go b/event/bus.go index <HASH>..<HASH> 100644 --- a/event/bus.go +++ b/event/bus.go @@ -32,7 +32,7 @@ func (self *EventBus) Listen(stop chan bool) { } func (self *EventBus) Close() { - self.chClose <- true + close(self.chClose) } func (self *EventBus) AddListener(name string, m *machine.M...
refactor(EventBus): use close bulitin to stop
coreos_fleet
train
go
4554387bbc8710c99b411012f75459a824ae74a6
diff --git a/pyethereum/trie.py b/pyethereum/trie.py index <HASH>..<HASH> 100644 --- a/pyethereum/trie.py +++ b/pyethereum/trie.py @@ -177,10 +177,11 @@ class Trie(object): self.root_node = BLANK_NODE def _delete_child_stroage(self, node): - if len(node) == 17: + node_type = self._get_node...
fix: bug in deleting unused key
ethereum_pyethereum
train
py
9d2bddff800beeb54d4f26643abdcbbe3b8a4794
diff --git a/gulp/tasks/release.js b/gulp/tasks/release.js index <HASH>..<HASH> 100644 --- a/gulp/tasks/release.js +++ b/gulp/tasks/release.js @@ -10,7 +10,7 @@ const runSequence = require('run-sequence'); const tagVersion = require('gulp-tag-version'); const packagepath = './package.json'; -const types = ['patch',...
chore(release): add a prerelease task [ci skip]
suguru03_aigle
train
js
47c73390ed45fe27b7fd3252af5114da60e46db1
diff --git a/src/internals/init_options.js b/src/internals/init_options.js index <HASH>..<HASH> 100644 --- a/src/internals/init_options.js +++ b/src/internals/init_options.js @@ -8,7 +8,7 @@ import { SmoothScrollbar } from '../smooth_scrollbar'; export { SmoothScrollbar }; -function __initOptions(opt = {}) { +func...
fix(initOption): assign user preference
idiotWu_smooth-scrollbar
train
js
e6eab2091f632622fadbe3b25bb4732125b2d5df
diff --git a/cmd/admin-handlers.go b/cmd/admin-handlers.go index <HASH>..<HASH> 100644 --- a/cmd/admin-handlers.go +++ b/cmd/admin-handlers.go @@ -2713,7 +2713,7 @@ func appendClusterMetaInfoToZip(ctx context.Context, zipWriter *zip.Writer) { go func() { ci := clusterInfo{} ci.Info.PoolsCount = len(globalEndpoi...
fix: Incorrect ServersCount in cluster.info (#<I>) The `ServersCount` field in cluster.info is expected to contain the number of nodes, and not number of endpoints.
minio_minio
train
go,go
d9cab20afb3d9a637f177c7d209283fbb1f835de
diff --git a/tests/test_lexer.py b/tests/test_lexer.py index <HASH>..<HASH> 100644 --- a/tests/test_lexer.py +++ b/tests/test_lexer.py @@ -332,6 +332,22 @@ class TestLexer(unittest.TestCase): ), ) + self.assertRaises( + ValueError, + Lexer.lex_char, + "a",...
test(lexer): Added a test.
planetarypy_pvl
train
py
030f3ba946f9bdabccd7cdd114ba78d19afc8734
diff --git a/lib/run.js b/lib/run.js index <HASH>..<HASH> 100644 --- a/lib/run.js +++ b/lib/run.js @@ -88,9 +88,9 @@ async function processResults(results, opts) { } async function remindAboutIssue() { - remindedIssues++; const passedDays = moment().diff(ghIssue.updated_at, 'days', true)...
fix: stats for reminded issues
MailOnline_tap-github-issues
train
js
2b2dda63ef32907246a62e7ad6ab882a85f1e24d
diff --git a/test/tests/functional/error_tests.js b/test/tests/functional/error_tests.js index <HASH>..<HASH> 100644 --- a/test/tests/functional/error_tests.js +++ b/test/tests/functional/error_tests.js @@ -6,7 +6,10 @@ var expect = require('chai').expect, describe('Error tests', function() { it('should return help...
test(latest): disable tests using commands which have been removed
mongodb-js_mongodb-core
train
js,js
4f80f6c09fdc3aa208a68aaa9cd425f0e261ad95
diff --git a/django_misaka/templatetags/markdown.py b/django_misaka/templatetags/markdown.py index <HASH>..<HASH> 100644 --- a/django_misaka/templatetags/markdown.py +++ b/django_misaka/templatetags/markdown.py @@ -11,8 +11,8 @@ from pygments.formatters import HtmlFormatter register = template.Library() -class Mis...
refactor: update code to work with Misaka <I>
chiehtu_django-misaka
train
py
d3a1ee40c938781ac60f0a15314479449fab94c6
diff --git a/lib/client.js b/lib/client.js index <HASH>..<HASH> 100644 --- a/lib/client.js +++ b/lib/client.js @@ -517,10 +517,9 @@ class Parser extends HTTPParser { util.destroy(socket, new InformationalError('request reset')) } else { + socket.resume() resume(client) } - - socket.res...
fix: don't resume destroyed socket
mcollina_undici
train
js
f05f16af296a5a8c4575860821c378a3f752eace
diff --git a/tests/Concerns/Deserialize.php b/tests/Concerns/Deserialize.php index <HASH>..<HASH> 100644 --- a/tests/Concerns/Deserialize.php +++ b/tests/Concerns/Deserialize.php @@ -41,6 +41,14 @@ trait Deserialize $expected = array_only($expected['data'], $keys); $actual = array_only($this->object...
fix: key order for deserialized objects in tests
ArkEcosystem_php-crypto
train
php
1c6fcb8e0963ceefd76d5e015fcec54c89655a94
diff --git a/src/geshi.php b/src/geshi.php index <HASH>..<HASH> 100644 --- a/src/geshi.php +++ b/src/geshi.php @@ -2052,13 +2052,13 @@ class GeSHi { for ($key = 0, $n = count($lines); $key < $n; $key++) { $line = $lines[$key]; - $lines[$key] = ''; // reduce memory ...
fix: Error when processing lines without tabs, introduced in r<I>
GeSHi_geshi-1.0
train
php
c5f72632ce54b954f4c2f4b3b64fb0b92719ea95
diff --git a/src/apis/clear_movement.js b/src/apis/clear_movement.js index <HASH>..<HASH> 100644 --- a/src/apis/clear_movement.js +++ b/src/apis/clear_movement.js @@ -14,4 +14,5 @@ export { SmoothScrollbar }; */ SmoothScrollbar.prototype.clearMovement = SmoothScrollbar.prototype.stop = function() { this.movemen...
fix(stop): stop scrollTo animation when called
idiotWu_smooth-scrollbar
train
js
e7dc1b642e74fa265570e0200261d03bdb9a55d0
diff --git a/src/main/java/org/casbin/jcasbin/main/CoreEnforcer.java b/src/main/java/org/casbin/jcasbin/main/CoreEnforcer.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/casbin/jcasbin/main/CoreEnforcer.java +++ b/src/main/java/org/casbin/jcasbin/main/CoreEnforcer.java @@ -29,7 +29,7 @@ import org.casbin.jcasb...
fix: change type to use correct FilteredAdapter type cast when loading filtered policies
casbin_jcasbin
train
java
3a403800f6b2264977aaf0ceff088c4cbb614fe5
diff --git a/lib/dpl/provider/npm.rb b/lib/dpl/provider/npm.rb index <HASH>..<HASH> 100644 --- a/lib/dpl/provider/npm.rb +++ b/lib/dpl/provider/npm.rb @@ -23,7 +23,7 @@ module DPL end def push_app - context.shell "npm publish --force" + context.shell "npm publish" end end en...
fix(npm): don't publish with --force force publishing is going away in the near(-ish) future, see npm/npmjs.org#<I>.
travis-ci_dpl
train
rb,rb
60240e7e72e86c136679e4e36d82eb92d193ee99
diff --git a/task.js b/task.js index <HASH>..<HASH> 100644 --- a/task.js +++ b/task.js @@ -108,8 +108,12 @@ module.exports = function task(gulp, projectConfig, tasks) { * WATCH TASKS * ---------------------*/ + Object.keys(taskConfig.files).forEach(function setupTasksFromConfig(key) { + taskConfig.watch.push('!'...
fix: sass task was looping on windows, gen files ignored
cartridge_cartridge-sass
train
js
b422d0833a83418d091b660e3f2f87d73e27d9da
diff --git a/src/media/WebAudio.js b/src/media/WebAudio.js index <HASH>..<HASH> 100644 --- a/src/media/WebAudio.js +++ b/src/media/WebAudio.js @@ -42,8 +42,15 @@ */ var WebAudio = (function(){ -var AudioContext = window.AudioContext || window.webkitAudioContext; -var context = AudioContext ? new AudioContext() : n...
fix: WebAudio create context should try catch
hiloteam_Hilo
train
js
777aa910755263c14222ffaebd2b35e1750fa989
diff --git a/test/unit/cursor/Cursor.test.js b/test/unit/cursor/Cursor.test.js index <HASH>..<HASH> 100644 --- a/test/unit/cursor/Cursor.test.js +++ b/test/unit/cursor/Cursor.test.js @@ -282,15 +282,15 @@ describe('Cursor', () => { }); it('Should properly get TTY size based on process.stdout.getWindowSize', () ...
refactor(cursor): Renames mock name in one of tests
ghaiklor_kittik
train
js
83412537a27795f664d3b642424e1e50a4cd298a
diff --git a/framework/core/src/Foundation/InstalledSite.php b/framework/core/src/Foundation/InstalledSite.php index <HASH>..<HASH> 100644 --- a/framework/core/src/Foundation/InstalledSite.php +++ b/framework/core/src/Foundation/InstalledSite.php @@ -174,7 +174,7 @@ class InstalledSite implements SiteInterface pro...
fix(logs): assign INFO scope to correct argument Argument for INFO (constant value <I>) was assigned to maxfiles argument incorrectly.
flarum_core
train
php
561da4692eb06f5b1e6602b7b78e3dcd1c12b470
diff --git a/model/DeliveryFactory.php b/model/DeliveryFactory.php index <HASH>..<HASH> 100755 --- a/model/DeliveryFactory.php +++ b/model/DeliveryFactory.php @@ -236,7 +236,7 @@ class DeliveryFactory extends ConfigurableService ): KernelResource { $deliveryId = trim($additionalParameters[DeliveryAssembly...
fix: apply a strict emptiness check of the incoming Delivery ID when creating a Remote Delivery resource -- TR-<I>
oat-sa_extension-tao-delivery-rdf
train
php
a4bed90d57e5f98b1817a0c2c9b96674d95e188c
diff --git a/src/components/Table/Table.js b/src/components/Table/Table.js index <HASH>..<HASH> 100644 --- a/src/components/Table/Table.js +++ b/src/components/Table/Table.js @@ -10,7 +10,7 @@ const Table = styled(Base)` background-color: white; border: 1px solid #bbb; line-height: 200%; - ${prop("Table")}; +...
fix(Table): Use theme.Table
reakit_reakit
train
js
5538ed36b86e9ab50b2f09f00477ce00b0ad46bb
diff --git a/models/classes/Lists/Business/Domain/RemoteSourceContext.php b/models/classes/Lists/Business/Domain/RemoteSourceContext.php index <HASH>..<HASH> 100644 --- a/models/classes/Lists/Business/Domain/RemoteSourceContext.php +++ b/models/classes/Lists/Business/Domain/RemoteSourceContext.php @@ -56,7 +56,7 @@ cla...
refactor: fix refactoring
oat-sa_tao-core
train
php,php
3d80b68a7609fbaf9a8cc61a0269cae9b0988e75
diff --git a/test/test.js b/test/test.js index <HASH>..<HASH> 100644 --- a/test/test.js +++ b/test/test.js @@ -51,7 +51,7 @@ describe('plug-login', function () { , { json: true, jar: result.jar } , (e, {}, body) => { if (e) throw e - eq(result.body.data[0].id, b...
test: fix jar check for plug update plug.dj doesn't include the user data in login responses anymore.
miniplug_plug-login
train
js
a489a71985a13a3610582272a6201be2104df0b0
diff --git a/src/cobra/manipulation/validate.py b/src/cobra/manipulation/validate.py index <HASH>..<HASH> 100644 --- a/src/cobra/manipulation/validate.py +++ b/src/cobra/manipulation/validate.py @@ -41,7 +41,7 @@ def check_mass_balance(model: "Model") -> Dict["Reaction", Dict["Metabolite", fl def check_metabolite_...
fix: rectify docstring to reflect usage accurately
opencobra_cobrapy
train
py
bce7745b1772363cc2dfbe181f425dc6276ae486
diff --git a/lib/Image.js b/lib/Image.js index <HASH>..<HASH> 100644 --- a/lib/Image.js +++ b/lib/Image.js @@ -110,7 +110,7 @@ export default class Image extends React.Component { const originURL = src.substring(0, src.indexOf('/upload/')+8); const originURLEnd = src.substring(src.lastIndexOf('/'), src.leng...
fix: increase image blurUp blur value for iOS
poetic_react-super-components
train
js
4b9288cb08611af89c8a2ff649eff48be28f7805
diff --git a/theme/shadows.js b/theme/shadows.js index <HASH>..<HASH> 100644 --- a/theme/shadows.js +++ b/theme/shadows.js @@ -1,3 +1,6 @@ +// Used to generate all the shadows used in the material theme. +// Is not used at runtime. + const parseLine = line => { const values = line.split(/\s+/) return {
docs: Add docstring for file generating shadows
cozy_cozy-ui
train
js
19cde595f64559abd645deca4214ea6590fc9c31
diff --git a/karma.coverage.js b/karma.coverage.js index <HASH>..<HASH> 100644 --- a/karma.coverage.js +++ b/karma.coverage.js @@ -2,6 +2,7 @@ module.exports = function(config) { require("./karma.conf")(config); config.autoWatch = true; + config.browserNoActivityTimeout = 30000; config.preprocessors = { 'l...
fix(build): increase no activity timeout
Stabzs_Angular2-Toaster
train
js
af9c84a379d3b02de03d0fc2d0402ea56a0a0462
diff --git a/test/unit/middleware/proxy.spec.js b/test/unit/middleware/proxy.spec.js index <HASH>..<HASH> 100644 --- a/test/unit/middleware/proxy.spec.js +++ b/test/unit/middleware/proxy.spec.js @@ -346,8 +346,8 @@ describe('middleware.proxy', () => { } var parsedProxyConfig = m.parseProxyConfig(proxy, config...
fix(UTs): Correct proxy listeners expectation Expectations added in <URL>
karma-runner_karma
train
js
70a1728562c6777249b963b77206f3a95e9edb58
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -56,7 +56,7 @@ var supportedTargets = [ {runtime: 'node', target: '9.0.0', abi: '59', lts: false}, {runtime: 'node', target: '10.0.0', abi: '64', lts: new Date(2018, 10, 1) < new Date() && new Date() < new Date(2020, 4, ...
feat: indicate Node <I> is an LTS release
lgeiger_node-abi
train
js
e5fb2b4d4aeff0da1594addd2d948b9c4b8938a3
diff --git a/lib/pincers/nokogiri/property_helper.rb b/lib/pincers/nokogiri/property_helper.rb index <HASH>..<HASH> 100644 --- a/lib/pincers/nokogiri/property_helper.rb +++ b/lib/pincers/nokogiri/property_helper.rb @@ -28,6 +28,10 @@ module Pincers::Nokogiri end end + def toggle(_name) + set(_name...
feat(property_helper): adds toogle, [] and []= conveniece methods
platanus_pincers
train
rb
dd5c041723d3214ed95e842074c95741f75d76b2
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -16,7 +16,7 @@ var parentRequire = require('parent-require'), '2.0': path.join(vendorPath, 'jasmine-2.0.2', 'SpecRunner.html'), '2.1': path.join(vendorPath, 'jasmine-2.1.3', 'SpecRunner.html'), '2.2'...
fix(peer): support using peer jasmine
mucsi96_gulp-jasmine-livereload-task
train
js
5c5defd5269203e62b8c257558512d843124dd11
diff --git a/test.py b/test.py index <HASH>..<HASH> 100644 --- a/test.py +++ b/test.py @@ -8,13 +8,27 @@ if (sys.version).startswith('2'): sys.setdefaultencoding("utf-8") bus_routes = cpsk.get_routes('TO', 'BA', vehicle='bus') +print('Looking for bus lines') for b in bus_routes: print(b) +print() + tra...
test: added international lines * also the output is now more readable
Adman_python-cpsk-api
train
py
b6dcdc5aa4ef6bf6f918c7a576dadb888b5b4538
diff --git a/dpark/schedule.py b/dpark/schedule.py index <HASH>..<HASH> 100644 --- a/dpark/schedule.py +++ b/dpark/schedule.py @@ -1010,12 +1010,12 @@ class MesosScheduler(DAGScheduler): def jobFinished(self, job): logger.debug('job %s finished', job.id) if job.id in self.activeJobs: + ...
fix: fix bug for collision (#<I>) fix the bug for the collision between the check thread and the check function called in runJob
douban_dpark
train
py
d353aa09b5ecb16a9ea21c5cbe0dbc5192cabe07
diff --git a/api/models.py b/api/models.py index <HASH>..<HASH> 100644 --- a/api/models.py +++ b/api/models.py @@ -298,7 +298,7 @@ class Container(UuidAuditedModel): if c_type == 'cmd': return '' else: - return 'start {c_type}' + return "start {}"...
fix(controller): format command before creating container The self._command_announceable() check was called inline with code that formatted the container's command, so no announcer would be created since the command showed up as "start {c_type}" literally. The _command property is only referenced in this code.
deis_controller-sdk-go
train
py
836549bbe63a04d74084eb5fcf5b9bae4c4fe621
diff --git a/src/ui/uploads/upload-progress-bar.js b/src/ui/uploads/upload-progress-bar.js index <HASH>..<HASH> 100644 --- a/src/ui/uploads/upload-progress-bar.js +++ b/src/ui/uploads/upload-progress-bar.js @@ -5,7 +5,7 @@ ngModule.directive('avUploadProgressBar', () => ({ restrict: 'E', scope: { upload: '='...
fix(availity-angular): uploads callback fix
Availity_availity-angular
train
js
91e9fd34617c1e255a1b1346581d987ff7afc435
diff --git a/lib/frames/transfer_frame.js b/lib/frames/transfer_frame.js index <HASH>..<HASH> 100644 --- a/lib/frames/transfer_frame.js +++ b/lib/frames/transfer_frame.js @@ -220,7 +220,7 @@ TransferFrame.prototype._getPerformative = function() { return new DescribedType(TransferFrame, { handle: new ForcedType(...
fix(TransferFrame): accidentally forced type for delivery tag
noodlefrenzy_node-amqp10
train
js
91df35088ee7780c4b829221e523113ceda76b78
diff --git a/lib/sdam/topology_description.js b/lib/sdam/topology_description.js index <HASH>..<HASH> 100644 --- a/lib/sdam/topology_description.js +++ b/lib/sdam/topology_description.js @@ -75,7 +75,10 @@ class TopologyDescription { // value among ServerDescriptions of all data-bearing server types. If any have a...
fix(topology-description): we can't use Object.values yet
mongodb-js_mongodb-core
train
js
1833894856991e98e0d32701217453c413164cf3
diff --git a/lib/plugins/aws/invokeLocal/index.js b/lib/plugins/aws/invokeLocal/index.js index <HASH>..<HASH> 100644 --- a/lib/plugins/aws/invokeLocal/index.js +++ b/lib/plugins/aws/invokeLocal/index.js @@ -26,12 +26,9 @@ const cachePath = path.join(cachedir('serverless'), 'invokeLocal'); const ensureRuntimeWrappers...
fix(Standalone): Ensure proper resolution of runtime wrappers
serverless_serverless
train
js
e866517713b16538d7d9966101193fa5732815bd
diff --git a/packages/plugin-critical/index.js b/packages/plugin-critical/index.js index <HASH>..<HASH> 100644 --- a/packages/plugin-critical/index.js +++ b/packages/plugin-critical/index.js @@ -9,7 +9,7 @@ const { module.exports = function (api, options) { api.afterBuild(async ({ queue, config }) => { - const...
fix(critical): use publicPath as path prefix
gridsome_gridsome
train
js
ac22c7c8b807af234fbe3acd03367a7319e63051
diff --git a/library/src/main/java/com/liulishuo/filedownloader/DownloadSpeedMonitor.java b/library/src/main/java/com/liulishuo/filedownloader/DownloadSpeedMonitor.java index <HASH>..<HASH> 100644 --- a/library/src/main/java/com/liulishuo/filedownloader/DownloadSpeedMonitor.java +++ b/library/src/main/java/com/liulishu...
fix: fix divide by zero on calculating average speed when download completed and connected at the same time Closes #<I>
lingochamp_FileDownloader
train
java
c1de734d9ee988b0996db9792f53997a499e0b0d
diff --git a/lib/cmd/cov.js b/lib/cmd/cov.js index <HASH>..<HASH> 100644 --- a/lib/cmd/cov.js +++ b/lib/cmd/cov.js @@ -129,6 +129,7 @@ class CovCommand extends Command { 'report', '--root', coverageDir, 'text-summary', + 'json-summary', 'json', 'lcov', ]; diff --git a/test/l...
feat: cov support output json-summary (#<I>)
eggjs_egg-bin
train
js,js
6a94465bea75dc7f302b42b7c7207e637ef506e6
diff --git a/brother_ql/reader.py b/brother_ql/reader.py index <HASH>..<HASH> 100755 --- a/brother_ql/reader.py +++ b/brother_ql/reader.py @@ -297,8 +297,8 @@ class BrotherQLReader(object): fmt = " media width: {} mm, media length: {} mm, raster no: {} rows" logger.info...
fix: logging output in BrotherQLReader() raises TypeError The following error is resolved with this fix: TypeError: not all arguments converted during string formatting
pklaus_brother_ql
train
py
a71005bd879d05d7dcb892d1e0dc5c6ca74e9d39
diff --git a/src/__tests__/utils.getNextWrappingIndex.js b/src/__tests__/utils.getNextWrappingIndex.js index <HASH>..<HASH> 100644 --- a/src/__tests__/utils.getNextWrappingIndex.js +++ b/src/__tests__/utils.getNextWrappingIndex.js @@ -223,3 +223,21 @@ test('should skip disabled and not wrap to first if circular when re...
fix(useCombobox): navigating up if all items are disabled (#<I>)
downshift-js_downshift
train
js,js
ddcaeb5ae7cf83cd332747217fb03a8764ae7d46
diff --git a/src/Output/Writer.php b/src/Output/Writer.php index <HASH>..<HASH> 100644 --- a/src/Output/Writer.php +++ b/src/Output/Writer.php @@ -41,6 +41,16 @@ class Writer } /** + * Get Colorizer. + * + * @return Color + */ + public function colorizer(): Color + { + return $t...
refactor(writer): add typehints and docblocks, colorizer()
adhocore_php-cli
train
php
43d729b71427660357a80fec5bf3bf9b983a9fd8
diff --git a/bin/index.js b/bin/index.js index <HASH>..<HASH> 100644 --- a/bin/index.js +++ b/bin/index.js @@ -18,16 +18,16 @@ if (semver.lt(process.version, '8.0.0')) { } function local () { - spawnArgs.push(['./node_modules/.bin/japa']) - const tests = spawn('node', ...spawnArgs) + spawnArgs.push('./node_modul...
fix(bin): fix test commands to work across node versions
adonisjs_adonis-framework
train
js
24e0cb486c98bf990e8ef684279b614dcbbee430
diff --git a/sm4/sm4_gcm.go b/sm4/sm4_gcm.go index <HASH>..<HASH> 100644 --- a/sm4/sm4_gcm.go +++ b/sm4/sm4_gcm.go @@ -72,8 +72,9 @@ func Rightshift(V []byte){ func findYi( Y []byte,index int) int{ var temp byte - temp=Y[index/8] - temp=temp>>(7-index%8) + i := uint(index) + temp=Y[i/8] + temp=temp>>(7-i%8) if t...
fix: shift count type int, must be unsigned integer
tjfoc_gmsm
train
go
ae0bf30132334250112c60f827fd4dfab01a6b59
diff --git a/spec/associations_spec.rb b/spec/associations_spec.rb index <HASH>..<HASH> 100644 --- a/spec/associations_spec.rb +++ b/spec/associations_spec.rb @@ -3,7 +3,7 @@ require 'spec_helper' describe Cistern::Associations do subject { Class.new(Sample::Model) } - describe '#assocations' do + describe '#as...
test(model): i can spell correct misspellings of associate
lanej_cistern
train
rb
83502fa722fb53fd4d12daf18c58ec3a267e471e
diff --git a/test/integration/features/step_definitions/husky-steps.js b/test/integration/features/step_definitions/husky-steps.js index <HASH>..<HASH> 100644 --- a/test/integration/features/step_definitions/husky-steps.js +++ b/test/integration/features/step_definitions/husky-steps.js @@ -15,7 +15,7 @@ async function ...
chore(lint): switched regex to literal form to satisfy increased lint rule strictness
travi_javascript-scaffolder
train
js
24d0099bdf51d3b960c738d8c23054b2ab02db05
diff --git a/lib/util/file-writer-transform.js b/lib/util/file-writer-transform.js index <HASH>..<HASH> 100644 --- a/lib/util/file-writer-transform.js +++ b/lib/util/file-writer-transform.js @@ -29,7 +29,7 @@ function getRawData(source, req, isReq) { var rawHeaderNames = source.rawHeaderNames || {}; Object.keys(s...
feat: Add x-forwarded-for header
avwo_whistle
train
js
b8ce488f6b7566668aa428b8a7c336ba64b78742
diff --git a/docs/src/examples/collections/Table/Variations/TableExampleSortable.js b/docs/src/examples/collections/Table/Variations/TableExampleSortable.js index <HASH>..<HASH> 100644 --- a/docs/src/examples/collections/Table/Variations/TableExampleSortable.js +++ b/docs/src/examples/collections/Table/Variations/Table...
docs(Table): fix sort issue in TableExampleSortable (#<I>)
Semantic-Org_Semantic-UI-React
train
js
74a72420816ee1cf93b872e0c77ff19d9effff14
diff --git a/lib/config/migration.js b/lib/config/migration.js index <HASH>..<HASH> 100644 --- a/lib/config/migration.js +++ b/lib/config/migration.js @@ -225,13 +225,13 @@ function migrateConfig(config) { migratedConfig[key] = `${val[0]}`; } else if (key === 'node' && val.enabled === true) { isMigra...
fix: node-travis migration
renovatebot_renovate
train
js
3c1ba18b6a92b75ab7636b813ff94b5875c9f389
diff --git a/src/components/table/sortable-header/sortable-header.js b/src/components/table/sortable-header/sortable-header.js index <HASH>..<HASH> 100644 --- a/src/components/table/sortable-header/sortable-header.js +++ b/src/components/table/sortable-header/sortable-header.js @@ -91,7 +91,7 @@ const SortableHeader = ...
fix(table): sortable header icon color (#<I>)
commercetools_ui-kit
train
js
1037b9c9be12ff6be65a1619398f24fa64930393
diff --git a/packages/@vue/cli-service/lib/config/css.js b/packages/@vue/cli-service/lib/config/css.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli-service/lib/config/css.js +++ b/packages/@vue/cli-service/lib/config/css.js @@ -103,6 +103,7 @@ module.exports = (api, options) => { } createCSSRule('css...
feat: support `<style lang="postcss">` (#<I>)
vuejs_vue-cli
train
js
dd0dabe17b202863d149b2ce304a5b3781131b8a
diff --git a/src/wrappers/wrapper.js b/src/wrappers/wrapper.js index <HASH>..<HASH> 100644 --- a/src/wrappers/wrapper.js +++ b/src/wrappers/wrapper.js @@ -185,6 +185,8 @@ export default class Wrapper implements BaseWrapper { * Checks if wrapper has a style with value */ hasStyle (style: string, value: string...
refactor: add deprecation notice to hasStyle
vuejs_vue-test-utils
train
js
58b70430a33aa927987c090e9b5fa8cfa912735f
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 @@ -65,7 +65,7 @@ describe('Bolt Components declare dependencies in package.json if used in Twig f [join(boltPkg.location, '...
fix: prevent globbing into gitignore folders
bolt-design-system_bolt
train
js
77747e337d565f835430cf9c07f5e29d64e9031c
diff --git a/version.go b/version.go index <HASH>..<HASH> 100644 --- a/version.go +++ b/version.go @@ -11,7 +11,7 @@ import ( var CurrentCommit string // CurrentVersionNumber is the current application's version literal -const CurrentVersionNumber = "0.14.0-rc1" +const CurrentVersionNumber = "0.14.0" const ApiVe...
chore: bump to <I>
ipfs_go-ipfs
train
go
fc8b579552c48c292d0eab4fe3a55d18789afe07
diff --git a/lib/api_client.js b/lib/api_client.js index <HASH>..<HASH> 100644 --- a/lib/api_client.js +++ b/lib/api_client.js @@ -18,9 +18,12 @@ class APIClientBase extends Base { } this._client = wrapper.create(options); utils.delegateEvents(this._client, this); - this._client.ready(err => { - ...
fix: don't auto ready when initMethod exists (#<I>)
node-modules_cluster-client
train
js
f9cdb2df04f24c0b7b25d8e7c9c6059f1ed10687
diff --git a/pipeline/snapshot/snapshot_test.go b/pipeline/snapshot/snapshot_test.go index <HASH>..<HASH> 100644 --- a/pipeline/snapshot/snapshot_test.go +++ b/pipeline/snapshot/snapshot_test.go @@ -3,13 +3,32 @@ package snapshot import ( "testing" + "github.com/goreleaser/goreleaser/config" + "github.com/goreleas...
test: added test for snapshot Added tests for snapshot defaulter
goreleaser_goreleaser
train
go
e4c2a3ecf4411fcc1f85f22d28e1f5655da7f165
diff --git a/src/FormFeedback/index.js b/src/FormFeedback/index.js index <HASH>..<HASH> 100644 --- a/src/FormFeedback/index.js +++ b/src/FormFeedback/index.js @@ -46,7 +46,7 @@ StyledFormFeedback.defaultProps = { const FormFeedback = (props: Props) => { const { children, type = TYPE_OPTIONS.HELP, dataTest } = props...
fix(FormElements): adding aria polite to errors (#<I>)
kiwicom_orbit-components
train
js
813a1de7c6e08420a049156e23332eed9787bfe0
diff --git a/lib/style.js b/lib/style.js index <HASH>..<HASH> 100644 --- a/lib/style.js +++ b/lib/style.js @@ -20,8 +20,11 @@ module.exports = function (hexo, config) { var files = config.css; var content = ''; + // 处理为字符时,在 yml 里没有使用 `-` 则为字符串 if ('string' === typeof files) { - ...
fix: there are spaces in `config.mip.css`
xuexb_hexo-generator-mip
train
js
1fa9a3e0a5d8bb4a9ef2b6a9697f8c4d4a571b3f
diff --git a/server/api.js b/server/api.js index <HASH>..<HASH> 100644 --- a/server/api.js +++ b/server/api.js @@ -1,4 +1,5 @@ let plugins = require('./plugins') +let watcher = require('./watcher') let Router = require('yiss') let wch = require('./client') let log = require('./log') @@ -55,7 +56,12 @@ api.GET('/eve...
fix: destroy streams on POST /stop
aleclarson_wch
train
js
76a171de13d1812733be8a58f50571d2a3501775
diff --git a/schema/validator.js b/schema/validator.js index <HASH>..<HASH> 100644 --- a/schema/validator.js +++ b/schema/validator.js @@ -2,7 +2,9 @@ var Ajv = require('ajv'); var ajv = new Ajv({allErrors: true}); module.exports = function validate(schema, data) { - var ajv = new Ajv(); + var ajv = new Ajv({ + er...
feat(errors): show nicer errors if there are extra fields Now you can see which field caused the error.
webpack-contrib_extract-text-webpack-plugin
train
js,js
53ed3bdb9994c5360973765fb1f9d4b43ef7f972
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -342,7 +342,7 @@ class Node extends EventEmitter { } if (t.filter(multiaddrs).length > 0) { - this._switch.transport.add(t.tag || t.constructor.name, t) + this._switch.transport.ad...
fix: use symbol instead of constructor name (#<I>)
libp2p_js-libp2p
train
js
bfe5de40cf8b111bf9d863a176f11fac96709595
diff --git a/commands/Seed.js b/commands/Seed.js index <HASH>..<HASH> 100644 --- a/commands/Seed.js +++ b/commands/Seed.js @@ -140,17 +140,17 @@ class SeedDatabase extends Command { const endTime = process.hrtime(startTime) this.success(`Seeded database in ${prettyHrTime(endTime)}`) - - /** - ...
refactor(seed): auto close connection regardless of seed errors
adonisjs_adonis-lucid
train
js
d885a27ea1c8445137c653f5c563f8edfb56a82c
diff --git a/tests/tests.py b/tests/tests.py index <HASH>..<HASH> 100755 --- a/tests/tests.py +++ b/tests/tests.py @@ -16,6 +16,7 @@ class DNSTest(unittest.TestCase): def setUp(self): self.channel = pycares.Channel(timeout=10.0, tries=1, servers=['8.8.8.8', '8.8.4.4']) + self.is_ci = os.environ.g...
test: add generic way to check for a CI
saghul_pycares
train
py
af98f9993df068c487558114ae025635d7dc045c
diff --git a/lib/client/dialog_api.js b/lib/client/dialog_api.js index <HASH>..<HASH> 100644 --- a/lib/client/dialog_api.js +++ b/lib/client/dialog_api.js @@ -26,7 +26,9 @@ class DialogApi extends BaseApi { this.deferreds[message.data.dialogId].reject(message); } - this.close(); + if (messag...
feat(dialog): auto-closing a dialog can be skipped now
emartech_emarsys-integration-client-js
train
js