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 |
|---|---|---|---|---|---|
e3c12644164afd530d7f9a53a157b0209f756110 | diff --git a/lib/templates/helpers.js b/lib/templates/helpers.js
index <HASH>..<HASH> 100644
--- a/lib/templates/helpers.js
+++ b/lib/templates/helpers.js
@@ -99,6 +99,9 @@ Handlebars.registerHelper("createFormField", function(options, editMode) {
data.groupid = val.groupId;
data.hash = val.hashName;
... | fix:broken file links in appforms submissions pdf files: RHMAP-<I> | feedhenry_fh-forms | train | js |
84bb720e7f45f0ce04f116fa56a055ecda579f13 | diff --git a/lib/nodejs/resolveOptions.js b/lib/nodejs/resolveOptions.js
index <HASH>..<HASH> 100644
--- a/lib/nodejs/resolveOptions.js
+++ b/lib/nodejs/resolveOptions.js
@@ -71,10 +71,10 @@ function resolveOptions(configPath, commandLineOptions) {
configPath = untildify(configPath);
try {
var options ... | fix(resolveOptions): was calling the ok function if reading config had actually failed | crucialfelix_supercolliderjs | train | js |
569d9fd7d1111ad675b0173548f3103e91a0db0e | diff --git a/src/components/VueSignaturePad.js b/src/components/VueSignaturePad.js
index <HASH>..<HASH> 100644
--- a/src/components/VueSignaturePad.js
+++ b/src/components/VueSignaturePad.js
@@ -58,12 +58,14 @@ export default {
},
methods: {
resizeCanvas(canvas) {
+ const data = this.signaturePad.toData... | fix: save signature when canvas resize or rotated | neighborhood999_vue-signature-pad | train | js |
7d1e5f72a9648e03b822fa73a526a7d0f212fc8d | diff --git a/build-tools/gulp-tasks/build-webpack/webpack.config.js b/build-tools/gulp-tasks/build-webpack/webpack.config.js
index <HASH>..<HASH> 100644
--- a/build-tools/gulp-tasks/build-webpack/webpack.config.js
+++ b/build-tools/gulp-tasks/build-webpack/webpack.config.js
@@ -52,7 +52,7 @@ const defaultConfig = {
... | chore: remove a portion of our Webpack Babel config rules that ignore specific packages by name -- these specific rules aren't needed and are currently unused. | bolt-design-system_bolt | train | js |
2901fd595be847a0e6c86155b3229d3341cfad32 | diff --git a/src/structures/Webhook.js b/src/structures/Webhook.js
index <HASH>..<HASH> 100644
--- a/src/structures/Webhook.js
+++ b/src/structures/Webhook.js
@@ -242,14 +242,14 @@ class Webhook {
/**
* Edits a message that was sent by this webhook.
* @param {MessageResolvable|'@original'} message The messag... | fix(Webhook): #editMessage throws error when content is null (#<I>) | discordjs_discord.js | train | js |
a7fb7e081293f2a5cab2e395470c157d210f7e4b | diff --git a/lib/actions/api.js b/lib/actions/api.js
index <HASH>..<HASH> 100644
--- a/lib/actions/api.js
+++ b/lib/actions/api.js
@@ -943,6 +943,10 @@ function makeApiUrl(config, endpoint, options) {
url = config.alternateTransitIndex.apiRoot + endpoint
} else {
const api = config.api
+
+ // Don't cras... | ci: allow unit tests to run without set api | opentripplanner_otp-react-redux | train | js |
5149db21b53dea58ff755c290d39de7746833519 | diff --git a/packages/vuetify/build/babel-transform-sass-paths.js b/packages/vuetify/build/babel-transform-sass-paths.js
index <HASH>..<HASH> 100644
--- a/packages/vuetify/build/babel-transform-sass-paths.js
+++ b/packages/vuetify/build/babel-transform-sass-paths.js
@@ -1,12 +1,12 @@
-const { join, dirname, relative } ... | fix(build): use platform specific separator when replacing sass paths | vuetifyjs_vuetify | train | js |
4c934efc9bb8167fd07a683b50f17dc892ea4e51 | diff --git a/test/perf/benchmark.js b/test/perf/benchmark.js
index <HASH>..<HASH> 100644
--- a/test/perf/benchmark.js
+++ b/test/perf/benchmark.js
@@ -44,10 +44,10 @@ suite
})
.on('cycle', function(event, bench) {
- console.log(String(bench));
+ console.log(String(event.target));
})
.on('complete', ... | fix: benchmark.js now correctly shows cycle stats. Before it showed 'undefined' | EventEmitter2_EventEmitter2 | train | js |
5cee337dbd0e6382319a9eab863fbb0ba68a1fdf | diff --git a/task.js b/task.js
index <HASH>..<HASH> 100644
--- a/task.js
+++ b/task.js
@@ -63,7 +63,7 @@ module.exports = function(gulp, projectConfig, tasks) {
.pipe(gulp.dest(projectConfig.paths.dest.images));
});
- gulp.task(TASK_NAME, ['responsive-images', 'imagemin', 'svgmin']);
+ gulp.task(TASK_NAME, ['im... | refactor: optimise images before generating responsive images | cartridge_cartridge-images | train | js |
3dab5aa3dff85217c6ca80dbb2e58454ce6633b7 | diff --git a/tests/Unit/ModelObserverTest.php b/tests/Unit/ModelObserverTest.php
index <HASH>..<HASH> 100644
--- a/tests/Unit/ModelObserverTest.php
+++ b/tests/Unit/ModelObserverTest.php
@@ -23,11 +23,22 @@ class ModelObserverTest extends TestCase
{
$observer = new ModelObserver;
$model = m::mock... | test: add scenario to ModelObserverTest
test that ModelObserver doesn't make searchable when searchShouldUpdate is false | laravel_scout | train | php |
ab20e6101819365b32031c5669b184c37a318651 | diff --git a/test/fixture/nuxt.config.js b/test/fixture/nuxt.config.js
index <HASH>..<HASH> 100644
--- a/test/fixture/nuxt.config.js
+++ b/test/fixture/nuxt.config.js
@@ -6,10 +6,6 @@ module.exports = {
{ handler: require('../../') }
],
- icon: {
- purpose: 'maskable'
- },
-
manifest: {
name: 'Te... | test: don't override purpose | nuxt-community_pwa-module | train | js |
fb4bea56e05980eddf448f8510ec7f3a05bf5166 | diff --git a/test/test-buildURL.js b/test/test-buildURL.js
index <HASH>..<HASH> 100644
--- a/test/test-buildURL.js
+++ b/test/test-buildURL.js
@@ -224,23 +224,9 @@ describe('URL Builder:', function describeSuite() {
});
it('does not modify its input-argument', function testSpec() {
- var ... | refactor: remove excessive test cases | imgix_imgix-core-js | train | js |
236aabdff5cc2f685091aed696ffb39ca3d738b5 | diff --git a/pkg/archive/tar/tar.go b/pkg/archive/tar/tar.go
index <HASH>..<HASH> 100644
--- a/pkg/archive/tar/tar.go
+++ b/pkg/archive/tar/tar.go
@@ -35,7 +35,7 @@ func New(target io.Writer) Archive {
// Add file to the archive
func (a Archive) Add(name, path string) error {
- file, err := os.Open(path)
+ file, er... | fix: gosec lint issues | goreleaser_goreleaser | train | go |
5ed953221d234817b7af2ea433af1ae1896a28a0 | diff --git a/test/core/name.spec.js b/test/core/name.spec.js
index <HASH>..<HASH> 100644
--- a/test/core/name.spec.js
+++ b/test/core/name.spec.js
@@ -485,8 +485,10 @@ describe('name', function () {
},
_options: {
libp2p: {
- dht: {
- enabled: true
+ confi... | fix: failing test on config (#<I>) | ipfs_js-ipfs | train | js |
5a42f78a847c83550991937a613104fd29f0bf2a | diff --git a/src/Service/Page.php b/src/Service/Page.php
index <HASH>..<HASH> 100644
--- a/src/Service/Page.php
+++ b/src/Service/Page.php
@@ -239,7 +239,7 @@ class Page extends BaseService
// 2. 加载插件的版本映射表
// 目前正常只会加载一次,不用缓存
$plugin || $plugin = $this->app->getPlugin();
- $this->wpAss... | refactor: dist2 => public/dist | miaoxing_plugin | train | php |
c0c4bee2bd985dcfcded98c5cf2f704adbbcf805 | diff --git a/examples/advanced/ads.js b/examples/advanced/ads.js
index <HASH>..<HASH> 100755
--- a/examples/advanced/ads.js
+++ b/examples/advanced/ads.js
@@ -23,6 +23,8 @@ var Ads = function() {
});
this.console = document.getElementById('ima-sample-console');
+ this.player = videojs('content_video');
+
//... | fix: Fix advanced sample for mobile. (#<I>) | googleads_videojs-ima | train | js |
1bc18cbdba72b4638fa3255cfc06800179813cef | diff --git a/src/Message/EdifactFile.php b/src/Message/EdifactFile.php
index <HASH>..<HASH> 100644
--- a/src/Message/EdifactFile.php
+++ b/src/Message/EdifactFile.php
@@ -245,13 +245,11 @@ final class EdifactFile extends SplFileInfo
{
$mergedLines = '';
while (($line = $this->streamGetLine()) && ... | refactor: Increase readibility from EdifactFile::fetchSegment | Apfelfrisch_Edifact | train | php |
931b6a0f7a83b495b52506f25b15a92b5c7a26af | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -32,5 +32,6 @@ setup(
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
+ 'Programming Language :: Python :: 3.10',
... | chore: Update classifiers to include python <I> | andreroggeri_pynubank | train | py |
997006696cccdfa0ac1a4a6542899b5ebfa46c13 | diff --git a/demo/common/js/tab.js b/demo/common/js/tab.js
index <HASH>..<HASH> 100644
--- a/demo/common/js/tab.js
+++ b/demo/common/js/tab.js
@@ -1,7 +1,7 @@
/* eslint-disable */
var Watcher = eg.InfiniteGrid.Watcher;
var items = [];
-var innerHeight = window.innerHeight;
+var innerHeight = window.innerHeight || do... | fix(demo): fix innerHeight for IE | naver_egjs-infinitegrid | train | js |
26e55e9fa47d97e44486c54e5910e2e886c6f61c | diff --git a/anyconfig/backend/xml.py b/anyconfig/backend/xml.py
index <HASH>..<HASH> 100644
--- a/anyconfig/backend/xml.py
+++ b/anyconfig/backend/xml.py
@@ -250,17 +250,17 @@ def _process_children_elems(elem, dic, subdic, to_container=dict,
:return: None but updating dic and subdic as side effects
"""
- ... | refactor: s/subdics/cdics/g to avoid to mix with others wrongly in .backend.xml._process_children_elems | ssato_python-anyconfig | train | py |
1f4b307beb7eff99e805b0f6f683ca1650122184 | diff --git a/tasks/helpers/local-npm-helper.js b/tasks/helpers/local-npm-helper.js
index <HASH>..<HASH> 100644
--- a/tasks/helpers/local-npm-helper.js
+++ b/tasks/helpers/local-npm-helper.js
@@ -11,7 +11,7 @@ module.exports = {
registryUrl: SINOPIA_SERVER_URL,
async clean() {
const config = yaml.safeLoad(fs.... | chore(gulp): appease linter | pivotal-cf_pivotal-ui | train | js |
8397d95e667ccedcec10445bec68c2cb60e140ca | diff --git a/views/cypress/support/resourceTree.js b/views/cypress/support/resourceTree.js
index <HASH>..<HASH> 100644
--- a/views/cypress/support/resourceTree.js
+++ b/views/cypress/support/resourceTree.js
@@ -175,11 +175,14 @@ Cypress.Commands.add('selectNode', (rootSelector, formSelector, name) => {
Cypress.Command... | feat: add editUrl intercept for deleteNode command | oat-sa_tao-core | train | js |
20f8938bb71a1adacc0134fd20cded5a8ec91f71 | diff --git a/src/core/LightBase.js b/src/core/LightBase.js
index <HASH>..<HASH> 100644
--- a/src/core/LightBase.js
+++ b/src/core/LightBase.js
@@ -23,19 +23,8 @@ class LightBase extends Node {
// TODO belongs in Light base class
if ( attr == 'color' ) {
-
- // if a triplet space-separated... | perf: don't check format of the string, Three.js already does that, so we just pass values directly into THREE.Color. This means we no longer accept the 'R, G, B' format but we can use 'rgb(R, G, B)' which is handled by THREE.Color. | trusktr_infamous | train | js |
be68905bfd895dcb3c83c7f763b4194782cc16bb | diff --git a/lib/launch-local.js b/lib/launch-local.js
index <HASH>..<HASH> 100644
--- a/lib/launch-local.js
+++ b/lib/launch-local.js
@@ -89,7 +89,11 @@ class Launcher {
result.plugin = new result.PluginExport(dummyScript.config, this.pluginEventsLegacy);
global.artillery.plugins.push(result)... | feat: allow v2 plugins to opt-out of legacy reporting format
Provide SSMS-based metrics objects to plugins that export
LEGACY_METRICS_FORMAT=false. | artilleryio_artillery | train | js |
b1da51f1047310d04cf2e667764faee7ae516f78 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -49,7 +49,7 @@ SenseLoc.prototype.getLocalExtensionPath = function ( callback ) {
}
}
else {
- callback( null, undefined );
+ callback( null, null );
}
}; | fix: Be more precise in what is returned depending on the os | stefanwalther_sense-loc | train | js |
a9367ab7d7a6114e6e16b98b3e9e47573c9d901d | diff --git a/cocaine/worker/worker.py b/cocaine/worker/worker.py
index <HASH>..<HASH> 100644
--- a/cocaine/worker/worker.py
+++ b/cocaine/worker/worker.py
@@ -226,7 +226,7 @@ class BasicWorker(object):
self.disown_timer.stop()
def _dispatch_terminate(self, msg):
- workerlog.debug("terminate has b... | feat: logging improvements (#<I>)
Increase log level on message, when terminate command is received | cocaine_cocaine-framework-python | train | py |
51af1e1453de30bc1a897f9e5a29c4877d2f4ed5 | diff --git a/lib/utils/commands.js b/lib/utils/commands.js
index <HASH>..<HASH> 100644
--- a/lib/utils/commands.js
+++ b/lib/utils/commands.js
@@ -1,10 +1,12 @@
const arguments = require('./cli-flags');
-const names = [];
-arguments.commands.forEach( command => {
- names.push(command.name);
- if (command.alias... | chore: use Object.keys in commands | webpack_webpack-cli | train | js |
b06cb06d5399f3a3246d0a4c2f7d8975a98782dd | diff --git a/packages/banner/src/Banner.js b/packages/banner/src/Banner.js
index <HASH>..<HASH> 100644
--- a/packages/banner/src/Banner.js
+++ b/packages/banner/src/Banner.js
@@ -47,7 +47,9 @@ export default class Banner extends Component {
actions: PropTypes.oneOfType([PropTypes.node, PropTypes.func]),
/** A... | docs: add additional info for onDismiss prop | Autodesk_hig | train | js |
3bccc9197bb27390b32646752adf3ef8de24c07d | diff --git a/site/component/utils.js b/site/component/utils.js
index <HASH>..<HASH> 100644
--- a/site/component/utils.js
+++ b/site/component/utils.js
@@ -1,7 +1,8 @@
import React from 'react';
+import hljs from 'highlight.js';
export function objectToComponent(object, index) {
- if (object === null) return; // TO... | fix: should support `object.type === 'code'` | ant-design_ant-design | train | js |
568207fbc413c1b9bd4ff1a671e063ba540b5001 | diff --git a/gridsome/lib/app/loadConfig.js b/gridsome/lib/app/loadConfig.js
index <HASH>..<HASH> 100644
--- a/gridsome/lib/app/loadConfig.js
+++ b/gridsome/lib/app/loadConfig.js
@@ -113,7 +113,7 @@ function normalizePlugins (context, plugins) {
const hash = crypto.createHash('md5')
const uid = hash.update(... | feat: support local plugins (#<I>) | gridsome_gridsome | train | js |
b8ec8866090344a8cd2e485d5487efa5183ad2de | diff --git a/script/bump-version.py b/script/bump-version.py
index <HASH>..<HASH> 100755
--- a/script/bump-version.py
+++ b/script/bump-version.py
@@ -72,7 +72,7 @@ def main():
if args.bump == 'nightly':
version = get_next_nightly(curr_version)
elif args.bump == 'beta':
- raise Exception("You can\... | chore: allow bumping stable => beta (#<I>) | electron_electron | train | py |
db97dccc237f873837ccdfb20ceffe2215537cc3 | diff --git a/packages/components/bolt-blockquote/src/blockquote.js b/packages/components/bolt-blockquote/src/blockquote.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-blockquote/src/blockquote.js
+++ b/packages/components/bolt-blockquote/src/blockquote.js
@@ -178,7 +178,7 @@ class BoltBlockquote extends ... | fix: remove is shadow-root from JS rendered blockquote HTML | bolt-design-system_bolt | train | js |
887dc1b4c0e928fbfd595a1d03cb292fcd536839 | diff --git a/src/directive/translate.js b/src/directive/translate.js
index <HASH>..<HASH> 100644
--- a/src/directive/translate.js
+++ b/src/directive/translate.js
@@ -124,6 +124,11 @@ angular.module('pascalprecht.translate')
scope.postText = '';
var translationIds = {};
+ // initial setup
+ ... | fix(directive): make translate-values interpolate correctly with newer MessageFormat.js | angular-translate_angular-translate | train | js |
bc807394695a00c017798e8345ba5fb2cbedcd57 | diff --git a/src/anyconfig/schema/jsonschema.py b/src/anyconfig/schema/jsonschema.py
index <HASH>..<HASH> 100644
--- a/src/anyconfig/schema/jsonschema.py
+++ b/src/anyconfig/schema/jsonschema.py
@@ -19,7 +19,9 @@ import warnings
import jsonschema
-from ..common import ValidationError
+from ..common import (
+ V... | fix: allow primitive data to validate because JSON spec does allow them | ssato_python-anyconfig | train | py |
b8c4d7e3dba79b8480fe933ae9a76f09a7b9854f | diff --git a/src/tasks/serve.js b/src/tasks/serve.js
index <HASH>..<HASH> 100644
--- a/src/tasks/serve.js
+++ b/src/tasks/serve.js
@@ -28,7 +28,7 @@ function serveTasks(gulp, config) {
config.paths.serve + '*.js',
config.paths.src.root + '**/*.js',
config.paths.src.ima... | fix: set auto-reload to watch for html in subdirs | ApsisInternational_gulp-config-apsis | train | js |
41d9b6f3446f6cb20f2f22cec7801cfff7668832 | diff --git a/test/scripts/helpers/open_graph.js b/test/scripts/helpers/open_graph.js
index <HASH>..<HASH> 100644
--- a/test/scripts/helpers/open_graph.js
+++ b/test/scripts/helpers/open_graph.js
@@ -37,6 +37,8 @@ describe('open_graph', () => {
meta({property: 'og:url'}),
meta({property: 'og:site_name'... | test(open_graph): expect article:published_time and article:modified_time | hexojs_hexo | train | js |
4d6cdade0ccda9867612046d5620bc7c27d4907b | diff --git a/test/test_deployer.go b/test/test_deployer.go
index <HASH>..<HASH> 100644
--- a/test/test_deployer.go
+++ b/test/test_deployer.go
@@ -56,6 +56,9 @@ func (s *DeployerSuite) createDeployment(t *c.C, process, strategy, service stri
t.Fatalf("service discovery stream closed unexpectedly")
}
if ... | test: Check services are for the correct release | flynn_flynn | train | go |
190cf36ec1cd6faabbdd173eb2d47e034d88ea21 | diff --git a/packages/text-area/src/customStylesheet.js b/packages/text-area/src/customStylesheet.js
index <HASH>..<HASH> 100644
--- a/packages/text-area/src/customStylesheet.js
+++ b/packages/text-area/src/customStylesheet.js
@@ -50,7 +50,8 @@ export default function stylesheetOverride(
halo: {
...styleshe... | fix: remove gap between halo and textarea | Autodesk_hig | train | js |
2db05f4852890ad06c0b1964aeb9e69e8ec5ac57 | diff --git a/lib/crabfarm/modes/generator.rb b/lib/crabfarm/modes/generator.rb
index <HASH>..<HASH> 100644
--- a/lib/crabfarm/modes/generator.rb
+++ b/lib/crabfarm/modes/generator.rb
@@ -30,6 +30,7 @@ module Crabfarm
path(_name, 'spec', 'snapshots', '.gitkeep').render('dot_gitkeep')
path(_name, 's... | fix(generator): adds missing logs folder to generator | platanus_crabfarm-gem | train | rb |
efa78f0f72388e567a96c6427527dacfae3fa9c1 | diff --git a/lib/collection.js b/lib/collection.js
index <HASH>..<HASH> 100644
--- a/lib/collection.js
+++ b/lib/collection.js
@@ -3001,7 +3001,7 @@ var mapReduce = function(self, map, reduce, options, callback) {
if (result.result != null && typeof result.result === 'object') {
var doc = result.result;
... | fix(collection): ensure dynamic require of `db` is wrapped in parentheses
This is a fix for issue <URL> | mongodb_node-mongodb-native | train | js |
2afdf6e07b4b5e7907051d8c879678533b085c3d | diff --git a/library/src/main/java/com/liulishuo/magicprogresswidget/MagicProgressCircle.java b/library/src/main/java/com/liulishuo/magicprogresswidget/MagicProgressCircle.java
index <HASH>..<HASH> 100644
--- a/library/src/main/java/com/liulishuo/magicprogresswidget/MagicProgressCircle.java
+++ b/library/src/main/java/... | refactor(MagicProgressCircle): update footOverHead setter | lingochamp_MagicProgressWidget | train | java |
824f2a6f939f81dd293dff7226a9cdb23723b008 | diff --git a/actor/selenium/src/main/java/org/getopentest/selenium/ActionsPerform.java b/actor/selenium/src/main/java/org/getopentest/selenium/ActionsPerform.java
index <HASH>..<HASH> 100644
--- a/actor/selenium/src/main/java/org/getopentest/selenium/ActionsPerform.java
+++ b/actor/selenium/src/main/java/org/getopentes... | feat(selenium): ensure the Actions instance gets discarded properly | mcdcorp_opentest | train | java |
5f73ffe69bddf61f54792c04b4bb5c59faa56919 | diff --git a/lib/rules/probability.js b/lib/rules/probability.js
index <HASH>..<HASH> 100644
--- a/lib/rules/probability.js
+++ b/lib/rules/probability.js
@@ -1,13 +1,12 @@
module.exports = function probability(num) {
- var percent = +Math.min(+num, 100) || 50
+ var percent = +Math.min(num, 100) || 50
return fu... | refactor(rule): probability | h2non_toxy | train | js |
ccbb4de0211f0a166903750aac17ab5e74dade75 | diff --git a/website/src/components/components/ComponentTabs.js b/website/src/components/components/ComponentTabs.js
index <HASH>..<HASH> 100644
--- a/website/src/components/components/ComponentTabs.js
+++ b/website/src/components/components/ComponentTabs.js
@@ -145,10 +145,17 @@ const Wrapper = styled.div`
const Nav ... | fix(website): fix responsive problems with component's tab (#<I>) | plouc_nivo | train | js |
61299181d1e5688581f718d9e4df42aab7cb5c1a | diff --git a/lib/browser/lighthouse.js b/lib/browser/lighthouse.js
index <HASH>..<HASH> 100644
--- a/lib/browser/lighthouse.js
+++ b/lib/browser/lighthouse.js
@@ -138,7 +138,7 @@ function parseLhResult(results) {
notApplicableObj[id] = auditInfo;
} else if (scoreDisplayMode !== 'manual') {
const snip... | chore: some of lighthouse's audits have details, but not a details.items, so the line would automatically fail when used. | testiumjs_testium-driver-wd | train | js |
d86b4079f8494826c29b789a300b6eb6be35f2c6 | diff --git a/src/build-url.js b/src/build-url.js
index <HASH>..<HASH> 100644
--- a/src/build-url.js
+++ b/src/build-url.js
@@ -18,7 +18,7 @@
builtUrl = url;
}
- if(builtUrl[builtUrl.length - 1] === '/'){
+ if(builtUrl && builtUrl[builtUrl.length - 1] === '/'){
builtUrl = builtUrl.slice(0, -1)... | fix: handle undefined for builtUrl | steverydz_build-url | train | js |
b169b015680e68d265d14a2771ba240d702037c5 | diff --git a/plugins/inputs/vsphere/endpoint.go b/plugins/inputs/vsphere/endpoint.go
index <HASH>..<HASH> 100644
--- a/plugins/inputs/vsphere/endpoint.go
+++ b/plugins/inputs/vsphere/endpoint.go
@@ -891,7 +891,7 @@ func (e *Endpoint) chunkify(ctx context.Context, res *resourceKind, now time.Tim
// Determine time of... | fix: update vsphere info message to debug (#<I>)
This message is very verbose and causes a lot of extra messages to get
printed out as-is. Having it can be helpful in debugging when a metric
does not show up, but it is not useful for general usage. This changes
the message to only show up with debug enabled.
Fix... | influxdata_telegraf | train | go |
7fd543676b1064588929537775ffca328787b493 | diff --git a/src/RelayRequest.js b/src/RelayRequest.js
index <HASH>..<HASH> 100644
--- a/src/RelayRequest.js
+++ b/src/RelayRequest.js
@@ -37,7 +37,7 @@ export default class RelayRequest {
body: this.prepareBody(),
};
- this.controller = window.AbortController ? new window.AbortController() : null;
+ ... | fix: check for `window`
Not sure why this is on `window` -- should probably also check `global`, similar to `getFormDataInterface`? | relay-tools_react-relay-network-modern | train | js |
06fac0be495d85735b8055f4be5b49ad8c4eb02e | diff --git a/anyconfig/utils.py b/anyconfig/utils.py
index <HASH>..<HASH> 100644
--- a/anyconfig/utils.py
+++ b/anyconfig/utils.py
@@ -226,10 +226,8 @@ def get_path_from_stream(maybe_stream):
:param maybe_stream: A file or file-like object
:return: Path of given file or file-like object or None
- >>> __f... | refactor: use assert in doctext test cases of .utils.get_path_from_stream | ssato_python-anyconfig | train | py |
050eb9be0cb3e093cc98b1b5444547772c5115ec | diff --git a/src/NameManager.php b/src/NameManager.php
index <HASH>..<HASH> 100644
--- a/src/NameManager.php
+++ b/src/NameManager.php
@@ -464,7 +464,7 @@ class NameManager {
$primaryColumns = $constraint->getColumns();
$this->primary = $primaryColumns[0];
- $sql = "SH... | fix: sql breaks when table name same as mysql function | CathedralCode_Builder | train | php |
f39b597e3120701287e86acdb247b4815f693c91 | 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
@@ -103,6 +103,7 @@ const Messages = {
WEBHOOK_MESSAGE: 'The message was not sent by a webhook.',
WEBHOOK_TOKEN_UNAVAILABLE: 'This action requires a webhook token, but... | feat(Message): prevent fetching an interaction webhook. (#<I>) | discordjs_discord.js | train | js,js |
6c4fef958c0c000a4a1e11250ba5b42789bf8416 | diff --git a/src/shapes/Shape.js b/src/shapes/Shape.js
index <HASH>..<HASH> 100644
--- a/src/shapes/Shape.js
+++ b/src/shapes/Shape.js
@@ -3,6 +3,8 @@ export default class Shape {
this.setWidth(options.width);
this.setHeight(options.height);
this.setPosition(options.x, options.y);
+ this.setBackground... | feat(shape): Implements background and foreground in basic shape | ghaiklor_kittik | train | js |
e314072e747e2fa08e5f3b51e0528f58f270632c | diff --git a/src/components/datepicker/calendar.spec.js b/src/components/datepicker/calendar.spec.js
index <HASH>..<HASH> 100644
--- a/src/components/datepicker/calendar.spec.js
+++ b/src/components/datepicker/calendar.spec.js
@@ -8,6 +8,9 @@ describe('md-calendar', function() {
var ngElement, element, scope, pageSc... | fix(calendar): ensure all instances are removed from DOM after tests. | angular_material | train | js |
83d12b00fba89a19aabb698e66e415848b8cf97a | diff --git a/pyardrone/__init__.py b/pyardrone/__init__.py
index <HASH>..<HASH> 100644
--- a/pyardrone/__init__.py
+++ b/pyardrone/__init__.py
@@ -51,7 +51,7 @@ class ARDrone:
def close_sockets(self):
self.at_sock.close()
- self.control_sock.close()
+ self.navdata_sock.close()
sel... | fix: navdata_socket not closed | afg984_pyardrone | train | py |
4261188dbb4bfe0164c5fc95c6ae8e96986c4726 | diff --git a/src/geshi/css.php b/src/geshi/css.php
index <HASH>..<HASH> 100644
--- a/src/geshi/css.php
+++ b/src/geshi/css.php
@@ -54,6 +54,9 @@ $language_data = array (
'LANG_NAME' => 'CSS',
'COMMENT_SINGLE' => array(1 => '@'),
'COMMENT_MULTI' => array('/*' => '*/'),
+ 'COMMENT_REGEXP' => array(
+ ... | fix: Handle unmarked URLs as if they were a string | GeSHi_geshi-1.0 | train | php |
0e557272693a550830ae872f062e88d620401db3 | diff --git a/packages/core/test/spec/vivliostyle/base-spec.js b/packages/core/test/spec/vivliostyle/base-spec.js
index <HASH>..<HASH> 100644
--- a/packages/core/test/spec/vivliostyle/base-spec.js
+++ b/packages/core/test/spec/vivliostyle/base-spec.js
@@ -65,7 +65,7 @@ describe("base", function () {
);
});
... | chore: fix typo in base-spec.js
orignal -> original | vivliostyle_vivliostyle.js | train | js |
bd4fa9cd01c75c4eb464a5f4b2f301328181e95a | diff --git a/unit-testing-config-loader.js b/unit-testing-config-loader.js
index <HASH>..<HASH> 100644
--- a/unit-testing-config-loader.js
+++ b/unit-testing-config-loader.js
@@ -2,7 +2,7 @@ const { join, relative } = require("path");
module.exports = function ({ appFullPath, projectRoot, angular, rootPagesRegExp })... | fix: add support for ts files on test command when `--bundle` is provided (#<I>)
Rel to:
<URL> | NativeScript_nativescript-dev-webpack | train | js |
0247a25d9744f07c530459017c45fe9ab7bc9e99 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -87,7 +87,7 @@ release = version
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
-language = None
+language = "en... | docs: set default language to English | reanahub_reana-commons | train | py |
f7c39632ed677f7cbeb868e0ee18aa331d1af2b8 | diff --git a/pipe.go b/pipe.go
index <HASH>..<HASH> 100644
--- a/pipe.go
+++ b/pipe.go
@@ -9,8 +9,9 @@ import (
// A PipeReader is a reader that reads from the logger. It is synchronous
// so blocking on read will affect logging performance.
type PipeReader struct {
- r *io.PipeReader
- core zapcore.Core
+ r ... | fix: close the write side of the read pipe
That way, the reader gets a nice EOF instead of a "read on closed pipe" error. | ipfs_go-log | train | go |
22b1221cd0f7d8d59fa9460b3b5d8e792abf1be0 | diff --git a/projects/timebar/src/index.js b/projects/timebar/src/index.js
index <HASH>..<HASH> 100644
--- a/projects/timebar/src/index.js
+++ b/projects/timebar/src/index.js
@@ -17,8 +17,8 @@ const extractBins = props =>
}));
const stopPropagation = e => {
- eve.nativeEvent.stopImmediatePropagation();
- ... | fix: hey look a stupid typo | graphistry_graphistry-js | train | js |
aa64f8dba0705d34ee39e4f55cb23d17430f8a4a | diff --git a/src/Leevel/Database/Ddd/Entity.php b/src/Leevel/Database/Ddd/Entity.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Database/Ddd/Entity.php
+++ b/src/Leevel/Database/Ddd/Entity.php
@@ -27,6 +27,7 @@ use Exception;
use InvalidArgumentException;
use JsonSerializable;
use Leevel\Collection\Collection;
+us... | refactor(ddd): use Condition::raw to refact version | hunzhiwange_framework | train | php |
3fe4d810ec365a1fded61aa3b9c5abc2f523e53c | diff --git a/anyconfig/api.py b/anyconfig/api.py
index <HASH>..<HASH> 100644
--- a/anyconfig/api.py
+++ b/anyconfig/api.py
@@ -235,7 +235,6 @@ def single_load(path_or_stream, ac_parser=None, ac_template=False,
psr = find_loader(path_or_stream, ac_parser, is_path_)
schema = _maybe_schema(ac_template=ac_templat... | refactor: this line of the code is not needed | ssato_python-anyconfig | train | py |
4ece0503a817a6b0f56a7cbef6f168b59eabc893 | diff --git a/deb/deb.go b/deb/deb.go
index <HASH>..<HASH> 100644
--- a/deb/deb.go
+++ b/deb/deb.go
@@ -116,6 +116,7 @@ func createTree(tarw *tar.Writer, dst string) error {
Mode: 0755,
Typeflag: tar.TypeDir,
Format: tar.FormatGNU,
+ ModTime: time.Now(),
}); err != nil {
return errors.Wrap(er... | fix: deb: folder modtime | goreleaser_nfpm | train | go |
99a4480af0b38e03b30f3e3c7bd343b07551f3e4 | diff --git a/packages/plugin-phone/test/integration/spec/media-state-controls.js b/packages/plugin-phone/test/integration/spec/media-state-controls.js
index <HASH>..<HASH> 100644
--- a/packages/plugin-phone/test/integration/spec/media-state-controls.js
+++ b/packages/plugin-phone/test/integration/spec/media-state-contr... | test(plugin-phone): reenable media tests | webex_spark-js-sdk | train | js |
042967402e9a0f23688e5e97202e71e9070cf162 | diff --git a/packages/orbit-components/src/Layout/LayoutColumn/index.js b/packages/orbit-components/src/Layout/LayoutColumn/index.js
index <HASH>..<HASH> 100644
--- a/packages/orbit-components/src/Layout/LayoutColumn/index.js
+++ b/packages/orbit-components/src/Layout/LayoutColumn/index.js
@@ -19,7 +19,7 @@ const Style... | fix(Layout): width of Card on mobile (#<I>) | kiwicom_orbit-components | train | js |
325703146bb93083077791eca5819fb765e1d874 | diff --git a/lib/config/store/pre-auth-hook.js b/lib/config/store/pre-auth-hook.js
index <HASH>..<HASH> 100644
--- a/lib/config/store/pre-auth-hook.js
+++ b/lib/config/store/pre-auth-hook.js
@@ -45,7 +45,7 @@ function onStorePreAuth (request, reply) {
delete request.headers.authorization
request.headers.cooki... | feat: automatically add "user" role when testing for access by authenticated user | hoodiehq_hoodie-server | train | js |
622bb7cbb51481e899578dc65a6493c1087c6b3d | diff --git a/header.go b/header.go
index <HASH>..<HASH> 100644
--- a/header.go
+++ b/header.go
@@ -85,7 +85,7 @@ func ParseAddressList(list string) ([]*mail.Address, error) {
switch err.Error() {
case "mail: expected comma":
// Attempt to add commas and parse again.
- return mail.ParseAddressList(stringutil... | fix: use extended parser after fixing address list (#<I>) | jhillyerd_enmime | train | go,go |
1b1220a263e9d0754c55754b38ef135af0a673d1 | diff --git a/src/components/toast/toast.js b/src/components/toast/toast.js
index <HASH>..<HASH> 100644
--- a/src/components/toast/toast.js
+++ b/src/components/toast/toast.js
@@ -63,7 +63,9 @@ function QpToastService($timeout, $materialPopup) {
toast.element.addClass(options.position);
toast.enter(funct... | fix(toast): be sure to set .delay | angular_material | train | js |
cf6df2005fe5aebcc8324738f7e5c56ddde4976f | diff --git a/lib/components/admin/field-trip-details.js b/lib/components/admin/field-trip-details.js
index <HASH>..<HASH> 100644
--- a/lib/components/admin/field-trip-details.js
+++ b/lib/components/admin/field-trip-details.js
@@ -138,9 +138,10 @@ class FieldTripDetails extends Component {
// That means ... | refactor(FieldTripDetails): Reset date control when selecting a different field trip. | opentripplanner_otp-react-redux | train | js |
6ff183ab6e2124684187fbe3f0150a009d95939b | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -241,12 +241,6 @@ module.exports = function (grunt) {
]);
grunt.registerTask('test', [
- 'newer:jshint',
- 'connect:test',
- 'karma'
- ]);
-
- grunt.registerTask('fulltest', [
'jshint',
'connect:... | chore(grunt): test-task should run all files
It was running only `newer:jshint` and not all files. Since Travis was
running `npm test ` which runs `grunt test` then not all files weren’t
being checked by JSHint. So a PR on GitHub wouldn’t have all its code
checked. | seriema_angular-apimock | train | js |
87fefeab8b7eefdfa2fe209f7dbcea5b24772172 | diff --git a/cloudvolume/storage/storage_interfaces.py b/cloudvolume/storage/storage_interfaces.py
index <HASH>..<HASH> 100644
--- a/cloudvolume/storage/storage_interfaces.py
+++ b/cloudvolume/storage/storage_interfaces.py
@@ -279,7 +279,9 @@ class GoogleCloudStorageInterface(StorageInterface):
path = posixpath.jo... | fix: list_files on GCS would error if prefix is empty | seung-lab_cloud-volume | train | py |
c4d3aac787fb9d917a3a6a343ddb08ba44265a18 | diff --git a/tests/__init__.py b/tests/__init__.py
index <HASH>..<HASH> 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -3,3 +3,6 @@ import os
if os.name == 'nt':
import win32file
win32file._setmaxstdio(2048)
+else:
+ import resource
+ resource.setrlimit(resource.RLIMIT_NOFILE, (2048, 2048)) | test: don't forget to increse ulimit for opened files | iterative_dvc | train | py |
17f6452046abfcaf9398d7cf2c62ddcac9b28064 | diff --git a/opentargets_validator/version.py b/opentargets_validator/version.py
index <HASH>..<HASH> 100644
--- a/opentargets_validator/version.py
+++ b/opentargets_validator/version.py
@@ -3,5 +3,5 @@ __author__ = 'OpenTargets Core Team <support@targetvalidation.org>'
__author_email__ = 'support@targetvalidation.org... | refactor: bump a new minor version | opentargets_validator | train | py |
4d3cd726fba61bcae17d4f9e88d004714c41d9ba | diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index <HASH>..<HASH> 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -404,8 +404,11 @@ class OpenAttachmentCommand(Command):
logging.info('open attachment')
mimetype = self.attachment.get_content_type()
filen... | fix: forgot to test for not None.. | pazz_alot | train | py |
3c414d17c0e74165d2bef3e43d389773caa3080c | diff --git a/test/bedecked-test.js b/test/bedecked-test.js
index <HASH>..<HASH> 100644
--- a/test/bedecked-test.js
+++ b/test/bedecked-test.js
@@ -32,10 +32,10 @@ describe('bedecked', function() {
});
it('should add styles and scripts to the page', function() {
- /**
- * @todo
- */
- ... | test: Check for styles and scripts | jtrussell_bedecked | train | js |
22ae868c497356f4f60feeea3033446c744ae9e0 | diff --git a/packages/d3fc-extent/index.js b/packages/d3fc-extent/index.js
index <HASH>..<HASH> 100644
--- a/packages/d3fc-extent/index.js
+++ b/packages/d3fc-extent/index.js
@@ -1,2 +1,2 @@
-export { default as linearExtent } from './src/linear';
-export { default as dateExtent } from './src/date';
+export { default a... | refactor: rename *Extent to extent* to match d3 convention (#<I>) | d3fc_d3fc | train | js,js |
2b79363021d61610886288011510d7f114e2c3cc | diff --git a/source/rafcon/gui/controllers/main_window.py b/source/rafcon/gui/controllers/main_window.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/gui/controllers/main_window.py
+++ b/source/rafcon/gui/controllers/main_window.py
@@ -331,9 +331,6 @@ class MainWindowController(ExtendedController):
# po... | fix(main_window): remove code relict | DLR-RM_RAFCON | train | py |
f91aa14235a229aec664c01609a3b14e0f5d0a05 | diff --git a/lib/config/migration.js b/lib/config/migration.js
index <HASH>..<HASH> 100644
--- a/lib/config/migration.js
+++ b/lib/config/migration.js
@@ -36,17 +36,17 @@ function migrateConfig(config, parentConfig) {
} else if (key === 'automergeMinor') {
isMigrated = true;
migratedConfig.minor = mi... | fix: cast automerge migration values (#<I>) | renovatebot_renovate | train | js |
b2871f415fabc1aa2e9cbc893ec3951edb8bed9a | diff --git a/src/Json/JsonMenuNested.php b/src/Json/JsonMenuNested.php
index <HASH>..<HASH> 100644
--- a/src/Json/JsonMenuNested.php
+++ b/src/Json/JsonMenuNested.php
@@ -29,7 +29,7 @@ final class JsonMenuNested implements \IteratorAggregate
{
$this->id = $data['id'];
$this->type = $data['type'];... | fix: setLabel on JsonMenuNested | ems-project_EMSCommonBundle | train | php |
25b0085a2023a18a4d8226c04da22ed87b278ac0 | diff --git a/src/connection.js b/src/connection.js
index <HASH>..<HASH> 100644
--- a/src/connection.js
+++ b/src/connection.js
@@ -325,7 +325,7 @@ type LeaderSchedule = {
const GetLeaderScheduleResult = struct.record([
'string',
- struct.array(['number']),
+ 'any', // validating struct.array(['number']) is extr... | fix: speed up get leader schedule (#<I>) | solana-labs_solana-web3.js | train | js |
e22188db1ae7858a868fc33233981661754fbf54 | diff --git a/functional/scheduling_test.go b/functional/scheduling_test.go
index <HASH>..<HASH> 100644
--- a/functional/scheduling_test.go
+++ b/functional/scheduling_test.go
@@ -87,6 +87,29 @@ func TestScheduleConditionMachineOf(t *testing.T) {
t.Errorf("Units %s and %s are not on same machine", ping, pong)
}
... | test(functional): Ensure ConditionMachineOf carries through reboots | coreos_fleet | train | go |
0590b4c5e7c041786eb5de51ae0e39725824bca0 | diff --git a/packages/test-utils/src/wrapper.js b/packages/test-utils/src/wrapper.js
index <HASH>..<HASH> 100644
--- a/packages/test-utils/src/wrapper.js
+++ b/packages/test-utils/src/wrapper.js
@@ -501,6 +501,11 @@ export default class Wrapper implements BaseWrapper {
// $FlowIgnore : Problem with possibly null... | fix: update context after setMethods (#<I>) | vuejs_vue-test-utils | train | js |
973a2fcadfc0fb786635cabf7c6674e5027117c4 | diff --git a/src/components/autocomplete/js/autocompleteDirective.js b/src/components/autocomplete/js/autocompleteDirective.js
index <HASH>..<HASH> 100644
--- a/src/components/autocomplete/js/autocompleteDirective.js
+++ b/src/components/autocomplete/js/autocompleteDirective.js
@@ -53,7 +53,6 @@ function MdAutocomplete... | fix(autocomplete): adds watcher for ngDisabled rather than 2-way binding
Closes #<I> | angular_material | train | js |
71c41699341c09268beb0fe48c4df41da203f59f | diff --git a/test/test_helper.rb b/test/test_helper.rb
index <HASH>..<HASH> 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -6,9 +6,22 @@ require 'pp'
module Rugged
class TestCase < Minitest::Test
+ # Set up some isolation for our tests so we don't try to touch any
+ # configuration from the u... | test: isolate the configuration from the caller's environment
This stops the existence or not of certain configuration settings in the
environment outside the test from affecting what happens. | libgit2_rugged | train | rb |
7cba96910ca06e69f082a0165a7caad4274ddd12 | diff --git a/packages/grpc-native-core/src/server.js b/packages/grpc-native-core/src/server.js
index <HASH>..<HASH> 100644
--- a/packages/grpc-native-core/src/server.js
+++ b/packages/grpc-native-core/src/server.js
@@ -868,7 +868,7 @@ var defaultHandler = {
* names to method implementation for the provided servic... | refactor: drop usage of _.isObject | grpc_grpc-node | train | js |
b9d1b5742658601da47ac28a0f9d20a6953f74f9 | diff --git a/test/checks/lists/dlitem.js b/test/checks/lists/dlitem.js
index <HASH>..<HASH> 100644
--- a/test/checks/lists/dlitem.js
+++ b/test/checks/lists/dlitem.js
@@ -119,7 +119,9 @@ describe('dlitem', function() {
);
assert.isTrue(checks.dlitem.evaluate.apply(null, checkArgs));
});
- })(shadowSupport.v1... | test: fix test case for dlitem (#<I>) | dequelabs_axe-core | train | js |
4d1ed22dede531108c8a7899d513f64f0662c135 | diff --git a/docs/src/assets/js/themes.js b/docs/src/assets/js/themes.js
index <HASH>..<HASH> 100644
--- a/docs/src/assets/js/themes.js
+++ b/docs/src/assets/js/themes.js
@@ -16,7 +16,7 @@
dark_theme_toggle = document.getElementById('dark-theme-toggle');
// get any previously-chosen themes
- ... | docs: preselect default theme (#<I>) | eslint_eslint | train | js |
d207ba5f69aa8ffe6ba772611fc8552d2ffb8cc5 | diff --git a/test/scenario_test/bgp_router_test.py b/test/scenario_test/bgp_router_test.py
index <HASH>..<HASH> 100644
--- a/test/scenario_test/bgp_router_test.py
+++ b/test/scenario_test/bgp_router_test.py
@@ -27,7 +27,7 @@ from noseplugin import OptionParser, parser_option
from itertools import chain
import ryu.lib... | test: skip BGPKeepAlive | osrg_gobgp | train | py |
630b630165df11e3a586e1c19f3d00f1f3e97bd9 | diff --git a/src/localizers/moment.js b/src/localizers/moment.js
index <HASH>..<HASH> 100644
--- a/src/localizers/moment.js
+++ b/src/localizers/moment.js
@@ -9,10 +9,10 @@ let timeRangeFormat = ({ start, end }, culture, local) =>
local.format(start, 'LT', culture) + ' — ' + local.format(end, 'LT', culture)
let t... | fix: different time format for multi day events when using moment (#<I>) | intljusticemission_react-big-calendar | train | js |
eedb5194c619bb8b48623872be840b1f52ca63ac | diff --git a/modifiers/j.js b/modifiers/j.js
index <HASH>..<HASH> 100644
--- a/modifiers/j.js
+++ b/modifiers/j.js
@@ -13,7 +13,7 @@ var CIRCULAR_JSON_ERROR_MESSAGE = (function () {
module.exports = function (value/*, placeholder, argIndex, args*/) {
try {
- return JSON.stringify(value, null, " ");
+ return JSO... | refactor: use alternative arg representation | medikoo_sprintf-kit | train | js |
76ea0756137ca31b7875ef3b8c35e210c03bed2d | diff --git a/test/network/gen-bitswap-network.node.js b/test/network/gen-bitswap-network.node.js
index <HASH>..<HASH> 100644
--- a/test/network/gen-bitswap-network.node.js
+++ b/test/network/gen-bitswap-network.node.js
@@ -74,9 +74,11 @@ describe('gen Bitswap network', function () {
Object.keys(node.libp2p... | test: fix test usage for latest switch | ipfs_js-ipfs-bitswap | train | js,js |
9d97a029cedf92352ed17ad79654013869c9e8c6 | diff --git a/app/lib/quasar-conf-file.js b/app/lib/quasar-conf-file.js
index <HASH>..<HASH> 100644
--- a/app/lib/quasar-conf-file.js
+++ b/app/lib/quasar-conf-file.js
@@ -823,6 +823,7 @@ class QuasarConfFile {
},
builder: {
appId: 'quasar-app',
+ icon: appPaths.resolve.electron('ic... | fix(app): auto-add icon file to Electron builder config (#<I>)
When doing the build in Electron mode with the builder I didn't put the icon in the app. | quasarframework_quasar | train | js |
a6c4c05279e23026baee3083536acc1e2a977e4e | diff --git a/shyaml.py b/shyaml.py
index <HASH>..<HASH> 100755
--- a/shyaml.py
+++ b/shyaml.py
@@ -608,7 +608,7 @@ def act(action, value, dump=yaml_dump):
def do(stream, action, key, default=None, dump=yaml_dump,
loader=ShyamlSafeLoader):
- """Return string representation of target value in stream YAML
+ ... | fix: dev: correct the docstring of ``do(..)`` function.
It was incorrectly reporting the return type as string. | 0k_shyaml | train | py |
770619e3a618ca9cc86290cc5ef763713941ed51 | diff --git a/bin/setup.js b/bin/setup.js
index <HASH>..<HASH> 100644
--- a/bin/setup.js
+++ b/bin/setup.js
@@ -4,9 +4,10 @@ var path = require('path')
var fs = require('fs')
var log = require('npmlog')
-var installIntoApp = process.env.PWD.indexOf('node_modules') !== -1
+var isInstallIntoApp = /node_modules/.test(p... | fix(setup): windows compatibility for postinstall setup | hoodiehq_hoodie | train | js |
6ecb3302b6dd4d82bb1906f248d39d815cc03d4d | diff --git a/packages/pob/utils/sortObject.js b/packages/pob/utils/sortObject.js
index <HASH>..<HASH> 100644
--- a/packages/pob/utils/sortObject.js
+++ b/packages/pob/utils/sortObject.js
@@ -5,6 +5,8 @@ module.exports = function sortObject(obj, keys = []) {
keys
.filter(key => Object.hasOwnProperty.call(objCopy... | refactor: sortObject prettier | christophehurpeau_pob-lerna | train | js |
ed3ee667abd9b63c84961bdd5e633eedabd066e0 | diff --git a/webapps/src/test/java/org/camunda/bpm/webapp/impl/security/filter/CsrfPreventionFilterTest.java b/webapps/src/test/java/org/camunda/bpm/webapp/impl/security/filter/CsrfPreventionFilterTest.java
index <HASH>..<HASH> 100644
--- a/webapps/src/test/java/org/camunda/bpm/webapp/impl/security/filter/CsrfPreventio... | chore(webapps): add session invalidation assert
Related to CAM-<I> | camunda_camunda-bpm-platform | train | java |
d1708da50b1e82e577e2c98031340fac14bbaac1 | diff --git a/lib/run.js b/lib/run.js
index <HASH>..<HASH> 100644
--- a/lib/run.js
+++ b/lib/run.js
@@ -44,7 +44,7 @@ module.exports = function run(options) {
output = convert(data);
output = JSON.stringify(output, null, " ");
} else if (isRevert) {
- output = revert(data... | fix(ical2json): Fix revert with CLI not working | adrianlee44_ical2json | train | js |
c374365ef4c902a33c60a0f7ea536ae32e290b90 | diff --git a/core/src/elements/ons-ripple/index.js b/core/src/elements/ons-ripple/index.js
index <HASH>..<HASH> 100644
--- a/core/src/elements/ons-ripple/index.js
+++ b/core/src/elements/ons-ripple/index.js
@@ -162,8 +162,8 @@ export default class RippleElement extends BaseElement {
throw Error('Invalid state.... | fix(ons-ripple): clientX or clientY could be 0. | OnsenUI_OnsenUI | train | js |
24fe22f5cdec7f29b97be99f5e357b49f0e80c3f | diff --git a/app-vite/lib/quasar-config-file.js b/app-vite/lib/quasar-config-file.js
index <HASH>..<HASH> 100644
--- a/app-vite/lib/quasar-config-file.js
+++ b/app-vite/lib/quasar-config-file.js
@@ -407,10 +407,6 @@ class QuasarConfFile {
hasMetaPlugin: cfg.framework.plugins.includes('Meta')
})
- cfg.e... | fix(app-vite): eslint - default config should not enable it | quasarframework_quasar | train | js |
659ce613bef5bb01df8decf7a1e5eb2af261a599 | diff --git a/lib/config.js b/lib/config.js
index <HASH>..<HASH> 100644
--- a/lib/config.js
+++ b/lib/config.js
@@ -93,7 +93,9 @@ Config.user.get = async function (data) {
if (!data) {
throw new Error('[[error:invalid-data]]');
}
-
+ if (!Config.global.get) {
+ return data;
+ }
const prefix = `${Config.plugin.... | fix: fix crash if filter:config.get is triggered early aka from emoji plugin .init | Schamper_nodebb-plugin-shoutbox | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.