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 |
|---|---|---|---|---|---|
2c2249ee7314401b65be677c233370657e1d4695 | diff --git a/src/util/Collection.js b/src/util/Collection.js
index <HASH>..<HASH> 100644
--- a/src/util/Collection.js
+++ b/src/util/Collection.js
@@ -5,7 +5,7 @@ const Util = require('./Util');
class Collection extends BaseCollection {
toJSON() {
- return this.map(e => (typeof e.toJSON === 'function' ? e.toJS... | fix(Collection): toJSON() errors if the collection includes empty values (#<I>) | discordjs_discord.js | train | js |
8edcbed0d20ca07b532c299523b5835c030276b7 | diff --git a/packages/webiny-api/src/lambda/lambda.js b/packages/webiny-api/src/lambda/lambda.js
index <HASH>..<HASH> 100644
--- a/packages/webiny-api/src/lambda/lambda.js
+++ b/packages/webiny-api/src/lambda/lambda.js
@@ -33,7 +33,12 @@ const createApolloHandler = async (config: Object) => {
schema = applyMid... | fix: unset __runAtMostOnce flag in root schema resolver. (#<I>) | Webiny_webiny-js | train | js |
c64d6d5f0137add235579274f5fe4e3d343c51cf | diff --git a/lib/classes/Service.test.js b/lib/classes/Service.test.js
index <HASH>..<HASH> 100644
--- a/lib/classes/Service.test.js
+++ b/lib/classes/Service.test.js
@@ -3,6 +3,7 @@
const chai = require('chai');
const runServerless = require('../../tests/utils/run-serverless');
const fixtures = require('../../tests... | test: Ensure result of tests does not depend on package version | serverless_serverless | train | js |
5e35279562b56b2b54d2451ee15259e486445a34 | diff --git a/examples/jest-node-8/hidden-steps.test.js b/examples/jest-node-8/hidden-steps.test.js
index <HASH>..<HASH> 100644
--- a/examples/jest-node-8/hidden-steps.test.js
+++ b/examples/jest-node-8/hidden-steps.test.js
@@ -54,7 +54,6 @@ class StageClass extends Stage {
}
Hidden.addHiddenStep(StageClass, 'aComplet... | chore(prettier): Reformat with new prettier | jsGiven_jsGiven | train | js |
8de768d03255995514f480e2dfa1f955d87a52b0 | diff --git a/test/test_spelling.py b/test/test_spelling.py
index <HASH>..<HASH> 100644
--- a/test/test_spelling.py
+++ b/test/test_spelling.py
@@ -237,15 +237,15 @@ class TestSplitSpellcheckableFromShadowContents(TestCase):
_, shadow = spelling.spellcheckable_and_shadow_contents(contents)
self.asser... | test: Test that we include things in single quotes as technical
These might be signal names or other significant names, so they
should be auto-added to the file's current dictionary. It is only
stuff in triple-quotes that we assume to be user facing. | polysquare_polysquare-generic-file-linter | train | py |
a9da0f679d8189cd2ba173354830c1e7f79454e9 | diff --git a/providers/VowProvider.js b/providers/VowProvider.js
index <HASH>..<HASH> 100644
--- a/providers/VowProvider.js
+++ b/providers/VowProvider.js
@@ -117,6 +117,19 @@ class VowProvider extends ServiceProvider {
this._registerApiClient()
this._regiterTestSuite()
}
+
+ /**
+ * When provider is bo... | feat(command): register command on boot | adonisjs_adonis-vow | train | js |
f711aa35ac8556f7725430c297bf6b9e5eec5acd | diff --git a/src/errors/Messages.js b/src/errors/Messages.js
index <HASH>..<HASH> 100644
--- a/src/errors/Messages.js
+++ b/src/errors/Messages.js
@@ -12,7 +12,7 @@ const Messages = {
WS_CONNECTION_EXISTS: 'There is already an existing WebSocket connection.',
WS_NOT_OPEN: (data = 'data') => `Websocket not open to... | fix: typo in src/errors/messages.js (#<I>)
fixes #<I> | discordjs_discord.js | train | js |
383f77e0d4f9905ff315d27e797aa0c4b818f253 | diff --git a/src/website/theme.js b/src/website/theme.js
index <HASH>..<HASH> 100644
--- a/src/website/theme.js
+++ b/src/website/theme.js
@@ -11,8 +11,6 @@ class Theme {
this.dir = path.resolve(themeDir)
// target directory
this.dest = path.resolve(destDir)
- // used to keep track of relative paths w... | fix(core): Use correct base for calculating the relative path
Fixes #<I> | thumbsup_thumbsup | train | js |
795541a77c8895ec4dbd1b43fcfac617074ece7f | diff --git a/src/middlewares/__tests__/cache-test.js b/src/middlewares/__tests__/cache-test.js
index <HASH>..<HASH> 100644
--- a/src/middlewares/__tests__/cache-test.js
+++ b/src/middlewares/__tests__/cache-test.js
@@ -197,7 +197,7 @@ describe('middlewares/cache', () => {
const rnl = new RelayNetworkLayer([
... | test: increase ttl for gitlab actions | relay-tools_react-relay-network-modern | train | js |
9ca10cce06d86680236bc74367f524bb3708d8e6 | diff --git a/src/structures/interfaces/InteractionResponses.js b/src/structures/interfaces/InteractionResponses.js
index <HASH>..<HASH> 100644
--- a/src/structures/interfaces/InteractionResponses.js
+++ b/src/structures/interfaces/InteractionResponses.js
@@ -18,7 +18,7 @@ class InteractionResponses {
*/
/**
- ... | docs: fix wrong type being displayed in docs (#<I>) | discordjs_discord.js | train | js |
24d5258e0c3c7c3eb46567a36f33abb5106067e7 | diff --git a/wct.conf.js b/wct.conf.js
index <HASH>..<HASH> 100644
--- a/wct.conf.js
+++ b/wct.conf.js
@@ -28,12 +28,6 @@ module.exports = {
];
const cronPlatforms = [
- {
- deviceName: 'Android GoogleAPI Emulator',
- platformName: 'Android',
- platformVersion: '8.1',
- brow... | chore: remove Android Emulator from CRON | vaadin_vaadin-grid | train | js |
bee386e643a202f182a5cffd03c460fc27efe959 | diff --git a/superset/connectors/sqla/models.py b/superset/connectors/sqla/models.py
index <HASH>..<HASH> 100644
--- a/superset/connectors/sqla/models.py
+++ b/superset/connectors/sqla/models.py
@@ -413,7 +413,8 @@ class SqlMetric(Model, BaseMetric):
def get_sqla_col(self, label: Optional[str] = None) -> Column:... | feat: supporting jinja templating in saved metrics (#<I>)
* feat: supporting jinja templating in saved metrics
* cutting the line length to fit requirements
* follwing PR I should have not created a new insance method
* running precommit locally and fixing the issue | apache_incubator-superset | train | py |
3a9ba81ddb655827e5d8c1a4f8ef4c02421e4301 | diff --git a/widgets/index-selector/__tests__/index-selector-test.js b/widgets/index-selector/__tests__/index-selector-test.js
index <HASH>..<HASH> 100644
--- a/widgets/index-selector/__tests__/index-selector-test.js
+++ b/widgets/index-selector/__tests__/index-selector-test.js
@@ -82,6 +82,14 @@ describe('indexSelecto... | test(index-selector): Check thrown error if name is missing | algolia_instantsearch.js | train | js |
068816d54b696d843363d71d12f34d037bc3e558 | diff --git a/mutagen/mp3/__init__.py b/mutagen/mp3/__init__.py
index <HASH>..<HASH> 100644
--- a/mutagen/mp3/__init__.py
+++ b/mutagen/mp3/__init__.py
@@ -306,7 +306,7 @@ class MPEGInfo(StreamInfo):
bitrate (`int`): audio bitrate, in bits per second.
In case :attr:`bitrate_mode` is :attr:`BitrateM... | docs: fixed some API attribute descriptions not being shown | quodlibet_mutagen | train | py,py |
be74c0b2850bc8b0871dbf33d6ea86ce42f05651 | diff --git a/commitlint.config.js b/commitlint.config.js
index <HASH>..<HASH> 100644
--- a/commitlint.config.js
+++ b/commitlint.config.js
@@ -8,7 +8,7 @@ module.exports = {
'footer-max-line-length': [2, 'always', 72],
'header-max-length': [2, 'always', 72],
'scope-case': [2, 'always', 'start-case'],
- ... | chore: Register 'Binary Installer' scope | serverless_serverless | train | js |
78772b5b81323d65456220e23456210c48fc0871 | diff --git a/interfaces/python/infomap.py b/interfaces/python/infomap.py
index <HASH>..<HASH> 100644
--- a/interfaces/python/infomap.py
+++ b/interfaces/python/infomap.py
@@ -2604,7 +2604,7 @@ If you want to set node names, use set_name."""
>>> im.read_file("twotriangles.net")
>>> im.run()
>>... | fix(py): Fix test for entropy rate | mapequation_infomap | train | py |
935fdb15fb5af89aa049b41988982816c313b9d0 | diff --git a/conversejs/boshclient.py b/conversejs/boshclient.py
index <HASH>..<HASH> 100644
--- a/conversejs/boshclient.py
+++ b/conversejs/boshclient.py
@@ -40,7 +40,9 @@ class BOSHClient(object):
"""
self.log = logging.getLogger('boshclient')
- self.log.addHandler(logging.NullHandler())
+
... | fix: NullHandler is not available in Python<I> | TracyWebTech_django-conversejs | train | py |
26ac14f718f2e6763eaa088018d8d196678b714f | diff --git a/biz/webui/lib/index.js b/biz/webui/lib/index.js
index <HASH>..<HASH> 100644
--- a/biz/webui/lib/index.js
+++ b/biz/webui/lib/index.js
@@ -22,6 +22,7 @@ var upload = multer({
var DONT_CHECK_PATHS = ['/cgi-bin/server-info', '/cgi-bin/show-host-ip-in-res-headers',
'/cgi-bin/compose... | refactor: Remove export&import login status verification | avwo_whistle | train | js |
c2cafbe7761d48685d75810a14161372833ff264 | diff --git a/src/RollbarLogger.php b/src/RollbarLogger.php
index <HASH>..<HASH> 100644
--- a/src/RollbarLogger.php
+++ b/src/RollbarLogger.php
@@ -85,6 +85,9 @@ class RollbarLogger extends AbstractLogger
return $this->config->getCustom();
}
+ /**
+ * @var Level|string $level
+ */
public ... | feat: support Level to RollbarLogger::log | rollbar_rollbar-php | train | php |
7799048070b355fb9ae29107a98c74c7d3369873 | diff --git a/packages/oui-criteria-adder/src/criteria-adder.provider.js b/packages/oui-criteria-adder/src/criteria-adder.provider.js
index <HASH>..<HASH> 100644
--- a/packages/oui-criteria-adder/src/criteria-adder.provider.js
+++ b/packages/oui-criteria-adder/src/criteria-adder.provider.js
@@ -64,7 +64,7 @@ export defa... | style(translations): change submit_label to Add | ovh-ux_ovh-ui-angular | train | js |
baf093b006aebaacade3a50bb438668d8cba6d9d | diff --git a/src/InfoViz/Native/ParallelCoordinates/index.js b/src/InfoViz/Native/ParallelCoordinates/index.js
index <HASH>..<HASH> 100644
--- a/src/InfoViz/Native/ParallelCoordinates/index.js
+++ b/src/InfoViz/Native/ParallelCoordinates/index.js
@@ -420,6 +420,9 @@ function parallelCoordinate(publicAPI, model) {
}
... | fix(ParallelCoordinates): Better rendering guard when data is incomplete | Kitware_paraviewweb | train | js |
775aabfdb3a1a48264ca87388078793f77fa084c | diff --git a/src/tabs/tabs.js b/src/tabs/tabs.js
index <HASH>..<HASH> 100644
--- a/src/tabs/tabs.js
+++ b/src/tabs/tabs.js
@@ -1,5 +1,5 @@
import { customAttribute, bindable, bindingMode, inject } from 'aurelia-framework';
-import { fireMaterializeEvent } from '../common/events'
+import { fireMaterializeEvent } from '... | fix(syntax): fixes problems with build-index task (closes #<I>) | aurelia-ui-toolkits_aurelia-materialize-bridge | train | js |
0e0524f320b25e3f2b601d97539de87ac3e60525 | diff --git a/packages/cerebral/src/Controller.js b/packages/cerebral/src/Controller.js
index <HASH>..<HASH> 100644
--- a/packages/cerebral/src/Controller.js
+++ b/packages/cerebral/src/Controller.js
@@ -56,6 +56,9 @@ class Controller extends EventEmitter {
this.runTree.on('asyncFunction', () => this.flush())
... | fix(Controller): throw async errors from function tree (#<I>) | cerebral_cerebral | train | js |
fcc1ba59eec53b4a5e4e5f4bedad20570ab54ebe | diff --git a/src/components/tile/tile.js b/src/components/tile/tile.js
index <HASH>..<HASH> 100644
--- a/src/components/tile/tile.js
+++ b/src/components/tile/tile.js
@@ -53,10 +53,12 @@ class Tile extends mixin(createComponent, initComponentBySearch) {
});
this.element.addEventListener('keydown', evt => {
... | fix(tile): add check to make sure element exists (#<I>) | carbon-design-system_carbon-components | train | js |
bb20f8f5d01e4eb240e7ef15da98cfc42867fd7b | diff --git a/packages/d3fc-site/src/introduction/tidy-chart.js b/packages/d3fc-site/src/introduction/tidy-chart.js
index <HASH>..<HASH> 100644
--- a/packages/d3fc-site/src/introduction/tidy-chart.js
+++ b/packages/d3fc-site/src/introduction/tidy-chart.js
@@ -18,9 +18,9 @@ var yExtent = fc.extentLinear()
.pad([0, 0... | fix: declaring valueformatter moved after // START tag. (#<I>)
* Declaring valueformatter moved after // START tag.
* Fixed issue: Two consequtive empty lines in tidy-chart.js | d3fc_d3fc | train | js |
ebc3017cf423aeb389ab6dd3e71597530e612030 | diff --git a/router/integration.test.js b/router/integration.test.js
index <HASH>..<HASH> 100644
--- a/router/integration.test.js
+++ b/router/integration.test.js
@@ -50,7 +50,7 @@ describe('Basic router types', () => {
});
-fdescribe('Special router types', () => {
+describe('Special router types', () => {
it(... | fix: multi-level subdomains are now supported | franciscop_server | train | js,js |
c53a955c56a6ca6342cdb5be26782eff11106242 | diff --git a/packages/node_modules/@webex/plugin-meetings/src/locus-info/index.js b/packages/node_modules/@webex/plugin-meetings/src/locus-info/index.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@webex/plugin-meetings/src/locus-info/index.js
+++ b/packages/node_modules/@webex/plugin-meetings/src/locus-inf... | fix(meetings): fix scheduled meetings | webex_spark-js-sdk | train | js |
d1f59ba9824529f2bb3ea98d8e5f2ebbeb7821d5 | diff --git a/src/main/java/com/googlecode/lanterna/screen/TerminalScreen.java b/src/main/java/com/googlecode/lanterna/screen/TerminalScreen.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/googlecode/lanterna/screen/TerminalScreen.java
+++ b/src/main/java/com/googlecode/lanterna/screen/TerminalScreen.java
@@ -1... | fix: reset "INVALID" ScrollHint on refresh. | mabe02_lanterna | train | java |
fa869cc4dc198f6dea62a1dd97b61eba6f639cf6 | diff --git a/src/Repository.php b/src/Repository.php
index <HASH>..<HASH> 100644
--- a/src/Repository.php
+++ b/src/Repository.php
@@ -134,6 +134,7 @@ abstract class Repository
$query = $this->createQueryBuilder();
$query->where($this->getPrimaryKey($query), $id);
+ $query->delete();
}
... | fix: add delete statement to delete method | esbenp_genie | train | php |
477b400ab521cb1860c323687f3d0f569bba609a | diff --git a/src/lib/device.js b/src/lib/device.js
index <HASH>..<HASH> 100644
--- a/src/lib/device.js
+++ b/src/lib/device.js
@@ -20,6 +20,10 @@ export function isWebView() : boolean {
(/Android.*Version\/(\d)\.(\d)/i).test(userAgent);
}
+export function isStandAlone() : boolean {
+ return (window.navigator... | feat(iframe): Use the iFrame for all standalone apps; native and non-native (#<I>)
Before, we were using the user-agent to detect whether or not the app was being rendered in an iOS
native web-view. The problem is that PWA's saved to the iOS homescreen were not being treated like
web-views and were still trying to o... | paypal_paypal-checkout-components | train | js |
cc5e55e31657c2fdb95efed3851599e02c5d745b | diff --git a/src/exec.js b/src/exec.js
index <HASH>..<HASH> 100644
--- a/src/exec.js
+++ b/src/exec.js
@@ -5,11 +5,9 @@ module.exports = executeShellScript;
function executeShellScript (command) {
return when.promise(function (resolve, reject, notify) {
- exec(command, function onExec (err, stdout, stderr) {
+... | fix(shell): don't reject promise on stderr
fixes #<I> | JamieMason_shrinkpack | train | js |
5ae14c60a8b6fa161e40ca8fa380f0a1c0556d0f | diff --git a/source/php/Module/Hero/Hero.php b/source/php/Module/Hero/Hero.php
index <HASH>..<HASH> 100644
--- a/source/php/Module/Hero/Hero.php
+++ b/source/php/Module/Hero/Hero.php
@@ -25,6 +25,8 @@ class Hero extends \Modularity\Module
//Get module data
$data = get_fields($this->ID);
+ $da... | fix: hero module doesn't show old default image | helsingborg-stad_Modularity | train | php |
ab70fdf83a5bd3f33816beddd8a1c0164503bdc1 | diff --git a/most-adapter/test/index.js b/most-adapter/test/index.js
index <HASH>..<HASH> 100644
--- a/most-adapter/test/index.js
+++ b/most-adapter/test/index.js
@@ -1,7 +1,7 @@
import {describe, it} from 'mocha'
import assert from 'power-assert'
import MostAdapter from '../lib/index'
-import most from 'most'
+impo... | test(most-adapter): fix usage of most.js in tests | cyclejs_cyclejs | train | js |
dbfc4c1c1662ce204f44d13df11baa3614bee46f | diff --git a/tools/broccoli/make-broccoli-tree.js b/tools/broccoli/make-broccoli-tree.js
index <HASH>..<HASH> 100644
--- a/tools/broccoli/make-broccoli-tree.js
+++ b/tools/broccoli/make-broccoli-tree.js
@@ -148,8 +148,7 @@ function makeCjsTree() {
exclude: ['angular2/src/core/zone/vm_turn_zone.es6']
});
- //... | chore(build): inline Traceur options just like we do everywhere | angular_angular | train | js |
f4cc9412c4c0b07e2b12b0212b5f9dbdffd369c3 | diff --git a/test/index.js b/test/index.js
index <HASH>..<HASH> 100644
--- a/test/index.js
+++ b/test/index.js
@@ -167,12 +167,20 @@ describe ("newType()", function () {
delete types[id];
});
- it ("prevent alias collision", function () {
+ it ("prevent name collision", function () {
+ // NOTE 'name': Ob... | test: add test for alias | baaae_charge | train | js |
a1a9fe36b5d8fa0682a15033b9550c0632715082 | diff --git a/src/http/api/routes/webui.js b/src/http/api/routes/webui.js
index <HASH>..<HASH> 100644
--- a/src/http/api/routes/webui.js
+++ b/src/http/api/routes/webui.js
@@ -17,7 +17,7 @@ module.exports = [
method: '*',
path: '/webui',
handler (request, h) {
- return h.redirect('/ipfs/QmUa2QBGU5sGc... | feat: update Web UI to <I> (#<I>) | ipfs_js-ipfs | train | js |
d5b8dc3e0373abe83410e85ffbd48f6aeeadc886 | diff --git a/packages/rich-text/src/__stories__/stories.js b/packages/rich-text/src/__stories__/stories.js
index <HASH>..<HASH> 100644
--- a/packages/rich-text/src/__stories__/stories.js
+++ b/packages/rich-text/src/__stories__/stories.js
@@ -4,15 +4,23 @@ export default [
{
description: "default",
getProp... | docs(storybook): update story content to be more robust | Autodesk_hig | train | js |
d87e8d919b55101c4101a042923fbdbfb44c30ba | diff --git a/tests/examples/auctions/test_simple_open_auction.py b/tests/examples/auctions/test_simple_open_auction.py
index <HASH>..<HASH> 100644
--- a/tests/examples/auctions/test_simple_open_auction.py
+++ b/tests/examples/auctions/test_simple_open_auction.py
@@ -5,7 +5,7 @@ EXPIRY = 16
@pytest.fixture
def aucti... | fix: apply linting rules | ethereum_vyper | train | py,py |
fafdde2afee5a0408ca62e7c400cd7aa3933804c | diff --git a/lib/cron_for_github/version.rb b/lib/cron_for_github/version.rb
index <HASH>..<HASH> 100644
--- a/lib/cron_for_github/version.rb
+++ b/lib/cron_for_github/version.rb
@@ -1,3 +1,3 @@
module CronForGithub
- VERSION = '1.0.0'
+ VERSION = '1.0.1.beta'
end | chore(app): bump development version to <I>.beta | packsaddle_ruby-cron_for_github | train | rb |
302b90f72ead7787f1b894b859385976284a13c3 | diff --git a/uPortal-layout/uPortal-layout-impl/src/main/java/org/apereo/portal/layout/dlm/FragmentComparator.java b/uPortal-layout/uPortal-layout-impl/src/main/java/org/apereo/portal/layout/dlm/FragmentComparator.java
index <HASH>..<HASH> 100755
--- a/uPortal-layout/uPortal-layout-impl/src/main/java/org/apereo/portal/... | docs: annotate FragmentComparator compare() as @Override | Jasig_uPortal | train | java |
b8895ba034cb05a3e87c496e314c2721d51595a7 | diff --git a/client/cmd/apps.go b/client/cmd/apps.go
index <HASH>..<HASH> 100644
--- a/client/cmd/apps.go
+++ b/client/cmd/apps.go
@@ -46,7 +46,13 @@ func AppCreate(id string, buildpack string, remote string, noRemote bool) error
}
if !noRemote {
- return git.CreateRemote(c.ControllerURL.Host, remote, app.ID)
+... | fix(client): suggest help when git remote creation fails | deis_deis | train | go |
ecb6811368e41c10466bf859e3bb9118f5683bfc | diff --git a/addon/components/freestyle-usage/index.js b/addon/components/freestyle-usage/index.js
index <HASH>..<HASH> 100644
--- a/addon/components/freestyle-usage/index.js
+++ b/addon/components/freestyle-usage/index.js
@@ -1,6 +1,6 @@
/* eslint-disable ember/no-component-lifecycle-hooks */
import { inject as serv... | fix: import computed.or directly
As of Ember <I>, dot access of computed macros (e.g. `computed.or`) triggers this deprecation error:
```
Using `computed.or` has been deprecated. Instead, import the value directly from @ember/object/computed:
import { or } from '@ember/object/computed';
``` | chrislopresto_ember-freestyle | train | js |
dc42005ac640c36cc4401be9d86456710408274c | diff --git a/qa/integration-tests-engine/src/test/java/org/camunda/bpm/integrationtest/deployment/cfg/TestDeploymentTenantId.java b/qa/integration-tests-engine/src/test/java/org/camunda/bpm/integrationtest/deployment/cfg/TestDeploymentTenantId.java
index <HASH>..<HASH> 100644
--- a/qa/integration-tests-engine/src/test/... | feat(engine): set a Tenant-Id on processes.xml
- fix resource name in test case
related to #CAM-<I> | camunda_camunda-bpm-platform | train | java |
3da7022484d30f12cea7bbe68a1e4de3b8413101 | diff --git a/src/cli/cms/operations/post.js b/src/cli/cms/operations/post.js
index <HASH>..<HASH> 100644
--- a/src/cli/cms/operations/post.js
+++ b/src/cli/cms/operations/post.js
@@ -106,6 +106,7 @@ export function unpublish(filePath) {
}
export function reject(filePath, tplPath, json) {
+ abeExtend.hooks.instance... | fix: relative static files in Abe are now accepted | abecms_abecms | train | js,js |
de9a62dfc20f022afc07f588236f27525157ad71 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -158,9 +158,21 @@ class Trilogy {
}
count (location, criteria, options) {
+ if (arguments.length === 0) {
+ let query = this.knex('sqlite_master')
+ .whereNot('name', 'sqlite_sequence')
+... | feat(count): add ability to count tables in the database | citycide_trilogy | train | js |
09f941454fd3744ab6ffe8ec6dde96a24595d11f | diff --git a/packages/components/bolt-tabs/__tests__/tabs.js b/packages/components/bolt-tabs/__tests__/tabs.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-tabs/__tests__/tabs.js
+++ b/packages/components/bolt-tabs/__tests__/tabs.js
@@ -99,7 +99,7 @@ describe('Bolt Tabs', () => {
expect(renderedHTML)... | fix: temporarily disable Light DOM Jest test for Tabs until snapshot updated | bolt-design-system_bolt | train | js |
37079f0d88a6c663c2faabe73fd1b49167309ef6 | diff --git a/client.go b/client.go
index <HASH>..<HASH> 100644
--- a/client.go
+++ b/client.go
@@ -6,6 +6,15 @@ import (
"gopkg.in/h2non/gentleman.v0/plugin"
)
+// NewContext is a convenient alias to context.New factory.
+var NewContext = context.New
+
+// NewHandler is a convenient alias to context.NewHandler fac... | refactor(client): restore variables | h2non_gentleman | train | go |
5a2eb752e0ce42ff3b37d73efc4840eedf5e31d1 | diff --git a/lib/util/got/cache-get.js b/lib/util/got/cache-get.js
index <HASH>..<HASH> 100644
--- a/lib/util/got/cache-get.js
+++ b/lib/util/got/cache-get.js
@@ -13,9 +13,6 @@ module.exports = got.create({
if (!global.repoCache) {
return next(options);
}
- if (options.useCache === false) {
- r... | fix(got): repoCache was not updated (#<I>) | renovatebot_renovate | train | js |
d56c66a5a82e07ad0c9ef513887c70e5209bfc58 | diff --git a/bin/testUpdated.js b/bin/testUpdated.js
index <HASH>..<HASH> 100644
--- a/bin/testUpdated.js
+++ b/bin/testUpdated.js
@@ -20,13 +20,12 @@
const {execSync} = require('child_process');
let output;
+console.info('Checking for updated packages');
try {
output = execSync(`npx lerna updated`);
-} catch (... | fix: Build all packages before testing selective packages (#<I>) | wireapp_wire-web-packages | train | js |
04c2359b9392040da90745f13630f683cd829857 | diff --git a/docusaurus/sidebars.js b/docusaurus/sidebars.js
index <HASH>..<HASH> 100644
--- a/docusaurus/sidebars.js
+++ b/docusaurus/sidebars.js
@@ -2,7 +2,11 @@ module.exports = {
someSidebar: {
'React Docs': [
'intro',
- 'contributing',
+ {
+ type: 'link',
+ label: 'Contributi... | docs: link to contributing guide | Availity_availity-react | train | js |
05557b665dd6edfa41e1290c36dfa9fd76be2762 | diff --git a/sendgrid/helpers/eventwebhook/__init__.py b/sendgrid/helpers/eventwebhook/__init__.py
index <HASH>..<HASH> 100644
--- a/sendgrid/helpers/eventwebhook/__init__.py
+++ b/sendgrid/helpers/eventwebhook/__init__.py
@@ -27,7 +27,7 @@ class EventWebhook:
:return: public key using the ECDSA algorithm
... | fix: fix event webhook for updated starbank-ecdsa dependency | sendgrid_sendgrid-python | train | py |
838d5c0401dcedf9d54da73a1bb56129016f3fb7 | diff --git a/dm/client.go b/dm/client.go
index <HASH>..<HASH> 100644
--- a/dm/client.go
+++ b/dm/client.go
@@ -103,7 +103,7 @@ func (c *Client) CallService(path, method, action string, dest interface{}, read
return nil
}
-// callHTTP is a low-level primative for executing HTTP operations.
+// callHTTP is a low-l... | chore(spelling): s/primative/primitive/ | helm_helm | train | go |
1010f4c7ad089b3f9794e33e583d0c67841b0abb | diff --git a/app/scripts/dropdown.js b/app/scripts/dropdown.js
index <HASH>..<HASH> 100644
--- a/app/scripts/dropdown.js
+++ b/app/scripts/dropdown.js
@@ -31,7 +31,7 @@ function sdDropdown($window) {
}
elem.bind('click mouseover', function () {
- button = elem.find('.dropdown_... | fix(dropdown): Fixed issue of non-finding dropdown button | superdesk_superdesk-ui-framework | train | js |
b90094a056cdcedc36c77a3697159685595423fc | diff --git a/lib/config.js b/lib/config.js
index <HASH>..<HASH> 100644
--- a/lib/config.js
+++ b/lib/config.js
@@ -306,11 +306,12 @@ exports.extend = function extend(newConf) {
client.on('error', function(err) {
req.emit('error', err);
});
-// if (config.timeout > 0) {
-// c... | refactor: Set idle timeout for the connection | avwo_whistle | train | js |
6d8271625fc1788cd706cebe57a30a365d0f63d1 | diff --git a/src/core/services/theming/theming.js b/src/core/services/theming/theming.js
index <HASH>..<HASH> 100644
--- a/src/core/services/theming/theming.js
+++ b/src/core/services/theming/theming.js
@@ -229,7 +229,7 @@ function ThemingProvider($mdColorPalette) {
self.foregroundPalette = self.isDark ? LIGHT... | chore(theming): adds checks to prevent unit tests from failing | angular_material | train | js |
48f0f74dac9a17fd89cd4de141fcb31ab9a6deb4 | diff --git a/epab/cmd/_release.py b/epab/cmd/_release.py
index <HASH>..<HASH> 100644
--- a/epab/cmd/_release.py
+++ b/epab/cmd/_release.py
@@ -101,11 +101,22 @@ def _update_av_build_name(next_version):
LOGGER.info('build version: %s', build_version)
+def _set_release_description():
+ # Check for empty exten... | fix: fix release description (#<I>)
* fix: fix release description
Set an OS environ variable that'll be used to assign the release
long description instead of relying on the commit extended message
only.
Fixes #<I>
* fix: dev: simplify code | etcher-be_epab | train | py |
f7c647b4f7a06dec51437d2851b5289632c62cd2 | diff --git a/src/untp/untp.py b/src/untp/untp.py
index <HASH>..<HASH> 100644
--- a/src/untp/untp.py
+++ b/src/untp/untp.py
@@ -91,7 +91,7 @@ def unpacker(data_file, image_file=None, output_dir=None, config=None, extra_dat
temp_image = temp_image.rotate(90, expand=1)
# create dst image
- d... | fix: plist + png will unpack fail, because image mode was wrong | justbilt_untp | train | py |
3de8b5906955d0664b2e08914b79a3ed61274ea6 | diff --git a/src/schema.js b/src/schema.js
index <HASH>..<HASH> 100644
--- a/src/schema.js
+++ b/src/schema.js
@@ -129,9 +129,12 @@ function getSchema (models) {
// Create top level fields
var queryFields = reduce(types, (fields, type, typeName) => {
+ var name = `${typeName.toLowerCase()}`;
+
+ // TODO s... | fix(schema): change query interface for singular resource
BREAKING CHANGE: user resource name instead of "findOneResource" | RisingStack_graffiti-mongoose | train | js |
26cdeb4dbde509c9a08030272b7a94561a0f5c31 | diff --git a/src/lib/stack.js b/src/lib/stack.js
index <HASH>..<HASH> 100644
--- a/src/lib/stack.js
+++ b/src/lib/stack.js
@@ -61,7 +61,13 @@ function getDiskQuota () {
return res.json()
})
- .then(json => parseInt(json.data.attributes.quota, 10))
+ .then(json => {
+ if (Number.isInteger(json.data.attrib... | feat: Add temporary fallback in case instance has limitless disk space | cozy_cozy-bar | train | js |
a7d0d0c299c819130e10c28360762e51d2f210d7 | diff --git a/src/common.js b/src/common.js
index <HASH>..<HASH> 100644
--- a/src/common.js
+++ b/src/common.js
@@ -36,4 +36,19 @@ function toArray(object) {
*/
function isNull(value) {
return toString.call(value) === '[object Null]'
-}
\ No newline at end of file
+}
+
+/**
+ * return if object contains partial ... | feat(common): add helper method object contains | a8m_angular-filter | train | js |
82ed0c6e94e77757270e6694f7082eac5ef5e066 | diff --git a/lib/preprocessor.js b/lib/preprocessor.js
index <HASH>..<HASH> 100644
--- a/lib/preprocessor.js
+++ b/lib/preprocessor.js
@@ -22,7 +22,7 @@ var isBinary = Object.create(null);
'sgi', 'tiff', 'psd', 'uvi', 'sub', 'djvu', 'dwg', 'dxf', 'fbs', 'fpx', 'fst', 'mmr',
'rlc', 'mdi', 'wdp', 'npx', 'wbmp', 'xi... | feat: serve ePub as binary files
The *.epub files are now served as binary file by Karma. Otherwise they are
converted into strings and became corrupted. | karma-runner_karma | train | js |
57b71fc62e992b6656dfce4d95113fb862d97bb6 | diff --git a/packages/vue-styleguidist/src/rsg-components/VsgEditor/EditorPrism.js b/packages/vue-styleguidist/src/rsg-components/VsgEditor/EditorPrism.js
index <HASH>..<HASH> 100644
--- a/packages/vue-styleguidist/src/rsg-components/VsgEditor/EditorPrism.js
+++ b/packages/vue-styleguidist/src/rsg-components/VsgEditor/... | refactor: remove last ref to isSfc | vue-styleguidist_vue-styleguidist | train | js |
c84d3ce7e4807f426c67d277f89008ae55b18293 | diff --git a/src/js/utilities.js b/src/js/utilities.js
index <HASH>..<HASH> 100644
--- a/src/js/utilities.js
+++ b/src/js/utilities.js
@@ -304,7 +304,11 @@ export function setData(element, name, data) {
*/
export function removeData(element, name) {
if (isObject(element[name])) {
- delete element[name];
+ t... | fix: fallback for deleting property in element | fengyuanchen_cropperjs | train | js |
d02992501dd5ec222ebaf2add47c1555be9258be | diff --git a/tests/core/test_gvm.py b/tests/core/test_gvm.py
index <HASH>..<HASH> 100644
--- a/tests/core/test_gvm.py
+++ b/tests/core/test_gvm.py
@@ -55,7 +55,7 @@ def test_locks(caplog):
assert gvm.get_variable('a', access_key=access_key) == 2
gvm.unlock_variable('a', access_key)
gvm.unlock_variable('a... | test(gvm): account for modified lock behavior | DLR-RM_RAFCON | train | py |
1f8363808653709a9f29de23f69d1bf652a561f0 | diff --git a/tests/integration/package/test_package_command_image.py b/tests/integration/package/test_package_command_image.py
index <HASH>..<HASH> 100644
--- a/tests/integration/package/test_package_command_image.py
+++ b/tests/integration/package/test_package_command_image.py
@@ -138,4 +138,4 @@ class TestPackageImag... | ci: Fix an integration test failure caused by resource already exists (#<I>) | awslabs_aws-sam-cli | train | py |
ebe91ff2024833c79386d59d0c3a42baad4ddedf | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -24,8 +24,10 @@ System.instantiate = function (load) {
return executed;
}
- Origin.set(target, new Origin(load.name, 'default'));
-
+ if(!Object.isFrozen(target)){
+ Origin.se... | fix(loader): don't set target on frozen objects | aurelia_loader-default | train | js |
fe21c798f6a51405fcb0a099422a37c9c2056645 | diff --git a/lib/tdigest/tdigest.rb b/lib/tdigest/tdigest.rb
index <HASH>..<HASH> 100644
--- a/lib/tdigest/tdigest.rb
+++ b/lib/tdigest/tdigest.rb
@@ -132,6 +132,7 @@ module TDigest
# Uses delta, k and cx from the caller
t = self + other
@centroids = t.centroids
+ @n = t.size
compress!
... | fix(TDigest): update @n when merging | castle_tdigest | train | rb |
6075d692589ca4ff5b444f875398859767f5ca12 | diff --git a/tasks/grunt-karma.js b/tasks/grunt-karma.js
index <HASH>..<HASH> 100644
--- a/tasks/grunt-karma.js
+++ b/tasks/grunt-karma.js
@@ -88,8 +88,7 @@ module.exports = function (grunt) {
return obj
})
}))
-
- data.files = _.flatten(data.files)
+ data.files = _.flattenDeep(data... | fix: ensure files passed to karma are flat
Closes #<I> | karma-runner_grunt-karma | train | js |
334dbf8fb4610ab8e633de022cc06ddd07ed3efe | diff --git a/commitlint.config.js b/commitlint.config.js
index <HASH>..<HASH> 100644
--- a/commitlint.config.js
+++ b/commitlint.config.js
@@ -25,6 +25,7 @@ module.exports = {
'AWS Info',
'AWS Invocation',
'AWS IOT',
+ 'AWS Kafka',
'AWS Kinesis',
'AWS Lambda',
... | chore: Add `AWS Kafka` to commitlint | serverless_serverless | train | js |
a210c829906be02acce974f037ec1ee54cb37c9e | diff --git a/packages/core-php/src/TwigFunctions.php b/packages/core-php/src/TwigFunctions.php
index <HASH>..<HASH> 100644
--- a/packages/core-php/src/TwigFunctions.php
+++ b/packages/core-php/src/TwigFunctions.php
@@ -28,14 +28,18 @@ class TwigFunctions {
public static function fileExists() {
return new Twig... | refactor: wrap fileExists check with a try / catch | bolt-design-system_bolt | train | php |
dd45655a29a24a1bbaf9d44f65571b4c0319dac7 | diff --git a/client/js/button.js b/client/js/button.js
index <HASH>..<HASH> 100644
--- a/client/js/button.js
+++ b/client/js/button.js
@@ -85,8 +85,10 @@ qq.UploadButton = function(o) {
// space of the container element. Otherwise, the left side of the
// button will require a double-click t... | fix(button): file-input visible in IE8
Side effect: This will prevent very large upload buttons
from being completely clickable in IE8.
fixes #<I>
#<I> | FineUploader_fine-uploader | train | js,js |
b7fd09e59479bc6ed5b3b13c4645a3620fd448a3 | diff --git a/result.go b/result.go
index <HASH>..<HASH> 100644
--- a/result.go
+++ b/result.go
@@ -178,3 +178,11 @@ func NewXStreamSliceCmdResult(val []XStream, err error) *XStreamSliceCmd {
cmd.SetErr(err)
return &cmd
}
+
+// NewXPendingResult returns a XPendingCmd initialised with val and err for testing.
+func ... | feat: add NewXPendingResult for unit testing XPending (#<I>) | go-redis_redis | train | go |
ff2bab379e8b03303a3fa82d2aa6e601fcb2c9f3 | diff --git a/__tests__/lib/evaluator/Evaluator.test.js b/__tests__/lib/evaluator/Evaluator.test.js
index <HASH>..<HASH> 100644
--- a/__tests__/lib/evaluator/Evaluator.test.js
+++ b/__tests__/lib/evaluator/Evaluator.test.js
@@ -162,7 +162,7 @@ describe('Evaluator', () => {
return expect(e.eval(toTree('"".length')))... | fix(style): Standard specs have apparently changed | TomFrost_Jexl | train | js |
6bdaa412f014b1a965229567b47c118a0fa6d102 | diff --git a/packages/hoc-input/src/formInput.js b/packages/hoc-input/src/formInput.js
index <HASH>..<HASH> 100644
--- a/packages/hoc-input/src/formInput.js
+++ b/packages/hoc-input/src/formInput.js
@@ -32,8 +32,8 @@ export const formInputProps = {
leftIcon: PropTypes.string,
moreInfoContent: PropTypes.node,
m... | feat(hoc-input): change types of prefix and suffix to node
affects: @crave/farmblocks-hoc-input | CraveFood_farmblocks | train | js |
116f8185543ae4db54150b9474567e809d37d022 | diff --git a/config/webpack.js b/config/webpack.js
index <HASH>..<HASH> 100644
--- a/config/webpack.js
+++ b/config/webpack.js
@@ -49,7 +49,7 @@ const shared = {
query: babel
}, {
test: /\.js$/,
- include: /node_modules\/(hoek|qs|wreck|boom|ipfs)/,
+ include: /node_modules\/(hoek|qs|wreck|b... | fix(webpack): transform promisify-es | ipfs_aegir | train | js |
be1645289c4606b71ddb74ecaa458475424dae5f | diff --git a/modules/notification/js/notification_service.js b/modules/notification/js/notification_service.js
index <HASH>..<HASH> 100644
--- a/modules/notification/js/notification_service.js
+++ b/modules/notification/js/notification_service.js
@@ -91,7 +91,7 @@
}
_callback(actionC... | fix(notification): fix mistakes | lumapps_lumX | train | js |
3f767de5fd4c4a7f69335df10c1c71d4538af0dd | diff --git a/src/components/diff/__editorcontroller/diff__editorcontroller_single.js b/src/components/diff/__editorcontroller/diff__editorcontroller_single.js
index <HASH>..<HASH> 100644
--- a/src/components/diff/__editorcontroller/diff__editorcontroller_single.js
+++ b/src/components/diff/__editorcontroller/diff__edit... | fix(diff): does not create new editor if exist on update
Former-commit-id: d0e6e<I>c<I>f1e<I>deb<I>edff<I>ffb | JetBrains_ring-ui | train | js |
93b8dc23626bf032791b556b5f5712891c33942a | diff --git a/lib/browser/chrome-extension.js b/lib/browser/chrome-extension.js
index <HASH>..<HASH> 100644
--- a/lib/browser/chrome-extension.js
+++ b/lib/browser/chrome-extension.js
@@ -115,7 +115,9 @@ const removeBackgroundPages = function (manifest) {
const sendToBackgroundPages = function (...args) {
for (con... | fix: ensure the webContents is not destroyed before communicating (#<I>) | electron_electron | train | js |
91c4501cc66d3e00156242a196d5f9f925609782 | diff --git a/test/coverage.spec.js b/test/coverage.spec.js
index <HASH>..<HASH> 100644
--- a/test/coverage.spec.js
+++ b/test/coverage.spec.js
@@ -109,6 +109,14 @@ module.exports.addTests = function({testRunner, expect}) {
expect(coverage.length).toBe(0);
});
});
+ xit('should not hang when ther... | test(coverage): add failing test for skipping all debugger statements (#<I>) | GoogleChrome_puppeteer | train | js |
37c348ef2f94ef62b51b09381c41f9abccea85e6 | diff --git a/cmd/cmd.go b/cmd/cmd.go
index <HASH>..<HASH> 100644
--- a/cmd/cmd.go
+++ b/cmd/cmd.go
@@ -8,6 +8,7 @@ import (
"path/filepath"
"regexp"
"strconv"
+ "strings"
"github.com/deis/deisctl/client"
"github.com/deis/deisctl/config"
@@ -152,6 +153,13 @@ func Install(c client.Client, targets []string) er... | fix(cmd): append "@1" if none supplied to install | deis_deis | train | go |
3ce4af057378445e126ad2e4af179775142bdb4e | diff --git a/lib/gruff/scatter.rb b/lib/gruff/scatter.rb
index <HASH>..<HASH> 100644
--- a/lib/gruff/scatter.rb
+++ b/lib/gruff/scatter.rb
@@ -142,6 +142,9 @@ private
end
def draw_graph
+ stroke_width = @stroke_width || clip_value_if_greater_than(@columns / (store.norm_data.first[1].size * 4.0), 5.0)
+ ... | chore: Remove redundant storing stroke width | topfunky_gruff | train | rb |
7f86f28942ab56c7d2167bb4fb65502fc0a74d48 | diff --git a/packages/ui-icons/icons.config.js b/packages/ui-icons/icons.config.js
index <HASH>..<HASH> 100644
--- a/packages/ui-icons/icons.config.js
+++ b/packages/ui-icons/icons.config.js
@@ -86,6 +86,8 @@ const bidirectional = [
'announcement',
'arrow-left',
'arrow-start',
+ 'arrow-double-end',
+ 'arrow-... | fix(ui-icons): make `arrow-double-end` and `arrow-double-start` icons to be bidirectional
Closes: INSTUI-<I> | instructure_instructure-ui | train | js |
221d4b3095fb9aac527e928907f7253ce1855914 | diff --git a/lib/actions/call-taker.js b/lib/actions/call-taker.js
index <HASH>..<HASH> 100644
--- a/lib/actions/call-taker.js
+++ b/lib/actions/call-taker.js
@@ -25,6 +25,9 @@ const storeSession = createAction('STORE_SESSION')
export const beginCall = createAction('BEGIN_CALL')
export const toggleCallHistory = creat... | refactor: add jsdoc | opentripplanner_otp-react-redux | train | js,js |
bcacae19b058e989501abe718b1123bd2ce305b4 | diff --git a/anyconfig/mergeabledict.py b/anyconfig/mergeabledict.py
index <HASH>..<HASH> 100644
--- a/anyconfig/mergeabledict.py
+++ b/anyconfig/mergeabledict.py
@@ -5,12 +5,12 @@
#
"""Merge-able dict.
-.. versionadded: 0.3.1
- Added naive and partial implementation of JSON Pointer support
-
.. versionchanged: ... | refactor: re-order changelog notes in anyconfig.mergeabledict | ssato_python-anyconfig | train | py |
19090e540ef61649d7c51bac6827d3f216b53502 | diff --git a/options.go b/options.go
index <HASH>..<HASH> 100644
--- a/options.go
+++ b/options.go
@@ -342,6 +342,8 @@ func ConnectionGater(cg connmgr.ConnectionGater) Option {
}
// ResourceManager configures libp2p to use the given ResourceManager.
+// When using the go-libp2p-resource-manager implementation of th... | docs: point to SetDefaultServiceLimits in ResourceManager option (#<I>) | libp2p_go-libp2p | train | go |
d7c407e2fb2aedbbcd118ccfadcb70b9fc45084a | diff --git a/aws/resource_aws_elasticsearch_domain.go b/aws/resource_aws_elasticsearch_domain.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_elasticsearch_domain.go
+++ b/aws/resource_aws_elasticsearch_domain.go
@@ -437,6 +437,9 @@ func resourceAwsElasticSearchDomainCreate(d *schema.ResourceData, meta interface
... | fix: Add retry condition for new feedback from AWS API | terraform-providers_terraform-provider-aws | train | go |
4f2b772255e82623d4970a6951081a5a36549ced | diff --git a/packages/scriptappy-from-jsdoc/src/cli.js b/packages/scriptappy-from-jsdoc/src/cli.js
index <HASH>..<HASH> 100755
--- a/packages/scriptappy-from-jsdoc/src/cli.js
+++ b/packages/scriptappy-from-jsdoc/src/cli.js
@@ -128,26 +128,19 @@ if (require.main === module) {
const files = (await globby(config.gl... | fix(from-jsdoc): skip filename output on change | miralemd_scriptappy | train | js |
a0edc22d74fc69c5892d2e90d6fb825775385115 | diff --git a/packages/test-utils/src/find-vnodes.js b/packages/test-utils/src/find-vnodes.js
index <HASH>..<HASH> 100644
--- a/packages/test-utils/src/find-vnodes.js
+++ b/packages/test-utils/src/find-vnodes.js
@@ -24,14 +24,7 @@ function findAllVNodes (vnode: VNode, nodes: Array<VNode> = []): Array<VNode> {
}
func... | refactor: simplify code of removeDuplicateNodes method (#<I>) | vuejs_vue-test-utils | train | js |
2c36df54809f9235ee01dde5967300d4d2ba844d | diff --git a/src/Support/Facades/FacadeMethodExtension.php b/src/Support/Facades/FacadeMethodExtension.php
index <HASH>..<HASH> 100644
--- a/src/Support/Facades/FacadeMethodExtension.php
+++ b/src/Support/Facades/FacadeMethodExtension.php
@@ -14,6 +14,8 @@ declare(strict_types=1);
namespace NunoMaduro\LaravelCodeAnaly... | feat: facades of managers proxy to drivers | nunomaduro_larastan | train | php |
3a6733f231796e7cc0c2a5713ec00cc282f12b5c | diff --git a/packages/platform/src/index.js b/packages/platform/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/platform/src/index.js
+++ b/packages/platform/src/index.js
@@ -1,4 +1,8 @@
-export { Inject, Injectable, ReflectiveInjector } from 'injection-js';
+export {
+ Inject,
+ Injectable as Exposed,
+ Ref... | fix(di): rename Injectable decorator to Exposed
affects: @zetapush/platform | zetapush_zetapush | train | js |
d6014417b3f9cae6b3050f56c065a4ab77e97c26 | diff --git a/packages/@vue/cli-service/lib/commands/build/setPublicPath.js b/packages/@vue/cli-service/lib/commands/build/setPublicPath.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli-service/lib/commands/build/setPublicPath.js
+++ b/packages/@vue/cli-service/lib/commands/build/setPublicPath.js
@@ -1,7 +1,7 @@
... | fix: avoid using ES6 in code injected into --lib builds (#<I>) | vuejs_vue-cli | train | js |
61d1373730b695c5dbd7bd1679c8cbcae65181a7 | diff --git a/packages/react/src/components/OverflowMenu/OverflowMenu.js b/packages/react/src/components/OverflowMenu/OverflowMenu.js
index <HASH>..<HASH> 100644
--- a/packages/react/src/components/OverflowMenu/OverflowMenu.js
+++ b/packages/react/src/components/OverflowMenu/OverflowMenu.js
@@ -347,7 +347,10 @@ class Ov... | fix(OverflowMenu): call closeMenu method only when menu is open (#<I>) | carbon-design-system_carbon-components | train | js |
be714daf1424b2453a40c1f5fc05b7cbb982c236 | diff --git a/src/Hodor/JobQueue/QueueFactory.php b/src/Hodor/JobQueue/QueueFactory.php
index <HASH>..<HASH> 100644
--- a/src/Hodor/JobQueue/QueueFactory.php
+++ b/src/Hodor/JobQueue/QueueFactory.php
@@ -11,6 +11,11 @@ use PhpAmqpLib\Connection\AMQPConnection;
class QueueFactory
{
/**
+ * @param \Hodor\JobQue... | fix(queue): fix missing class variable declaration | lightster_hodor | train | php |
ae8028f9868541fc2fe0e0871094d16bfc2f687d | diff --git a/components/Search.js b/components/Search.js
index <HASH>..<HASH> 100644
--- a/components/Search.js
+++ b/components/Search.js
@@ -13,15 +13,15 @@ class Search extends Component {
labelText: PropTypes.string,
id: PropTypes.string,
searchButtonLabelText: PropTypes.string,
- layoutButtonLabe... | fix(Search): labelText as defaultProps (il8n) (#<I>) | carbon-design-system_carbon-components-react | train | js |
c1c4523a81e949b100479f57e7611347b1777f07 | diff --git a/src/components/virtualRepeat/virtual-repeater.js b/src/components/virtualRepeat/virtual-repeater.js
index <HASH>..<HASH> 100644
--- a/src/components/virtualRepeat/virtual-repeater.js
+++ b/src/components/virtualRepeat/virtual-repeater.js
@@ -228,7 +228,7 @@ VirtualRepeatContainerController.prototype.update... | fix(autocomplete): don't resize the container in updateSize() (#<I>) | angular_material | train | js |
17367eb92c108edaeeff11591e0e03676b6baee0 | diff --git a/lib/inspectors/res.js b/lib/inspectors/res.js
index <HASH>..<HASH> 100644
--- a/lib/inspectors/res.js
+++ b/lib/inspectors/res.js
@@ -172,6 +172,9 @@ module.exports = function(req, res, next) {
if (isHttps || isSocks || isHttpsProxy || req._phost) {
isProxyPort = proxyOptions.port =... | refactor: setServerPort | avwo_whistle | train | js |
3c637e8f42a65b37918caca390ba40a7e5537c30 | diff --git a/lib/fetchers/registry/packument.js b/lib/fetchers/registry/packument.js
index <HASH>..<HASH> 100644
--- a/lib/fetchers/registry/packument.js
+++ b/lib/fetchers/registry/packument.js
@@ -33,15 +33,17 @@ function clearMemoized () {
function fetchPackument (uri, registry, spec, opts) {
const mem = pickM... | fix(packument): take accept header into account when memoizing | zkat_pacote | train | js |
352aa03d9a4c1201013e5812b2dcf0f94b9bfeff | diff --git a/src/topic.js b/src/topic.js
index <HASH>..<HASH> 100644
--- a/src/topic.js
+++ b/src/topic.js
@@ -369,6 +369,9 @@ Topic.prototype.getSubscriptionsStream = function(options) {
* box your message in to an object with a `data` and `attributes` property.
* `data` will be the raw message value you w... | docs: messages published as JSON (#<I>) | googleapis_nodejs-pubsub | train | js |
643a5adf44eb5501a3f9017a285abf288a401df4 | diff --git a/src/anyconfig/compat.py b/src/anyconfig/compat.py
index <HASH>..<HASH> 100644
--- a/src/anyconfig/compat.py
+++ b/src/anyconfig/compat.py
@@ -29,6 +29,8 @@ except ImportError: # python < 2.7 doesn't have it.
def emit(self, record):
pass
+from collections import OrderedDict # noqa:... | fix: drop hack for py<I> not supported any more | ssato_python-anyconfig | train | py |
38f307e743ae0489955a90172062bc5505b813a8 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -5,8 +5,7 @@ setup(
packages=["fqdn"],
version="1.4.0",
description=(
- "Validate fully-qualified domain names compliant "
- "to RFC 1035 and the preferred form in RFC 3686 s. 2."
+ "Validat... | fix: resolves #<I> | guyhughes_fqdn | train | py |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.