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 |
|---|---|---|---|---|---|
8855f4feefeeb0e1606433ec83257b9813810a2b | diff --git a/src/scripts/directives/fa-pipe-from.js b/src/scripts/directives/fa-pipe-from.js
index <HASH>..<HASH> 100644
--- a/src/scripts/directives/fa-pipe-from.js
+++ b/src/scripts/directives/fa-pipe-from.js
@@ -36,16 +36,16 @@ angular.module('famous.angular')
},
function(newTarget, old... | fix: fixing invocation order of unpiping in faPipeFrom | Famous_famous-angular | train | js |
90b418b94d5f1c69ae8805cf3f7837f2972f0f54 | diff --git a/sql_dialect_test.go b/sql_dialect_test.go
index <HASH>..<HASH> 100644
--- a/sql_dialect_test.go
+++ b/sql_dialect_test.go
@@ -1174,12 +1174,11 @@ func (dts *dialectTestSuite) TestLiteral_BoolTypes() {
}
func (dts *dialectTestSuite) TestLiteral_TimeTypes() {
- asiaShanghai, err := time.LoadLocation("Asi... | refactor: TestLiteral_TimeTypes | doug-martin_goqu | train | go |
0c08b143da14c6dfeb439472618d2e9b058cc0e2 | diff --git a/packages/components/bolt-link/__tests__/link.js b/packages/components/bolt-link/__tests__/link.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-link/__tests__/link.js
+++ b/packages/components/bolt-link/__tests__/link.js
@@ -138,14 +138,15 @@ describe('link', () => {
return link.outerHT... | test: add workaround to link rendering in Jest test | bolt-design-system_bolt | train | js |
590384feda50a0d9855fdf60adb9ddd869e581f0 | diff --git a/deis/__init__.py b/deis/__init__.py
index <HASH>..<HASH> 100644
--- a/deis/__init__.py
+++ b/deis/__init__.py
@@ -6,4 +6,4 @@ the api, provider, cm, and web Django apps.
from __future__ import absolute_import
-__version__ = '1.0.0+git'
+__version__ = '1.0.1' | chore(release): update version to <I> | deis_controller-sdk-go | train | py |
132707ba63e20970e8739c740b5e22c796accedc | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -73,9 +73,7 @@ gulp.task('dev', function (done) {
next();
}
});
- server = app.listen(config.server.port, function () {
- done();
- });
+ server = app.listen(config.server.port, done);
});
... | style(tasks): eliminate redundancy | treasure-data_td-js-sdk | train | js |
3c1abca95e346d1e27d384c9af37780d1c64ab4d | diff --git a/lib/angularjs/forms/index.js b/lib/angularjs/forms/index.js
index <HASH>..<HASH> 100644
--- a/lib/angularjs/forms/index.js
+++ b/lib/angularjs/forms/index.js
@@ -17,10 +17,6 @@ ngModule.directive('camVariableName', ['$rootScope', function($rootScope) {
link: function(scope, elm, attrs, ctrl) {
... | chore(viewValue): remove unnecessary code
related to CAM-<I> | camunda_camunda-bpm-sdk-js | train | js |
431b2b5b50bcaa96db3790d2dbd52fdc3cb65001 | diff --git a/lib/clean.js b/lib/clean.js
index <HASH>..<HASH> 100644
--- a/lib/clean.js
+++ b/lib/clean.js
@@ -3,6 +3,7 @@ var path = require('path'),
glob = require('fast-glob'),
console = require('./console_ex'),
targets = require('./targets');
+ patterns = ['(*/|**/node_modules/**/)(' + targets.joi... | chore: refactor to remove function call (#<I>) | inikulin_dmn | train | js |
f8f1f42d330bc817ac8667da7cbaac5b728b05f3 | diff --git a/lib/plugins/index.js b/lib/plugins/index.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/index.js
+++ b/lib/plugins/index.js
@@ -56,7 +56,7 @@ function readPackages(obj, callback) {
});
} else {
- _plugins[name] = pkg;
+ (pkg.pureRules ? _rules : _plugins)[name] = pkg;
}
}); | refactor: refine load plugins | avwo_whistle | train | js |
934e92ab840fdd63e1d88b1584447f493bd10e94 | diff --git a/src/server/views/dashboard/queueJobsByState.js b/src/server/views/dashboard/queueJobsByState.js
index <HASH>..<HASH> 100644
--- a/src/server/views/dashboard/queueJobsByState.js
+++ b/src/server/views/dashboard/queueJobsByState.js
@@ -101,11 +101,13 @@ async function _html(req, res) {
jobs = jobs.filte... | fix(job-details): correctly wait for promises (#<I>) | bee-queue_arena | train | js |
ca700cc985666b0450c88cd8670fbacdee3e2137 | diff --git a/src/core/ipfs/init.js b/src/core/ipfs/init.js
index <HASH>..<HASH> 100644
--- a/src/core/ipfs/init.js
+++ b/src/core/ipfs/init.js
@@ -12,12 +12,16 @@ const Importer = require('ipfs-unixfs-engine').importer
module.exports = function init (self) {
return (opts, callback) => {
- opts = opts || {}
+ ... | fix(repo): init does not break if no opts are passed. Fixes #<I> | ipfs_js-ipfs | train | js |
0f87e561898b26b432d31bbbc9fdf3a3cdc11ad7 | diff --git a/packages/oui-search/src/search.controller.js b/packages/oui-search/src/search.controller.js
index <HASH>..<HASH> 100644
--- a/packages/oui-search/src/search.controller.js
+++ b/packages/oui-search/src/search.controller.js
@@ -1,5 +1,7 @@
import { addBooleanParameter } from "@oui-angular/common/component-u... | feat(oui-search): add root class for search component | ovh-ux_ovh-ui-angular | train | js |
a78c6057a9abcbd6d8b55e89736170d5c3107b6d | diff --git a/src/handlebars-wax.js b/src/handlebars-wax.js
index <HASH>..<HASH> 100644
--- a/src/handlebars-wax.js
+++ b/src/handlebars-wax.js
@@ -46,8 +46,11 @@ function hookRequire(handlebars) {
// Map Reduce
function keygenPartial(options, file) {
- var fullPath = file.path.replace(PATH_SEPARATORS, PATH_SEPARATO... | fix: Resolved bug when file.path did not match file.base. | shannonmoeller_handlebars-wax | train | js |
763bd1c3403aa39ed72dd26f4955b3c9216383f9 | diff --git a/config/webpack/plugins/htmlRenderPlugin.js b/config/webpack/plugins/htmlRenderPlugin.js
index <HASH>..<HASH> 100644
--- a/config/webpack/plugins/htmlRenderPlugin.js
+++ b/config/webpack/plugins/htmlRenderPlugin.js
@@ -1,4 +1,3 @@
-const { partition } = require('lodash');
const HtmlRenderPlugin = require('... | fix(render): Ensure only CSS and JS assets are rendered (#<I>) | seek-oss_sku | train | js |
fced51ee20e6fca30724d707aa6249395988905f | diff --git a/lib/components/mobile/search-screen.js b/lib/components/mobile/search-screen.js
index <HASH>..<HASH> 100644
--- a/lib/components/mobile/search-screen.js
+++ b/lib/components/mobile/search-screen.js
@@ -61,9 +61,9 @@ class MobileSearchScreen extends Component {
showClearButton={false}
... | fix(form): Disable switch button in mobile (temporary) | opentripplanner_otp-react-redux | train | js |
cf62998161a23692a0909d7e0e7964304d85e908 | diff --git a/bingo/views.py b/bingo/views.py
index <HASH>..<HASH> 100644
--- a/bingo/views.py
+++ b/bingo/views.py
@@ -258,13 +258,14 @@ def thumbnail(request, board_id, marked=False, voted=False):
game__site=get_current_site(request))
# check if the board is from an expired game
- game_expired_cache... | fix: use board.id instead of board.board_id for caching "game_expired"
board.board_id is not unique across different sites, so bingo_board.id is used. | allo-_django-bingo | train | py |
6e6d4e316902205deaea6656234a5e58d51e6a81 | diff --git a/tests/integration_tests/superset_test_config.py b/tests/integration_tests/superset_test_config.py
index <HASH>..<HASH> 100644
--- a/tests/integration_tests/superset_test_config.py
+++ b/tests/integration_tests/superset_test_config.py
@@ -15,6 +15,7 @@
# specific language governing permissions and limitati... | test: suppress unnecessary fab and sqla logs (#<I>) | apache_incubator-superset | train | py |
14c13a438b97b12f57e0efbd013630054f7c8125 | diff --git a/src/IFD.js b/src/IFD.js
index <HASH>..<HASH> 100644
--- a/src/IFD.js
+++ b/src/IFD.js
@@ -42,7 +42,7 @@ class IFD {
return this.fields.get(258);
}
get compression() {
- return this.fields.get(259);
+ return this.fields.get(259) || 1;
}
get type() {
return... | fix: default value for compression field is 1 | image-js_tiff | train | js |
588f0c1447253d292083599810691187b78d25e8 | diff --git a/examples/ngRepeat.js b/examples/ngRepeat.js
index <HASH>..<HASH> 100644
--- a/examples/ngRepeat.js
+++ b/examples/ngRepeat.js
@@ -26,7 +26,7 @@ export class NgRepeat {
var entry = changeRecord.additionsHead;
while (entry) {
addRow(entry.item);
- entry = entry.nextAddedItem;
+ ... | chore: use current watchtower api for change records | angular_router | train | js |
ecb93d60280927a481b16904ebc9c348a66a7c28 | diff --git a/scripts/pkg-script.js b/scripts/pkg-script.js
index <HASH>..<HASH> 100644
--- a/scripts/pkg-script.js
+++ b/scripts/pkg-script.js
@@ -1,5 +1,6 @@
/* eslint-disable @typescript-eslint/no-var-requires */
const { spawn } = require('child_process');
+const { exit } = require('process');
const commandLineArg... | chore: fix where scripts always return exit code 0 | nhn_tui.editor | train | js |
51b41ff7973ec50b2739b0dfe25e4e7d8862eb54 | diff --git a/views/js/controller/viewResult.js b/views/js/controller/viewResult.js
index <HASH>..<HASH> 100644
--- a/views/js/controller/viewResult.js
+++ b/views/js/controller/viewResult.js
@@ -58,8 +58,7 @@ define([
* @param {String} deliveryUri - The URI of a delivery
* @returns {Promise}
*/
- f... | fix: style correction; remove extra selector logic | oat-sa_extension-tao-outcomeui | train | js |
d97550667aa8d6823327417c60028fc0312f1599 | diff --git a/packages/select/src/Select.js b/packages/select/src/Select.js
index <HASH>..<HASH> 100644
--- a/packages/select/src/Select.js
+++ b/packages/select/src/Select.js
@@ -70,6 +70,7 @@ const Select = ({
autofill,
creatable,
allowSelectAll,
+ waitUntilFocused,
...attributes
}) => {
const [
@@ -2... | feat(select): add ability to waitUntilFocused to loadOptions | Availity_availity-react | train | js |
884ec0518ab4659102e0b7636fdcadec2f961032 | diff --git a/src/entity.js b/src/entity.js
index <HASH>..<HASH> 100644
--- a/src/entity.js
+++ b/src/entity.js
@@ -102,6 +102,15 @@ export class Entity {
}
/**
+ * Return if the entity is new (ergo, hasn't been persisted to the server).
+ *
+ * @return {boolean}
+ */
+ isNew() {
+ return typeof this... | feat(entity): Added .isNew() method | SpoonX_aurelia-orm | train | js |
ec418f6ce9347e4f14ff284f59a712b8d84204bc | diff --git a/memote/suite/collect.py b/memote/suite/collect.py
index <HASH>..<HASH> 100644
--- a/memote/suite/collect.py
+++ b/memote/suite/collect.py
@@ -160,6 +160,7 @@ class ResultCollectionPlugin(object):
return self._model
@pytest.fixture(scope="function")
- def model(self, read_only_model):
+ ... | refactor: yield from model context instead of copy | opencobra_memote | train | py |
ccd2cb7026253e99be87f7d47920e1df09bd2558 | diff --git a/boot/keys.js b/boot/keys.js
index <HASH>..<HASH> 100644
--- a/boot/keys.js
+++ b/boot/keys.js
@@ -48,10 +48,30 @@ if (!privateKey || !publicKey) {
}
/**
+ * Create JWK from public key
+ */
+
+var jwk = pem2jwk(publicKey);
+
+/**
+ * JWK Set
+ */
+
+var jwks = {
+ keys: [{
+ kty: jwk.kty,
+ use:... | fix(jwks): add "use" and "alg" properties to signature JWK | anvilresearch_connect | train | js |
bb6591b9dea7b3fe012c5024c991755d47d05d21 | diff --git a/lib/core/utils/get-selector.js b/lib/core/utils/get-selector.js
index <HASH>..<HASH> 100644
--- a/lib/core/utils/get-selector.js
+++ b/lib/core/utils/get-selector.js
@@ -392,6 +392,9 @@ axe.utils.getSelector = function createUniqueSelector(elm, options = {}) {
// DOCUMENT_FRAGMENT
let stack = [];
... | fix(get-selector): don't throw error for disconnected fragment (#<I>)
* fix(get-selector): don't throw error for disconnected fragement
* skip phantom
* fix test | dequelabs_axe-core | train | js,js |
5d6b9d336ed62f776417f9baced9c4689a1cf208 | diff --git a/packages/@vue/cli-service/lib/config/assets.js b/packages/@vue/cli-service/lib/config/assets.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli-service/lib/config/assets.js
+++ b/packages/@vue/cli-service/lib/config/assets.js
@@ -5,7 +5,7 @@ module.exports = (api, options) => {
const genAssetSubPath... | fix: [ext] in asset modules already contains a leading dot (#<I>) | vuejs_vue-cli | train | js |
739c3a1d3a0141ce7dd00cb757623a51a78eae0b | diff --git a/src/get_config.js b/src/get_config.js
index <HASH>..<HASH> 100644
--- a/src/get_config.js
+++ b/src/get_config.js
@@ -36,11 +36,14 @@ function getConfigForDir(startPath) {
var options = {
cwd: components.root, // enables proper eslint searches for parent configs
};
- var result = childProcess.e... | fix: Remove __get_config.js from target dir even if things go wrong
try/finally to the rescue! | scottnonnenberg_eslint-compare-config | train | js |
b2df69dd53b08e27d6b8a63c5edf838459b6461c | diff --git a/src/mixins/data-iterable.js b/src/mixins/data-iterable.js
index <HASH>..<HASH> 100644
--- a/src/mixins/data-iterable.js
+++ b/src/mixins/data-iterable.js
@@ -221,9 +221,8 @@ export default {
search () {
this.updatePagination({ page: 1, totalItems: this.itemsLength })
},
- 'computedPagin... | fix: reset page when changing sort order | vuetifyjs_vuetify | train | js |
f411d39562afcb04edbd420b76b4667b49bef947 | diff --git a/src/CollectionBinder.js b/src/CollectionBinder.js
index <HASH>..<HASH> 100644
--- a/src/CollectionBinder.js
+++ b/src/CollectionBinder.js
@@ -172,17 +172,12 @@ var CollectionBinder = createClass(
for(i = 0; i < l; i++)
{
boundView = this.createBoundView(a[i]);
+ this.boundViews[i].r... | fix(CollectionBinder): run view before calling the insert function on initial rendering | karfcz_kff | train | js |
bad1f0d0252a2ddb11922b7bba3eb07f26da9a73 | diff --git a/service.js b/service.js
index <HASH>..<HASH> 100755
--- a/service.js
+++ b/service.js
@@ -226,7 +226,12 @@ class ServiceConsul extends service.Service {
delete this.consulOptions.baseUrl;
// TODO repeat here ?
- this.consul = require('consul')(this.consulOptions);
+ try {
+ this.consul = requir... | fix(logging): log consul connection errors | Kronos-Integration_kronos-service-consul | train | js |
329b400ea8c09f4f07bee22907554f0c54fb04ad | diff --git a/codegen/src/main/java/io/sundr/codegen/model/Property.java b/codegen/src/main/java/io/sundr/codegen/model/Property.java
index <HASH>..<HASH> 100644
--- a/codegen/src/main/java/io/sundr/codegen/model/Property.java
+++ b/codegen/src/main/java/io/sundr/codegen/model/Property.java
@@ -22,6 +22,8 @@ import java... | fix: Handle underscores anywhere in property name | sundrio_sundrio | train | java |
385d2a0321a5c4d49e252941e1d62a3244cfff0c | diff --git a/packages/cli-plugin-deploy-components/execute/index.js b/packages/cli-plugin-deploy-components/execute/index.js
index <HASH>..<HASH> 100644
--- a/packages/cli-plugin-deploy-components/execute/index.js
+++ b/packages/cli-plugin-deploy-components/execute/index.js
@@ -47,9 +47,7 @@ module.exports.execute = as... | fix(cli-plugin-deploy-components): throw deploy errors to produce correct exit code | Webiny_webiny-js | train | js |
13f1d5d1de5b68bdc967b2879ea672ef990d2a53 | diff --git a/src/Client.php b/src/Client.php
index <HASH>..<HASH> 100644
--- a/src/Client.php
+++ b/src/Client.php
@@ -110,6 +110,10 @@ class Client
$_message->setLocKey($message->ios->getBodyLocKey());
$_message->setLocArgs($message->ios->getBodyLocArgs());
$_message->setLaunchImage($message->ios->getLaunchIm... | fix: set payload data for apns | albaraam_php-gcm-apns | train | php |
3df6d1566458b8b7536def4d4253b7232e6d5118 | diff --git a/lib/cli/commands-schema/no-service.js b/lib/cli/commands-schema/no-service.js
index <HASH>..<HASH> 100644
--- a/lib/cli/commands-schema/no-service.js
+++ b/lib/cli/commands-schema/no-service.js
@@ -107,8 +107,6 @@ commands.set('dashboard', {
commands.set('doctor', {
usage: 'Print status on reported d... | feat: Expose `sls doctor` command | serverless_serverless | train | js |
f1bfabbd5c9943a705543121d1593a7f182d7a07 | diff --git a/config/webpack.base.js b/config/webpack.base.js
index <HASH>..<HASH> 100644
--- a/config/webpack.base.js
+++ b/config/webpack.base.js
@@ -23,6 +23,7 @@ module.exports = {
resolve: {
extensions: [".ts", ".tsx", ".js", ".json", ".scss"],
alias: {
+ models: path.join(__dirname, '../client/sr... | fix(webpack): add models alias | compactd_compactd | train | js |
7b197fb376e576849324041d73ea54798f68a8ac | diff --git a/src/main/java/com/conveyal/gtfs/loader/EntityPopulator.java b/src/main/java/com/conveyal/gtfs/loader/EntityPopulator.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/conveyal/gtfs/loader/EntityPopulator.java
+++ b/src/main/java/com/conveyal/gtfs/loader/EntityPopulator.java
@@ -262,7 +262,7 @@ publi... | refactor(EntityPopulator): swap INT_MISSING for DOUBLE_MISSING | conveyal_gtfs-lib | train | java |
f142cf494fb42ea6958fca9767ead381a1b37000 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1,5 +1,6 @@
import knex from 'knex'
-import { resolve } from 'path'
+import { dir } from 'fs-jetpack'
+import { dirname, resolve } from 'path'
import Model from './model'
import { toKnexSchema } from './t... | fix(native): ensure directory exists
Recursively create any directories in the file path that don't already exist to prevent file read errors. This technically affects both backends but mainly native `sqlite3` since the `sql.js` handler was already doing this. | citycide_trilogy | train | js |
1db0e1ac41f3d71bd8ef80b0243b4901efe815ca | diff --git a/lib/WebpackOptionsDefaulter.js b/lib/WebpackOptionsDefaulter.js
index <HASH>..<HASH> 100644
--- a/lib/WebpackOptionsDefaulter.js
+++ b/lib/WebpackOptionsDefaulter.js
@@ -13,7 +13,7 @@ function WebpackOptionsDefaulter() {
this.set("context", process.cwd());
this.set("target", "web");
- this.set("perfo... | chore(performance): update default bytesizes to be more accurate to properties | webpack_webpack | train | js |
69317a1cff341159c94e58249f2fddd68f4cb18a | diff --git a/memote/support/basic.py b/memote/support/basic.py
index <HASH>..<HASH> 100644
--- a/memote/support/basic.py
+++ b/memote/support/basic.py
@@ -252,10 +252,14 @@ def find_unique_metabolites(model):
"""Return set of metabolite IDs without duplicates from compartments."""
unique = set()
for met ... | fix: add also unprocessed metabolites | opencobra_memote | train | py |
da31b4f94acc0768690ea39c07501aca856b2f29 | diff --git a/samcli/__init__.py b/samcli/__init__.py
index <HASH>..<HASH> 100644
--- a/samcli/__init__.py
+++ b/samcli/__init__.py
@@ -2,4 +2,4 @@
SAM CLI version
"""
-__version__ = "1.3.1"
+__version__ = "1.3.2" | chore: bump SAM CLI version to <I> (#<I>) | awslabs_aws-sam-cli | train | py |
17053633bdc28747905bf3528aad00ebe578459b | diff --git a/lib/tests-model.js b/lib/tests-model.js
index <HASH>..<HASH> 100644
--- a/lib/tests-model.js
+++ b/lib/tests-model.js
@@ -10,7 +10,7 @@ const getStatus = (skipped, reuse) => {
return 'skipped';
}
- return _.findKey(_.get(reuse, 'result'), (value) => value === true) || 'idle';
+ return... | fix: gui does not apply reuse data | gemini-testing_gemini-gui | train | js,js |
df52565b8a8d07c646f33c33214b3ded848b380c | diff --git a/src/foremast/s3/s3deploy.py b/src/foremast/s3/s3deploy.py
index <HASH>..<HASH> 100644
--- a/src/foremast/s3/s3deploy.py
+++ b/src/foremast/s3/s3deploy.py
@@ -60,6 +60,7 @@ class S3Deployment:
self.s3path = app
elif self.s3props.get('bucket_name'):
self.bucket = self.s3pro... | fix: Missing s3path for bucket name deploys | foremast_foremast | train | py |
e2a9a834bee38099f83368b199ecfd0413209344 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -10,6 +10,7 @@ export function configure(aurelia, configCallback) {
return new Promise((resolve, reject) => {
instance.loadConfig().then(data => {
+ data = JSON.parse(data);
... | fix(configure): parse data response as JSON | Vheissu_aurelia-configuration | train | js |
0262268fa43b9eefac815d986740efa07bb15818 | diff --git a/lib/frameworks/cucumber.js b/lib/frameworks/cucumber.js
index <HASH>..<HASH> 100644
--- a/lib/frameworks/cucumber.js
+++ b/lib/frameworks/cucumber.js
@@ -79,7 +79,7 @@ exports.run = function(runner, specs) {
var originalHandleBeforeFeatureEvent = formatter.handleBeforeFeatureEvent;
formatter.hand... | fix(cucumber): fix beforeFeature event handler call guard
Fixes the run failures reported in <URL> | angular_protractor | train | js |
05a2c287d041bb4d4496a81d6de5b157c572e222 | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -106,6 +106,6 @@ gulp.task('test', ['test:unit', 'test:e2e']);
function filterNonCodeFiles() {
return plugins.filter(function(file) {
- return !/\.json|\.spec.js/.test(file.path);
+ return !/\.json|\.spec.js... | chore: ignore *.test.js in the build | assisrafael_angular-input-masks | train | js |
d6bdbccafbc03b6e7e3ab6ba39d7cf5dd103ba9b | diff --git a/test/plugin_helper/test_service_discovery.rb b/test/plugin_helper/test_service_discovery.rb
index <HASH>..<HASH> 100644
--- a/test/plugin_helper/test_service_discovery.rb
+++ b/test/plugin_helper/test_service_discovery.rb
@@ -4,9 +4,6 @@ require 'fluent/plugin_helper/service_discovery'
require 'fluent/plu... | test: unnecessary space, and const var | fluent_fluentd | train | rb |
6fd7ec4b8d9e9fdfc9c5c79fe39ec87bbe3fe774 | diff --git a/grappa/reporters/code.py b/grappa/reporters/code.py
index <HASH>..<HASH> 100644
--- a/grappa/reporters/code.py
+++ b/grappa/reporters/code.py
@@ -37,7 +37,8 @@ class CodeReporter(BaseReporter):
# Context manager based assertions that does not imply new test calls.
CONTEXT_EXPR = re.compile(
- ... | refactor(reporter): match additional negation assertions | grappa-py_grappa | train | py |
107039584d992c904166f90a492de500cb7399bb | diff --git a/src/stores/config.js b/src/stores/config.js
index <HASH>..<HASH> 100644
--- a/src/stores/config.js
+++ b/src/stores/config.js
@@ -14,7 +14,7 @@ exports.setUp = (basePath, blobStore, locks) => {
}
var result
try {
- result = JSON.parse(config)
+ result ... | fix(stores): Always coerce to a string before trying to parse | ipfs_js-ipfs-repo | train | js |
92e8ebeef4b60ceca8406ebda2565fdbeccfb6a0 | diff --git a/src/Model/Repository.php b/src/Model/Repository.php
index <HASH>..<HASH> 100644
--- a/src/Model/Repository.php
+++ b/src/Model/Repository.php
@@ -124,7 +124,7 @@ class Repository
$lastId = end($results)['id'];
} while (count($results) >= static::DEFAULT_PAGE_SIZE);
- $result ... | fix(Repository): fix mapping | commercetools_commercetools-php-symfony | train | php |
b313849cc0c97d9dbd22d05c81fbfaba32041cd6 | diff --git a/packages/mangojuice-core/src/core/cmd/cmd.js b/packages/mangojuice-core/src/core/cmd/cmd.js
index <HASH>..<HASH> 100644
--- a/packages/mangojuice-core/src/core/cmd/cmd.js
+++ b/packages/mangojuice-core/src/core/cmd/cmd.js
@@ -46,14 +46,15 @@ export function cmd(obj, methodName, descr, nonhandlable, cmdName... | fix(core): set logic in factory only if model presented in this | mangojuicejs_mangojuice | train | js |
fd0f9bdb8235756c69cd67126a03cacd1c0b5164 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100755
--- a/lib/index.js
+++ b/lib/index.js
@@ -42,7 +42,6 @@ packageKeys.forEach(function addKeyToHash(key) {
};
});
-
/**
* getDirectories returns all directories in a given path
* @param {String} pathTo relative path to monorepo or directory... | feat: return full pkg version
BREAKING CHANGE: as getPackages now contains full package.json, v is now
named version | DavideDaniel_npm-link-extra | train | js |
64351750ee3dfea0af82d507ca58d5d668ed264c | diff --git a/lib/client.js b/lib/client.js
index <HASH>..<HASH> 100644
--- a/lib/client.js
+++ b/lib/client.js
@@ -210,18 +210,19 @@ class Client extends EventEmitter {
this.socket.uncork()
this[kStream].finished(body, (err) => {
cleanup()
- if (err || !this.socket) {
+ if... | fix: request assertion logic (#<I>)
Assertion logic was wrong. Should never happen but it does
sometimes while developing so having a correct assertion is
helpful. | mcollina_undici | train | js |
98b92159d1810c6938eb36426a8089e31d4bacea | diff --git a/modules/router5.js b/modules/router5.js
index <HASH>..<HASH> 100644
--- a/modules/router5.js
+++ b/modules/router5.js
@@ -83,7 +83,7 @@ class Router5 {
if (this.lastKnownState && this.areStatesEqual(state, this.lastKnownState)) return
this._transition(state, this.lastKnownState, (err) =... | fix: pushing to state on popstate when no error
Fixes #<I> | router5_router5 | train | js |
8a36356f49eecdbdf61715208fd1a6fd769257c2 | diff --git a/superset/db_engine_specs/databricks.py b/superset/db_engine_specs/databricks.py
index <HASH>..<HASH> 100644
--- a/superset/db_engine_specs/databricks.py
+++ b/superset/db_engine_specs/databricks.py
@@ -20,6 +20,6 @@ from superset.db_engine_specs.hive import HiveEngineSpec
class DatabricksHiveEngineSpec(... | fix: rename Databricks (#<I>) | apache_incubator-superset | train | py |
b60dbb5b7c713441a21d281732cc8ec8a38ccd68 | diff --git a/lib/operations/db_ops.js b/lib/operations/db_ops.js
index <HASH>..<HASH> 100644
--- a/lib/operations/db_ops.js
+++ b/lib/operations/db_ops.js
@@ -477,7 +477,7 @@ function executeCommand(db, command, options, callback) {
const dbName = options.dbName || options.authdb || db.s.databaseName;
// Conver... | refactor(read-preference): use default last for inheritance | mongodb_node-mongodb-native | train | js,js |
79d3e3cf419f9ba5bddc4f72493769edf317eb26 | diff --git a/config/storybook/webpack.config.js b/config/storybook/webpack.config.js
index <HASH>..<HASH> 100644
--- a/config/storybook/webpack.config.js
+++ b/config/storybook/webpack.config.js
@@ -3,9 +3,9 @@ const { paths } = require('../../context');
const find = require('lodash/find');
const webpackMerge = requi... | fix(storybook): Fix webpack config in storybook script (#<I>) | seek-oss_sku | train | js |
24499a7f1d642b599def4b8e1e9fb63ab7128ea5 | diff --git a/lib/message.model.js b/lib/message.model.js
index <HASH>..<HASH> 100644
--- a/lib/message.model.js
+++ b/lib/message.model.js
@@ -41,11 +41,13 @@ const ECHO_TRANSPORT_NAME = 'echo';
const DEFAULT_TRANSPORT_NAME =
getString('DEFAULT_TRANSPORT_NAME', ECHO_TRANSPORT_NAME);
+
/* load transports */
cons... | feat: load fcm push transport | lykmapipo_postman | train | js |
60457ab41bef4f0e6d1be94a605da0f6ea33b1a6 | diff --git a/python/src/wslink/backends/aiohttp/__init__.py b/python/src/wslink/backends/aiohttp/__init__.py
index <HASH>..<HASH> 100644
--- a/python/src/wslink/backends/aiohttp/__init__.py
+++ b/python/src/wslink/backends/aiohttp/__init__.py
@@ -125,7 +125,9 @@ def create_webserver(server_config):
static_rout... | fix(static): fix routes order definition for static content | Kitware_wslink | train | py |
5dbf1f8879cecdda77ac4a7c4aeecef1bef9ad8b | diff --git a/packages/okam-core/src/helper/factory.js b/packages/okam-core/src/helper/factory.js
index <HASH>..<HASH> 100644
--- a/packages/okam-core/src/helper/factory.js
+++ b/packages/okam-core/src/helper/factory.js
@@ -5,11 +5,6 @@
'use strict';
-/* global App:false */
-/* global Page:false */
-/* global Compo... | fix(okam-core): remove native app component page wrap to fix ant native App/Component/Page undefined | ecomfe_okam | train | js |
76c173693e519babae9a5590ab1922fd19ad34f7 | diff --git a/packages/@vue/cli/lib/util/ProjectPackageManager.js b/packages/@vue/cli/lib/util/ProjectPackageManager.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli/lib/util/ProjectPackageManager.js
+++ b/packages/@vue/cli/lib/util/ProjectPackageManager.js
@@ -243,9 +243,9 @@ class PackageManager {
async insta... | fix: correctly catch errors of offline install | vuejs_vue-cli | train | js |
d10aa25103c02bf526c1d115c274eb139e085fc4 | diff --git a/Facades/DB.php b/Facades/DB.php
index <HASH>..<HASH> 100755
--- a/Facades/DB.php
+++ b/Facades/DB.php
@@ -26,6 +26,11 @@ namespace Illuminate\Support\Facades;
* @method static void listen(\Closure $callback)
* @method static void rollBack(int $toLevel = null)
* @method static void setDefaultConnectio... | feat: add query log methods to the DB facade (#<I>) | illuminate_support | train | php |
547c88ac15c22ed156af84ef4a5849df7c0fa880 | diff --git a/lib/get-config.js b/lib/get-config.js
index <HASH>..<HASH> 100644
--- a/lib/get-config.js
+++ b/lib/get-config.js
@@ -310,8 +310,11 @@ function validateRules(config, options) {
for (let key in config.rules) {
if (!config.loadedRules[key]) {
- if (RULE_NAME_DEPRECATIONS.map(a => a.oldName).in... | feat(get-config): runtime fix for deprecated rule names | ember-template-lint_ember-template-lint | train | js |
8f2c21347c66474a1a585bfcf6b577c159db3191 | diff --git a/easytrader/helpers.py b/easytrader/helpers.py
index <HASH>..<HASH> 100644
--- a/easytrader/helpers.py
+++ b/easytrader/helpers.py
@@ -61,7 +61,7 @@ def get_stock_type(stock_code):
assert type(stock_code) is str, 'stock code need str type'
if stock_code.startswith(('sh', 'sz')):
return st... | feat(stock_code): fix ipo stock code for shanghai
fix #<I> | shidenggui_easytrader | train | py |
5b48d11747db347cd144d2ad84f702fa252fb75a | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -77,7 +77,7 @@ const createSendFormHandler = (client, {template, ...addressing}) =>
};
if (file) {
- const attachment = client.Attachment({
+ const attachment = new client.Attachment({
... | refactor: instantiate object instead of using function
We do this per documenation, but this may lead to memory leaks. | iteam-consulting_graphql-form-handler | train | js |
30f4e755b72a5c39338f764933285a85c516ecf4 | diff --git a/test/k8sT/Services.go b/test/k8sT/Services.go
index <HASH>..<HASH> 100644
--- a/test/k8sT/Services.go
+++ b/test/k8sT/Services.go
@@ -1113,7 +1113,7 @@ var _ = Describe("K8sServicesTest", func() {
testExternalTrafficPolicyLocal()
})
- SkipContextIf(helpers.RunsWithoutKubeProxy, "with L4 policy", ... | test: Always run L4 services test.
There is no need to skip the L4 services test if it runs without
kube-proxy (i.e., with NodePort BPF), as this test does not deploy any
L7 redirects. | cilium_cilium | train | go |
a9f1619d38b02a3e30f63202c6905e7e41276aca | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -2,6 +2,7 @@
var SignalStore = require('cerebral-module-signal-store')
var utils = require('./utils')
var requestAnimationFrame = requestAnimationFrame || function (cb) { setTimeout(cb) }
+var staticTree = require('cerebral... | feat: expose staticTree method to global hook (#<I>) | cerebral-legacy_cerebral-module-devtools | train | js |
2801f58b68b6b21cf2d48f183f403ae44bae7bd7 | diff --git a/lib/rules/storage.js b/lib/rules/storage.js
index <HASH>..<HASH> 100644
--- a/lib/rules/storage.js
+++ b/lib/rules/storage.js
@@ -104,7 +104,8 @@ function Storage(dir) {
next = files[next];
return cur.index > next.index ? 1 : -1;
});
- self.setProperty('filesOrder', filesOrder);
+ this._cach... | refactor: Sync to reset the order of files | avwo_whistle | train | js |
18c45ab90056440c4f74e3e98fac39e86bcdef59 | diff --git a/test.js b/test.js
index <HASH>..<HASH> 100644
--- a/test.js
+++ b/test.js
@@ -90,5 +90,9 @@ function tmp() {
if(process.platform == "win32") {
return process.env["TMP"];
}
+
+ if(process.env["CI"] == true) {
+ return process.env["PWD"]
+ }
return process.env["TMPDIR"];
}
\ No newline at... | fix(test): TMPDIR on travis is not writable, use PWD
* * *
This commit was sponsored by The Hoodie Firm.
You can hire The Hoodie Firm:
<URL> | hoodiehq-archive_node-ports | train | js |
b07b57276864fc7faf16d8d551da34d331fc468f | diff --git a/tests/josegonzalez/Dotenv/LoaderTest.php b/tests/josegonzalez/Dotenv/LoaderTest.php
index <HASH>..<HASH> 100644
--- a/tests/josegonzalez/Dotenv/LoaderTest.php
+++ b/tests/josegonzalez/Dotenv/LoaderTest.php
@@ -143,7 +143,7 @@ class LoaderTest extends PHPUnit_Framework_TestCase
'STRING_FALSE' =... | fix: Empty values are treated as nulls | josegonzalez_php-dotenv | train | php |
85e3bdb45229f2ae5d7f081942118f5a82505005 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -560,6 +560,8 @@ Use the CommonsChunkPlugin to ensure a module exists in only one bundle.`,
description: stdErrData.substr(exceptionIndex + 1),
});
} catch (e2... | fix: reset the errors array to undefined
Makes it so that un-parsable errors can be detected and reported | webpack-contrib_closure-webpack-plugin | train | js |
69375a2b34ad0265673e184e03893309c6d3b2fc | diff --git a/services/scanners/ScannerDatabase.php b/services/scanners/ScannerDatabase.php
index <HASH>..<HASH> 100644
--- a/services/scanners/ScannerDatabase.php
+++ b/services/scanners/ScannerDatabase.php
@@ -87,7 +87,7 @@ class ScannerDatabase {
$query = new \yii\db\Query();
$data = $query->select(... | fix: PHP7 incompatibility in Database Scanner. | lajax_yii2-translate-manager | train | php |
f0eac047081b887eca47f1e9a2fa7ff352adac5b | diff --git a/src/core/events/onTouchMove.js b/src/core/events/onTouchMove.js
index <HASH>..<HASH> 100644
--- a/src/core/events/onTouchMove.js
+++ b/src/core/events/onTouchMove.js
@@ -27,8 +27,9 @@ export default function onTouchMove(event) {
return;
}
if (!swiper.allowTouchMove) {
- // isMoved = true;
- ... | fix(core): don't prevent focusable elements click when `allowTouchMove: false`
fixes #<I> | nolimits4web_swiper | train | js |
548e5e946837ce383081f9a7f0dfe8058c440476 | diff --git a/system/Session/Session.php b/system/Session/Session.php
index <HASH>..<HASH> 100644
--- a/system/Session/Session.php
+++ b/system/Session/Session.php
@@ -411,6 +411,28 @@ class Session implements SessionInterface
{
$_SESSION['__ci_last_regenerate'] = time();
session_regenerate_id($de... | fix: Session cookies are sent twice with Ajax | codeigniter4_CodeIgniter4 | train | php |
f60226159548f3f122743d9c1fe3951b93fe9b96 | diff --git a/test/node/blocklist-dht.js b/test/node/blocklist-dht.js
index <HASH>..<HASH> 100644
--- a/test/node/blocklist-dht.js
+++ b/test/node/blocklist-dht.js
@@ -67,16 +67,24 @@ test('blocklist blocks peers discovered via DHT', function (t) {
torrent2.on('blockedPeer', function (addr) {
t.pass('c... | test: blocklist-dht wait
wait for both conditions before going on | webtorrent_webtorrent | train | js |
50af9a81978e9f402f83870cd21dcf9b0debd71e | diff --git a/BigQuery/src/JobConfigurationTrait.php b/BigQuery/src/JobConfigurationTrait.php
index <HASH>..<HASH> 100644
--- a/BigQuery/src/JobConfigurationTrait.php
+++ b/BigQuery/src/JobConfigurationTrait.php
@@ -66,8 +66,9 @@ trait JobConfigurationTrait
}
/**
- * Specifies the default dataset to use ... | docs: add accurate description to job configuration methods (#<I>) | googleapis_google-cloud-php | train | php |
d64c8cf55c41b3f614c4c9d1a7adeb5b1f2daf24 | diff --git a/src/SortableContainer/defaultShouldCancelStart.js b/src/SortableContainer/defaultShouldCancelStart.js
index <HASH>..<HASH> 100644
--- a/src/SortableContainer/defaultShouldCancelStart.js
+++ b/src/SortableContainer/defaultShouldCancelStart.js
@@ -1,8 +1,8 @@
-import {NodeType} from '../utils';
+import {Node... | feat: prevent sort start on contentEditable target | clauderic_react-sortable-hoc | train | js |
88a21a9044d30f29304095cea681f98b3a68739d | diff --git a/packages/core/src/tracing/cls.js b/packages/core/src/tracing/cls.js
index <HASH>..<HASH> 100644
--- a/packages/core/src/tracing/cls.js
+++ b/packages/core/src/tracing/cls.js
@@ -151,7 +151,6 @@ function InstanaSpan(name) {
this.error = false;
this.ec = 0;
this.ts = Date.now();
- this.ta = 'node';... | fix(tracing): stop sending deprecated attribute span.ta: "node" | instana_nodejs-sensor | train | js |
cb4f18c4c2765ca4f6ab047307dc13ab5ed1795d | diff --git a/src/lib/core/plugins.js b/src/lib/core/plugins.js
index <HASH>..<HASH> 100644
--- a/src/lib/core/plugins.js
+++ b/src/lib/core/plugins.js
@@ -52,27 +52,16 @@ Plugins.prototype.createPlugin = function(pluginName, pluginConfig) {
};
Plugins.prototype.loadInternalPlugin = function(pluginName, pluginConfig... | chore(plugins): remove second require as it always fails | embark-framework_embark | train | js |
e14123a21df13edda75b4897d9c34f8f24846688 | diff --git a/lib/cucumber-api.js b/lib/cucumber-api.js
index <HASH>..<HASH> 100644
--- a/lib/cucumber-api.js
+++ b/lib/cucumber-api.js
@@ -159,8 +159,10 @@ module.exports = class CucumberAPI {
try {
const report = JSON.parse(yield fs.readFile(reports[i]))
sumReport = sumReport.concat(report)
+ ... | fix: Improve Cucumber JSON report merging (#<I>) | mucsi96_nightwatch-cucumber | train | js |
6068ce96b1f19f1a8e204ad358506cefbec32d75 | diff --git a/pkg/volume/azure_dd/attacher.go b/pkg/volume/azure_dd/attacher.go
index <HASH>..<HASH> 100644
--- a/pkg/volume/azure_dd/attacher.go
+++ b/pkg/volume/azure_dd/attacher.go
@@ -173,8 +173,12 @@ func (a *azureDiskAttacher) WaitForAttach(spec *volume.Spec, devicePath string,
return true, nil
}
- retu... | fix: get azure disk lun timeout issue | kubernetes_kubernetes | train | go |
579035def52dce68b539a9c9b92d6dc2e7baa754 | diff --git a/test/outputSpec.js b/test/outputSpec.js
index <HASH>..<HASH> 100644
--- a/test/outputSpec.js
+++ b/test/outputSpec.js
@@ -171,9 +171,12 @@ describe('"output" argument of "finished" option', function() {
});
});
}
- it('is undefined when httpinvoke results in an error', functio... | test: outputSpec: rework 'is undefined when httpinvoke results in an error' into 'is undefined when server does not send anything' | jakutis_httpinvoke | train | js |
309602dc5ab3dbc81a5b0063507f72e03b0d0b30 | diff --git a/scripts/rollup/build.js b/scripts/rollup/build.js
index <HASH>..<HASH> 100644
--- a/scripts/rollup/build.js
+++ b/scripts/rollup/build.js
@@ -24,7 +24,7 @@ const virgilPythiaCrypto = {
path: '.',
entry: 'src/pythia.ts',
filename: 'virgil-crypto-pythia',
- global: 'VirgilCryptoPythia',
+ global: 'Virg... | feat(pythia): use the same global variable name for browser builds with and without pythia | VirgilSecurity_virgil-crypto-javascript | train | js |
df3d9d55d49ccd694419892c46c7fda484fc9bd7 | diff --git a/src/components/OverflowMenu/OverflowMenu.js b/src/components/OverflowMenu/OverflowMenu.js
index <HASH>..<HASH> 100644
--- a/src/components/OverflowMenu/OverflowMenu.js
+++ b/src/components/OverflowMenu/OverflowMenu.js
@@ -539,7 +539,6 @@ export default class OverflowMenu extends Component {
... | fix(OverflowMenu): remove inline style (#<I>)
The inline style was introduced in <I>a<I> which seems for fixing wrong arrow position from our record,
and had an update in <I>df<I> to avoid a console error.
Removing the inline style in the latest codebase does not seems to cause either of above issues.
Fixes #<I... | carbon-design-system_carbon-components-react | train | js |
aeebf0de906e7030282d59734ad30d69548cb521 | diff --git a/test/unit/modules/observer/observer.spec.js b/test/unit/modules/observer/observer.spec.js
index <HASH>..<HASH> 100644
--- a/test/unit/modules/observer/observer.spec.js
+++ b/test/unit/modules/observer/observer.spec.js
@@ -355,4 +355,18 @@ describe('Observer', () => {
expect(obj.__ob__ instanceof Obs... | test: add test for observer lazy getter invocation | kaola-fed_megalo | train | js |
7c63b34e990bd0c2105581d360fbde7ac9d08915 | diff --git a/actor-sdk/sdk-core/core/core-android/src/main/java/im/actor/core/AndroidMessenger.java b/actor-sdk/sdk-core/core/core-android/src/main/java/im/actor/core/AndroidMessenger.java
index <HASH>..<HASH> 100644
--- a/actor-sdk/sdk-core/core/core-android/src/main/java/im/actor/core/AndroidMessenger.java
+++ b/acto... | fix(android): file forwarding | actorapp_actor-platform | train | java |
6da73f42b2931a89daf72920e08982ea0878df29 | diff --git a/docs/app/Components/ComponentDoc/ComponentProps.js b/docs/app/Components/ComponentDoc/ComponentProps.js
index <HASH>..<HASH> 100644
--- a/docs/app/Components/ComponentDoc/ComponentProps.js
+++ b/docs/app/Components/ComponentDoc/ComponentProps.js
@@ -88,7 +88,7 @@ export default class ComponentProps extends... | docs(ComponentProps): fix compatibility with IE (#<I>) | Semantic-Org_Semantic-UI-React | train | js |
34626c3aea3bb54db5b0f3495957b98827bb7542 | diff --git a/test/helpers/kubectl.go b/test/helpers/kubectl.go
index <HASH>..<HASH> 100644
--- a/test/helpers/kubectl.go
+++ b/test/helpers/kubectl.go
@@ -577,7 +577,7 @@ func (kub *Kubectl) PrepareCluster() {
// labelNodes labels all Kubernetes nodes for use by the CI tests
func (kub *Kubectl) labelNodes() error {... | ci: Do not label control plane nodes with cilium.io/node
Labeling control plane nodes with cilium.io/node when running against a
target cluster was causing some applications to fail to schedule
properly.
Fixes: #<I> | cilium_cilium | train | go |
f0903d7f147d350a343f5f4ee86a599b2d3f6a40 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -7,6 +7,7 @@ import runSequence from 'run-sequence';
import nib from 'nib';
import glob from 'glob';
import conventionalRecommendedBump from 'conventional-recommended-bump';
+import conventionalChangelog fro... | feat: add release:changelog task | ApsisInternational_gulp-config-apsis | train | js |
876081d76beaa750b74130151db33c74e85a24dc | diff --git a/tests/packages/meteor_tests_package/package.js b/tests/packages/meteor_tests_package/package.js
index <HASH>..<HASH> 100644
--- a/tests/packages/meteor_tests_package/package.js
+++ b/tests/packages/meteor_tests_package/package.js
@@ -7,7 +7,7 @@ Package.describe({
});
Package.onUse(function(api) {
- a... | chore(dependencies): Update Meteor versions in the tests to the latest | Urigo_angular-meteor | train | js |
fda3992c3ffe068e2b8934339c9979d6b04ca1b6 | diff --git a/packages/build-tools/utils/config-store.js b/packages/build-tools/utils/config-store.js
index <HASH>..<HASH> 100644
--- a/packages/build-tools/utils/config-store.js
+++ b/packages/build-tools/utils/config-store.js
@@ -84,11 +84,11 @@ async function getEnvVarsConfig() {
async function isReady() {
if (... | chore: disable config missing message from build tools | bolt-design-system_bolt | train | js |
cf158dde12ad06154fe606585b23f57064155b60 | diff --git a/src/components/Carousel.js b/src/components/Carousel.js
index <HASH>..<HASH> 100644
--- a/src/components/Carousel.js
+++ b/src/components/Carousel.js
@@ -557,8 +557,7 @@ class Carousel extends Component {
onSwipeStart: this.onSwipeStart,
onSwipeEnd: this.onSwipeEnd,
s... | refactor: remove unused ref on ul tag | leandrowd_react-responsive-carousel | train | js |
0ea13a593448ad130373ef08119a61910eb02ebb | diff --git a/views/cypress/utils/userRoles.js b/views/cypress/utils/userRoles.js
index <HASH>..<HASH> 100644
--- a/views/cypress/utils/userRoles.js
+++ b/views/cypress/utils/userRoles.js
@@ -4,4 +4,4 @@ export default {
itemAuthor: "http_2_www_0_tao_0_lu_1_Ontologies_1_TAOItem_0_rdf_3_ItemAuthor",
testAuthor:... | feat: add newline at EOF | oat-sa_tao-core | train | js,js |
167032c5f454240d320d17c0f2e819b05cbdb4f9 | diff --git a/src/commander.js b/src/commander.js
index <HASH>..<HASH> 100644
--- a/src/commander.js
+++ b/src/commander.js
@@ -63,7 +63,8 @@ module.exports = function (app, vorpal, defaults) {
return action(args, done);
});
(item.config.options || []).f... | fix(commands): correctly apply command options | frctl_fractal | train | js |
7c238a4630442b054d4a4e0cfce8921a1ab14bd6 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -46,16 +46,18 @@ function loadPlugins (options) {
return hooks;
}
-module.exports.getInstance = function (isModule, options, callback) {
+module.exports.getInstance = function (
+ isModule,
+ options = { cwd: process.c... | fix(cwd): addition of cwd missed function definition
modernized to modern js as well | db-migrate_node-db-migrate | train | js |
ab38739da8cff0d2139bc0720d69ec8071e6faef | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,32 +1,29 @@
function createMiddleware(server, opts) {
-
- var shuttingDown = false
- , options =
- { logger: console
- , forceTimeout: 30000, ...opts }
+ var shuttingDown = false,
+ options = { logger: co... | feat: Log as `info` on SIGTERM. It's normal but causes false alerts | serby_express-graceful-shutdown | train | js |
03a8cfe4cf7ea18fd8e2b39d112f9358b4bc7bc5 | diff --git a/lib/get-transitive-data.js b/lib/get-transitive-data.js
index <HASH>..<HASH> 100644
--- a/lib/get-transitive-data.js
+++ b/lib/get-transitive-data.js
@@ -388,16 +388,11 @@ export function bundle (data) {
}
debug(`dissimilarity ${minDis}`)
- if (minDis === Infinity) {
- break // no clust... | fix(transitive): Fix clustering | conveyal_browsochrones | train | js |
706bca8eaa192373ff28aafa2912d7a636fbcb68 | diff --git a/intranet/apps/signage/models.py b/intranet/apps/signage/models.py
index <HASH>..<HASH> 100644
--- a/intranet/apps/signage/models.py
+++ b/intranet/apps/signage/models.py
@@ -29,12 +29,15 @@ class Page(models.Model):
strip_links = models.BooleanField(default=True)
- def deploy_to(self, displays=... | refactor: don't use a list as a default for a keyword argument | tjcsl_ion | train | py |
0d50f38019b00e7a65d1e721b2490819ce7fc2d0 | diff --git a/config/webpack-coverage.config.js b/config/webpack-coverage.config.js
index <HASH>..<HASH> 100644
--- a/config/webpack-coverage.config.js
+++ b/config/webpack-coverage.config.js
@@ -1,9 +1,19 @@
+var path = require('path');
+
var config = require('./webpack-testing.config');
+var basePath = path.resolve... | test: fix preloader paths for coverage tests | Kitware_candela | train | js |
6e8efa9abc90ef3e43e7044f72949b030f1eff01 | diff --git a/src/geshi/glsl.php b/src/geshi/glsl.php
index <HASH>..<HASH> 100644
--- a/src/geshi/glsl.php
+++ b/src/geshi/glsl.php
@@ -60,7 +60,7 @@ $language_data = array (
'const', 'uniform', 'attribute', 'centroid', 'varying', 'invariant',
'in', 'out', 'inout', 'input', 'output', 'typedef',... | fix: Duplicate keyword that slipped in in the last update | GeSHi_geshi-1.0 | train | php |
86436f5474683881db0e8906e8e62ce079e68208 | diff --git a/cloudformation/intrinsics.go b/cloudformation/intrinsics.go
index <HASH>..<HASH> 100644
--- a/cloudformation/intrinsics.go
+++ b/cloudformation/intrinsics.go
@@ -196,8 +196,8 @@ func Split(delimiter, source interface{}) string {
return encode(fmt.Sprintf(`{ "Fn::Split" : [ %q, %q ] }`, delimiter, source)... | fix(intrinsics): SplitPtr also as string | awslabs_goformation | train | go |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.