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 |
|---|---|---|---|---|---|
bb7907e40ddc44885a957a4317f5e5ea27046830 | diff --git a/src/query.js b/src/query.js
index <HASH>..<HASH> 100644
--- a/src/query.js
+++ b/src/query.js
@@ -183,12 +183,13 @@ module.exports = function(AV) {
* @return {Promise.<AV.Object>}
*/
get: function(objectId, options) {
- if (!objectId) {
- var errorObject = new AVError... | fix(query): make #get param check more consistent | leancloud_javascript-sdk | train | js |
5ffe7404ddea4ff20f117b16cdeefd7eef2c8a6d | diff --git a/webapps/client/scripts/repository/resource/plugins/details/cam-cockpit-details-plugin.js b/webapps/client/scripts/repository/resource/plugins/details/cam-cockpit-details-plugin.js
index <HASH>..<HASH> 100644
--- a/webapps/client/scripts/repository/resource/plugins/details/cam-cockpit-details-plugin.js
+++ ... | chore(deployments): disable initial plugin | camunda_camunda-bpm-platform | train | js |
657b3e2ad1ae7ff107d73e583693be03db59d927 | diff --git a/config/webpack.common.js b/config/webpack.common.js
index <HASH>..<HASH> 100644
--- a/config/webpack.common.js
+++ b/config/webpack.common.js
@@ -8,7 +8,8 @@ const helpers = require('./helpers');
/*
* Webpack Plugins
*/
-const CopyWebpackPlugin = require('copy-webpack-plugin');
+// problem with copy-w... | chore(webpack): provide workaround for CopyWebpackPlugin | inchingorg_xdata-web | train | js |
14217a6c5e34f8b8b8b9faf2c519913243f4fc73 | diff --git a/src/webpack.js b/src/webpack.js
index <HASH>..<HASH> 100644
--- a/src/webpack.js
+++ b/src/webpack.js
@@ -35,8 +35,13 @@ function reactdown(source: string): ?string {
let code;
try {
code = renderToString(source, config).code;
- } catch(error) {
- this.emitError(formatError(error));
+ } cat... | fix(webpack): do not supress stack traces of fatal errors | andreypopp_reactdown | train | js |
5661c6eaaf75b8e98fa9f92348c37842e31c3490 | diff --git a/src/util/graphic.js b/src/util/graphic.js
index <HASH>..<HASH> 100644
--- a/src/util/graphic.js
+++ b/src/util/graphic.js
@@ -274,14 +274,14 @@ function singleEnterEmphasis(el) {
return;
}
- var useHoverLayer = el.useHoverLayer;
- el.__highlighted = useHoverLayer ? 'layer' : 'plain';
... | fix(svg): svg doesn't support addHover; fix #<I> (#<I>) | apache_incubator-echarts | train | js |
d81d57beecee41a1a2529cad2e77412600dc4a7f | diff --git a/packages/@vue/cli-service/lib/config/dev.js b/packages/@vue/cli-service/lib/config/dev.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli-service/lib/config/dev.js
+++ b/packages/@vue/cli-service/lib/config/dev.js
@@ -11,9 +11,10 @@ module.exports = (api, options) => {
.use(require('webpack/... | fix: fix dev mode compatibility with workers (#<I>)
fixes #<I> | vuejs_vue-cli | train | js |
8ef71cde5c65c2430266f8ba0b376f8862368ffe | diff --git a/packages/mip/src/util/dom/rect.js b/packages/mip/src/util/dom/rect.js
index <HASH>..<HASH> 100644
--- a/packages/mip/src/util/dom/rect.js
+++ b/packages/mip/src/util/dom/rect.js
@@ -80,7 +80,7 @@ export default {
*/
getScrollTop () {
return round(this.scroller === window ? (docBody.scrollTop ||... | fix: get/setScrollTop in viewport | mipengine_mip2 | train | js |
d01faa1c7791dd6bbbbcee5b9a3fcd8749223f98 | diff --git a/lib/tasks/run-hook.js b/lib/tasks/run-hook.js
index <HASH>..<HASH> 100644
--- a/lib/tasks/run-hook.js
+++ b/lib/tasks/run-hook.js
@@ -16,12 +16,20 @@ module.exports = Task.extend({
if (fs.existsSync(hookPath)) {
this.ui.writeLine('Located hook for: ' + hookName);
- hook = require(hookPat... | fix(run-hook): reject only for real errors | isleofcode_ember-cordova | train | js |
d401ef7d37920c7f72dea65b60709870197d3525 | diff --git a/lib/boot/load/tymly-loader/load-component-dir.js b/lib/boot/load/tymly-loader/load-component-dir.js
index <HASH>..<HASH> 100644
--- a/lib/boot/load/tymly-loader/load-component-dir.js
+++ b/lib/boot/load/tymly-loader/load-component-dir.js
@@ -26,15 +26,11 @@ function loadComponentDir (blueprintMeta, origina... | refactor: Use hasProperty helper to slim things down a bit | wmfs_tymly-core | train | js |
f16b43d1502e58243a5e586ae5c66df965445511 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -116,9 +116,10 @@ function sassGenerateContents(destFilePath, creds, options){
return path.split('/').join(':').split('\\').join(':');
}
- function getSection(path){
+ function getSection(filePath){
+ var fileDirArray ... | refactor: Update getSection to use path methods insead of hacking it | andrewbrandwood_gulp-sass-generate-contents | train | js |
59c9e377a4f2306cc72bf00b810bb33d5d19f1f7 | diff --git a/lib/console-reporter.js b/lib/console-reporter.js
index <HASH>..<HASH> 100644
--- a/lib/console-reporter.js
+++ b/lib/console-reporter.js
@@ -60,7 +60,7 @@ ConsoleReporter.prototype.phaseStarted = function phaseStarted(phase) {
'Started phase %s%s, duration: %ss @ %s',
phase.index,
phase.nam... | fix: report duration of pause phases correctly | artilleryio_artillery | train | js |
d3da83368def207585bce9ea95564d79b5097a55 | diff --git a/src/util/Constants.js b/src/util/Constants.js
index <HASH>..<HASH> 100644
--- a/src/util/Constants.js
+++ b/src/util/Constants.js
@@ -19,7 +19,7 @@ const AllowedImageFormats = ['webp', 'png', 'jpg', 'jpeg', 'gif'];
const AllowedImageSizes = Array.from({ length: 9 }, (e, i) => 2 ** (i + 4));
function ma... | fix(Constants): allow undefined size (#<I>) | discordjs_discord.js | train | js |
5f4f97b3a43f64dca68ef1154c16f2f58c6376b5 | diff --git a/src/Rendering/Image/index.js b/src/Rendering/Image/index.js
index <HASH>..<HASH> 100644
--- a/src/Rendering/Image/index.js
+++ b/src/Rendering/Image/index.js
@@ -5,6 +5,7 @@ import DataProberImageBuilder from './DataProberImageBuilder';
import DepthCompositeImageBuilder fro... | fix(FloatTimeDataImageBuilder): register class so it get build by default | Kitware_paraviewweb | train | js |
0a81fcae756155ab596bc3bd7f85d68bb8d2f1d5 | diff --git a/packages/send-type/index.js b/packages/send-type/index.js
index <HASH>..<HASH> 100644
--- a/packages/send-type/index.js
+++ b/packages/send-type/index.js
@@ -20,7 +20,7 @@ module.exports = function (res, code=200, data='', headers={}) {
type = type || OSTREAM; // prefer given
} else if (typeof data ==... | fix(send-type): set “application/json” as fallback
- thank you @TehShrike | lukeed_polka | train | js |
2cfd73cd497036787eb269c4b0066f34fbfe6d13 | diff --git a/src/utils/suggestions.js b/src/utils/suggestions.js
index <HASH>..<HASH> 100644
--- a/src/utils/suggestions.js
+++ b/src/utils/suggestions.js
@@ -58,7 +58,6 @@ const getSuggestions = ({
showDistinctSuggestions: When set to true will only return 1 suggestion per document
*/
-
let suggestionsList = ... | fix: avoid max-stack issue | appbaseio_reactivecore | train | js |
3a1f65a47313ee5fa1643edb548f20c421bbf134 | diff --git a/executor/executor_test.go b/executor/executor_test.go
index <HASH>..<HASH> 100644
--- a/executor/executor_test.go
+++ b/executor/executor_test.go
@@ -8665,5 +8665,5 @@ func (s *testSuite) TestIssue25506(c *C) {
tk.MustExec("insert into tbl_3 values (0xFF)")
tk.MustExec("create table tbl_23 (col_15 bit(... | test: make test TestIssue<I> stable (#<I>) | pingcap_tidb | train | go |
64ef580b5e36284e41c98c151766c04542a46444 | diff --git a/src/constants/verificationSubSteps.js b/src/constants/verificationSubSteps.js
index <HASH>..<HASH> 100644
--- a/src/constants/verificationSubSteps.js
+++ b/src/constants/verificationSubSteps.js
@@ -27,8 +27,8 @@ const subStepsMap = {
[STEPS.statusCheck]: [checkIssuerSignature, checkAuthenticity, checkRe... | refactor(VerificationSubSteps): abstract process a bit more | blockchain-certificates_cert-verifier-js | train | js |
610d57f9464b3066dbe3904e256d3adb8981032f | diff --git a/packages/core/plugins/values-export.js b/packages/core/plugins/values-export.js
index <HASH>..<HASH> 100644
--- a/packages/core/plugins/values-export.js
+++ b/packages/core/plugins/values-export.js
@@ -6,7 +6,7 @@ var search = /values-local|values-composed/;
module.exports = (css, result) => {
var fi... | fix: not all messages have a plugin field (#<I>) | tivac_modular-css | train | js |
e1b377a4111906d2aebd63d8dae50da1dca92930 | diff --git a/src/theme/create-theme.js b/src/theme/create-theme.js
index <HASH>..<HASH> 100644
--- a/src/theme/create-theme.js
+++ b/src/theme/create-theme.js
@@ -139,8 +139,7 @@ export default function createTheme(config) {
text: colors.light,
icon: colors.light,
load... | refactor(Button): removed unnecessary textDecoration | rambler-digital-solutions_rambler-ui | train | js |
b10eae197b1c9982063649532fd517a689d14519 | diff --git a/lib/cursor.js b/lib/cursor.js
index <HASH>..<HASH> 100644
--- a/lib/cursor.js
+++ b/lib/cursor.js
@@ -295,11 +295,13 @@ Cursor.prototype._eachAsyncInternal = function(callback, finalResolve, finalReje
if (self._stackSize <= MAX_CALL_STACK) {
if (callback.length <= 1) {
Promise.re... | fix: return null where new Promises are created but not returned
Bluebird emits warnings when a promise is created in a function but
doesn't return it. Since the author wants these to be no-ops we have
to return null | neumino_rethinkdbdash | train | js |
be8b0e735821353bc0b7dce11c552e8db8d35c80 | diff --git a/frontend/src/component/strategies/strategy-details-container.js b/frontend/src/component/strategies/strategy-details-container.js
index <HASH>..<HASH> 100644
--- a/frontend/src/component/strategies/strategy-details-container.js
+++ b/frontend/src/component/strategies/strategy-details-container.js
@@ -7,7 +... | fix: check that strategies exists before calling includes (#<I>) | Unleash_unleash | train | js |
d757eeb8cd089daa05ce06d6b09833f7f78ca258 | diff --git a/websitev2/docusaurus.config.js b/websitev2/docusaurus.config.js
index <HASH>..<HASH> 100644
--- a/websitev2/docusaurus.config.js
+++ b/websitev2/docusaurus.config.js
@@ -13,6 +13,10 @@ module.exports = {
defaultMode: 'light',
disableSwitch: true,
respectPrefersColorScheme: false,... | docs: Added api key for algolia | Unleash_unleash | train | js |
d35e6cdbcabdb0b6c280be8cb91d8c738113d147 | diff --git a/packages/spaces/src/SpacesLink.js b/packages/spaces/src/SpacesLink.js
index <HASH>..<HASH> 100644
--- a/packages/spaces/src/SpacesLink.js
+++ b/packages/spaces/src/SpacesLink.js
@@ -29,11 +29,13 @@ const getBodyTag = (propTag = 'div', linkStyle) =>
list: 'div',
}[linkStyle] || propTag);
-const ge... | refactor(spaces): allow passing custom titleTag if linkStyle is defined | Availity_availity-react | train | js |
6ce6bf499a3a68b95eb9de3ef3748e34e4da022f | diff --git a/config/config.go b/config/config.go
index <HASH>..<HASH> 100644
--- a/config/config.go
+++ b/config/config.go
@@ -90,6 +90,9 @@ type Config struct {
// WorkflowRestrictions restricts the controller to executing Workflows that meet certain restrictions
WorkflowRestrictions *WorkflowRestrictions `json:... | fix(controller): Make the delay before the first workflow reconciliation configurable. Fixes #<I> (#<I>) | argoproj_argo | train | go,go |
b2d351218d34678bd25be2903545d361e29a5f8a | diff --git a/lib/cli/generators/REACT_NATIVE/index.js b/lib/cli/generators/REACT_NATIVE/index.js
index <HASH>..<HASH> 100644
--- a/lib/cli/generators/REACT_NATIVE/index.js
+++ b/lib/cli/generators/REACT_NATIVE/index.js
@@ -58,8 +58,10 @@ export default async (npmOptions, installServer) => {
}
if (!packageJson.d... | fix: UnhandledPromiseRejectionWarning: react-dom: No matching version found for react-dom@undefined. | storybooks_storybook | train | js |
3efaac5b7d0e64fa84bccf658fb452515898ec62 | diff --git a/src/service/translate.js b/src/service/translate.js
index <HASH>..<HASH> 100644
--- a/src/service/translate.js
+++ b/src/service/translate.js
@@ -1664,8 +1664,8 @@ angular.module('pascalprecht.translate').provider('$translate', ['$STORAGE_KEY',
}
if (!result && result !== '') {
- ... | feat(service): interpolate translationId in case of rejected translation
Closes #<I> | angular-translate_angular-translate | train | js,js |
1ccb91b749d6d0da4f2f67a067f9b37131b75a0d | diff --git a/src/Facades/Asset.php b/src/Facades/Asset.php
index <HASH>..<HASH> 100644
--- a/src/Facades/Asset.php
+++ b/src/Facades/Asset.php
@@ -15,7 +15,6 @@ namespace Josantonius\Asset\Facades;
use Josantonius\Asset\Elements\BodyScript;
use Josantonius\Asset\Elements\Link;
-use Josantonius\Asset\Elements\Script... | refactor: remove unused class | Josantonius_PHP-Asset | train | php |
4ea7acc4b31fa0575bc4ea37f0b6c9bddfdb95a7 | diff --git a/natural-language-understanding/src/main/java/com/ibm/watson/natural_language_understanding/v1/model/CategoriesOptions.java b/natural-language-understanding/src/main/java/com/ibm/watson/natural_language_understanding/v1/model/CategoriesOptions.java
index <HASH>..<HASH> 100644
--- a/natural-language-understa... | chore(natural-language-understanding-v1): post-gen manual change | watson-developer-cloud_java-sdk | train | java |
b7b695b1dd756fe477acdd4e36b0945372e10bf7 | diff --git a/.toys/batch-review.rb b/.toys/batch-review.rb
index <HASH>..<HASH> 100644
--- a/.toys/batch-review.rb
+++ b/.toys/batch-review.rb
@@ -306,16 +306,14 @@ def display_all_diffs pr_data, force_all: false
diff_text = disp_files.map(&:text).join
return if diff_text.empty?
exec ["ydiff", "--width=0", "-s... | chore: Fix premature abort in batch-review if the user cuts short a ydiff run (#<I>) | googleapis_google-cloud-ruby | train | rb |
4adeb170c415736bdd59af99c5a7c2e153d9ee7e | diff --git a/android-app/pages/article.js b/android-app/pages/article.js
index <HASH>..<HASH> 100644
--- a/android-app/pages/article.js
+++ b/android-app/pages/article.js
@@ -18,8 +18,8 @@ const {
const ArticlePageView = Article(config)(fetch);
const platformAdConfig = {
- adUnit: "d.thetimes.co.uk",
- networkId:... | fix: android ad id (#<I>)
* Take network id from app config in android
* Update ad unit and network id | newsuk_times-components | train | js,js |
328369f7185e674b60ee76bef2445d5100638f80 | diff --git a/src/ae/index.js b/src/ae/index.js
index <HASH>..<HASH> 100644
--- a/src/ae/index.js
+++ b/src/ae/index.js
@@ -50,8 +50,7 @@ async function send (tx, options = {}) {
return this.sendTransaction(signed, opt)
}
-async function signUsingGA (tx, options = {}) {
- const { authData, authFun } = options
+as... | refactor(sign-using-ga): don't pass extra options | aeternity_aepp-sdk-js | train | js |
7511e46b34edc82aa12f2a3442743374cf40f52d | diff --git a/services/httpd/handler_test.go b/services/httpd/handler_test.go
index <HASH>..<HASH> 100644
--- a/services/httpd/handler_test.go
+++ b/services/httpd/handler_test.go
@@ -811,7 +811,7 @@ func TestHandler_Flux_DisabledByDefault(t *testing.T) {
body := bytes.NewBufferString(`from(bucket:"db/rp") |> range(... | chore(httpd): Update unit tests to verify <I> status response | influxdata_influxdb | train | go |
78c34fbb5542cdd316c7c2c1513c935f4f4f23f2 | diff --git a/django_extensions/management/commands/reset_db.py b/django_extensions/management/commands/reset_db.py
index <HASH>..<HASH> 100644
--- a/django_extensions/management/commands/reset_db.py
+++ b/django_extensions/management/commands/reset_db.py
@@ -158,12 +158,12 @@ Type 'yes' to continue, or 'no' to cancel: ... | style: make string concatenation whitespace leading
It's weird how it's all leading whitespace and then switches to trailing.
Also snuck in a change to remove unnecessary paren. Now that
line is almost under <I> cols wheee. | django-extensions_django-extensions | train | py |
6d6bdeea5358dfd88a38fcd91b53e82cbd8f7214 | diff --git a/src/picker/PickerColumn.js b/src/picker/PickerColumn.js
index <HASH>..<HASH> 100644
--- a/src/picker/PickerColumn.js
+++ b/src/picker/PickerColumn.js
@@ -191,26 +191,29 @@ export default createComponent({
return option;
},
- setIndex(index, userAction) {
+ setIndex(index, emitChange) {
... | fix(Picker): change event untriggered without a transition (#<I>) | youzan_vant | train | js |
75350939442d26f35afc57ebe183280dc3d158ac | diff --git a/sdks/python/sdk_version.py b/sdks/python/sdk_version.py
index <HASH>..<HASH> 100755
--- a/sdks/python/sdk_version.py
+++ b/sdks/python/sdk_version.py
@@ -10,6 +10,7 @@ takes the major version, adds 3 to it, and prints to stdout the new version, whi
"""
import os
+import re
VERSION_PREFIX = 'v'
VERS... | fix: Handle release candidate versions in Python SDK version. Fixes #<I> (#<I>) | argoproj_argo | train | py |
43e21be0e3cb610ac8fcbe98c13e8547682957a5 | diff --git a/File.php b/File.php
index <HASH>..<HASH> 100644
--- a/File.php
+++ b/File.php
@@ -8,7 +8,7 @@ use Modulus\Support\Extendable;
use Modulus\Support\Exceptions\UnknownStorageException;
use Modulus\Support\Exceptions\StorageUnusableException;
-class File
+final class File
{
use Extendable;
diff --git... | feat: make classes final
prevent users from extending these classes | modulusphp_support | train | php,php |
8f244fae72b8fdd84f5e5c32eebedee0f6ec4ede | diff --git a/src/service/translate.js b/src/service/translate.js
index <HASH>..<HASH> 100644
--- a/src/service/translate.js
+++ b/src/service/translate.js
@@ -1756,7 +1756,7 @@ function $translate($STORAGE_KEY, $windowProvider, $translateSanitizationProvide
* @param {object} interpolateParams Params
* @... | docs(service): fix typo in doc for instant() | angular-translate_angular-translate | train | js |
7aa8ee9a348a8595042533f31c7a7a65eb981b2d | diff --git a/src/components/color/QColor.js b/src/components/color/QColor.js
index <HASH>..<HASH> 100644
--- a/src/components/color/QColor.js
+++ b/src/components/color/QColor.js
@@ -201,6 +201,7 @@ export default {
},
render (h) {
return h(QInputFrame, {
+ staticClass: 'q-color-input',
props: {
... | feat: QDateTime control no longer assigns itself "q-datetime-input" class #<I> | quasarframework_quasar | train | js,js |
ca90574ef34c205ebf9a748acd9e16a6647d559a | diff --git a/examples/hello/settings.js b/examples/hello/settings.js
index <HASH>..<HASH> 100644
--- a/examples/hello/settings.js
+++ b/examples/hello/settings.js
@@ -12,7 +12,8 @@ export class Welcome{
router.configure((config) =>{
config.map([
{ route: ['','welcome'], componentUrl: 'welcome', nav... | fix(router): child nav base urls calculated incorrectly | angular_router | train | js,js |
3480e7ab8d02a3899051aa838ba5beb9d0082fe8 | diff --git a/lib/migration.js b/lib/migration.js
index <HASH>..<HASH> 100644
--- a/lib/migration.js
+++ b/lib/migration.js
@@ -122,7 +122,7 @@ Migration.prototype.sqlFileLoaderTemplate = function() {
'};',
'',
'exports.up = function(db) {',
- ' var filePath = path.join(__dirname, \'sqls', this.name.r... | fix(template): fix unnoticed error introduced in the last merge request
Wrong migrations have been generated | db-migrate_node-db-migrate | train | js |
9859a713cb631efc1b7cc252933c664e7cbe6a7b | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -59,6 +59,9 @@ exports.rmPrefix = (data) => {
exports.getCodec = (prefixedData) => {
const code = util.varintBufferDecode(prefixedData)
const codecName = codeToCodecName[code.toString('hex')]
+ if (code... | fix: throw error instead of returning `undefined`
`rmPrefix()` now throws an error if the given code wasn't found.
This should make increase the usability of this module. | multiformats_js-multicodec | train | js,js |
f96ec5c22ed54ec2ca62023a254aa756a17c37e5 | diff --git a/views/js/qtiCreator/plugins/panel/outcomeEditor.js b/views/js/qtiCreator/plugins/panel/outcomeEditor.js
index <HASH>..<HASH> 100644
--- a/views/js/qtiCreator/plugins/panel/outcomeEditor.js
+++ b/views/js/qtiCreator/plugins/panel/outcomeEditor.js
@@ -68,7 +68,10 @@ define([
*/
function getRpUsedV... | fix: make SCORE and MAXSCORE editable when no response processing chosen | oat-sa_extension-tao-itemqti | train | js |
ec60b933cba71527abc5c069f57b276c55861b56 | diff --git a/packages/legacy-sensor/test/tracing/clientApp.js b/packages/legacy-sensor/test/tracing/clientApp.js
index <HASH>..<HASH> 100644
--- a/packages/legacy-sensor/test/tracing/clientApp.js
+++ b/packages/legacy-sensor/test/tracing/clientApp.js
@@ -18,12 +18,7 @@ require('../../')({
const bodyParser = require('b... | chore: removed node version check in legacy-sensor/test/tracing/clientApp.js
refs <I> | instana_nodejs-sensor | train | js |
59a3eca68cbbca1888353ba975058e39b6b03d66 | diff --git a/lib/long-con/index.js b/lib/long-con/index.js
index <HASH>..<HASH> 100644
--- a/lib/long-con/index.js
+++ b/lib/long-con/index.js
@@ -25,16 +25,12 @@ var tea = requireComponent('tea-properties');
var getProp = tea.get;
var setProp = tea.set;
-function create() {
- return new LongCon();
-}
-
function ... | feat(timestamp): Omit by default | codeactual_long-con | train | js |
895713fc9ac72215acc64d598c3bf2f384425b06 | diff --git a/src/plugins/media_control/media_control.js b/src/plugins/media_control/media_control.js
index <HASH>..<HASH> 100644
--- a/src/plugins/media_control/media_control.js
+++ b/src/plugins/media_control/media_control.js
@@ -108,6 +108,8 @@ export default class MediaControl extends UICorePlugin {
bindEvents(... | refactor(media_control): listen CORE_MOUSE_MOVE/CORE_MOUSE_LEAVE for trigger show/hide actions | clappr_clappr | train | js |
8c45f02e2abdda85eec262d93165641a1f78731f | diff --git a/src/lib/set.js b/src/lib/set.js
index <HASH>..<HASH> 100644
--- a/src/lib/set.js
+++ b/src/lib/set.js
@@ -1,3 +1,17 @@
-export default function set () {
- console.log('set!')
+import query from 'lib/query'
+
+export default function set (...args) {
+ if (typeof args[0] === 'object' && args[0].constructor... | refactor(set): refactor set method | MatteoGabriele_vue-analytics | train | js |
dd86fa1c27304d635931071a5f23c198294e4427 | diff --git a/lib/plugins/compat.js b/lib/plugins/compat.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/compat.js
+++ b/lib/plugins/compat.js
@@ -7,6 +7,18 @@ exports.register = function (server, config) {
server.events.on(event, listener)
})
+
+ // Wrap plugin for 16.x compatibility
+ const noopNext = () ... | feat: wrap and add next to plugins for <I>.x compatibility | bakjs_bak | train | js |
50f70fb85e50f6d7cb4e4c2028a0a38bae9c2904 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
"download-file-sync": "^1.0.4",
"fs-extra": "^8.0.0",
"iso3166-1": "^0.5.0",
- "joi": "^14.0.0",
+ "@hapi/joi": "^15.0.0",
"klaw-sync": "^6.0.0",
"lodash": "^4.5.1"... | feat(deps): Move from joi to @hapi/joi
This just keeps warnings out of `npm install` output | pelias_whosonfirst | train | json,js,js |
4e9b30f4e0a7a58ea45d2115a20074859f5e5aa7 | diff --git a/lib/config/get.js b/lib/config/get.js
index <HASH>..<HASH> 100644
--- a/lib/config/get.js
+++ b/lib/config/get.js
@@ -15,16 +15,16 @@ function getConfig (options, callback) {
}
const config = defaultsDeep(parseOptions(options), getEnv(), getDefaults())
+ if (config.runner !== 'selenium' && config.... | fix: don’t crash when runner is invalid | gr2m_selsa | train | js |
6062489933a9171f6a8daf9413335068a2f51aff | diff --git a/lib/carlo.js b/lib/carlo.js
index <HASH>..<HASH> 100644
--- a/lib/carlo.js
+++ b/lib/carlo.js
@@ -182,7 +182,7 @@ async function launch(options = {}) {
const bgcolor = Color.parse(options.bgcolor);
const bgcolorHex = bgcolor.asString(Color.Format.HEX);
- const executablePath = findChrome().pop();
... | feat(launch): allow pointing carlo to a known Chrome instance | GoogleChromeLabs_carlo | train | js |
5eece4b2d1e0f3d15d1c5b823cf3bc26927cf3ef | diff --git a/lib/ditty/controllers/main.rb b/lib/ditty/controllers/main.rb
index <HASH>..<HASH> 100644
--- a/lib/ditty/controllers/main.rb
+++ b/lib/ditty/controllers/main.rb
@@ -18,6 +18,12 @@ module Ditty
# OmniAuth Identity Stuff
# Log in Page
get '/auth/identity' do
+ # Redirect to the registrat... | chore: Redirect to register if there's no SA user | EagerELK_ditty | train | rb |
29173bf814e2cd795467b9b3814f0eaf0773e9ae | diff --git a/src/managers/GuildManager.js b/src/managers/GuildManager.js
index <HASH>..<HASH> 100644
--- a/src/managers/GuildManager.js
+++ b/src/managers/GuildManager.js
@@ -188,6 +188,8 @@ class GuildManager extends BaseManager {
if (role.color) role.color = resolveColor(role.color);
if (role.permission... | fix(GuildManager): #create throws when systemChannelFlags is undefined (#<I>) | discordjs_discord.js | train | js |
0eebafeb06ae45583f290ec371a2082c1c875c4d | diff --git a/nanoid/complex_generate.py b/nanoid/complex_generate.py
index <HASH>..<HASH> 100644
--- a/nanoid/complex_generate.py
+++ b/nanoid/complex_generate.py
@@ -1,10 +1,11 @@
# coding: utf-8
-from alphabet import alphabet
from itertools import islice
from math import ceil, log
from os import urandom
+from... | fix: sorted imports according to pep8 | puyuan_py-nanoid | train | py,py |
16b2fcfba166719b1feca63f6955439e2f4f21ed | diff --git a/taskqueue/appengine_queue_api.py b/taskqueue/appengine_queue_api.py
index <HASH>..<HASH> 100644
--- a/taskqueue/appengine_queue_api.py
+++ b/taskqueue/appengine_queue_api.py
@@ -49,7 +49,7 @@ class AppEngineTaskQueue():
return ExecuteWrapper(r.json())
def delete(self, project, taskq... | feat: appenging queue api now supports tasks/id/:tid | seung-lab_python-task-queue | train | py |
9b1c4ad875f459971fb07ca81828e4387ea2b88f | diff --git a/packages/icon-build-helpers/src/builders/vue.js b/packages/icon-build-helpers/src/builders/vue.js
index <HASH>..<HASH> 100644
--- a/packages/icon-build-helpers/src/builders/vue.js
+++ b/packages/icon-build-helpers/src/builders/vue.js
@@ -125,7 +125,9 @@ async function builder(metadata, { output }) {
*/
... | fix: carbon vue icons missing some attrs (#<I>) | carbon-design-system_carbon-components | train | js |
d72e81ec0162c4b87dea34a2cf862670a666bf4d | diff --git a/bin/cli-flags.js b/bin/cli-flags.js
index <HASH>..<HASH> 100644
--- a/bin/cli-flags.js
+++ b/bin/cli-flags.js
@@ -78,7 +78,8 @@ module.exports = {
type: Boolean,
configs: [
{
- type: 'boolean',
+ type: 'enum',
+ values: [true],
},
],
... | refactor: cli flags (#<I>) | webpack_webpack-dev-server | train | js |
b757f9ef2db765db98703e4e107a70d778d5bd1d | diff --git a/src/util/Collection.js b/src/util/Collection.js
index <HASH>..<HASH> 100644
--- a/src/util/Collection.js
+++ b/src/util/Collection.js
@@ -39,7 +39,7 @@ class Collection extends Map {
/**
* Creates an ordered array of the values of this collection, and caches it internally. The array will only be
... | docs(Collection): fix spelling of 'behavior' (#<I>) | discordjs_discord.js | train | js |
e188999dee229c902102ec37e398ff4d868616e5 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -352,7 +352,7 @@ Color.prototype = {
},
grayscale() {
- // http://en.wikipedia.org/wiki/Grayscale#Converting_color_to_grayscale
+ // http://en.wikipedia.org/wiki/Grayscale#Converting_colour_to_grayscale
const rgb = ... | fix: typo error, cant arrive at the anchor (#<I>) | Qix-_color | train | js |
e867c88520860c4d7ad1b8b9df27a9ec939b50e3 | diff --git a/lib/gruff/base.rb b/lib/gruff/base.rb
index <HASH>..<HASH> 100644
--- a/lib/gruff/base.rb
+++ b/lib/gruff/base.rb
@@ -235,7 +235,6 @@ module Gruff
@label_max_size = 0
@label_truncation_style = :absolute
- @additional_line_colors = []
@theme_options = {}
@use_data_label ... | refactor: Remove unused instance variables (#<I>) | topfunky_gruff | train | rb |
8c2d421166f1257d544bb7f17255a2609882f947 | diff --git a/src/test/java/com/synopsys/integration/blackduck/comprehensive/recipe/Bdio2UploadRecipeTest.java b/src/test/java/com/synopsys/integration/blackduck/comprehensive/recipe/Bdio2UploadRecipeTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/synopsys/integration/blackduck/comprehensive/recipe/Bdio2Up... | test(bdio): Re-tagging test as integration | blackducksoftware_blackduck-common | train | java |
ed2b5afe32050a6250f80ab5adc08e16270a1414 | diff --git a/packages/node_modules/@cerebral/http/src/DEFAULT_OPTIONS.js b/packages/node_modules/@cerebral/http/src/DEFAULT_OPTIONS.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@cerebral/http/src/DEFAULT_OPTIONS.js
+++ b/packages/node_modules/@cerebral/http/src/DEFAULT_OPTIONS.js
@@ -10,7 +10,7 @@ export ... | fix(http): inclusive check x-www-form-urlencoded in Content-Type header | cerebral_cerebral | train | js |
d4a1fcdb6d5a2be6df4f72eca4fb29ea5400e0de | diff --git a/src/Leevel/Stack/LinkedList.php b/src/Leevel/Stack/LinkedList.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Stack/LinkedList.php
+++ b/src/Leevel/Stack/LinkedList.php
@@ -44,7 +44,7 @@ class LinkedList extends SplDoublyLinkedList
*
* @var array
*/
- protected $type = [];
+ protec... | refactor(stack): for php<I> | hunzhiwange_framework | train | php |
c867b78030fdd3f6dc6fd786e3dd4355728d1ab9 | diff --git a/src/telegram-driver/sinks.js b/src/telegram-driver/sinks.js
index <HASH>..<HASH> 100644
--- a/src/telegram-driver/sinks.js
+++ b/src/telegram-driver/sinks.js
@@ -1,5 +1,11 @@
import { Request, WebhookResponse } from '../types'
-import { merge, map, assoc, curryN, path, defaultTo, keys, pickAll, chain, evo... | style(sinks): rearrange imports | goodmind_cycle-telegram | train | js |
cebb3a5324dba22a306e2424af34c2fff2ff66ef | diff --git a/lib/https/index.js b/lib/https/index.js
index <HASH>..<HASH> 100644
--- a/lib/https/index.js
+++ b/lib/https/index.js
@@ -493,7 +493,11 @@ function resolveWebsocket(socket, wss) {
pluginMgr.getResRules(socket, res, function() {
util.parseRuleJson([_rules.resHeaders, _rules.resCors, _rul... | refactor: format websocket headers | avwo_whistle | train | js |
79bab10f84693954e69e37728af00fd812116b7e | diff --git a/Protocols/Http/Response.php b/Protocols/Http/Response.php
index <HASH>..<HASH> 100644
--- a/Protocols/Http/Response.php
+++ b/Protocols/Http/Response.php
@@ -375,7 +375,7 @@ class Response
if (!isset($headers['Last-Modified'])) {
if ($mtime = \filemtime($file)) {
- $h... | fix:last-modified:<I> failure | walkor_Workerman | train | php |
796998b4a1e5aa061b854c12773c0da565171618 | diff --git a/lib/mongo_client.js b/lib/mongo_client.js
index <HASH>..<HASH> 100644
--- a/lib/mongo_client.js
+++ b/lib/mongo_client.js
@@ -88,7 +88,8 @@ var validOptionNames = [
'fsync',
'readPreferenceTags',
'numberOfRetries',
- 'auto_reconnect'
+ 'auto_reconnect',
+ 'minSize'
];
var ignoreOptionNames ... | refactor(mongo-client): support a pool minSize option
This is required for testing retryable writes with only a single
connection.
NODE-<I> | mongodb_node-mongodb-native | train | js,js |
2f381f534c290f1c4de9e736ba674875c506ea5e | diff --git a/src/common.js b/src/common.js
index <HASH>..<HASH> 100644
--- a/src/common.js
+++ b/src/common.js
@@ -156,8 +156,6 @@ function finalizeNonProxiedObject(parent) {
parent[i] = finalize(child)
} else finalizeNonProxiedObject(child)
})
- // always freeze completely new data
- f... | fix: never auto-freeze new objects | immerjs_immer | train | js |
d57098e83d9c0bd61f9f48ac99dc8d30382bc63e | diff --git a/test/integration/test-fixtures.js b/test/integration/test-fixtures.js
index <HASH>..<HASH> 100644
--- a/test/integration/test-fixtures.js
+++ b/test/integration/test-fixtures.js
@@ -114,7 +114,7 @@ function uploadFixture(fixtureName, cb) {
parts.push({ type: 'field', name, value });
})
... | fix: fix the tests (write after end) | felixge_node-formidable | train | js |
ec6f7d1cfd70f69a970d1af72ff0c2918df070ce | diff --git a/src/peer-store/persistent/index.js b/src/peer-store/persistent/index.js
index <HASH>..<HASH> 100644
--- a/src/peer-store/persistent/index.js
+++ b/src/peer-store/persistent/index.js
@@ -113,6 +113,7 @@ class PersistentPeerStore extends PeerStore {
/**
* Add modified peer key to the dirty set
+ *... | chore: lint issue fixed (#<I>) | libp2p_js-libp2p | train | js |
1bc517ea80393df62b1abf742d6dabd689089b07 | diff --git a/src/components/VDataTable/mixins/body.js b/src/components/VDataTable/mixins/body.js
index <HASH>..<HASH> 100644
--- a/src/components/VDataTable/mixins/body.js
+++ b/src/components/VDataTable/mixins/body.js
@@ -31,7 +31,6 @@ export default {
return this.genTR([transition], { class: 'datatable__expand... | chore(v-data-table): removed dev code | vuetifyjs_vuetify | train | js |
e52f2952e6ffde754afe3c9022cfb54408175641 | diff --git a/src/__tests__/GlobalEmitter.spec.js b/src/__tests__/GlobalEmitter.spec.js
index <HASH>..<HASH> 100644
--- a/src/__tests__/GlobalEmitter.spec.js
+++ b/src/__tests__/GlobalEmitter.spec.js
@@ -1,13 +1,10 @@
import GlobalEmitter from '../GlobalEmitter';
+import EventEmitter from '../EventEmitter';
it('shou... | test: re-write GlobalEmitter test | probil_vue-socket.io-extended | train | js |
bb7402723f2a04ac9fc8edcb2b8f07d4b3f49683 | diff --git a/packages/mc-scripts/config/create-webpack-config-for-production.js b/packages/mc-scripts/config/create-webpack-config-for-production.js
index <HASH>..<HASH> 100644
--- a/packages/mc-scripts/config/create-webpack-config-for-production.js
+++ b/packages/mc-scripts/config/create-webpack-config-for-production.... | fix: rearrange postcss plugins (#<I>) | commercetools_merchant-center-application-kit | train | js |
bfd2ecb19170e0ee102cef514ba1a4138c94a6eb | diff --git a/src/Runnable.js b/src/Runnable.js
index <HASH>..<HASH> 100644
--- a/src/Runnable.js
+++ b/src/Runnable.js
@@ -47,7 +47,7 @@ class Runnable {
if (item instanceof Pipeline) {
return item.compose(params, fn)(next)
}
- return fn(item, params.concat(next))
+ return Promise.resolve(fn(item... | fix(Runnable): wrap fn inside Promise.resolve
Some methods can be non-async, so it's better to wrap method inside Promise.resolve, to avoid
unwanted runtime exceptions | poppinss_co-compose | train | js,js |
ff73d6147430a006f442571a8c6017b40059c581 | diff --git a/styleguide/spec/js/styleguide-nav-spec.js b/styleguide/spec/js/styleguide-nav-spec.js
index <HASH>..<HASH> 100644
--- a/styleguide/spec/js/styleguide-nav-spec.js
+++ b/styleguide/spec/js/styleguide-nav-spec.js
@@ -39,15 +39,10 @@ describe('StyleguideNav', () => {
it('creates second-level links', () => {... | chore(test): Fix styleguide specs now that tabs changed | pivotal-cf_pivotal-ui | train | js |
76784ff7e0a7454470036e4e1766b8b4160b8a3e | diff --git a/src/simple/token.js b/src/simple/token.js
index <HASH>..<HASH> 100644
--- a/src/simple/token.js
+++ b/src/simple/token.js
@@ -65,7 +65,7 @@ export default class Token {
characterOffsetEnd: this._characterOffsetEnd,
before: this._before,
indexafteafter: this._after,
- pos: this._po... | feat(token): toJSON includes pos info | gerardobort_node-corenlp | train | js |
ea1d6505af52948013511a21a55db82c5a7c5a00 | diff --git a/config.js b/config.js
index <HASH>..<HASH> 100644
--- a/config.js
+++ b/config.js
@@ -4,6 +4,7 @@ System.config({
babelOptions: {
"optional": [
"runtime",
+ "optimisation.modules.system",
"es7.decorators",
"es7.classProperties"
] | fix(project): revert removal of babel optimization option | SpoonX_aurelia-orm | train | js |
da7e020ce3f71ce840f9ddaf98030a920ae076e4 | diff --git a/cts/index/settings_test.go b/cts/index/settings_test.go
index <HASH>..<HASH> 100644
--- a/cts/index/settings_test.go
+++ b/cts/index/settings_test.go
@@ -3,11 +3,12 @@ package index
import (
"testing"
+ "github.com/stretchr/testify/require"
+
"github.com/algolia/algoliasearch-client-go/algolia/opt"
... | test: set IndexLanguages field in Settings integration test | algolia_algoliasearch-client-go | train | go |
2fcbc601e3da82655c263b974448cc1300805f1e | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -57,7 +57,8 @@ module.exports = function (grunt) {
'src/service/storage-key.js',
'src/directive/translate.js',
'src/directive/translate-cloak.js',
- 'src/filter/translate.js'
+... | fix(service): integrate translationCache into service distribution file | angular-translate_angular-translate | train | js,js |
1a2e1862213d180f9dc8c8ac3fbfc2fe0a07fddf | diff --git a/test/unit/delete.spec.js b/test/unit/delete.spec.js
index <HASH>..<HASH> 100644
--- a/test/unit/delete.spec.js
+++ b/test/unit/delete.spec.js
@@ -65,7 +65,6 @@ describe('unit#delete', () => {
});
afterEach(() => {
- console.log(remove);
sinon.restore();
del.restore();
... | refactor: remove console.log | lykmapipo_mongoose-rest-actions | train | js |
d97b09fe21b4623e23790a065c0f9813de21ea1f | diff --git a/lib/text/ui_text_displayer.js b/lib/text/ui_text_displayer.js
index <HASH>..<HASH> 100644
--- a/lib/text/ui_text_displayer.js
+++ b/lib/text/ui_text_displayer.js
@@ -166,7 +166,7 @@ shaka.text.UITextDisplayer = class {
// Return true if the cue should be displayed at the current time point.
const... | fix: Fix subtitle display in timing edge case (#<I>)
We've seen some SmartTVs show one subtitle without removing the previous one.
I think this is happening because two different subtitles may meet the condition of "greater or equal than" and "lower or equal than" at the same time. After changing the greater than o... | google_shaka-player | train | js |
9dce9e82acc55a61a07e08778d272b7428f4fd47 | diff --git a/router/navigate.js b/router/navigate.js
index <HASH>..<HASH> 100644
--- a/router/navigate.js
+++ b/router/navigate.js
@@ -15,7 +15,7 @@ export default function navigate(rawUri, currentFocus, nextFocus, nextContext) {
// it might be a plain uri, i.e., without slicing
let sliced = uri.split(')');... | fix: missed .length in sliced while navigate | UXtemple_panels | train | js |
2439b8128672b6224105f61954f5c1895f247759 | diff --git a/packages/dropdown/src/components/Dropdown.story.js b/packages/dropdown/src/components/Dropdown.story.js
index <HASH>..<HASH> 100644
--- a/packages/dropdown/src/components/Dropdown.story.js
+++ b/packages/dropdown/src/components/Dropdown.story.js
@@ -2,6 +2,7 @@ import React from "react";
import { storiesO... | docs(dropdown): add story for small sized dropdown
affects: @crave/farmblocks-dropdown | CraveFood_farmblocks | train | js |
a31d3515159caf08732c7217648601bed193c0d6 | diff --git a/great_expectations/render/view/view.py b/great_expectations/render/view/view.py
index <HASH>..<HASH> 100644
--- a/great_expectations/render/view/view.py
+++ b/great_expectations/render/view/view.py
@@ -72,7 +72,7 @@ class ValueListView(View):
class ColumnSectionView(View):
- _template = "section.j2... | fix: the view was referencing a template that does not exist | great-expectations_great_expectations | train | py |
a444304d75e2690ebeede663a1855a692c39c9d2 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -9,12 +9,22 @@ module.exports = {
name: 'ember-cli-gravatar',
included: function included(app) {
- // workaround for https://github.com/ember-cli/ember-cli/issues/3718
- if (typeof app.import !== 'function' && ap... | fix: better support for nested addons/engines
Resolves #<I> | johno_ember-cli-gravatar | train | js |
354d6097c3cecf70a1dfdabf709a8d76915393e6 | diff --git a/packages/bonde-admin/src/mobrender/widgets/adjustments/component.js b/packages/bonde-admin/src/mobrender/widgets/adjustments/component.js
index <HASH>..<HASH> 100644
--- a/packages/bonde-admin/src/mobrender/widgets/adjustments/component.js
+++ b/packages/bonde-admin/src/mobrender/widgets/adjustments/compon... | fix(admin): adjustments map keys | nossas_bonde-client | train | js |
c0c5c6565c54f8adaaf1721b6c177286905cc50c | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -296,8 +296,8 @@ TimelinePlugin.prototype.postResults = function() {
// delay before Sauce Labs updates logs.
setTimeout(function() {
var sauceServer = new SauceLabs({
- username: this.config.sauceUser,... | fix(sauce): fixed sauce-config | angular_protractor-timeline-plugin | train | js |
a7d9b1c36b3b696d5ebd0490d5d611d9be17a020 | diff --git a/packages/site/src/common/components/link.js b/packages/site/src/common/components/link.js
index <HASH>..<HASH> 100644
--- a/packages/site/src/common/components/link.js
+++ b/packages/site/src/common/components/link.js
@@ -3,9 +3,18 @@ import { NavLink } from 'react-router-dom'
import React from 'react'
... | fix(site): scroll to top when nav between pages
Fixes #<I> | pluralsight_design-system | train | js |
bbf04348b0c79be2103fd3aaa746685578eb12fd | diff --git a/git/test/test_git.py b/git/test/test_git.py
index <HASH>..<HASH> 100644
--- a/git/test/test_git.py
+++ b/git/test/test_git.py
@@ -201,7 +201,7 @@ class TestGit(TestBase):
try:
remote.fetch()
except GitCommandError as err:
- if sys.ve... | fix(travis): get py<I> to work
Seems like OSX is somewhat special here ... . | gitpython-developers_GitPython | train | py |
84cc95e9b353c22e043af01bdcb4d101ac152607 | diff --git a/src/components/core/core.js b/src/components/core/core.js
index <HASH>..<HASH> 100644
--- a/src/components/core/core.js
+++ b/src/components/core/core.js
@@ -246,7 +246,7 @@ export default class Core extends UIObject {
}
setupContainers(containers) {
- containers.map(this.setupContainer.bind(thi... | refactor(core): use forEach instead of map to iterate over containers | clappr_clappr | train | js |
d631896c48c775354080cdf6ac12b8f81ba9f21d | diff --git a/src/js/core/navbar.js b/src/js/core/navbar.js
index <HASH>..<HASH> 100644
--- a/src/js/core/navbar.js
+++ b/src/js/core/navbar.js
@@ -70,18 +70,6 @@ export default {
return boundary === true ? $el : boundary;
},
- target({ target }, $el) {
- return target === true ... | refactor: simply pass props to drop | uikit_uikit | train | js |
70e5cf7ac0b89abb7484e6ad60e4c7083646b66c | diff --git a/src/test/java/com/bugsnag/ConfigurationTest.java b/src/test/java/com/bugsnag/ConfigurationTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/bugsnag/ConfigurationTest.java
+++ b/src/test/java/com/bugsnag/ConfigurationTest.java
@@ -97,6 +97,22 @@ public class ConfigurationTest {
assertFa... | test: add test for base delivery ignoring endpoint | bugsnag_bugsnag-java | train | java |
57f49a2fb7c06582709b354f040e512bd46c404b | diff --git a/lib/datasource/packagist/index.js b/lib/datasource/packagist/index.js
index <HASH>..<HASH> 100644
--- a/lib/datasource/packagist/index.js
+++ b/lib/datasource/packagist/index.js
@@ -73,7 +73,7 @@ async function getPackagistFile(regUrl, file) {
const { key, sha256 } = file;
const fileName = key.replac... | fix(packagist): check for opts.auth | renovatebot_renovate | train | js |
06dbb72c7338c201dc76842eb35004d03f26adc1 | diff --git a/lib/LifecycleWatcher.js b/lib/LifecycleWatcher.js
index <HASH>..<HASH> 100644
--- a/lib/LifecycleWatcher.js
+++ b/lib/LifecycleWatcher.js
@@ -31,7 +31,7 @@ class LifecycleWatcher {
else if (typeof waitUntil === 'string')
waitUntil = [waitUntil];
this._expectedLifecycle = waitUntil.map(valu... | chore: use map instead of plain object (#<I>) | GoogleChrome_puppeteer | train | js |
b89572c7677849108be479e986be6dc0a7fef55d | diff --git a/lib/browser.js b/lib/browser.js
index <HASH>..<HASH> 100644
--- a/lib/browser.js
+++ b/lib/browser.js
@@ -93,7 +93,7 @@ var Browser = function(id, fullName, /* capturedBrowsers */ collection, emitter,
this.lastResult.total = info.total;
if (info.total === null) {
- log.warn('Adapter did no... | style(browser): correct spelling of the warning | karma-runner_karma | train | js |
548d2546526ada7a037434a49eca809bf52ba1b4 | diff --git a/packages/node_modules/webex/src/webex.js b/packages/node_modules/webex/src/webex.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/webex/src/webex.js
+++ b/packages/node_modules/webex/src/webex.js
@@ -12,7 +12,7 @@ require('@webex/plugin-authorization');
// explicitly load wdm, since we're relyin... | refactor(webex): migrate to device
Migrate from internal-plugin-wdm to internal-plugin-device. | webex_spark-js-sdk | train | js |
f3f8b713734623a5788f5d85d883247fcb01105d | diff --git a/internal/pipe/brew/brew.go b/internal/pipe/brew/brew.go
index <HASH>..<HASH> 100644
--- a/internal/pipe/brew/brew.go
+++ b/internal/pipe/brew/brew.go
@@ -96,7 +96,7 @@ func (Pipe) Default(ctx *context.Context) error {
)
}
brew.Install = strings.Join(installs, "\n")
- log.Warnf("optimisticall... | fix: typo on warning log
The warning `optimistically guessing `brew[%d].installs`, double check` made me thinks of a hidden `installs` option (note the final "s"). Thanks god, it's just a typo, the existing and documented option is `install` (without the "s") | goreleaser_goreleaser | train | go |
5621cd37ae52f0aab3a5f8522535025d2b856476 | 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
@@ -549,7 +549,7 @@ class QuasarConfFile {
}
}
- cfg.metaConf.ssrServerScript = appPaths.resolve.ssr('... | feat(app-vite): allow more extensions for src-ssr/server (.[jt]sx?) | quasarframework_quasar | train | js |
d9c31b1fce9f1efeeabc561132fdaa9b10717131 | diff --git a/source/rafcon/gui/models/abstract_state.py b/source/rafcon/gui/models/abstract_state.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/gui/models/abstract_state.py
+++ b/source/rafcon/gui/models/abstract_state.py
@@ -247,7 +247,7 @@ class AbstractStateModel(MetaModel, Hashable):
def update_meta_dat... | fix(abstract_state): Properly combine all ports to a list | DLR-RM_RAFCON | train | py |
234999ec828dc3eb8f5ae44c67630e0046e7b6be | diff --git a/packages/orbit-components/src/utils/Slide/index.js b/packages/orbit-components/src/utils/Slide/index.js
index <HASH>..<HASH> 100644
--- a/packages/orbit-components/src/utils/Slide/index.js
+++ b/packages/orbit-components/src/utils/Slide/index.js
@@ -25,7 +25,6 @@ export const StyledSlide = styled.div`
S... | feat(slide): added static defaultProps inside class | kiwicom_orbit-components | train | js |
a5c64683d3d468636611a76d8ef44ad978ea94af | diff --git a/tests/TestCase/ORM/LazyLoadEntityTraitTest.php b/tests/TestCase/ORM/LazyLoadEntityTraitTest.php
index <HASH>..<HASH> 100644
--- a/tests/TestCase/ORM/LazyLoadEntityTraitTest.php
+++ b/tests/TestCase/ORM/LazyLoadEntityTraitTest.php
@@ -17,7 +17,6 @@ use JeremyHarris\LazyLoad\TestApp\Model\Table\ArticlesTable... | fix: deprecated warnings | jeremyharris_cakephp-lazyload | train | php |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.