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 |
|---|---|---|---|---|---|
6062d2f9e9524035a0def33198569eb9fb907120 | diff --git a/test/renderer/epics/execute-spec.js b/test/renderer/epics/execute-spec.js
index <HASH>..<HASH> 100644
--- a/test/renderer/epics/execute-spec.js
+++ b/test/renderer/epics/execute-spec.js
@@ -119,9 +119,3 @@ describe('executeCellObservable', () => {
})
});
-
-describe('executeCellEpic', () => {
- it.o... | test(executeSpec): Remove it.only | nteract_nteract | train | js |
5fc9211f445e79e709b5406f03b545fd61ed8fe0 | diff --git a/src/org/nutz/ioc/loader/annotation/AnnotationIocLoader.java b/src/org/nutz/ioc/loader/annotation/AnnotationIocLoader.java
index <HASH>..<HASH> 100644
--- a/src/org/nutz/ioc/loader/annotation/AnnotationIocLoader.java
+++ b/src/org/nutz/ioc/loader/annotation/AnnotationIocLoader.java
@@ -145,9 +145,13 @@ publ... | fix: if some class method ref unknow class, AnnotationIocLoader will throw error | nutzam_nutz | train | java |
fdb4a7a0e51f9092508b268b1511396c4a5acae4 | diff --git a/src/connectors/configure/connectConfigure.js b/src/connectors/configure/connectConfigure.js
index <HASH>..<HASH> 100644
--- a/src/connectors/configure/connectConfigure.js
+++ b/src/connectors/configure/connectConfigure.js
@@ -71,9 +71,12 @@ export default function connectConfigure(renderFn, unmountFn) {
... | fix(connectConfigure): ensure we do not extend `SearchParameters` (#<I>)
This was firing requests to Algolia with all the functions from the SearchParameters base class. | algolia_instantsearch.js | train | js |
03e46ab110d10c595de7f9a167dea9b4599f8718 | diff --git a/lib/run.js b/lib/run.js
index <HASH>..<HASH> 100644
--- a/lib/run.js
+++ b/lib/run.js
@@ -52,7 +52,7 @@ module.exports = (_argv, stream=process.stdin, doExit) => {
function *createIssue() {
- if (opts.dry) return console.log('not ok (creating...):', rule);
+ if (opts.dry) return co... | feat: log repo when "creating" issue in "dry" mode | MailOnline_tap-github-issues | train | js |
e13eac3a2d7bf4c24c3af924718e506825b42c78 | diff --git a/Storage/src/StreamWrapper.php b/Storage/src/StreamWrapper.php
index <HASH>..<HASH> 100644
--- a/Storage/src/StreamWrapper.php
+++ b/Storage/src/StreamWrapper.php
@@ -120,6 +120,16 @@ class StreamWrapper
}
/**
+ * Starting PHP 7.4, this is called when include/require is used on a stream.
+ ... | fix(storage): Added stream_set_option in StreamWrapper (#<I>) | googleapis_google-cloud-php | train | php |
f47f0df464101b40a293d1ef7fd79711872470cc | diff --git a/scripts/postinstall.js b/scripts/postinstall.js
index <HASH>..<HASH> 100644
--- a/scripts/postinstall.js
+++ b/scripts/postinstall.js
@@ -1,2 +1,2 @@
const url = 'https://m.do.co/c/ce5e44c0fedf';
-console.log('\x1b[32m', `Thanks for using do-wrapper.\n Please support further development: ${url}`);
+consol... | fix: reset color in postinstall script | matt-major_do-wrapper | train | js |
988b3f3611af07bd444eab31d992636e4d1586f3 | 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... | fix: typo in the update video test | webex_spark-js-sdk | train | js |
25d820d448f82ea05c1c848f2ba4df5ae73ce7a2 | diff --git a/src/cli/commands/key/gen.js b/src/cli/commands/key/gen.js
index <HASH>..<HASH> 100644
--- a/src/cli/commands/key/gen.js
+++ b/src/cli/commands/key/gen.js
@@ -16,7 +16,8 @@ module.exports = {
size: {
alias: 's',
describe: 'size of the key to generate.',
- default: '2048'
+ defau... | fix: coerce key gen size to number (#<I>)
Keychain params are now validated properly and has caused these test to fail <URL> | ipfs_js-ipfs | train | js,js |
558d4fb5963badcf9e42de7811545ca0d9be6fc8 | diff --git a/test/runner/filters/mongodb_topology_filter.js b/test/runner/filters/mongodb_topology_filter.js
index <HASH>..<HASH> 100755
--- a/test/runner/filters/mongodb_topology_filter.js
+++ b/test/runner/filters/mongodb_topology_filter.js
@@ -27,11 +27,15 @@ class MongoDBTopologyFilter {
if (!test.metadata.req... | test: simply access to required topology directive | mongodb_node-mongodb-native | train | js |
e776ec1bc29c6e1fd72aeb59e6fd0a16f02a0e4c | diff --git a/deisctl/cmd/cmd.go b/deisctl/cmd/cmd.go
index <HASH>..<HASH> 100644
--- a/deisctl/cmd/cmd.go
+++ b/deisctl/cmd/cmd.go
@@ -580,6 +580,8 @@ Options:
"deis-store-metadata.service",
"deis-store-monitor.service",
"deis-store-volume.service",
+ "deis-swarm-manager.service",
+ "deis-swarm-node.service"... | fix(deisctl): include swarm in refresh-units command | deis_deis | train | go |
46aed84203fcc365b9f8d1615d05e9a5edcd79e2 | diff --git a/Treant.js b/Treant.js
index <HASH>..<HASH> 100644
--- a/Treant.js
+++ b/Treant.js
@@ -99,10 +99,10 @@
// todo: getElementsByTagName()
// todo: getElementsByTagNameNS()
- if ( selector.substring( 1 ) == '#' ) {
+ if ( selector.charAt( 0 ) == '#' ) {
return parentEl.getElementByI... | fix: in findEl() - selector.charAt(0) | fperucic_treant-js | train | js |
2fa36aabb76221fa7de48dbd86486871cf760c57 | diff --git a/packages/bonde-admin-canary/src/components/Forms/GenericMutationForm.js b/packages/bonde-admin-canary/src/components/Forms/GenericMutationForm.js
index <HASH>..<HASH> 100644
--- a/packages/bonde-admin-canary/src/components/Forms/GenericMutationForm.js
+++ b/packages/bonde-admin-canary/src/components/Forms/... | chore(canary): add default onSuccess notify in components/Forms | nossas_bonde-client | train | js |
2bbf0b55025b7f1275a27c936373ef20d318a3b8 | diff --git a/chess/__init__.py b/chess/__init__.py
index <HASH>..<HASH> 100644
--- a/chess/__init__.py
+++ b/chess/__init__.py
@@ -2045,7 +2045,7 @@ class Board(BaseBoard):
Checks if the player to move can claim a draw by threefold repetition.
Draw by threefold repetition can be claimed if the posit... | docs: Fix a few typos
There are small typos in:
- chess/__init__.py
- chess/syzygy.py
Fixes:
- Should read `necessary` rather than `nescessary`.
- Should read `occurred` rather than `occured`. | niklasf_python-chess | train | py,py |
cc17aa878f5eb86aab27bb098ea7a524bd9b43cf | diff --git a/frigg_worker/fetcher.py b/frigg_worker/fetcher.py
index <HASH>..<HASH> 100644
--- a/frigg_worker/fetcher.py
+++ b/frigg_worker/fetcher.py
@@ -5,9 +5,15 @@ import random
import socket
import time
+import docker
+import frigg_coverage
+import frigg_settings
+import frigg_test_discovery
import requests
... | feat(fetcher): Add version header to requests | frigg_frigg-worker | train | py |
25db385695444d3b52145c5b755eb525f0d2329b | diff --git a/js-given/src/generateJGivenReport.js b/js-given/src/generateJGivenReport.js
index <HASH>..<HASH> 100644
--- a/js-given/src/generateJGivenReport.js
+++ b/js-given/src/generateJGivenReport.js
@@ -17,6 +17,10 @@ export async function generateJGivenReport(fail: boolean): Promise<void> {
console.lo... | fix(cli): Take --fail parameter into account when there is no report generated | jsGiven_jsGiven | train | js |
b4eae5751967a1f85b9b0c6e0064086e50f13e56 | diff --git a/packages/select/src/Select.js b/packages/select/src/Select.js
index <HASH>..<HASH> 100644
--- a/packages/select/src/Select.js
+++ b/packages/select/src/Select.js
@@ -24,7 +24,8 @@ const components = {
),
ClearIndicator: (props) => (
<ClearIndicator {...props}>
- <CrossIcon tabIndex="0" role... | fix(select): remove role and attributes from clear indicator | Availity_availity-react | train | js,js |
3ed981d0be70ae4b4f2921fea9464d23d69811fb | diff --git a/demo/src/App.js b/demo/src/App.js
index <HASH>..<HASH> 100644
--- a/demo/src/App.js
+++ b/demo/src/App.js
@@ -1,6 +1,5 @@
import React, { Component } from 'react';
import clone from 'clone';
-import { debugData, individualShapesData } from './mockData';
import Tree from 'react-d3-tree';
import { versio... | fix(demo): remove outdated example | bkrem_react-d3-tree | train | js |
27c68c7dc3a335298ce2a2e94b6abaed61d7f77b | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -29,7 +29,7 @@ Mount individual resumes onto the module object for convenience.
empty: require('./src/jrs/empty.json'),
johndoe: require('./src/jrs/john-doe.json'),
richard: require('./src/jrs/richard-he... | fix: correct index.js mounting glitch | fresh-standard_fresh-test-resumes | train | js |
f034e010156a85cf1826b95eb7f41f50ef5a1791 | diff --git a/lib/protractor.js b/lib/protractor.js
index <HASH>..<HASH> 100644
--- a/lib/protractor.js
+++ b/lib/protractor.js
@@ -320,7 +320,9 @@ Protractor.prototype.waitForAngular = function(opt_description) {
var description = opt_description ? ' - ' + opt_description : '';
var self = this;
if (this.ignore... | fix(synchronizing): use the same control flow when ignoring sync
Previously, the order of frames and tasks on the control flow was
different depending on `browser.ignoreSynchronization`. This fixes
the inconsistency by creating an empty task when ignoreSynchronization
is true.
Practically, this fixes the polling spec... | angular_protractor | train | js |
8bb3395f3649f6fb091775838c51f370cedd9c30 | diff --git a/test/browser/es5-shim.js b/test/browser/es5-shim.js
index <HASH>..<HASH> 100644
--- a/test/browser/es5-shim.js
+++ b/test/browser/es5-shim.js
@@ -1214,7 +1214,7 @@ if (
// ECMA-262, 3rd B.2.3
-// Note an ECMAScript standart, although ECMAScript 3rd Edition has a
+// Note an ECMAScript standard, althou... | docs: Fix simple typo, standart -> standard (#<I>)
There is a small typo in test/browser/es5-shim.js.
Should read `standard` rather than `standart`. | petkaantonov_bluebird | train | js |
d597f697e092b25f9b8f2525d11547f1bacc5055 | diff --git a/examples/gh-pages/src/containers/Application.js b/examples/gh-pages/src/containers/Application.js
index <HASH>..<HASH> 100644
--- a/examples/gh-pages/src/containers/Application.js
+++ b/examples/gh-pages/src/containers/Application.js
@@ -103,7 +103,7 @@ export default class Application extends Component {
... | docs(gh-pages): fix Async example location | tomchentw_react-google-maps | train | js |
eedc1b8278733c4247ecc4d3e77bcd8218aaff15 | diff --git a/src/Keboola/Syrup/Service/StorageApi/StorageApiService.php b/src/Keboola/Syrup/Service/StorageApi/StorageApiService.php
index <HASH>..<HASH> 100644
--- a/src/Keboola/Syrup/Service/StorageApi/StorageApiService.php
+++ b/src/Keboola/Syrup/Service/StorageApi/StorageApiService.php
@@ -8,6 +8,7 @@
namespace Ke... | fix: sapi token verification now throws UserException | keboola_syrup | train | php |
b3f991d34ffaa07c9b451615159d2f811572dc6c | diff --git a/ui/src/components/badge/QBadge.js b/ui/src/components/badge/QBadge.js
index <HASH>..<HASH> 100644
--- a/ui/src/components/badge/QBadge.js
+++ b/ui/src/components/badge/QBadge.js
@@ -55,6 +55,6 @@ export default createComponent({
style: style.value,
role: 'alert',
'aria-label': props.la... | fix(QBadge): doesn't render slot if has label (#<I>) | quasarframework_quasar | train | js |
52d91c4d919f103e4b59bec43bfdd155de1fd711 | diff --git a/test/unit/xmlSpec.js b/test/unit/xmlSpec.js
index <HASH>..<HASH> 100644
--- a/test/unit/xmlSpec.js
+++ b/test/unit/xmlSpec.js
@@ -6,15 +6,12 @@ describe('xml', function () {
beforeEach(module('xml'));
describe('x2js', function () {
-
it('will be an instance of X2JS', inject(function (x2js) {
... | refactor: remove extra line breaks | johngeorgewright_angular-xml | train | js |
c7da042f897675a65f86f7839922fee4218d7fef | diff --git a/go/test/endtoend/recovery/unshardedrecovery/recovery.go b/go/test/endtoend/recovery/unshardedrecovery/recovery.go
index <HASH>..<HASH> 100644
--- a/go/test/endtoend/recovery/unshardedrecovery/recovery.go
+++ b/go/test/endtoend/recovery/unshardedrecovery/recovery.go
@@ -157,7 +157,7 @@ SET GLOBAL old_alter_... | test: use PRS in unshardedrecovery | vitessio_vitess | train | go |
dacb3285e523d9a741b08f8cc0c68c2065dcd2ae | diff --git a/docs/assets/js/main.js b/docs/assets/js/main.js
index <HASH>..<HASH> 100755
--- a/docs/assets/js/main.js
+++ b/docs/assets/js/main.js
@@ -13,6 +13,13 @@ const docSearch = {
const header = new alg.communityHeader(docSearch);
+function removeDocSearch() {
+ const container = document.querySelector('.al... | docs(search): remove docsearch
unfortunately it's not possible to index URLs containing -- for now :( | algolia_vue-instantsearch | train | js |
00ab236f22f8d1eb28c5ee9cbbbe1d7e1f05000b | diff --git a/packages/mdc-slider/addon/components/mdc-slider.js b/packages/mdc-slider/addon/components/mdc-slider.js
index <HASH>..<HASH> 100644
--- a/packages/mdc-slider/addon/components/mdc-slider.js
+++ b/packages/mdc-slider/addon/components/mdc-slider.js
@@ -67,7 +67,7 @@ export default Component.extend({
didUpd... | fix: Disabled was not defined | onehilltech_ember-cli-mdc | train | js |
4184f279b32b3860631f0d8a7aac3e4294e4c433 | diff --git a/planner/core/point_get_plan_test.go b/planner/core/point_get_plan_test.go
index <HASH>..<HASH> 100644
--- a/planner/core/point_get_plan_test.go
+++ b/planner/core/point_get_plan_test.go
@@ -478,12 +478,10 @@ func (s *testPointGetSuite) TestSelectInMultiColumns(c *C) {
}
func (s *testPointGetSuite) Test... | test: make test TestUpdateWithTableReadLockWillFail stable (#<I>) | pingcap_tidb | train | go |
b4cf28f02c53a89ebe5dadc5d7d220adef582b3d | diff --git a/discovery/src/test/java/com/ibm/watson/discovery/v1/DiscoveryServiceIT.java b/discovery/src/test/java/com/ibm/watson/discovery/v1/DiscoveryServiceIT.java
index <HASH>..<HASH> 100644
--- a/discovery/src/test/java/com/ibm/watson/discovery/v1/DiscoveryServiceIT.java
+++ b/discovery/src/test/java/com/ibm/watso... | test(discovery-v1): fix cleanup method to be called after the tests are done
cleanup was called after each test | watson-developer-cloud_java-sdk | train | java |
11de938e357bee47580998605ed31b53a1bb6e8e | diff --git a/samples/subscriptions.js b/samples/subscriptions.js
index <HASH>..<HASH> 100755
--- a/samples/subscriptions.js
+++ b/samples/subscriptions.js
@@ -312,9 +312,6 @@ async function synchronousPull(projectName, subscriptionName) {
// Send the message to the worker function.
worker(message);
- // setInt... | docs: remove outdated comments (#<I>)
docs: remove outdated comments | googleapis_nodejs-pubsub | train | js |
4e029636f04c35c67bd445f3073a448c4f1ef838 | diff --git a/src/components/inputs/date-time-input/date-time-input.js b/src/components/inputs/date-time-input/date-time-input.js
index <HASH>..<HASH> 100644
--- a/src/components/inputs/date-time-input/date-time-input.js
+++ b/src/components/inputs/date-time-input/date-time-input.js
@@ -13,7 +13,6 @@ import Constraints ... | fix(date-time-input): today button not highlighting todays date (#<I>) | commercetools_ui-kit | train | js |
b73bc4f1fab4d0ed1f04daee3f23e03c274587bd | diff --git a/node-tests/unit/commands/build-test.js b/node-tests/unit/commands/build-test.js
index <HASH>..<HASH> 100644
--- a/node-tests/unit/commands/build-test.js
+++ b/node-tests/unit/commands/build-test.js
@@ -12,9 +12,9 @@ var CdvBuildTask = require('../../../lib/tasks/cordova-build');
var HookTask = r... | fix(build-test): remove use of constant in strict mode | isleofcode_ember-cordova | train | js |
60e8fa55a9ec79fc13a27a51cfc5f1605b5b7c10 | diff --git a/src/foremast/__main__.py b/src/foremast/__main__.py
index <HASH>..<HASH> 100644
--- a/src/foremast/__main__.py
+++ b/src/foremast/__main__.py
@@ -8,6 +8,12 @@ from .consts import LOGGING_FORMAT
LOG = logging.getLogger(__name__)
+def add_infra(subparsers):
+ """Infrastructure subcommands."""
+ in... | feat: Add infra subcommand | foremast_foremast | train | py |
00f9a3f819f5338fa7053f7716ef47faf9bd4c72 | diff --git a/packages/site/pages/components/drawer.js b/packages/site/pages/components/drawer.js
index <HASH>..<HASH> 100644
--- a/packages/site/pages/components/drawer.js
+++ b/packages/site/pages/components/drawer.js
@@ -203,24 +203,6 @@ export default withServerProps(_ => (
</Drawer>`
]}
/>
-
- ... | refactor(site): rm light theme section from drawer pg | pluralsight_design-system | train | js |
a94ff10d4b393b96b127a8986fc2449819906f1f | diff --git a/src/IO/WebSocket/BinaryImageStream/index.js b/src/IO/WebSocket/BinaryImageStream/index.js
index <HASH>..<HASH> 100644
--- a/src/IO/WebSocket/BinaryImageStream/index.js
+++ b/src/IO/WebSocket/BinaryImageStream/index.js
@@ -43,6 +43,13 @@ export default class BinaryImageStream {
}));
}
+ invalidat... | fix(BinaryImageStream): Add method for invalidating image cache | Kitware_paraviewweb | train | js |
770964640c241f5d60f0eb731f290f9f3d6fb2d1 | diff --git a/lib/client-base.js b/lib/client-base.js
index <HASH>..<HASH> 100644
--- a/lib/client-base.js
+++ b/lib/client-base.js
@@ -178,15 +178,16 @@ class ClientBase extends EventEmitter {
try {
this[kQueue].push(new Request(opts, callback))
-
- if (!this[kSocket] && !this[kRetryTimeout]) {
- ... | fix: move unfailable outside of try/catch | mcollina_undici | train | js |
f1e5dafc7139b5c5bb653fe88126a6a671804de2 | diff --git a/builder/osc/chroot/step_create_volume.go b/builder/osc/chroot/step_create_volume.go
index <HASH>..<HASH> 100644
--- a/builder/osc/chroot/step_create_volume.go
+++ b/builder/osc/chroot/step_create_volume.go
@@ -79,7 +79,7 @@ func (s *StepCreateVolume) Run(ctx context.Context, state multistep.StateBag) mu
... | fix: convert volume size to Gib before volume creation | hashicorp_packer | train | go |
c25e9e7c5f69ad62c1a3f91f426a467f8d61533e | diff --git a/modules/benchmarks/src/tree/tree_benchmark.js b/modules/benchmarks/src/tree/tree_benchmark.js
index <HASH>..<HASH> 100644
--- a/modules/benchmarks/src/tree/tree_benchmark.js
+++ b/modules/benchmarks/src/tree/tree_benchmark.js
@@ -44,8 +44,8 @@ function setup() {
directives: [TreeComponent, NgIf]... | fix: properly close the <tree> tag in benchmark | angular_angular | train | js |
99787162c3b9e22886486bccce55459f30f8f046 | diff --git a/cpenv/module.py b/cpenv/module.py
index <HASH>..<HASH> 100644
--- a/cpenv/module.py
+++ b/cpenv/module.py
@@ -225,15 +225,11 @@ class Module(object):
@property
def environment(self):
- if self._environ is None:
- env = self.config.get('environment', {})
- additional... | fix: Module.environment no longer requires preprocessing | cpenv_cpenv | train | py |
0a770f24c048458bcc44fdf88774423e52951af4 | diff --git a/lib/Broker.js b/lib/Broker.js
index <HASH>..<HASH> 100644
--- a/lib/Broker.js
+++ b/lib/Broker.js
@@ -583,7 +583,7 @@ Broker.prototype.servicesUpdate = function() {
return semver.satisfies(version, range);
});
- service.aux = _.pluck(satisfying, 'name');
+ service.aux = _.map(sa... | fix: Use _.map instead of _.pluck (DEPRECATED / REMOVED)
`_.pluck` has been removed in favor of `_.map` in LoDash | prdn_pigato | train | js |
89ded2d79c995404207c6a06a058b2a6a0780078 | diff --git a/src/pre.js b/src/pre.js
index <HASH>..<HASH> 100644
--- a/src/pre.js
+++ b/src/pre.js
@@ -10,13 +10,13 @@ module.exports = function (config, cb) {
auto({
lastRelease: plugins.getLastRelease.bind(null, config),
- commits: ['lastRelease', function (cb, results) {
+ commits: ['lastRelease', fu... | refactor(pre): adapt to new run-auto api | semantic-release_semantic-release | train | js |
c7a7bbcfde04ab78409442390138a8ec4e7ed334 | diff --git a/engine/src/main/java/org/camunda/bpm/engine/impl/identity/PasswordPolicySpecialCharacterRuleImpl.java b/engine/src/main/java/org/camunda/bpm/engine/impl/identity/PasswordPolicySpecialCharacterRuleImpl.java
index <HASH>..<HASH> 100644
--- a/engine/src/main/java/org/camunda/bpm/engine/impl/identity/PasswordP... | chore(engine): convert static final field to upper case
Related to CAM-<I> | camunda_camunda-bpm-platform | train | java |
c2b544b8844326067612baee620ebc7960fc6aca | diff --git a/test/tests/functional/server_tests.js b/test/tests/functional/server_tests.js
index <HASH>..<HASH> 100644
--- a/test/tests/functional/server_tests.js
+++ b/test/tests/functional/server_tests.js
@@ -292,8 +292,6 @@ describe('Server tests', function() {
// The actual test we wish to run
test: fun... | chore(package): upgrade mongodb-test-runner
NODE-<I> | mongodb-js_mongodb-core | train | js |
0d1a0b488d0ee1ffdd00231a6ae3e6a60c1339fb | diff --git a/src/primitives/ButtonPrimitive/index.js b/src/primitives/ButtonPrimitive/index.js
index <HASH>..<HASH> 100644
--- a/src/primitives/ButtonPrimitive/index.js
+++ b/src/primitives/ButtonPrimitive/index.js
@@ -121,13 +121,16 @@ export const StyledButtonPrimitive = styled(
}
&:hover {
- backgro... | fix(ButtonPrimitive): interactive states when disabled (#<I>) | kiwicom_orbit-components | train | js |
bfd7960450de4134a6b6021eba6723e99351867f | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -65,15 +65,7 @@ async function previewChangelog(done) {
function publishPackages() {
return spawn(
"yarn",
- [
- "lerna",
- "publish",
- "--ignore",
- "@kiwicom/orbit.kiwi",
- "... | chore: remove unused option
These option doesn't seem to have effect. | kiwicom_orbit-components | train | js |
6b9686fd9787473be6ba6273a9e5a72d99dbcc34 | diff --git a/src/conversation.js b/src/conversation.js
index <HASH>..<HASH> 100644
--- a/src/conversation.js
+++ b/src/conversation.js
@@ -3,13 +3,13 @@ const { _request } = require('./request');
const AV = require('./av');
const serializeMessage = message => {
- if (typeof message.toJSON === 'function') {
- re... | fix(conversation): make compatible w/ Message from leancloud-realtime@4 | leancloud_javascript-sdk | train | js |
d088a94575d7268b5cd52f6aa5c8594af76091cb | diff --git a/webapps/camunda-webapp/webapp/src/main/webapp/app/common/directives/main.js b/webapps/camunda-webapp/webapp/src/main/webapp/app/common/directives/main.js
index <HASH>..<HASH> 100644
--- a/webapps/camunda-webapp/webapp/src/main/webapp/app/common/directives/main.js
+++ b/webapps/camunda-webapp/webapp/src/mai... | chore(webapp): do not use "help" directive
related to CAM-<I> | camunda_camunda-bpm-platform | train | js |
a088e6f175ca817f59d5eea99549e45ab5861ce0 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -272,7 +272,9 @@ OnTimeoutReporter.prototype.reportSpecResults = function(spec) {
if (result.getItems()[i].passed_ === false) {
failureItem = result.getItems()[i];
- if (failureItem.toString().match(/t... | fix(timeouts): should call special timeout handlers only for a jasmine timeout
Previously, it used to call the resets if anything matched 'timeout'. This was too
vague, since many error messages contain that string.
Closes #8 | angular_jasminewd | train | js |
43474a150f8eefaf561aaff46d735f7062d213b6 | diff --git a/docs/app/js/app.js b/docs/app/js/app.js
index <HASH>..<HASH> 100644
--- a/docs/app/js/app.js
+++ b/docs/app/js/app.js
@@ -135,7 +135,7 @@ function(SERVICES, COMPONENTS, DEMOS, PAGES,
}])
.config(['AngularyticsProvider', function(AngularyticsProvider) {
- AngularyticsProvider.setEventHandlers(['Consol... | docs(angularytics): disable console logging (#<I>) | angular_material | train | js |
9532a7fa7590b408f515ea56f9128b6a4410a66d | diff --git a/src/sdk-impl.js b/src/sdk-impl.js
index <HASH>..<HASH> 100644
--- a/src/sdk-impl.js
+++ b/src/sdk-impl.js
@@ -218,7 +218,7 @@ SdkImpl.prototype.requestAds = function() {
this.controller.getPlayerWidth();
adsRequest.nonLinearAdSlotHeight =
this.controller.getSettings().nonLinearHeight ||
- ... | feat: Add support for full slot ads by changing the default non-linear ad slot height from 1/3 player height to <I>% player height. (#<I>) | googleads_videojs-ima | train | js |
22638cacd3a4e3d938c6e43ed6281809e1110400 | diff --git a/webapps/client/scripts/filter/modals/cam-tasklist-filter-form.js b/webapps/client/scripts/filter/modals/cam-tasklist-filter-form.js
index <HASH>..<HASH> 100644
--- a/webapps/client/scripts/filter/modals/cam-tasklist-filter-form.js
+++ b/webapps/client/scripts/filter/modals/cam-tasklist-filter-form.js
@@ -3... | chore(code): clean up code | camunda_camunda-bpm-platform | train | js |
9fdfbab291addd91d2de738da3d5bf9002a8d311 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1,6 +1,7 @@
// @flow
// Helpers
import stripUnit from './helpers/stripUnit'
+import em from './helpers/em'
// Mixins
import clearFix from './mixins/clearFix'
@@ -10,7 +11,8 @@ const polished = {
clea... | chore(exports): export em helper | styled-components_polished | train | js |
b59a65c365dcefd42e135579e9b7ce9c9c006489 | diff --git a/jira.go b/jira.go
index <HASH>..<HASH> 100644
--- a/jira.go
+++ b/jira.go
@@ -15,15 +15,21 @@ import (
"github.com/pkg/errors"
)
+// httpClient defines an interface for an http.Client implementation so that alternative
+// http Clients can be passed in for making requests
+type httpClient interface {
... | feat: Replace http.Client with interface for extensibility
Setting up the NewClient method to accept an interface that gives access
to the Do method of the http.Client rather than using a hard http.Client
so that an interface can be passed for mocking and other non-standard
clients can be used with go-jira. | andygrunwald_go-jira | train | go |
a22929b54c7641b5138091c21aebf6d017ddfbdd | diff --git a/eth_account/hdaccount/mnemonic.py b/eth_account/hdaccount/mnemonic.py
index <HASH>..<HASH> 100644
--- a/eth_account/hdaccount/mnemonic.py
+++ b/eth_account/hdaccount/mnemonic.py
@@ -67,7 +67,7 @@ def normalize_string(txt):
return unicodedata.normalize("NFKD", utxt)
-class Mnemonic(object):
+class ... | refactor: unnecessarily inheriting object | ethereum_eth-account | train | py |
06923e88a0ee56a4ead859e030fd5e2ab3303d45 | diff --git a/lib/codecs/h264.js b/lib/codecs/h264.js
index <HASH>..<HASH> 100644
--- a/lib/codecs/h264.js
+++ b/lib/codecs/h264.js
@@ -40,6 +40,7 @@ NalByteStream = function() {
swapBuffer.set(data.data, buffer.byteLength);
buffer = swapBuffer;
}
+ var len = buffer.byteLength;
// Rec. ITU-T... | perf: Cache buffer.byteLength in NalByteStream.push (#<I>)
Significant speedup in (pre-Chromium) Edge, especially for high
bitrates such as uncompressed or lightly-compressed frames.
Previously, buffer.byteLength and buffer.length got looked up
multiple times per byte processed in Edge, leading to higher
CPU usa... | videojs_mux.js | train | js |
8ea4e3aa6e517c409706faa65b13ceb7fb7078ce | diff --git a/ibis/backends/conftest.py b/ibis/backends/conftest.py
index <HASH>..<HASH> 100644
--- a/ibis/backends/conftest.py
+++ b/ibis/backends/conftest.py
@@ -452,14 +452,9 @@ def backend(
)
-@pytest.fixture(scope='session')
+@pytest.fixture(scope="session")
def con(backend):
- """
- Instance of Cli... | test: clean up `con` fixture | ibis-project_ibis | train | py |
cc6286ab001a90a8d3212f50415bd089bea5a4b5 | diff --git a/packages/source-contentful/index.js b/packages/source-contentful/index.js
index <HASH>..<HASH> 100644
--- a/packages/source-contentful/index.js
+++ b/packages/source-contentful/index.js
@@ -35,7 +35,7 @@ class ContentfulSource {
for (const contentType of contentTypes) {
addContentType({
... | fix(router): prefix default routes with slash | gridsome_gridsome | train | js |
85b4dc33e8e81f8715cf3feb982d6afae33cf9c4 | diff --git a/util/db/gpgkeys.go b/util/db/gpgkeys.go
index <HASH>..<HASH> 100644
--- a/util/db/gpgkeys.go
+++ b/util/db/gpgkeys.go
@@ -24,7 +24,12 @@ func validatePGPKey(keyData string) (*appsv1.GnuPGPublicKey, error) {
if err != nil {
return nil, err
}
- defer f.Close()
+ defer func() {
+ err = f.Close()
+ if... | fix: Add logic to handle for f.Close() for util/db (#<I>) (#<I>) | argoproj_argo-cd | train | go |
e5c1e7341cead89fd87594874d3e121c4b1fa6e4 | diff --git a/templates/report.php b/templates/report.php
index <HASH>..<HASH> 100644
--- a/templates/report.php
+++ b/templates/report.php
@@ -1,6 +1,11 @@
<?php
-$base = explode('staticbuilder', thisUrl())[0] . 'staticbuilder';
+function getBaseUrl() {
+ $url = thisUrl();
+ $pos = strrpos($url, 'staticbuilder... | fix: report base URL broken if domain contains 'staticbuilder' | fvsch_kirby-staticbuilder | train | php |
b63c32ba401e7ad3526ae0a01252ccce322e7f91 | diff --git a/packages/filter-popover/src/FilterPopover.js b/packages/filter-popover/src/FilterPopover.js
index <HASH>..<HASH> 100644
--- a/packages/filter-popover/src/FilterPopover.js
+++ b/packages/filter-popover/src/FilterPopover.js
@@ -17,7 +17,13 @@ const FilterPopover = props => {
<Button
class... | fix(FilterPopover): set a flex container for button contents
affects: @crave/farmblocks-filter-popover | CraveFood_farmblocks | train | js |
6c7c6eb9c9ad134c5dec3ed81df5567a4dfa8016 | diff --git a/lib/vehicle.js b/lib/vehicle.js
index <HASH>..<HASH> 100644
--- a/lib/vehicle.js
+++ b/lib/vehicle.js
@@ -487,7 +487,7 @@ Vehicle.prototype.unlock = function() {
/**
* POST Vehicle.batch
*
- * @params {string[]} paths - A list of paths of endpoints to send requests to.
+ * @param {string[]} paths - A ... | docs: fix typo in jsdoc (#<I>) | smartcar_node-sdk | train | js |
a8dbad121f0169eb608f3ba0ce8032d812efd31b | diff --git a/components/input/Input.js b/components/input/Input.js
index <HASH>..<HASH> 100644
--- a/components/input/Input.js
+++ b/components/input/Input.js
@@ -83,7 +83,15 @@ const factory = (FontIcon) => {
}
handleChange = (event) => {
- if (this.props.onChange) this.props.onChange(event.target.val... | feat(input): implement maxLength in js rather then using the maxlength prop of the input field
This is explained in #<I>. Fixes #<I> therefore. | react-toolbox_react-toolbox | train | js |
58561d1c7801d1d6842793b22b2eda9caf2e5a12 | diff --git a/src/EloGank/Replay/Output/OutputInterface.php b/src/EloGank/Replay/Output/OutputInterface.php
index <HASH>..<HASH> 100644
--- a/src/EloGank/Replay/Output/OutputInterface.php
+++ b/src/EloGank/Replay/Output/OutputInterface.php
@@ -40,4 +40,20 @@ interface OutputInterface
* @throws \InvalidArgumentExce... | fix: add verbosity to the OutputInterface. | EloGank_lol-replay | train | php |
aad7eb69f3e6adc518ea521f45b8edc532687a0d | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1,10 +1,23 @@
import Dacho from './Dacho';
/**
+ * @typedef {Function} Reaction
+ * @param {string[]|Object} keys object keys
+ * @param {string} [prefix=''] prefix of value (Optional)
+ * @return {Object}... | docs(ESDoc): Fix Doc comments | moqada_dacho | train | js |
49b840dc22f9ff9f093333d8d623f25c9ecfa69d | diff --git a/lib/android/app/src/main/java/com/reactnativenavigation/parse/TopTabsOptions.java b/lib/android/app/src/main/java/com/reactnativenavigation/parse/TopTabsOptions.java
index <HASH>..<HASH> 100644
--- a/lib/android/app/src/main/java/com/reactnativenavigation/parse/TopTabsOptions.java
+++ b/lib/android/app/src... | fix(TopTabOptions): fixed attribute naming for parser (#<I>) | wix_react-native-navigation | train | java |
014be7eb0a82a5d8a79123b85d4d5f8968cacc33 | diff --git a/test/test_ci.rb b/test/test_ci.rb
index <HASH>..<HASH> 100644
--- a/test/test_ci.rb
+++ b/test/test_ci.rb
@@ -25,6 +25,7 @@ module EnvPullRequest
end
end
+ # NOTE: add test ENV['TRAVIS_PULL_REQUEST'] = false
sub_test_case 'travis-ci' do
pull_id = 800
setup do | chore(travis): add note | packsaddle_ruby-env_pull_request | train | rb |
9c484733a9019cc1d4fb49da396ba40cde05ec70 | diff --git a/src/includes/classes/Core/Utils/Headers.php b/src/includes/classes/Core/Utils/Headers.php
index <HASH>..<HASH> 100644
--- a/src/includes/classes/Core/Utils/Headers.php
+++ b/src/includes/classes/Core/Utils/Headers.php
@@ -81,7 +81,7 @@ class Headers extends Classes\Core\Base\Core implements Interfaces\Http... | fix: Undefined `c::` in new header utility. | wpsharks_core | train | php |
237b01637848ea93875fa0453232b408c1633060 | diff --git a/src/server/lib/oauth/client.js b/src/server/lib/oauth/client.js
index <HASH>..<HASH> 100644
--- a/src/server/lib/oauth/client.js
+++ b/src/server/lib/oauth/client.js
@@ -167,9 +167,17 @@ async function getOAuth2AccessToken (code, provider, codeVerifier) {
raw = querystring.parse(data)
}... | fix(provider): reject access token if slack login flow was canceled (#<I>)
* fix: reject access token if slack login flow was canceled
* style: fix lint errors in oauth client | iaincollins_next-auth | train | js |
1f1bb9363d4edc763164e5f22be22f42321fc106 | diff --git a/test/Asset/CustomRootClassFixture.php b/test/Asset/CustomRootClassFixture.php
index <HASH>..<HASH> 100644
--- a/test/Asset/CustomRootClassFixture.php
+++ b/test/Asset/CustomRootClassFixture.php
@@ -19,7 +19,17 @@
namespace oat\tao\test\Asset;
-class CustomRootClassFixture
+use core_kernel_classes_Clas... | test: Add custom core_kernel_classes_Class fixture used for unit tests | oat-sa_tao-core | train | php |
80a5f06b942d70161829a6cc0d535f198abc8d19 | diff --git a/src/filters.js b/src/filters.js
index <HASH>..<HASH> 100644
--- a/src/filters.js
+++ b/src/filters.js
@@ -38,6 +38,7 @@ angular.module('angular.filter', [
'a8m.fuzzy',
'a8m.omit',
'a8m.pick',
+ 'a8m.every',
'a8m.math',
'a8m.math.max', | fix(filter): register every filter | a8m_angular-filter | train | js |
5bc8d20ea8da8fab4aea6b8335bbcc5f1a27b22d | diff --git a/test/test.wpcom.me.settings.js b/test/test.wpcom.me.settings.js
index <HASH>..<HASH> 100644
--- a/test/test.wpcom.me.settings.js
+++ b/test/test.wpcom.me.settings.js
@@ -1,7 +1,7 @@
/**
* Module dependencies
*/
-var ProfileLinks = require( '../lib/me.settings.profile-links' );
+var ProfileLinks = requ... | test: tweak profile-links test | Automattic_wpcom-unpublished | train | js |
7feb85bfc96ec7cabc72396b4787938e5ed8a473 | diff --git a/docs/app/Components/ComponentDoc/ComponentExample/ComponentExample.js b/docs/app/Components/ComponentDoc/ComponentExample/ComponentExample.js
index <HASH>..<HASH> 100644
--- a/docs/app/Components/ComponentDoc/ComponentExample/ComponentExample.js
+++ b/docs/app/Components/ComponentDoc/ComponentExample/Compo... | fix(ComponentExample): fix href in copy link button (#<I>) | Semantic-Org_Semantic-UI-React | train | js |
94128903d535752bc64260d7735bb22cdf888799 | diff --git a/src/components/transitions/expand-transition.js b/src/components/transitions/expand-transition.js
index <HASH>..<HASH> 100644
--- a/src/components/transitions/expand-transition.js
+++ b/src/components/transitions/expand-transition.js
@@ -4,7 +4,8 @@ export default function (expandedParentClass = '') {
r... | fix(v-expand-transition): fix replaced height | vuetifyjs_vuetify | train | js |
535b6614f67f395659803ffc66c90354ba8103cd | diff --git a/detox/local-cli/cli.js b/detox/local-cli/cli.js
index <HASH>..<HASH> 100755
--- a/detox/local-cli/cli.js
+++ b/detox/local-cli/cli.js
@@ -19,10 +19,14 @@ yargs
.recommendCommands()
.help()
.wrap(yargs.terminalWidth() * 0.9)
- .fail((_msg, err) => {
- const lines = (err ? err.toString() : msg).... | fix: show help on trivial errors in user input | wix_Detox | train | js |
b6479dfc1b804815ff69c11fba6eff6558c75b4c | diff --git a/mapillary_tools/gpx_from_gopro.py b/mapillary_tools/gpx_from_gopro.py
index <HASH>..<HASH> 100644
--- a/mapillary_tools/gpx_from_gopro.py
+++ b/mapillary_tools/gpx_from_gopro.py
@@ -72,6 +72,6 @@ def gpx_from_gopro(gopro_video):
basename, extension = os.path.splitext(gopro_video)
gpx_path = basen... | fix: sort extracted gps data from gopro by time | mapillary_mapillary_tools | train | py |
54fb892d4ad1928f2d3d3179ad25afacc09485d1 | diff --git a/src/js/base/editing/Typing.js b/src/js/base/editing/Typing.js
index <HASH>..<HASH> 100644
--- a/src/js/base/editing/Typing.js
+++ b/src/js/base/editing/Typing.js
@@ -59,7 +59,7 @@ export default class Typing {
if (splitRoot) {
// if it is an empty line with li
if (dom.isLi(splitRoot) && ... | docs: Fix simple typo, toogle -> toggle (#<I>)
* docs: Fix simple typo, toogle -> toggle
There is a small typo in dist/summernote-bs4.js, dist/summernote-lite.js, dist/summernote.js, src/js/base/editing/Typing.js.
Should read `toggle` rather than `toogle`. | summernote_summernote | train | js |
4ddd2f5e5f18371a29ccb13c9173e4e283fa4cb7 | diff --git a/lib/registry/manifest.js b/lib/registry/manifest.js
index <HASH>..<HASH> 100644
--- a/lib/registry/manifest.js
+++ b/lib/registry/manifest.js
@@ -18,6 +18,10 @@ function manifest (spec, opts) {
'registry.manifest',
'looking up registry-based metadata for ', spec
)
+ // NOTE: the opts.digest o... | fix(manifest): stop using digest for manifests | zkat_pacote | train | js |
c17ed111a0a54ee1bac15dce0d919066434bf05d | diff --git a/lib/frames.js b/lib/frames.js
index <HASH>..<HASH> 100644
--- a/lib/frames.js
+++ b/lib/frames.js
@@ -115,6 +115,7 @@ frames.readFrame = function(buffer) {
frame.channel = channel;
}
+ debug('received frame: ', frame, ': ' + payloadBuffer.toString('hex'));
return frame;
};
diff --git a/lib... | refactor(debug): output all received frames
Previously we were logging a selection of received frames via the
_processFrame handler(s) in session.js, but this ignores (e.g.,) a
received OpenFrame (which is handled in connection.js). It seems more
consistent to be logging received frames within the framing debug where
... | noodlefrenzy_node-amqp10 | train | js,js |
e855c4cd1d5f87ae2a12c0e2620c0b747101c2bc | diff --git a/context.go b/context.go
index <HASH>..<HASH> 100644
--- a/context.go
+++ b/context.go
@@ -151,6 +151,9 @@ func (ctx *Context) lookupFlag(name string) Flag {
func (ctx *Context) lookupFlagSet(name string) *flag.FlagSet {
for _, c := range ctx.Lineage() {
+ if c.flagSet == nil {
+ continue
+ }
if... | fix: Nil pointer when getting context's flagSet(#<I>) (#<I>)
* fix: Nil pointer when getting context's flagSet in UsageError function(#<I>)
* test: add unit test for nil flagset in Context | urfave_cli | train | go,go |
0b76a77a36e5ee5fb2f9872d835137cffc7e4b2d | diff --git a/src/cli/cms/media/image.js b/src/cli/cms/media/image.js
index <HASH>..<HASH> 100644
--- a/src/cli/cms/media/image.js
+++ b/src/cli/cms/media/image.js
@@ -131,7 +131,7 @@ export function saveFile(req) {
var thumbPromise = generateThumbnail(filePath)
thumbPromise.then(function (thumbRes... | fix: allow image upload without req.query.input | abecms_abecms | train | js |
d86b5e5211f0b703bf5248d948bc4a80e76b0b53 | diff --git a/test/workers-spec.js b/test/workers-spec.js
index <HASH>..<HASH> 100644
--- a/test/workers-spec.js
+++ b/test/workers-spec.js
@@ -239,20 +239,24 @@ describe('workers', function() {
});
- it('should remove worker', function() {
+ describe('worker removal', function() {
- // given
- workers ... | test(workers): minor restructuring | nikku_camunda-worker-node | train | js |
0989faf4bd57ed91fd5c0f62a8a69e7647f72c04 | diff --git a/pkg/apis/application/v1alpha1/types.go b/pkg/apis/application/v1alpha1/types.go
index <HASH>..<HASH> 100644
--- a/pkg/apis/application/v1alpha1/types.go
+++ b/pkg/apis/application/v1alpha1/types.go
@@ -8,6 +8,7 @@ import (
"path/filepath"
"reflect"
"regexp"
+ "sort"
"strconv"
"strings"
"time"
@... | fix: sort conditions to avoid reconciliation loop (#<I>) | argoproj_argo-cd | train | go |
27a884e590568192592091ec78ed02949a8c41e1 | diff --git a/lib/_http_agent.js b/lib/_http_agent.js
index <HASH>..<HASH> 100644
--- a/lib/_http_agent.js
+++ b/lib/_http_agent.js
@@ -120,7 +120,9 @@ function Agent(options) {
// Add a default error handler to avoid Unhandled 'error' event throw on idle socket
// https://github.com/node-modules/a... | refactor: make sure only one error listener | node-modules_agentkeepalive | train | js |
ede5dd6dca08356811b7db73bafca16b664fd13e | diff --git a/src/lock.js b/src/lock.js
index <HASH>..<HASH> 100644
--- a/src/lock.js
+++ b/src/lock.js
@@ -5,10 +5,20 @@ const debug = require('debug')
const { lock } = require('proper-lockfile')
const log = debug('repo:lock')
-
const lockFile = 'repo.lock'
/**
+ * Duration in milliseconds in which the lock is ... | fix: fix staleness check (#<I>)
* fix: fix staleness check
* fix: extract stale value to const | ipfs_js-ipfs-repo | train | js |
4d7576d26b93a1e8692ffe70317957618946ad9f | diff --git a/jest.config.js b/jest.config.js
index <HASH>..<HASH> 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -4,6 +4,8 @@ module.exports = {
collectCoverageFrom: ['src/*/**/*.{ts,tsx}'],
coveragePathIgnorePatterns: [
'\\.d\\.ts$',
+ '\\.e2e\\.tsx?$',
'src/types',
+ 'src/testing',
],
}... | test: Ignore test utils in coverage | VKCOM_VKUI | train | js,js |
07ec960d63a513fa1836c70b48624559735b9a40 | diff --git a/src/lambda/handler-runner/go-runner/GoRunner.js b/src/lambda/handler-runner/go-runner/GoRunner.js
index <HASH>..<HASH> 100644
--- a/src/lambda/handler-runner/go-runner/GoRunner.js
+++ b/src/lambda/handler-runner/go-runner/GoRunner.js
@@ -7,9 +7,9 @@ import { execa } from 'execa'
const { parse, stringify... | refactor: make more payload identifier private static | dherault_serverless-offline | train | js |
08f2ca68fac27996e382a3fe97569b517be9a020 | diff --git a/register.js b/register.js
index <HASH>..<HASH> 100644
--- a/register.js
+++ b/register.js
@@ -25,8 +25,7 @@ function deregisterExtension(extension) {
function registerExtension(extension) {
require.extensions[extension] = function(module, filename) {
- const name = path.basename(filename)
- .slice(... | refactor: better parsing name of file | sveltejs_svelte | train | js |
c36cb9a81a08672dae4c8d75425988c40ef8f20c | diff --git a/actor/base/src/main/java/org/getopentest/actions/HttpRequest.java b/actor/base/src/main/java/org/getopentest/actions/HttpRequest.java
index <HASH>..<HASH> 100644
--- a/actor/base/src/main/java/org/getopentest/actions/HttpRequest.java
+++ b/actor/base/src/main/java/org/getopentest/actions/HttpRequest.java
@... | chore(actor): fix spelling mistake | mcdcorp_opentest | train | java |
707d9231ac57046861695556d3d856d4b26672ab | diff --git a/cloudvolume/datasource/precomputed/skeleton/unsharded.py b/cloudvolume/datasource/precomputed/skeleton/unsharded.py
index <HASH>..<HASH> 100644
--- a/cloudvolume/datasource/precomputed/skeleton/unsharded.py
+++ b/cloudvolume/datasource/precomputed/skeleton/unsharded.py
@@ -27,7 +27,7 @@ class UnshardedPrec... | feat: allow for skipping non-existent skeleton files | seung-lab_cloud-volume | train | py |
368f4436de3742a1674dc3abe0e6bba958117fff | diff --git a/compiler.go b/compiler.go
index <HASH>..<HASH> 100644
--- a/compiler.go
+++ b/compiler.go
@@ -703,9 +703,12 @@ func checkLoop(stack []schemaRef, sref schemaRef) error {
}
func keywordLocation(stack []schemaRef, path string) string {
- var loc = stack[0].ptr
- for _, ref := range stack[1:] {
- loc += "... | fix: panic in keywordLocation func
length was zero, when "if" keyword leaves scope | santhosh-tekuri_jsonschema | train | go |
befe966899781d3c54710e75b901ebf0ebaa8d34 | diff --git a/src/resolvers.js b/src/resolvers.js
index <HASH>..<HASH> 100644
--- a/src/resolvers.js
+++ b/src/resolvers.js
@@ -3,7 +3,7 @@ import {protocol} from 'aurelia-metadata';
/**
* Decorator: Indicates that the decorated class/object is a custom resolver.
*/
-export const resolver: Function = protocol.create(... | fix(resolvers): typo in resolver protocol name | aurelia_dependency-injection | train | js |
0aa92ecfe237e5629e9390b0e9bda9401e64bf12 | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -81,6 +81,8 @@ describe('convert', () => {
it('generates git commits converting the files', async function() {
await runWithTemplateDir('simple-success', async function() {
await exec('git init')... | test: fix git tests on CI (#1)
Looks like we need to initialize the user name and email for commit to work. | decaffeinate_bulk-decaffeinate | train | js |
45d69b3a5a136c9bb54df8f98469af8b24ed0501 | diff --git a/test/e2e/windows/memory_limits.go b/test/e2e/windows/memory_limits.go
index <HASH>..<HASH> 100644
--- a/test/e2e/windows/memory_limits.go
+++ b/test/e2e/windows/memory_limits.go
@@ -53,7 +53,7 @@ var _ = SIGDescribe("[Feature:Windows] Memory Limits [Serial] [Slow]", func() {
ginkgo.Context("attempt to ... | test: don't use hardcoded pod count for memory limit test | kubernetes_kubernetes | train | go |
fd15d55f11d649d1fe10ae99e9baa1e66400c11f | 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
@@ -214,7 +214,7 @@ searchBox({
/**
* @typedef {Object} SearchBoxWidgetOptions
- * @property {string|HTMLElemen... | chore(doc): Update description of container (#<I>)
To let the user know that they can use an input and it will reused. | algolia_instantsearch.js | train | js |
b9120e02f26f96166ec8a09dfa1c2dcbfe8cede0 | diff --git a/packages/link/src/Link.js b/packages/link/src/Link.js
index <HASH>..<HASH> 100644
--- a/packages/link/src/Link.js
+++ b/packages/link/src/Link.js
@@ -69,7 +69,7 @@ export default class Link extends React.Component {
static propTypes = {
children: PropTypes.node.isRequired,
- href: PropTypes.st... | fix(link): remove href value as required
affects: @crave/farmblocks-link | CraveFood_farmblocks | train | js |
0678f27a9fa52b5d9d4eae0624c66aa86d2fec14 | diff --git a/src/components/navbar/config.js b/src/components/navbar/config.js
index <HASH>..<HASH> 100644
--- a/src/components/navbar/config.js
+++ b/src/components/navbar/config.js
@@ -373,8 +373,8 @@ export const defaultNavigationItems = [
itemsDashboard,
itemsProducts,
itemsCategories,
- itemsOrders,
i... | fix(navbar): order of items | commercetools_merchant-center-application-kit | train | js |
6addd8daedc102efd692a2335e89011234687510 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -21,7 +21,7 @@ function split(str) {
}
function isMatch(str, obj) {
- return (obj.val === str && obj.type === STYPE) || obj.type !== (str === SEP ? PTYPE : STYPE);
+ return (obj.val === str && obj.type === ... | fix: better match logic for non-STYPE clause;
- Closes #7 | lukeed_matchit | train | js |
080d945153d1ddc6df27d2deb32d53b56e01b817 | diff --git a/lib/datasource/npm.js b/lib/datasource/npm.js
index <HASH>..<HASH> 100644
--- a/lib/datasource/npm.js
+++ b/lib/datasource/npm.js
@@ -161,7 +161,7 @@ async function getDependency(name, retries = 5) {
'renovate-config': latestVersion['renovate-config'],
};
Object.keys(dep.versions).forEach(... | fix(npm): deprecate only if deprecated === ‘this’ | renovatebot_renovate | train | js |
4eb6f999a63e1bd3647b17fe5ab08264f614e2a8 | diff --git a/cmd/admin-policy-set.go b/cmd/admin-policy-set.go
index <HASH>..<HASH> 100644
--- a/cmd/admin-policy-set.go
+++ b/cmd/admin-policy-set.go
@@ -67,7 +67,7 @@ func checkAdminPolicySetSyntax(ctx *cli.Context) {
func parseEntityArg(arg string) (userOrGroup string, isGroup bool, err error) {
parts := strings.... | fix: crash on invalid input to policy set (#<I>) | minio_mc | train | go |
13c7ab3c321d7696ebc6afd8e2072be1a1f8882d | diff --git a/src/label/base.js b/src/label/base.js
index <HASH>..<HASH> 100644
--- a/src/label/base.js
+++ b/src/label/base.js
@@ -375,13 +375,19 @@ class Label extends Component {
x: cfg.x,
y: cfg.y,
textAlign: cfg.textAlign,
- text: cfg.text,
- rotate: cfg.rotate
+ ... | fix(label-base): when label has attr rotate, use transform instead | antvis_component | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.