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 |
|---|---|---|---|---|---|
26e04a806dc9987024a04ec5be6a6d1a45efbe38 | diff --git a/src/appHandlers.js b/src/appHandlers.js
index <HASH>..<HASH> 100644
--- a/src/appHandlers.js
+++ b/src/appHandlers.js
@@ -48,7 +48,9 @@ var _defaultMethods = {
}
// remove the root
- appInstance.config.root.parentNode.removeChild(appInstance.config.root);
+ if (appInstance.config.root && appInsta... | fix: add additional error handling when removing an app, fixes #<I> | OpenF2_F2 | train | js |
2fcb8b0a8c26a74e50d99f3c0cd128ae60b0c1c2 | diff --git a/src/helpers/contacts.js b/src/helpers/contacts.js
index <HASH>..<HASH> 100644
--- a/src/helpers/contacts.js
+++ b/src/helpers/contacts.js
@@ -19,6 +19,7 @@ export const filterFieldList = fields =>
'_id',
'_rev',
'_type',
+ 'cozyMetadata',
'id',
'metadata'... | feat: filter cozyMetadata from fields | cozy_cozy-contacts | train | js |
d09ceb0407ad63f476e86cb07d904dce760a1b1a | diff --git a/lib/interceptor.js b/lib/interceptor.js
index <HASH>..<HASH> 100644
--- a/lib/interceptor.js
+++ b/lib/interceptor.js
@@ -12,8 +12,6 @@ class LineHeaderInterceptor extends Interceptor {
constructor(endpoint, config) {
super(endpoint, config);
-
- this.streamFilter = parserFactory(config, true);
}... | fix(process): The stream filter needs to be created per request. | Kronos-Integration_kronos-interceptor-line-header | train | js |
1054f673c942656dbf1ab02070789b064a5386e5 | diff --git a/lib/test-reader/index.js b/lib/test-reader/index.js
index <HASH>..<HASH> 100644
--- a/lib/test-reader/index.js
+++ b/lib/test-reader/index.js
@@ -26,7 +26,7 @@ module.exports = class TestReader extends EventEmitter {
const setCollection = await SetsBuilder
.create(this._config.sets, {... | fix: handle cases when sets from 'CLI' were not been passed | gemini-testing_hermione | train | js,js |
224d2d2c32ddea5fabbbc793ceba2ed3a7f4741e | diff --git a/src/playbacks/hls/hls.js b/src/playbacks/hls/hls.js
index <HASH>..<HASH> 100644
--- a/src/playbacks/hls/hls.js
+++ b/src/playbacks/hls/hls.js
@@ -535,5 +535,5 @@ HLS.canPlay = function(resource, mimeType) {
const isHls = ((resourceParts.length > 1 && resourceParts[1].toLowerCase() === 'm3u8') ||
... | feat(hls): remove hls.js restriction on Safari (closes #<I>) | clappr_clappr | train | js |
660340846bd950bf6bc130b3c74d43cd92206b0d | diff --git a/packages/api-security/__tests__/validateAccessToken.test.js b/packages/api-security/__tests__/validateAccessToken.test.js
index <HASH>..<HASH> 100644
--- a/packages/api-security/__tests__/validateAccessToken.test.js
+++ b/packages/api-security/__tests__/validateAccessToken.test.js
@@ -1,4 +1,3 @@
-import {... | chore: remove unused bits of code | Webiny_webiny-js | train | js |
d97a16062def30a7d23b3b568eee3a578f28882b | diff --git a/source/index.js b/source/index.js
index <HASH>..<HASH> 100644
--- a/source/index.js
+++ b/source/index.js
@@ -51,7 +51,7 @@ function DotCfg(namespace, scope, strategy) {
scope = scope[namespace];
}
this.strategy = as(Function, strategy, dotStrategyDefault);
- this.scope = normalize(scope, this.s... | chore: recursive option to normalize | adriancmiranda_dotcfg | train | js |
ab916b079027e4c1414e1d2c17bf6b12d28fb052 | diff --git a/lib/rules/no-restricted-resolver-tests.js b/lib/rules/no-restricted-resolver-tests.js
index <HASH>..<HASH> 100644
--- a/lib/rules/no-restricted-resolver-tests.js
+++ b/lib/rules/no-restricted-resolver-tests.js
@@ -70,7 +70,7 @@ module.exports = {
url:
'https://github.com/ember-cli/eslint-pl... | chore: fix extra comma | ember-cli_eslint-plugin-ember | train | js |
62ee749432dd78abd287259d219f290bf248e61c | diff --git a/src/middleware.js b/src/middleware.js
index <HASH>..<HASH> 100644
--- a/src/middleware.js
+++ b/src/middleware.js
@@ -14,7 +14,13 @@ var framework;
function init(swaggerPath, options) {
middlewareOptions = options || {};
- framework = middlewareOptions.framework ? require(`./frameworks/${middlew... | fix: require source code based on whitelist only (#<I>) | Zooz_express-ajv-swagger-validation | train | js |
2c39d8626527d1d753f5447753855bc7e265874b | diff --git a/salt/utils/jinja.py b/salt/utils/jinja.py
index <HASH>..<HASH> 100644
--- a/salt/utils/jinja.py
+++ b/salt/utils/jinja.py
@@ -707,7 +707,11 @@ def method_call(obj, f_name, *f_args, **f_kwargs):
return getattr(obj, f_name, lambda *args, **kwargs: None)(*f_args, **f_kwargs)
-@jinja2.contextfunction
... | fix: jinja2 contextfuntion base on version | saltstack_salt | train | py |
fa68288d6172ff8da469dfc87d6a90f69f36515d | diff --git a/superset/views/core.py b/superset/views/core.py
index <HASH>..<HASH> 100755
--- a/superset/views/core.py
+++ b/superset/views/core.py
@@ -1797,6 +1797,7 @@ class Superset(BaseSupersetView): # pylint: disable=too-many-public-methods
@api
@has_access
+ @event_logger.log_this
@expose("/lo... | fix: make sure we log the logs (#<I>) | apache_incubator-superset | train | py |
21a8491be2173ac09b1d0c3cec297225773cbade | diff --git a/manticore/platforms/evm.py b/manticore/platforms/evm.py
index <HASH>..<HASH> 100644
--- a/manticore/platforms/evm.py
+++ b/manticore/platforms/evm.py
@@ -42,7 +42,7 @@ import rlp
logger = logging.getLogger(__name__)
# Gas behaviour configuration
-# When gas is concrete the gas checks and calculation ar... | docs: fix simple typo, straigth -> straight (#<I>)
There is a small typo in manticore/platforms/evm.py.
Should read `straight` rather than `straigth`. | trailofbits_manticore | train | py |
4cdc307e70bb3ad95a4d5375080b7346e006c340 | diff --git a/scripts/artifact_tagging.js b/scripts/artifact_tagging.js
index <HASH>..<HASH> 100644
--- a/scripts/artifact_tagging.js
+++ b/scripts/artifact_tagging.js
@@ -26,5 +26,5 @@ _exec(`git add --force lib lib-esm release`);
_exec(`git commit -m 'chore(*): commiting build files'`);
_exec(`git tag ${version}-art... | chore(release): Fix artifacts uploda script | angular-ui_ui-router | train | js |
b0d4a82aa8f9bc67cc0f15e144220ce613fc27e6 | diff --git a/test/typings.spec.js b/test/typings.spec.js
index <HASH>..<HASH> 100644
--- a/test/typings.spec.js
+++ b/test/typings.spec.js
@@ -13,5 +13,5 @@ describe('additween typings', function() {
},
done
)
- })
+ }, 10000)
}) | chore: increasing timeout to avoid flaky failures on Travis CI | bhovhannes_additween | train | js |
786140173db0f0d802b26c889ac3aae063b26102 | diff --git a/packages/xod-client-electron/src/view/actions.js b/packages/xod-client-electron/src/view/actions.js
index <HASH>..<HASH> 100644
--- a/packages/xod-client-electron/src/view/actions.js
+++ b/packages/xod-client-electron/src/view/actions.js
@@ -63,7 +63,6 @@ const createAsyncAction = ({
ipcRenderer.once(
... | fix(xod-client-electron): remove accidentally commited console.log | xodio_xod | train | js |
ee13ebc920bf326bafa490b8987ed909b1bbca08 | diff --git a/src/React/Renderers/ImageRenderer/index.js b/src/React/Renderers/ImageRenderer/index.js
index <HASH>..<HASH> 100644
--- a/src/React/Renderers/ImageRenderer/index.js
+++ b/src/React/Renderers/ImageRenderer/index.js
@@ -359,11 +359,11 @@ export default React.createClass({
const deltaX = event.deltaX /... | fix(interaction): Do not update center point with delta when pan is finished
Closes #1 | Kitware_paraviewweb | train | js |
d2dec2f01489e2fcb05afc3b1948cc76e8782c24 | diff --git a/common/bootcommand/boot_command.go b/common/bootcommand/boot_command.go
index <HASH>..<HASH> 100644
--- a/common/bootcommand/boot_command.go
+++ b/common/bootcommand/boot_command.go
@@ -1,3 +1,4 @@
+// Code generated by pigeon; DO NOT EDIT.
package bootcommand
import ( | chore: add removed comment in boot_command | hashicorp_packer | train | go |
1b79d1d713cee90a4d1c1cff47b17e649646b55b | diff --git a/lib/loader/mixin/plugin.js b/lib/loader/mixin/plugin.js
index <HASH>..<HASH> 100644
--- a/lib/loader/mixin/plugin.js
+++ b/lib/loader/mixin/plugin.js
@@ -87,6 +87,9 @@ module.exports = {
}
this.allPlugins = {};
+ this.appPlugins = appPlugins;
+ this.customPlugins = customPlugins;
+
t... | feat:expose appPlugins & customPlugins (#<I>) | eggjs_egg-core | train | js |
83e91c66682ce31666a505e619d624c7ce94904f | diff --git a/src/Daemon/Service.php b/src/Daemon/Service.php
index <HASH>..<HASH> 100644
--- a/src/Daemon/Service.php
+++ b/src/Daemon/Service.php
@@ -238,10 +238,8 @@ class Service
$headers['status'] = 'HTTP/1.1 ' . $response->getStatusCode();
// headers
- foreach ($response->getHeaders() as... | fix(service): correct response headers handler | phwoolcon_phwoolcon | train | php |
5464d9e3c10aceec6ca2ee90666ac73eb8585972 | diff --git a/packages/richtypo-rules-en/src/en.js b/packages/richtypo-rules-en/src/en.js
index <HASH>..<HASH> 100644
--- a/packages/richtypo-rules-en/src/en.js
+++ b/packages/richtypo-rules-en/src/en.js
@@ -16,7 +16,6 @@ import {
const {
punctuation,
punctuationOrQuote,
- endash,
emdash,
dash,
space,
@@ -56,... | fix: Don't treat en dashes as em dashes in some cases | sapegin_richtypo.js | train | js |
12e4b1eb90e613166efeabcb115cce23f9fa8371 | diff --git a/lib/config/definitions.js b/lib/config/definitions.js
index <HASH>..<HASH> 100644
--- a/lib/config/definitions.js
+++ b/lib/config/definitions.js
@@ -146,7 +146,7 @@ const options = [
description: 'Configuration specifically for `package.json`>`dependencies`',
stage: 'packageFile',
type: 'js... | fix: use fix(deps) for dependencies (#<I>) | renovatebot_renovate | train | js |
c8485c7aa79ec66ff84f192867af02cc5e1fda86 | diff --git a/core/google/cloud/client.py b/core/google/cloud/client.py
index <HASH>..<HASH> 100644
--- a/core/google/cloud/client.py
+++ b/core/google/cloud/client.py
@@ -29,7 +29,7 @@ from google.oauth2 import service_account
_GOOGLE_AUTH_CREDENTIALS_HELP = (
"This library only supports credentials from google... | docs(core): fix Google Auth Credentials help link now (#<I>) | googleapis_google-cloud-python | train | py |
e370be516c7ae5eb6d2abbe1907a18599abe404a | diff --git a/components/serverless-function/serverless.js b/components/serverless-function/serverless.js
index <HASH>..<HASH> 100644
--- a/components/serverless-function/serverless.js
+++ b/components/serverless-function/serverless.js
@@ -4,9 +4,11 @@ const { Component } = require("@serverless/core");
class Serverle... | fix: validate "root" input if "hook" input is present. | Webiny_webiny-js | train | js |
10d9e4cfebec8230c0a150a3b84a5e5f620d011c | diff --git a/test/events.js b/test/events.js
index <HASH>..<HASH> 100644
--- a/test/events.js
+++ b/test/events.js
@@ -28,16 +28,18 @@ describe('EWMH creation', function() {
});
- it('should emit error in case another wm is listening for SubstructureRedirect', function(done) {
+ it('should emit error in ... | test: fix test race condition
- Make sure the event-mask of the root window has been changed before creating
the EWMH object. | santigimeno_node-ewmh | train | js |
f985cfec482cf3cba72c19c61e88a0c402b4dc3e | diff --git a/src/Server.js b/src/Server.js
index <HASH>..<HASH> 100644
--- a/src/Server.js
+++ b/src/Server.js
@@ -129,7 +129,7 @@ class Server extends EventEmitter {
if (client._isOpen()) {
client._setEvents()
client.connected = true
- client.send('connect', authReplyData)
+ clie... | fix: silence not open warnings, closes #3 | an-sh_ws-messaging | train | js |
11082c49c4e92ada9d44228dbc92b05d066676c1 | diff --git a/packages/orbit-components/src/Hide/index.js b/packages/orbit-components/src/Hide/index.js
index <HASH>..<HASH> 100644
--- a/packages/orbit-components/src/Hide/index.js
+++ b/packages/orbit-components/src/Hide/index.js
@@ -8,7 +8,7 @@ import getDisplay from "./helpers/getDisplay";
import type { Props } f... | fix(Hide): span to div (#<I>) | kiwicom_orbit-components | train | js |
1552421769b16b2999ca2cdfa361feddb84caff1 | diff --git a/packages/xod-project/src/utils.js b/packages/xod-project/src/utils.js
index <HASH>..<HASH> 100644
--- a/packages/xod-project/src/utils.js
+++ b/packages/xod-project/src/utils.js
@@ -175,14 +175,14 @@ export const assocNumber = (key) => R.useWith(
/**
* Return Either.Right for Maybe.Just and Either.Left ... | chore(xod-project): fix docs for one function and rename variable | xodio_xod | train | js |
bd2031dcf354a2345d799f4f0cfaf3647b6e6b88 | diff --git a/test/predicates.test.js b/test/predicates.test.js
index <HASH>..<HASH> 100644
--- a/test/predicates.test.js
+++ b/test/predicates.test.js
@@ -377,6 +377,19 @@ describe('messageIsIgnored', function() {
};
expect(p.messageIsIgnored(logger)(item, settings)).to.not.be.ok();
});
+ it('false if ign... | test: test ignoredMessages with regex including escaped literal | rollbar_rollbar.js | train | js |
8a8bb90b1c9d5b1458303cd6ad897d8ab92ce390 | diff --git a/alerta/models/note.py b/alerta/models/note.py
index <HASH>..<HASH> 100644
--- a/alerta/models/note.py
+++ b/alerta/models/note.py
@@ -57,6 +57,9 @@ class Note:
'customer': self.customer
} # type: Dict[str, Any]
if self.alert:
+ note['related'] = {
+ ... | fix: add related id to note reponse (#<I>) | alerta_alerta | train | py |
78abc0e772682d00b79135ca4ebd032eee2b5a0f | diff --git a/src/provider.js b/src/provider.js
index <HASH>..<HASH> 100644
--- a/src/provider.js
+++ b/src/provider.js
@@ -25,6 +25,7 @@ class Provider extends React.PureComponent {
ref={(ref) => {
this.notification = ref;
}}
+ {...this.props}
/>
</Context.Pro... | feat(Provider): Allow passing props to 'Notification' through 'Provider' | robcalcroft_react-native-in-app-notification | train | js |
e122f452efdca7bb6716f76d513f71b0beb9938e | diff --git a/models/classes/Copier/CopierServiceProvider.php b/models/classes/Copier/CopierServiceProvider.php
index <HASH>..<HASH> 100644
--- a/models/classes/Copier/CopierServiceProvider.php
+++ b/models/classes/Copier/CopierServiceProvider.php
@@ -32,6 +32,7 @@ use oat\tao\model\resources\Service\ClassCopier;
use o... | refactor: add mapper argiment in DI container | oat-sa_extension-tao-item | train | php |
5c1ba53e6f68b57fb56d1274248bd9d9fcbc8a48 | diff --git a/packages/react/src/components/Search/Search.js b/packages/react/src/components/Search/Search.js
index <HASH>..<HASH> 100644
--- a/packages/react/src/components/Search/Search.js
+++ b/packages/react/src/components/Search/Search.js
@@ -140,8 +140,6 @@ export default class Search extends Component {
this... | fix(Search): prevent duplicate `onChange` handler call (#<I>) | carbon-design-system_carbon-components | train | js |
80a8929f513c508da49a347a2a52bef48c15fb2a | diff --git a/scripts/gulp-utils.js b/scripts/gulp-utils.js
index <HASH>..<HASH> 100644
--- a/scripts/gulp-utils.js
+++ b/scripts/gulp-utils.js
@@ -63,7 +63,7 @@ exports.readModuleDemos = function(moduleName, fileTasks) {
css:[], html:[], js:[]
};
- gulp.src(demoFolder.path + '**/*', { base: path.... | docs: Fix gulp task causing duplicate demo files.
If two demo directories began with the same name (like demoErrors
and demoErrorsAdvanced), the gulp task would miscalculate the
number and type of files causing duplicate files to appear in the
source view and Codepen examples.
Fix by ensuring we only match the proper... | angular_material | train | js |
1fcf9ba4c7bcf3f6f2884845378a764d54d109e7 | diff --git a/src/transform/diagram/sankey.js b/src/transform/diagram/sankey.js
index <HASH>..<HASH> 100644
--- a/src/transform/diagram/sankey.js
+++ b/src/transform/diagram/sankey.js
@@ -66,8 +66,8 @@ function transform(dv, options) {
source,
target
} = edge;
- const sx = (source.x0 + source.x1) /... | fix: modify sankey edge\'s sourceX and targetX | antvis_data-set | train | js |
51698f91bfaf259e17b13b54fb75060582213709 | diff --git a/packages/pob/lib/generators/monorepo/lerna/index.js b/packages/pob/lib/generators/monorepo/lerna/index.js
index <HASH>..<HASH> 100644
--- a/packages/pob/lib/generators/monorepo/lerna/index.js
+++ b/packages/pob/lib/generators/monorepo/lerna/index.js
@@ -184,13 +184,14 @@ module.exports = class LernaGenerat... | fix: lint script with yarn 2 | christophehurpeau_pob-lerna | train | js |
c71b7a54a5a512cd468d887c941a709e2a9dca0e | diff --git a/actor-sdk/sdk-core/core/core-js/src/main/java/im/actor/core/js/JsFacade.java b/actor-sdk/sdk-core/core/core-js/src/main/java/im/actor/core/js/JsFacade.java
index <HASH>..<HASH> 100644
--- a/actor-sdk/sdk-core/core/core-js/src/main/java/im/actor/core/js/JsFacade.java
+++ b/actor-sdk/sdk-core/core/core-js/sr... | fix(js): facade long -> String | actorapp_actor-platform | train | java |
92054aac37ccbdef4fcce60a0bad9d45db53e2ec | diff --git a/test/components/metadataStream.js b/test/components/metadataStream.js
index <HASH>..<HASH> 100644
--- a/test/components/metadataStream.js
+++ b/test/components/metadataStream.js
@@ -12,7 +12,7 @@ tape('metadataStream tests', (test) => {
// write some data to a file that will be read
fs.writ... | fix(metafiles): fix expected value in metadata stream tests | pelias_whosonfirst | train | js |
ef6b72394f463a940a1532c2f64e04d2bb686872 | diff --git a/lib/DirectEditing.js b/lib/DirectEditing.js
index <HASH>..<HASH> 100644
--- a/lib/DirectEditing.js
+++ b/lib/DirectEditing.js
@@ -15,7 +15,7 @@ function DirectEditing(eventBus, canvas) {
this._providers = [];
this._textbox = new TextBox({
- container: canvas.getPaper().node.parentNode,
+ cont... | chore(plug-in): update changed Canvas API | bpmn-io_diagram-js-direct-editing | train | js |
9accd0424322787a0fc63cf6459707551a3187d3 | diff --git a/packages/cozy-konnector-libs/src/helpers/cozy-client-js-stub.js b/packages/cozy-konnector-libs/src/helpers/cozy-client-js-stub.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-konnector-libs/src/helpers/cozy-client-js-stub.js
+++ b/packages/cozy-konnector-libs/src/helpers/cozy-client-js-stub.js
@@ -101,7... | fix: cozy-client-js-stub file encoding | konnectors_libs | train | js |
7761438c7e5d5dea16e4f4b91980f64af6f5822c | diff --git a/packages/react/src/components/Tooltip/Tooltip.js b/packages/react/src/components/Tooltip/Tooltip.js
index <HASH>..<HASH> 100644
--- a/packages/react/src/components/Tooltip/Tooltip.js
+++ b/packages/react/src/components/Tooltip/Tooltip.js
@@ -303,6 +303,7 @@ class Tooltip extends Component {
this._hasC... | fix(react): prevent default when handling react tooltip mouse events (#<I>)
* fix(react): prevent default when handling react tooltip mouse events
When handling mouse events invoke evt.preventDefault to stop the default
handler from firing when Tooltip is used inside a form element which has
an id.
* fix(react... | carbon-design-system_carbon-components | train | js |
8808ba01a3076da8868056e8f0bce765d3e23014 | diff --git a/config/nightwatch.conf.js b/config/nightwatch.conf.js
index <HASH>..<HASH> 100644
--- a/config/nightwatch.conf.js
+++ b/config/nightwatch.conf.js
@@ -1,4 +1,3 @@
-/* eslint-disable */
const path = require('path')
module.exports = {
diff --git a/tests/specs/styleguidist.js b/tests/specs/styleguidist.js
... | style(nightwatch): Remove eslint disabled statements | telus_tds-core | train | js,js |
81d5601035eb0f86619dd077d645e80a9f6368d3 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ try:
except FileNotFoundError:
README = ""
-VERSION = '0.0.4'
+VERSION = '0.0.6'
setup(
name='chuda', | chore(setup): bump to <I> | Varkal_chuda | train | py |
bc4f33b7395d216c1f85ed3792b69bac310dec0c | diff --git a/uPortal-portlets/src/main/java/org/apereo/portal/portlets/search/SearchPortletController.java b/uPortal-portlets/src/main/java/org/apereo/portal/portlets/search/SearchPortletController.java
index <HASH>..<HASH> 100644
--- a/uPortal-portlets/src/main/java/org/apereo/portal/portlets/search/SearchPortletContr... | chore: add a helpful log message for debugging search results in SearchPortletController | Jasig_uPortal | train | java |
1d1481ca9509e33a5bdf19228aab30181cd5add6 | diff --git a/src/bin/wasmrun.js b/src/bin/wasmrun.js
index <HASH>..<HASH> 100644
--- a/src/bin/wasmrun.js
+++ b/src/bin/wasmrun.js
@@ -48,7 +48,8 @@ instantiate(buff, importObject)
debug('Executing...');
- startfn(...process.argv.slice(4));
+ const exitCode = startfn(...process.argv.slice(4));
+ ... | feat(wasmrun): show exit code | xtuc_webassemblyjs | train | js |
7968d77640287693b3c05c9b18f43f2d94eeb237 | diff --git a/src/Application.php b/src/Application.php
index <HASH>..<HASH> 100644
--- a/src/Application.php
+++ b/src/Application.php
@@ -51,8 +51,12 @@ class Application extends Base implements ContainerAwareInterface{
}else{
$inputStream = null;
}
- //-! remove in 4.0
- if(!$inputStream && $this->ge... | fix: some input stream stuff was breaking in symfony 4 | tobymackenzie_sy-console | train | php |
525ef3dee8be5841015ef02bb3aa2dba835d7569 | diff --git a/src/components/Modal/Modal.js b/src/components/Modal/Modal.js
index <HASH>..<HASH> 100644
--- a/src/components/Modal/Modal.js
+++ b/src/components/Modal/Modal.js
@@ -98,7 +98,7 @@ export default class Modal extends Component {
}}
role="dialog"
className="bx--modal-container"
- ... | fix(Modal): change ariaLabel to aria-label (#<I>) | carbon-design-system_carbon-components-react | train | js |
7d3ec2fc9a7ff8d8307e6fe87105845f808cb713 | diff --git a/src/resources/views/configuration/settings/view.blade.php b/src/resources/views/configuration/settings/view.blade.php
index <HASH>..<HASH> 100644
--- a/src/resources/views/configuration/settings/view.blade.php
+++ b/src/resources/views/configuration/settings/view.blade.php
@@ -316,15 +316,23 @@
$.aj... | feat(settings): Add loading spinner to changelog (#<I>) | eveseat_web | train | php |
b867a6fab0034f6f0f9b723e40c15884b79938ee | diff --git a/packages/cli/lib/lib/webpack/run-webpack.js b/packages/cli/lib/lib/webpack/run-webpack.js
index <HASH>..<HASH> 100644
--- a/packages/cli/lib/lib/webpack/run-webpack.js
+++ b/packages/cli/lib/lib/webpack/run-webpack.js
@@ -41,9 +41,7 @@ async function devBuild(env) {
compiler.hooks.done.tap('CliDevPlugin... | fix: don't rewrite `host` value (#<I>) | developit_preact-cli | train | js |
083eafd40cb39b11e35d76a7a3db6e5286f9ae30 | diff --git a/src/components/Notification/NotificationTray.react.js b/src/components/Notification/NotificationTray.react.js
index <HASH>..<HASH> 100644
--- a/src/components/Notification/NotificationTray.react.js
+++ b/src/components/Notification/NotificationTray.react.js
@@ -3,7 +3,7 @@ import * as React from "react";
... | refactor(NotificationsTray): Export props type | tabler_tabler-react | train | js |
43cb35f6f676d0f185f61af43d8ce9e30ad78a20 | diff --git a/src/components/VSelect/VSelect.js b/src/components/VSelect/VSelect.js
index <HASH>..<HASH> 100644
--- a/src/components/VSelect/VSelect.js
+++ b/src/components/VSelect/VSelect.js
@@ -372,10 +372,10 @@ export default {
selections,
this.suffix ? this.genAffix('suffix') : null,
... | fix(v-select): move progress loader
was added to the incorrect location from <I>a3ee
fixes #<I> | vuetifyjs_vuetify | train | js |
4ad26258915f0a7b32237c73db6412367929992d | diff --git a/src/EloGank/Replay/Observer/Cache/Adapter/RedisCacheAdapter.php b/src/EloGank/Replay/Observer/Cache/Adapter/RedisCacheAdapter.php
index <HASH>..<HASH> 100644
--- a/src/EloGank/Replay/Observer/Cache/Adapter/RedisCacheAdapter.php
+++ b/src/EloGank/Replay/Observer/Cache/Adapter/RedisCacheAdapter.php
@@ -63,10... | fix: redis cache when no ttl has been set. | EloGank_lol-replay-observer | train | php |
58980cfe07eeae12bbdc90a4cf053817c145d22e | diff --git a/tests/utils/got.js b/tests/utils/got.js
index <HASH>..<HASH> 100644
--- a/tests/utils/got.js
+++ b/tests/utils/got.js
@@ -1,5 +1,15 @@
const got = require('got')
+const STATUS_CODE_LIMIT_OK = 299
+const STATUS_CODE_LIMIT_REDIRECT = 399
+
+const isResponseOk = (response) => {
+ const { statusCode } = re... | test(command-deploy): fix tests on MacOS CI (#<I>) | netlify_cli | train | js |
47715dfa1c109071487c8cd839afd376e0af56cb | diff --git a/scripts/cz-adapter/index.js b/scripts/cz-adapter/index.js
index <HASH>..<HASH> 100644
--- a/scripts/cz-adapter/index.js
+++ b/scripts/cz-adapter/index.js
@@ -124,7 +124,7 @@ module.exports = {
{
type: "input",
name: "footer",
- message: "List an... | chore: ⚡️ add an example of closing multiple issues via a CZ commit. | Webiny_webiny-js | train | js |
8870b573e7f9f1d50008e840607d047d62d92282 | diff --git a/sheet.go b/sheet.go
index <HASH>..<HASH> 100644
--- a/sheet.go
+++ b/sheet.go
@@ -238,7 +238,6 @@ func (s *Sheet) makeXLSXSheet(refTable *RefTable, styles *xlsxStyleSheet) *xlsxW
worksheet.SheetFormatPr.DefaultColWidth = s.SheetFormat.DefaultColWidth
colsXfIdList := make([]int, len(s.Cols))
- workshe... | fix:open excel after save, excel file format error issue #<I> | tealeg_xlsx | train | go |
b0dec684841dbd5cb630e43a5e54e4e8f10c5234 | diff --git a/test/web/scss_data_function/webpack.config.js b/test/web/scss_data_function/webpack.config.js
index <HASH>..<HASH> 100644
--- a/test/web/scss_data_function/webpack.config.js
+++ b/test/web/scss_data_function/webpack.config.js
@@ -17,6 +17,6 @@ module.exports = function () {
chunks: ["app-scss-data-fun... | test: prepend instead of append | wildpeaks_package-webpack-config-web | train | js |
76fdd072ba0120ad4551d9a1d963449cb3f36912 | diff --git a/superset/db_engine_specs/db2.py b/superset/db_engine_specs/db2.py
index <HASH>..<HASH> 100644
--- a/superset/db_engine_specs/db2.py
+++ b/superset/db_engine_specs/db2.py
@@ -19,7 +19,7 @@ from superset.db_engine_specs.base import BaseEngineSpec, LimitMethod
class Db2EngineSpec(BaseEngineSpec):
engi... | fix: unbreak CI (#<I>) | apache_incubator-superset | train | py |
3a2e7bc8d752593b14086c0bd6f460c76fba5ff2 | diff --git a/tests/core/test_states.py b/tests/core/test_states.py
index <HASH>..<HASH> 100644
--- a/tests/core/test_states.py
+++ b/tests/core/test_states.py
@@ -71,6 +71,12 @@ def test_create_state(caplog):
assert_logger_warnings_and_errors(caplog)
+ a = ExecutionState("test", state_id=10)
+ b = Execut... | feat(test_states): add equality tests | DLR-RM_RAFCON | train | py |
1544d8b58d6f6f7e093e4d55a1d5e4a7d03c8f51 | diff --git a/src/Concern/HotSwapper.php b/src/Concern/HotSwapper.php
index <HASH>..<HASH> 100644
--- a/src/Concern/HotSwapper.php
+++ b/src/Concern/HotSwapper.php
@@ -51,8 +51,9 @@ trait HotSwapper
{
$config = $this->getQuerier()
->getConfiguration();
+ $instance = clone $this;
- ... | fix: return separate instance from forApiv1() and forApiV2() methods | thujohn_twitter | train | php,php |
ee3f9bd4b50200c8c5cc934b3c9f7f1da31512ad | diff --git a/src/components/VBtn/VBtn.js b/src/components/VBtn/VBtn.js
index <HASH>..<HASH> 100644
--- a/src/components/VBtn/VBtn.js
+++ b/src/components/VBtn/VBtn.js
@@ -1,5 +1,10 @@
+// Styles
import '../../stylus/components/_buttons.styl'
+// Components
+import VProgressCircular from '../VProgressCircular'
+
+// ... | fix(v-btn): added missing component import
`v-btn` was not properly importing `v-progress-circular`, causing errors in a-la-carte
fixes #<I> | vuetifyjs_vuetify | train | js |
be8166e93732560f4c31aebc806940063d1fab79 | diff --git a/src/__mocks__/mongooseCommon.js b/src/__mocks__/mongooseCommon.js
index <HASH>..<HASH> 100644
--- a/src/__mocks__/mongooseCommon.js
+++ b/src/__mocks__/mongooseCommon.js
@@ -25,4 +25,9 @@ mongoServer.getConnectionString().then(mongoUri => {
});
});
+afterAll(() => {
+ mongoose.disconnect();
+ mongo... | test: Disconnect mongoose and shutdown mongod after all tests | graphql-compose_graphql-compose-mongoose | train | js |
b16afc94674dfbb4e835b1991d5ba5ae652b302b | diff --git a/src/util/resolveConfig.js b/src/util/resolveConfig.js
index <HASH>..<HASH> 100644
--- a/src/util/resolveConfig.js
+++ b/src/util/resolveConfig.js
@@ -215,7 +215,7 @@ function mergeVariants(variants) {
function mergeVariantExtensions({ extend, ...variants }, variantOrder) {
return mergeWith(variants, ... | fix: mergeWith callback should process undefined case (#<I>) | tailwindcss_tailwindcss | train | js |
21d663d6f713a865e241fb159ce9186055733499 | diff --git a/js/controller/login.js b/js/controller/login.js
index <HASH>..<HASH> 100644
--- a/js/controller/login.js
+++ b/js/controller/login.js
@@ -42,8 +42,9 @@ module.exports = function (app) {
})
.then(() => {
if ($stateParams.returnTo) {
- ... | fix(deeplinks): fix broken deeplinks | ResourcefulHumans_rheactor-web-app | train | js |
83c6cd8ca3e2c30ecb9c1ea3c034c856335fb454 | diff --git a/scripts/utils/handle-now-aliases.js b/scripts/utils/handle-now-aliases.js
index <HASH>..<HASH> 100644
--- a/scripts/utils/handle-now-aliases.js
+++ b/scripts/utils/handle-now-aliases.js
@@ -43,7 +43,7 @@ async function aliasNowUrl(originalUrl, prefix) {
}
const aliasOutput = shell.exec(
- `npx n... | fix: add no-verify to now.sh alias to prevent failures from now.sh timing out | bolt-design-system_bolt | train | js |
421cff441968e90dca0ff83355f06eef9b9752e9 | diff --git a/packages/cozy-client/src/Schema.spec.js b/packages/cozy-client/src/Schema.spec.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-client/src/Schema.spec.js
+++ b/packages/cozy-client/src/Schema.spec.js
@@ -24,7 +24,7 @@ describe('Schema', () => {
schema = new Schema(schemaDef)
})
- it('should ke... | chore: Tweaks to naming of tests | cozy_cozy-client | train | js |
99772569173eea1ecaf2e6dd0b6a69b5f04f8fae | diff --git a/wire/messages.go b/wire/messages.go
index <HASH>..<HASH> 100644
--- a/wire/messages.go
+++ b/wire/messages.go
@@ -25,8 +25,8 @@ var logger = logging.Logger("dht")
// This decouples the wire protocol format from both the DHT protocol implementation and from the implementation of the
// routing.Routing int... | refactor: cleanup protocol messenger comments | libp2p_go-libp2p-kad-dht | train | go |
eea3e9ff5862f2d58c2db27fa422c7ef4fc64044 | diff --git a/agent/agent.go b/agent/agent.go
index <HASH>..<HASH> 100644
--- a/agent/agent.go
+++ b/agent/agent.go
@@ -87,7 +87,7 @@ func (a *Agent) Purge() {
for _, j := range a.registry.GetAllJobsByMachine(a.machine) {
log.V(1).Infof("Clearing JobState(%s) from Registry", j.Name)
- a.registry.SaveJobState(j.N... | fix(agent): remove rather than save nil job state on purge | coreos_fleet | train | go |
ba157f8072fd7acbafbfe5bfda37e7a9f2b2e28d | diff --git a/test/test_release.go b/test/test_release.go
index <HASH>..<HASH> 100644
--- a/test/test_release.go
+++ b/test/test_release.go
@@ -103,14 +103,15 @@ func (s *ReleaseSuite) TestReleaseImages(t *c.C) {
// stream script output to t.Log
logReader, logWriter := io.Pipe()
+ defer logWriter.Close()
go func... | test: Defer pipe close in TestReleaseImages
Otherwise the goroutine sticks around for no reason. | flynn_flynn | train | go |
76b7b91c9f0b8dd0a89350fdb2c539f8c062e088 | diff --git a/packages/plugin-phone/test/integration/spec/phone.js b/packages/plugin-phone/test/integration/spec/phone.js
index <HASH>..<HASH> 100644
--- a/packages/plugin-phone/test/integration/spec/phone.js
+++ b/packages/plugin-phone/test/integration/spec/phone.js
@@ -225,7 +225,7 @@ describe(`plugin-phone`, function... | chore(plugin-phone): disable failing test that is getting replaced in another pr | webex_spark-js-sdk | train | js |
fd11c7976847982185f0f88276fc3550d54ad53e | diff --git a/packages/components/bolt-link/src/link.js b/packages/components/bolt-link/src/link.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-link/src/link.js
+++ b/packages/components/bolt-link/src/link.js
@@ -36,7 +36,9 @@ class BoltLink extends BoltAction {
// 1. Remove line breaks before and af... | fix: linting js | bolt-design-system_bolt | train | js |
0bd00f8d602bb88f15b355cc980bc3c82dc08dc0 | diff --git a/jest.config.js b/jest.config.js
index <HASH>..<HASH> 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -2,6 +2,7 @@
module.exports = {
testPathIgnorePatterns: [
'sandbox',
+ 'apps/pattern-lab',
'brightcove-player.test.js',
'example-integrations/drupal-lab',
'packages/uikit-work... | fix: ignore pattern-lab folder when running jest tests for now | bolt-design-system_bolt | train | js |
cd538cd20b924a365ef5f360da8227de8a4b0462 | diff --git a/.cz-config.js b/.cz-config.js
index <HASH>..<HASH> 100644
--- a/.cz-config.js
+++ b/.cz-config.js
@@ -40,7 +40,7 @@ module.exports = {
],
docs: [
{name: 'Javadocs'},
- {name: 'Repository'},
+ {name: 'repo'},
{name: 'Maven'}
]
}, | chore(Commitizen): changed name of scope Repository to repo. | Syncleus_aparapi | train | js |
6b54abb51ec5a1e6305f66ced5a0ad9153350551 | diff --git a/query/stdlib/testing/testing.go b/query/stdlib/testing/testing.go
index <HASH>..<HASH> 100644
--- a/query/stdlib/testing/testing.go
+++ b/query/stdlib/testing/testing.go
@@ -95,5 +95,7 @@ var FluxEndToEndSkipList = map[string]string{
"to_uint": "dateTime conversion issue: https://github.com/influxdata/in... | test(query): skip holt_winters_panic test | influxdata_influxdb | train | go |
c05b78be06fcf95eeff7b63c2e053b987be0df94 | diff --git a/lib/actions/api.js b/lib/actions/api.js
index <HASH>..<HASH> 100644
--- a/lib/actions/api.js
+++ b/lib/actions/api.js
@@ -289,7 +289,7 @@ export function findStopTimesForStop (params) {
findStopTimesForStopResponse,
findStopTimesForStopError,
{
- rewriteFunction: (payload) => {
+ r... | fix(api): Fix incorrect reference to rewritePayload option for findStopTimesForStop | opentripplanner_otp-react-redux | train | js |
19d0d7fe0a325d58a274b6c67559619082351ac8 | diff --git a/dev/test/setup.spec.js b/dev/test/setup.spec.js
index <HASH>..<HASH> 100644
--- a/dev/test/setup.spec.js
+++ b/dev/test/setup.spec.js
@@ -119,8 +119,8 @@ const localCartItem = (magentoVersion, magentoEdition) => {
option_value: 50
},
{
- option_id: 145,
- opti... | test(orders): fix fixtures for version <I>ce CDPIP-OPS | emartech_magento2-extension | train | js |
6f14b566a8265a0917f2720976dca45b7ebd0db9 | diff --git a/packages/mdc-form/addon/components/mdc-form.js b/packages/mdc-form/addon/components/mdc-form.js
index <HASH>..<HASH> 100644
--- a/packages/mdc-form/addon/components/mdc-form.js
+++ b/packages/mdc-form/addon/components/mdc-form.js
@@ -94,8 +94,10 @@ export default Component.extend({
// the form to up... | fix(form): The change event with the forms validity was ambigious with the change event that bubbles up to the form from its inputs | onehilltech_ember-cli-mdc | train | js |
f30c99dc26a10b6abaea8ae55eeae6546403cd7e | diff --git a/packages/components/bolt-accordion/src/accordion.js b/packages/components/bolt-accordion/src/accordion.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-accordion/src/accordion.js
+++ b/packages/components/bolt-accordion/src/accordion.js
@@ -47,7 +47,7 @@ class BoltAccordion extends withContext... | fix: prevent mutation observer from re-rendering when using light dom | bolt-design-system_bolt | train | js |
637f6986e0c58afbea6d537d539c9fd21ecddd94 | diff --git a/lib/inspectors/req.js b/lib/inspectors/req.js
index <HASH>..<HASH> 100644
--- a/lib/inspectors/req.js
+++ b/lib/inspectors/req.js
@@ -12,6 +12,7 @@ var hparser = require('hparser');
var toMultiparts = hparser.toMultiparts;
var MultipartParser = hparser.MultipartParser;
+var JSON_RE = /{[\w\W]*}|\[[\w\W... | refactor: reqParams | avwo_whistle | train | js |
374861f72b8b8fda5aa5d54f96bc2f297c775719 | diff --git a/src/core/instance/state.js b/src/core/instance/state.js
index <HASH>..<HASH> 100644
--- a/src/core/instance/state.js
+++ b/src/core/instance/state.js
@@ -224,9 +224,7 @@ export function defineComputed (
? createComputedGetter(key)
: userDef.get
: noop
- sharedPropertyDefinition.... | refactor: remove redundant ternary (#<I>) | kaola-fed_megalo | train | js |
64d9973391ff6aa26781c23c97ec250dee3232f3 | diff --git a/lib/events-node.js b/lib/events-node.js
index <HASH>..<HASH> 100644
--- a/lib/events-node.js
+++ b/lib/events-node.js
@@ -39,7 +39,7 @@ class EventsNode extends BaseNode {
this.onHaEventsConnecting.bind(this)
);
this.addEventClientListener(
- 'updateNodesStatuses',... | refactor: Rename updateNodesStatueses event to UpdateNodeStatus | zachowj_node-red-contrib-home-assistant-websocket | train | js,js |
115938b3e5adf9a2fb5ecbfb34d9c92bf788035e | diff --git a/gitlab/tests/test_types.py b/gitlab/tests/test_types.py
index <HASH>..<HASH> 100644
--- a/gitlab/tests/test_types.py
+++ b/gitlab/tests/test_types.py
@@ -59,6 +59,11 @@ def test_list_attribute_get_for_api_from_list():
assert o.get_for_api() == "foo,bar,baz"
+def test_list_attribute_get_for_api_fro... | feat: add support for lists of integers to ListAttribute
Previously ListAttribute only support lists of integers. Now be more
flexible and support lists of items which can be coerced into strings,
for example integers.
This will help us fix issue #<I> by using ListAttribute for the
'iids' field. | python-gitlab_python-gitlab | train | py,py |
2bfb2e4af684a228dc7a1eccc7f11dfb270ebf90 | diff --git a/src/raven.js b/src/raven.js
index <HASH>..<HASH> 100644
--- a/src/raven.js
+++ b/src/raven.js
@@ -1387,7 +1387,7 @@ Raven.prototype = {
if (_document.addEventListener) {
_document.addEventListener('click', self._breadcrumbEventHandler('click'), false);
_document.addEventListener('k... | fix: Use guard for document.attachEvent calls (#<I>)
This fixes the issue when Raven is used in NativeScript codebases | getsentry_sentry-javascript | train | js |
7bc9a2db8eae53a475ee089fd1cc7ff049796d68 | diff --git a/lib/workers/pr/changelog/manager-npm.js b/lib/workers/pr/changelog/manager-npm.js
index <HASH>..<HASH> 100644
--- a/lib/workers/pr/changelog/manager-npm.js
+++ b/lib/workers/pr/changelog/manager-npm.js
@@ -1,25 +1,21 @@
const npmRegistry = require('../../../datasource/npm');
-const versioning = require('.... | fix: refactor changelog npm to work with new datasource | renovatebot_renovate | train | js |
3aa4633b34ada731424067d3ecffd566328f569d | diff --git a/install/class.Setup.php b/install/class.Setup.php
index <HASH>..<HASH> 100644
--- a/install/class.Setup.php
+++ b/install/class.Setup.php
@@ -353,7 +353,7 @@ class tao_install_Setup implements Action
private function wrapPersistenceConfig($persistences)
{
if ($this->isMasterSlaveConnecti... | feat: allow to configure sql logger from setup file | oat-sa_tao-core | train | php |
cbcaa5c9bb9e5fff80ab4d597c20011ec220f5df | diff --git a/actions/promote/index.js b/actions/promote/index.js
index <HASH>..<HASH> 100644
--- a/actions/promote/index.js
+++ b/actions/promote/index.js
@@ -20,8 +20,7 @@ async function main() {
const npmToken = core.getInput('NPM_TOKEN', {
required: true,
});
- const dryRun =
- core.getInput('DRY_RUN'... | fix(actions): update promote workflow dryRun check | carbon-design-system_carbon-components | train | js |
95a05c76c99dde1c3fb8c8520b51dd5c974c715c | diff --git a/test/General.js b/test/General.js
index <HASH>..<HASH> 100644
--- a/test/General.js
+++ b/test/General.js
@@ -12,7 +12,7 @@ dynamoose.local();
const should = require('should');
-describe('General tests', () => {
+describe('General tests', function () {
this.timeout(10000);
it('dynamoose.setDoc... | fix(tests): fixing test error | dynamoosejs_dynamoose | train | js |
b09c8130fca23247ed37faa19dcba9c1ee7a735a | diff --git a/packages/xod-client/src/workers/wasm.worker.js b/packages/xod-client/src/workers/wasm.worker.js
index <HASH>..<HASH> 100644
--- a/packages/xod-client/src/workers/wasm.worker.js
+++ b/packages/xod-client/src/workers/wasm.worker.js
@@ -64,10 +64,7 @@ _self.onmessage = e => {
_self.importScripts(runtim... | fix(client): allow custom name of wasm file | xodio_xod | train | js |
b607a2310bd49ed220210c6ce8e450dd14996156 | diff --git a/huawei_lte_api/api/Lan.py b/huawei_lte_api/api/Lan.py
index <HASH>..<HASH> 100644
--- a/huawei_lte_api/api/Lan.py
+++ b/huawei_lte_api/api/Lan.py
@@ -4,4 +4,13 @@ from huawei_lte_api.Connection import GetResponseType
class Lan(ApiGroup):
def host_info(self) -> GetResponseType:
- return self.... | feat(lan): make sure host_info is always a list
Similarly as df<I>e<I>a4cc8e8f<I>df<I>a2e<I>c8 and
3fbf7a<I>b3cd8d<I>e1adc4e<I>aaac<I>dcb7c fixed WLan.host_list.
Refs <URL> | Salamek_huawei-lte-api | train | py |
9c9eea1cd00902c87f37ba047223e7497af50876 | diff --git a/packages/bonde-admin/src/mobilizations/widgets/components/form-finish-message/index.js b/packages/bonde-admin/src/mobilizations/widgets/components/form-finish-message/index.js
index <HASH>..<HASH> 100644
--- a/packages/bonde-admin/src/mobilizations/widgets/components/form-finish-message/index.js
+++ b/pack... | chore(admin): refactor formFinishMessage donation | nossas_bonde-client | train | js |
2a833df1e8594c2036ececb9df333680073d9acc | diff --git a/test.js b/test.js
index <HASH>..<HASH> 100644
--- a/test.js
+++ b/test.js
@@ -149,7 +149,7 @@ describe('#authenticate()', function() {
});
it('returns user data for valid user credentials', function(done) {
- this.timeout(5000);
+ this.timeout(10000);
auth.authenticate(_user.epost, _us... | fix(test): increase test timeout to <I>s | Turbasen_node-turbasen-auth | train | js |
96e4cf55c896716236d06c637fd8e02700289104 | diff --git a/test/app/index.js b/test/app/index.js
index <HASH>..<HASH> 100644
--- a/test/app/index.js
+++ b/test/app/index.js
@@ -16,7 +16,8 @@ assert.equal(fs.realpathSync(env.PWD), process.cwd());
// Check binary dependencies were compiled
require('node-syslog');
-var server = http.createServer().listen(process.... | test: Turn test app into echo server | strongloop_strong-pm | train | js |
c55c94c226bc4e098d83ab81612429b7708e5ae7 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1,4 +1,8 @@
import './metadataProvider.js';
import CornerstoneViewport from './CornerstoneViewport/CornerstoneViewport.js';
+import ViewportOverlay from './ViewportOverlay/ViewportOverlay';
+
+export { Vie... | fix: add `ViewportOverlay` as a named export (#<I>)
Adds `ViewportOverlay` as a named export of the package, additionally to the default export of `CornerstoneViewport`.
Explicit export would allow downstream users to import and use `ViewportOverlay` separately in their projects (e.g. in OHIF/Viewers extensions or ... | cornerstonejs_react-cornerstone-viewport | train | js |
dc63b80dd1a2634dbaf59d40419c600a9ef91cbe | diff --git a/master/buildbot/test/integration/test_worker.py b/master/buildbot/test/integration/test_worker.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/test/integration/test_worker.py
+++ b/master/buildbot/test/integration/test_worker.py
@@ -212,7 +212,7 @@ class Tests(RunFakeMasterTestCase):
config_d... | test: Add support for reconfiguring master with current config | buildbot_buildbot | train | py,py |
35eb0fb5454759c77cf0b4b443c96574f4e64df0 | diff --git a/tests/test_properties.py b/tests/test_properties.py
index <HASH>..<HASH> 100644
--- a/tests/test_properties.py
+++ b/tests/test_properties.py
@@ -2,7 +2,7 @@ import inspect
import json
import pytest
-from anom import Key, Model, Property, conditions, props
+from anom import Key, Model, Property, props
... | chore: drop unused import from test_properties | Bogdanp_anom-py | train | py |
6389663ebb00fcbd2971f764fde96807b2594171 | diff --git a/src/components/VSpeedDial/VSpeedDial.js b/src/components/VSpeedDial/VSpeedDial.js
index <HASH>..<HASH> 100644
--- a/src/components/VSpeedDial/VSpeedDial.js
+++ b/src/components/VSpeedDial/VSpeedDial.js
@@ -20,7 +20,7 @@ export default {
return ['top', 'right', 'bottom', 'left'].includes(val)
... | fix(v-speed-dial): renamed hover prop to open-on-hover (#<I>)
* fix(v-speed-dial): renamed hover prop to open-on-hover
done to match similar prop in v-menu
* test: forgot to push test change | vuetifyjs_vuetify | train | js,js |
6ec3d8c17b040475c5fe19201f4faa96b9efbb18 | diff --git a/packages/editor/src/editor.js b/packages/editor/src/editor.js
index <HASH>..<HASH> 100644
--- a/packages/editor/src/editor.js
+++ b/packages/editor/src/editor.js
@@ -154,11 +154,21 @@ export function enableEditor({ space, uiWrapper, config }) {
} = detect();
const bugF... | chore(editor): adding git sha to bug report form | bolt-design-system_bolt | train | js |
ce4622ab93553bc6ae1ec94e6009d722ef56f144 | diff --git a/src/components/performance-timing/measure-first-paint.js b/src/components/performance-timing/measure-first-paint.js
index <HASH>..<HASH> 100644
--- a/src/components/performance-timing/measure-first-paint.js
+++ b/src/components/performance-timing/measure-first-paint.js
@@ -10,7 +10,7 @@ MeasureFirstPaint.d... | refactor(performance-timing): rename `Metics` -> `Metrics` | commercetools_merchant-center-application-kit | train | js |
5703a7c6fa0f240bfe209ef9a188402471db160c | diff --git a/src/Schema/index.js b/src/Schema/index.js
index <HASH>..<HASH> 100644
--- a/src/Schema/index.js
+++ b/src/Schema/index.js
@@ -61,6 +61,20 @@ class Schema {
}
/**
+ * Select schema to be used with postgreSQL.
+ *
+ * @method withSchema
+ *
+ * @param {String} schema
+ *
+ * @chainable
... | fix(schema): add withSchema method to the schema builder | adonisjs_adonis-lucid | train | js |
927454c8faea20e91a7252294924542666a0b01e | diff --git a/docs/angular.io-package/services/renderMarkdown.js b/docs/angular.io-package/services/renderMarkdown.js
index <HASH>..<HASH> 100644
--- a/docs/angular.io-package/services/renderMarkdown.js
+++ b/docs/angular.io-package/services/renderMarkdown.js
@@ -2,7 +2,11 @@ var marked = require('marked');
var Encoder... | chore(doc-gen): don't use `string` module to stripTags
This module writes a file called `string` containing the text `testtest`
to the file system when it initialize.
See <URL> | angular_angular | train | js |
918a1e06fbf2cf672b0cff97681972100e7569bb | diff --git a/lib/operations/mongo_client_ops.js b/lib/operations/mongo_client_ops.js
index <HASH>..<HASH> 100644
--- a/lib/operations/mongo_client_ops.js
+++ b/lib/operations/mongo_client_ops.js
@@ -407,14 +407,14 @@ function createTopology(mongoClient, topologyType, options, callback) {
relayEvents(mongoClient, top... | fix(connect): correct replacement of topology on connect callback
if topology.connect has an error, topology is "overwritten", changing the function parameter to a new name, let's "force close" the old instance. | mongodb_node-mongodb-native | train | js |
13ffefabeff4e2e659c3ebf1e170d44dd3af6e17 | diff --git a/lib/rpc/rpc-client.js b/lib/rpc/rpc-client.js
index <HASH>..<HASH> 100644
--- a/lib/rpc/rpc-client.js
+++ b/lib/rpc/rpc-client.js
@@ -256,7 +256,7 @@ export default class RpcClient {
const msg = `Sending '${cmd.__selector}' message` +
(fullOpts.appIdKey ? ` to app '${fullOpts.appIdKey}'` : ... | fix: only print target if there is one, in send message | appium_appium-remote-debugger | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.