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 |
|---|---|---|---|---|---|
1897e61a8932d8b2288864a63f408d434a5c3751 | diff --git a/packages/puppeteer-extra-plugin-devtools/test/headless.js b/packages/puppeteer-extra-plugin-devtools/test/headless.js
index <HASH>..<HASH> 100644
--- a/packages/puppeteer-extra-plugin-devtools/test/headless.js
+++ b/packages/puppeteer-extra-plugin-devtools/test/headless.js
@@ -6,8 +6,8 @@ const PUPPETEER_A... | chore: Update travis CI | berstend_puppeteer-extra | train | js |
a21c3ff33101dc776a56d143c9cc967a3d85c3c9 | diff --git a/config/webpack/webpack.config.js b/config/webpack/webpack.config.js
index <HASH>..<HASH> 100644
--- a/config/webpack/webpack.config.js
+++ b/config/webpack/webpack.config.js
@@ -142,7 +142,8 @@ const buildWebpackConfigs = builds.map(
new webpack.DefinePlugin(envVars),
bundleAnalyzerPl... | feat(webpack): Name CSS chunks when split from bundle (#<I>) | seek-oss_sku | train | js |
ed7a8e6ca350d06ff5f4d9fe8bd7ed2f06ada9ad | diff --git a/niworkflows/anat/ants.py b/niworkflows/anat/ants.py
index <HASH>..<HASH> 100644
--- a/niworkflows/anat/ants.py
+++ b/niworkflows/anat/ants.py
@@ -233,7 +233,7 @@ def init_brain_extraction_wf(name='brain_extraction_wf',
# Tolerate missing ANTs at construction time
_ants_version = Registration().... | fix(workflow): amend bug introduced in #<I> [skip ci] | poldracklab_niworkflows | train | py |
983dfd4435e6a9fc34879bca02d0ac5a183c56d0 | diff --git a/docs/website/scripts/live-blocks/src/preprocess/localEval.js b/docs/website/scripts/live-blocks/src/preprocess/localEval.js
index <HASH>..<HASH> 100644
--- a/docs/website/scripts/live-blocks/src/preprocess/localEval.js
+++ b/docs/website/scripts/live-blocks/src/preprocess/localEval.js
@@ -62,7 +62,7 @@ asy... | docs: Fix package parsing in preprocessor
The regexp was not allowing comments at the end of the line. | open-policy-agent_opa | train | js |
651a3a8a39c580cd7a54b5c4c2370ef36631af8f | diff --git a/test/k8sT/Services.go b/test/k8sT/Services.go
index <HASH>..<HASH> 100644
--- a/test/k8sT/Services.go
+++ b/test/k8sT/Services.go
@@ -1319,7 +1319,7 @@ var _ = Describe("K8sServicesTest", func() {
SkipItIf(helpers.DoesNotExistNodeWithoutCilium, "Tests with TC, direct routing and Hybrid", func() {
... | test: Fix NodePort acceleration param
The node-port-acceleration param "none" has been changed to "disabled".
Fix: eee8b<I>e<I> ("cilium: rename --node-port-acceleration=none to =disabled") | cilium_cilium | train | go |
5095dc6006151a0938a63258b89e6169ada6e2f9 | diff --git a/samcli/lib/providers/sam_function_provider.py b/samcli/lib/providers/sam_function_provider.py
index <HASH>..<HASH> 100644
--- a/samcli/lib/providers/sam_function_provider.py
+++ b/samcli/lib/providers/sam_function_provider.py
@@ -97,16 +97,15 @@ class SamFunctionProvider(SamBaseProvider):
if l... | fix: change the multiple functions warning message colour to yellow (#<I>) | awslabs_aws-sam-cli | train | py |
05bad36459dcb28bcf30253fc939bc59beb1d6ab | diff --git a/lib/manager/bazel/update.js b/lib/manager/bazel/update.js
index <HASH>..<HASH> 100644
--- a/lib/manager/bazel/update.js
+++ b/lib/manager/bazel/update.js
@@ -72,11 +72,13 @@ async function updateDependency(fileContent, upgrade) {
});
}
logger.debug({ oldDef: upgrade.def, newDef });
- co... | fix(bazel): preserve newlines
Closes #<I> | renovatebot_renovate | train | js |
772f52245f5ea13d9f72ecdb5bf879ef99e28a24 | diff --git a/src/lib/tutorial.js b/src/lib/tutorial.js
index <HASH>..<HASH> 100644
--- a/src/lib/tutorial.js
+++ b/src/lib/tutorial.js
@@ -9,7 +9,9 @@ export function isTutorial() {
export function display(t) {
const isSmall = document.querySelectorAll('.coz-nav')[0].offsetParent === null
const isLandscape = win... | fix: issue with cozy-bar DOM nodes targeting in tutorial :bug: | cozy_cozy-home | train | js |
f498382635a47a4053a4d52a9fbf55d1161aae14 | diff --git a/config/webpack.config.js b/config/webpack.config.js
index <HASH>..<HASH> 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -26,13 +26,12 @@ var optimizedProdLoaders = [
loader: process.env.IONIC_CACHE_LOADER
},
- /*{
+ {
loader: '@angular-devkit/bu... | chore(webpack): revert webpack config change that was accidentally committed | ionic-team_ionic-app-scripts | train | js |
cf6279b22fb6ac8d367dce6f525917da7f5d7cf0 | diff --git a/core/poi/lib/plugins/serve.js b/core/poi/lib/plugins/serve.js
index <HASH>..<HASH> 100644
--- a/core/poi/lib/plugins/serve.js
+++ b/core/poi/lib/plugins/serve.js
@@ -82,6 +82,13 @@ exports.cli = api => {
}
)
+ if (devServerConfig.publicPath && devServerConfig.historyApiFallback) {
+ d... | fix: With publicPath and historyApiFallback, manually set fallback index (#<I>) | egoist_poi | train | js |
6a41955a8475079a3912030d4c919cce5adb1a58 | diff --git a/webpack.config.js b/webpack.config.js
index <HASH>..<HASH> 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -15,6 +15,7 @@ const HotModuleReplacementPlugin = require('webpack/lib/HotModuleReplacementPlug
const NamedModulesPlugin = require('webpack/lib/NamedModulesPlugin')
const NoEmitOnErrorsPlu... | feat: Use experimental Scope Hoisting
webpack 3 config Scope Hoisting. | scopewu_qrcode.vue | train | js |
9d2397dfb05b63a409cb4f84ca6fbe58b5de1dca | diff --git a/js/releases/index.js b/js/releases/index.js
index <HASH>..<HASH> 100644
--- a/js/releases/index.js
+++ b/js/releases/index.js
@@ -194,7 +194,7 @@ class Releases {
* @memberof SentryReleases
*/
newDeploy(release, options) {
- if (!options || !options.include) {
+ if (!options || !options.en... | fix: change required option to newDeploy JS api (#<I>) | getsentry_sentry-cli | train | js |
3c5835529313dcc30de083b31c789d81d608d5b2 | diff --git a/poco/proxy.py b/poco/proxy.py
index <HASH>..<HASH> 100644
--- a/poco/proxy.py
+++ b/poco/proxy.py
@@ -612,15 +612,15 @@ class UIObjectProxy(object):
if focus == 'anchor':
pos = self.attr('pos')
elif focus == 'center':
- x, y = self.attr('pos')
+ x, y = m... | fix: pos str bug
(cherry picked from commit 2d<I>d<I>d<I>e0dd<I>e<I>b<I>f3cf<I>c) | AirtestProject_Poco | train | py |
2c11878524e19032793effa67f09df0682e5775b | diff --git a/src/Avatar.php b/src/Avatar.php
index <HASH>..<HASH> 100644
--- a/src/Avatar.php
+++ b/src/Avatar.php
@@ -416,7 +416,7 @@ class Avatar
$array = array_values($array);
$name = $this->name;
- if (strlen($name) === 0) {
+ if ($name === null || strlen($name) === 0) {
... | fix: dont pass null to strlen() (#<I>) | laravolt_avatar | train | php |
0aad199b99a054724e63eae0157b0607e4914be2 | diff --git a/source/rafcon/core/execution/execution_engine.py b/source/rafcon/core/execution/execution_engine.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/core/execution/execution_engine.py
+++ b/source/rafcon/core/execution/execution_engine.py
@@ -456,7 +456,7 @@ class ExecutionEngine(Observable):
if wa... | fix(execution_engine): execute_state_machine_from_path always returns sm
... also in cases where wait_for_execution_finished is True | DLR-RM_RAFCON | train | py |
3ec0bb275933a40b25bb66159f4e4164d1506cb7 | diff --git a/packages/zent/src/swiper/Swiper.js b/packages/zent/src/swiper/Swiper.js
index <HASH>..<HASH> 100644
--- a/packages/zent/src/swiper/Swiper.js
+++ b/packages/zent/src/swiper/Swiper.js
@@ -55,6 +55,7 @@ export default class Swiper extends (PureComponent || Component) {
const childrenCount = Children.coun... | feat: Swiper support dynamic add and remove child | youzan_zent | train | js |
6d1fade55c12912d8c5e2e11b176f89f82e9ead5 | diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php
index <HASH>..<HASH> 100644
--- a/DependencyInjection/Configuration.php
+++ b/DependencyInjection/Configuration.php
@@ -17,8 +17,8 @@ class Configuration implements ConfigurationInterface
*/
public function getConfigTr... | chore(sf-deprecations): deprecated TreeBuilder constructor and root method adjusted | OpenClassrooms_UseCaseBundle | train | php |
d4a54c9381cce79d9f56598598540e4fb0f40a46 | diff --git a/pipeline/changelog/changelog.go b/pipeline/changelog/changelog.go
index <HASH>..<HASH> 100644
--- a/pipeline/changelog/changelog.go
+++ b/pipeline/changelog/changelog.go
@@ -124,7 +124,7 @@ func getChangelog(tag string) (string, error) {
}
func gitLog(refs ...string) (string, error) {
- var args = []st... | fix: do not decorate git log output
Ensure that the git log output is not decorated. Otherwise, the format
changes and the tests fail.
Fixes #<I> | goreleaser_goreleaser | train | go |
ba69c47f12a1e2b11184f2f499ba0c6946bf3d75 | diff --git a/packages/cozy-jobs-cli/src/shell.js b/packages/cozy-jobs-cli/src/shell.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-jobs-cli/src/shell.js
+++ b/packages/cozy-jobs-cli/src/shell.js
@@ -1,6 +1,7 @@
const repl = require('repl')
const util = require('util')
const cheerio = require('cheerio')
+const fs... | feat: allow to load a file in the cozy-jobs-cli shell | konnectors_libs | train | js |
a2376b826ca26497624222d3dfb60283a2ceb24f | diff --git a/lib/preprocessor.js b/lib/preprocessor.js
index <HASH>..<HASH> 100644
--- a/lib/preprocessor.js
+++ b/lib/preprocessor.js
@@ -39,6 +39,8 @@ var createPreprocessor = function (config, basePath, injector) {
alreadyDisplayedWarnings[name] = true
}
+
+ return instances[name]
}
patterns... | fix(preprocessor): Better handling of failing preprocessors
Closes #<I> | karma-runner_karma | train | js |
2c124610ba33bcd68256218387d04c74f998268d | diff --git a/huawei_lte_api/api/Pb.py b/huawei_lte_api/api/Pb.py
index <HASH>..<HASH> 100644
--- a/huawei_lte_api/api/Pb.py
+++ b/huawei_lte_api/api/Pb.py
@@ -93,11 +93,7 @@ class Pb(ApiGroup):
}),
])
- dicttoxml_xargs = {
- 'attr_type': False
- }
-
- return self.... | chore(Pb): dicttoxml config not needed since it is a default | Salamek_huawei-lte-api | train | py |
c86cc2dff63e25143cd56c30e51beba51e133cf5 | diff --git a/packages/webpack-config/module/cssRules/postCssLoader.js b/packages/webpack-config/module/cssRules/postCssLoader.js
index <HASH>..<HASH> 100644
--- a/packages/webpack-config/module/cssRules/postCssLoader.js
+++ b/packages/webpack-config/module/cssRules/postCssLoader.js
@@ -2,7 +2,7 @@ module.exports = {
... | fix(webpack-config): try to fix path to postcss.config.js
affects: @goldwasserexchange/webpack-config | goldwasserexchange_public | train | js |
7ee1493aab189178dc7c71f5cb8a6997955ecab2 | diff --git a/src/main/java/org/camunda/bpm/model/bpmn/builder/AbstractBaseElementBuilder.java b/src/main/java/org/camunda/bpm/model/bpmn/builder/AbstractBaseElementBuilder.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/camunda/bpm/model/bpmn/builder/AbstractBaseElementBuilder.java
+++ b/src/main/java/org/camu... | chore(model): fix backwards compatibility issue
Related to CAM-<I>, CAM-<I> | camunda_camunda-bpmn-model | train | java |
c4030087a7ad22583537013e2496f366ec54439f | diff --git a/test/test_pdf_parse.rb b/test/test_pdf_parse.rb
index <HASH>..<HASH> 100644
--- a/test/test_pdf_parse.rb
+++ b/test/test_pdf_parse.rb
@@ -62,7 +62,7 @@ class TestPDFParser < Minitest::Test
assert_instance_of Boolean, b_false
assert b_false.false?
- assert (not b_true.false?)
+ ... | test: use refute instead of negative assert in test_parse_bool | gdelugre_origami | train | rb |
0202576ac34dda7ea484f67be736b2153dc7e5bd | diff --git a/lib/cli.js b/lib/cli.js
index <HASH>..<HASH> 100644
--- a/lib/cli.js
+++ b/lib/cli.js
@@ -24,7 +24,6 @@ try {
var util = require('util');
var path = require('path');
-var fs = require('fs');
var runner = require('./runner.js');
var argv = require('optimist').
usage('Usage: protractor [options] [... | refactor(cli): use node to read package version
Node will natively parse a json file if it is passed into a require
statement. One less variable and function call. Also passes OS correct
path separators with the path.join call. | angular_protractor | train | js |
b2feb188dd787e5ef66fd311c4b32cc9412b84de | diff --git a/utils/build/webpack.base.js b/utils/build/webpack.base.js
index <HASH>..<HASH> 100644
--- a/utils/build/webpack.base.js
+++ b/utils/build/webpack.base.js
@@ -93,6 +93,7 @@ found at http://www.apache.org/licenses/LICENSE-2.0
loader: 'css-loader',
options: {
modules: ... | fix(build): remove duplicate classNames from webpack build (#<I>) | zendeskgarden_react-components | train | js |
ae40c361a027bbb0ee481c6feee37ce0d460f5e6 | diff --git a/lib/parser/postcss.js b/lib/parser/postcss.js
index <HASH>..<HASH> 100644
--- a/lib/parser/postcss.js
+++ b/lib/parser/postcss.js
@@ -8,14 +8,6 @@ class PostCssParser {
postcss.parse(contentOrParsed) : contentOrParsed
}
- get content() {
- return this._parsed.toString()
- }
-
- get parsed... | refactor: remove unused code | patrickhulce_nukecss | train | js |
f4d09918d289311fc66a07204c56aa643878ff0b | diff --git a/lib/define-properties.js b/lib/define-properties.js
index <HASH>..<HASH> 100644
--- a/lib/define-properties.js
+++ b/lib/define-properties.js
@@ -1,13 +1,12 @@
'use strict';
var defineProperty = require('core-js/library/fn/object/define-property');
-var foreach = require('core-js/library/fn/array/for-e... | refactor(empower): refactor define-properties.js a bit | power-assert-js_empower | train | js |
bb3df051a396c51843d673d17fe9a872468d18a3 | diff --git a/lib/components/app/responsive-webapp.js b/lib/components/app/responsive-webapp.js
index <HASH>..<HASH> 100644
--- a/lib/components/app/responsive-webapp.js
+++ b/lib/components/app/responsive-webapp.js
@@ -180,12 +180,6 @@ class RouterWrapper extends Component {
path='/print'
... | refactor: remove unused react-router paths | opentripplanner_otp-react-redux | train | js |
4127ba97475761852a8c96e11c10de32ff760676 | diff --git a/go/cmd/vtctldclient/command/tablets.go b/go/cmd/vtctldclient/command/tablets.go
index <HASH>..<HASH> 100644
--- a/go/cmd/vtctldclient/command/tablets.go
+++ b/go/cmd/vtctldclient/command/tablets.go
@@ -628,8 +628,8 @@ func init() {
Root.AddCommand(DeleteTablets)
Root.AddCommand(ExecuteHook)
- Root.Ad... | refactor: fix ordering of commands in vtctldclient init function | vitessio_vitess | train | go |
ce842fcc76fd61b8b6948d0b07306d82ad1ec12a | diff --git a/test/test_Exceptions.py b/test/test_Exceptions.py
index <HASH>..<HASH> 100644
--- a/test/test_Exceptions.py
+++ b/test/test_Exceptions.py
@@ -28,7 +28,10 @@ class TestUtil(unittest.TestCase):
self.assertEqual(exc.hresult, 0x42)
text = str(exc)
if not get_platform().startswith('wi... | test: update test to support old macOS versions
Thanks to Robert Scott for the bug report
" Tests failing on macos again due to Unkown exception messages #<I> "
Fixes <URL> | LudovicRousseau_pyscard | train | py |
a2cf127ea36f9099e6151a6a65440f31ce31bb83 | diff --git a/lib/ditty/controllers/users_controller.rb b/lib/ditty/controllers/users_controller.rb
index <HASH>..<HASH> 100644
--- a/lib/ditty/controllers/users_controller.rb
+++ b/lib/ditty/controllers/users_controller.rb
@@ -55,7 +55,7 @@ module Ditty
user.check_roles
end
- broadcast(:component... | fix: Send entity when broadcasting user component_create | EagerELK_ditty | train | rb |
0c58328a40d946016d02e60de4bccd9d02bbff09 | diff --git a/test/unit/condition_unit_test.rb b/test/unit/condition_unit_test.rb
index <HASH>..<HASH> 100644
--- a/test/unit/condition_unit_test.rb
+++ b/test/unit/condition_unit_test.rb
@@ -68,6 +68,7 @@ class ConditionUnitTest < Minitest::Test
assert_equal nil, Condition.new({}, '>', 2).evaluate
assert_equa... | test: Equality comparison of two hashes (#<I>) | Shopify_liquid | train | rb |
d9b1c5db023912363a7f4438f57e2b00875a8bec | diff --git a/azurerm/config.go b/azurerm/config.go
index <HASH>..<HASH> 100644
--- a/azurerm/config.go
+++ b/azurerm/config.go
@@ -78,12 +78,8 @@ type ArmClient struct {
clients.Client
subscriptionId string
- partnerId string
environment azure.Environment
- getAuthenticatedObjectID func(context.Contex... | refactor: removing unused code | terraform-providers_terraform-provider-azurerm | train | go |
67d38d814c2177b0fd3a51485b0fe727076c0b15 | diff --git a/google/oauth2/credentials.py b/google/oauth2/credentials.py
index <HASH>..<HASH> 100644
--- a/google/oauth2/credentials.py
+++ b/google/oauth2/credentials.py
@@ -300,8 +300,9 @@ class Credentials(credentials.ReadOnlyScoped, credentials.Credentials):
generated JSON.
... | docs: update docstring of to_json() method (#<I>)
from #<I>,
this PR updated the docstring of ``to_json`` method in the credential so that it points user to ``from_authorized_user_info`` instead of the non-existent ``from_json`` | googleapis_google-auth-library-python | train | py |
f44c4e769bc908d71f79cf0a5c9a9f0282d8c22c | diff --git a/testutil/server.go b/testutil/server.go
index <HASH>..<HASH> 100644
--- a/testutil/server.go
+++ b/testutil/server.go
@@ -124,7 +124,7 @@ func defaultServerConfig() *TestServerConfig {
Server: randomPort(),
RPC: randomPort(),
},
- ReadyTimeout: 3 * time.Second,
+ ReadyTimeout: 10 * time.S... | test: bump ReadyTimeout to <I>s | hashicorp_consul | train | go |
83d2bba3816c5d6a9a33a104ae016e777a45caf2 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -188,10 +188,13 @@ proto.wrapStream = function(stream, dest, pipeOpts) {
end();
}
};
- stream.getPayload = function(cb) {
+ stream.getPayload = function(cb, size) {
if (done) {... | refactor: add payloadSize param | avwo_pipestream | train | js |
70e0f09f668ddcd368d785528bc402ec2f78b7b7 | diff --git a/stan/__init__.py b/stan/__init__.py
index <HASH>..<HASH> 100644
--- a/stan/__init__.py
+++ b/stan/__init__.py
@@ -1,3 +1,3 @@
from stan.model import build # noqa
-__version__ = "3.0.0a12"
+__version__ = "3.0.0-beta.0" | fix: Fix version in __init__.py
This version needs to match the version in pyproject.toml. | stan-dev_pystan | train | py |
3fdf325da3ea5694bbc9ffa6e87a0cc98504ed3f | diff --git a/biz/webui/lib/index.js b/biz/webui/lib/index.js
index <HASH>..<HASH> 100644
--- a/biz/webui/lib/index.js
+++ b/biz/webui/lib/index.js
@@ -218,7 +218,7 @@ app.use(function(req, res, next) {
|| doNotCheckLogin(req)) {
return next();
}
- if (req.headers[config.WEBUI_HEAD] && (req.path === '/' ||... | refactor: unable to get local network IP problem | avwo_whistle | train | js |
7bb3729db774ce3517eb11968ccb9ed24d170c7d | diff --git a/packages/toast-ui.react-grid/webpack.config.js b/packages/toast-ui.react-grid/webpack.config.js
index <HASH>..<HASH> 100644
--- a/packages/toast-ui.react-grid/webpack.config.js
+++ b/packages/toast-ui.react-grid/webpack.config.js
@@ -1,18 +1,20 @@
-const HtmlWebpackPlugin = require('html-webpack-plugin');
... | chore: change libraryTarget to commonjs2 | nhn_tui.grid | train | js |
7a8221e57f4fa4844e5f40506a628ca3826b6cbf | diff --git a/aratrum/Aratrum.py b/aratrum/Aratrum.py
index <HASH>..<HASH> 100644
--- a/aratrum/Aratrum.py
+++ b/aratrum/Aratrum.py
@@ -1,4 +1,6 @@
# -*- coding: utf-8 -*-
+import os
+
import ujson
@@ -9,7 +11,7 @@ class Aratrum:
def __init__(self, filename='config.json'):
self.config = None
- ... | feat(aratrum): filename path is absolute | Vesuvium_aratrum | train | py,py |
2d21c2af840313b6224275a7ef368e10cd82a3dd | diff --git a/src/search.js b/src/search.js
index <HASH>..<HASH> 100644
--- a/src/search.js
+++ b/src/search.js
@@ -118,6 +118,17 @@ module.exports = function(AV) {
_queryString: null,
_highlights: null,
_sortBuilder: null,
+ _clazz: null,
+
+ constructor: function(className) {
+ if... | fix(search): support query all classes (#<I>) | leancloud_javascript-sdk | train | js |
22a7e6dc4afc2d0cb43a299991f501d6ecb70105 | diff --git a/engine/engine.go b/engine/engine.go
index <HASH>..<HASH> 100644
--- a/engine/engine.go
+++ b/engine/engine.go
@@ -7,7 +7,6 @@ import (
type Engine struct {
dispatcher *Dispatcher
- scheduler *Scheduler
machine *machine.Machine
registry *registry.Registry
}
@@ -15,7 +14,7 @@ type Engine stru... | refactor(engine): remove scheduler field from Engine | coreos_fleet | train | go |
528ba5d71c451c99d749ca226f5611416b5705f9 | diff --git a/demos/src/Examples/Tasks/React/index.spec.js b/demos/src/Examples/Tasks/React/index.spec.js
index <HASH>..<HASH> 100644
--- a/demos/src/Examples/Tasks/React/index.spec.js
+++ b/demos/src/Examples/Tasks/React/index.spec.js
@@ -18,6 +18,8 @@ context('/src/Examples/Tasks/React/', () => {
cy.get('.ProseMi... | refactor(tests): added todo note for tasks test | scrumpy_tiptap | train | js |
de987ed2468ee8a778d4ad67a895eac2d01eafc2 | diff --git a/src/plugin/release/index.js b/src/plugin/release/index.js
index <HASH>..<HASH> 100644
--- a/src/plugin/release/index.js
+++ b/src/plugin/release/index.js
@@ -101,6 +101,11 @@ function action (config, directory, options) {
return console.log(separator())
}
+ execute(
+ ... | fix(northbrook): fix release issues (#<I>) | northbrookjs_northbrook | train | js |
4a53683fee706b9278d743567b660af07c43ed88 | diff --git a/fastly/acl.go b/fastly/acl.go
index <HASH>..<HASH> 100644
--- a/fastly/acl.go
+++ b/fastly/acl.go
@@ -4,18 +4,18 @@ import (
"fmt"
"net/url"
"sort"
+ "time"
)
type ACL struct {
ServiceID string `mapstructure:"service_id"`
Version int `mapstructure:"version"`
- Name string `mapstructure... | refactor(acl): response object timestamp fields
Change data type from string to time of all timestamp fields.
fix #<I> | sethvargo_go-fastly | train | go |
9d58062f4833c525dec4432096890557654ab9bf | diff --git a/cmds/coverage.js b/cmds/coverage.js
index <HASH>..<HASH> 100644
--- a/cmds/coverage.js
+++ b/cmds/coverage.js
@@ -17,6 +17,12 @@ module.exports = {
type: 'array',
choices: Object.keys(coverage.providers),
default: ['codecov']
+ },
+ files: {
+ alias: 'f',
+ describe: 'C... | feat: support --files on coverage and release | ipfs_aegir | train | js,js |
30c20c418546c75463e1c59f0f4e840472c070b9 | diff --git a/tests/integration_test.py b/tests/integration_test.py
index <HASH>..<HASH> 100644
--- a/tests/integration_test.py
+++ b/tests/integration_test.py
@@ -15,12 +15,12 @@ def commands():
@pytest.fixture
def test_repo(tmp_path, commands):
cwd = os.getcwd()
- os.chdir(tmp_path)
+ os.chdir(str(tmp_pat... | fix: TypeError in CI because of PosixPath
This is awkward, because locally it works without issue. On CI it fails. | Michael-F-Bryan_auto-changelog | train | py |
8426bc5193a09a672ac15b71c26a31d8db53a81b | diff --git a/src/Config.php b/src/Config.php
index <HASH>..<HASH> 100644
--- a/src/Config.php
+++ b/src/Config.php
@@ -46,10 +46,10 @@ class Config
public static function register(Di $di)
{
- $defaultPath = $di['ROOT_PATH'] . '/app/config/*.php';
+ $defaultPath = $di['ROOT_PATH'] . '/config/*.... | refactor: change config dir structure | phwoolcon_phwoolcon | train | php |
c1b30c0c47ef346a7283c963f461f9ad3c56799e | diff --git a/src/nodes/Time.js b/src/nodes/Time.js
index <HASH>..<HASH> 100644
--- a/src/nodes/Time.js
+++ b/src/nodes/Time.js
@@ -40,13 +40,13 @@ class Time extends EventsHaNode {
if (this.isHomeAssistantRunning) {
this.onStateChanged();
- } else {
- this.addEventClientListene... | refactor(time): Use client 'ready' event to trigger change | zachowj_node-red-contrib-home-assistant-websocket | train | js |
d96083c293b253bb6d8f0e1f93d71197c17008c3 | diff --git a/common/common.go b/common/common.go
index <HASH>..<HASH> 100644
--- a/common/common.go
+++ b/common/common.go
@@ -163,7 +163,7 @@ const (
MinClientVersion = "1.4.0"
// CacheVersion is a objects version cached using util/cache/cache.go.
// Number should be bumped in case of backward incompatible chang... | fix: bump cache version due to redis compression feature (#<I>) | argoproj_argo-cd | train | go |
28df9bf8d5ec80ecd4d39c9f495424dad5ea4284 | diff --git a/components/Hits.js b/components/Hits.js
index <HASH>..<HASH> 100644
--- a/components/Hits.js
+++ b/components/Hits.js
@@ -31,11 +31,9 @@ class Hits extends React.Component {
}
Hits.propTypes = {
- hits: React.PropTypes.array,
- transformData: React.PropTypes.shape({
- hit: React.PropTypes.func,
- ... | chore(templatesConfig): remove no more needed PropTypes checks
There were still some PropTypes check being incorrectly defined (now
in Template component) | algolia_instantsearch.js | train | js,js |
484c0578b34214ca171de0508c7b11bc8b390207 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -22,7 +22,8 @@ async function build(opts) {
debug('DMG spec is:\n', spec);
- const specPath = path.resolve(os.tmpdir(), 'appdmg.json');
+ const specDir = await fs.mkdtemp(path.join(os.tmpdir(), 'electr... | fix: write appdmg.json to a unique tmpdir path (#<I>) | electron-userland_electron-installer-dmg | train | js |
ac63798047fac7d2abace3502e16faa1becf983b | diff --git a/src/Ufo/Core/App.php b/src/Ufo/Core/App.php
index <HASH>..<HASH> 100644
--- a/src/Ufo/Core/App.php
+++ b/src/Ufo/Core/App.php
@@ -11,7 +11,7 @@ namespace Ufo\Core;
use Ufo\Cache\Cache;
use Ufo\Cache\CacheStorageNotSupportedException;
-use Ufo\Modules\Controller;
+use Ufo\Modules\ControllerInterface;
u... | feat: requirements for module callback made weaker | enikeishik_ufoframework | train | php |
1b1732011d16c5b9ab9bcdbb2b7a62bf892a61dd | diff --git a/test/main.go b/test/main.go
index <HASH>..<HASH> 100644
--- a/test/main.go
+++ b/test/main.go
@@ -111,10 +111,11 @@ func main() {
}
res = check.RunAll(&check.RunConf{
- Filter: args.Run,
- Stream: true,
- Verbose: true,
- KeepWorkDir: args.Debug,
+ Filter: args.Run,
+ St... | test: Run GitDeploySuite tests concurrently | flynn_flynn | train | go,go |
75dfbe16421bc02cfc98d1d59f5f23107ab96bba | diff --git a/go/vt/withddl/withddl.go b/go/vt/withddl/withddl.go
index <HASH>..<HASH> 100644
--- a/go/vt/withddl/withddl.go
+++ b/go/vt/withddl/withddl.go
@@ -69,7 +69,7 @@ func (wd *WithDDL) Exec(ctx context.Context, query string, fQuery interface{}, f
}
execDDL := execQuery
if fDDL != nil {
- execDDL, err = wd... | feat: bug-fix to use fDDL inside condition | vitessio_vitess | train | go |
8e7552e2fec3886006207c58d31440b39f2fdd8a | diff --git a/packages/cozy-konnector-libs/src/libs/linkBankOperations.js b/packages/cozy-konnector-libs/src/libs/linkBankOperations.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-konnector-libs/src/libs/linkBankOperations.js
+++ b/packages/cozy-konnector-libs/src/libs/linkBankOperations.js
@@ -34,7 +34,7 @@ class L... | fix: try to group health bills even with bad type | konnectors_libs | train | js |
a0b81357cdaefd8f26f6ee98b8330f526dd3d85a | diff --git a/superset/datasets/api.py b/superset/datasets/api.py
index <HASH>..<HASH> 100644
--- a/superset/datasets/api.py
+++ b/superset/datasets/api.py
@@ -256,7 +256,7 @@ class DatasetRestApi(BaseSupersetModelRestApi):
- in: path
schema:
type: bool
- name: override_... | fix(datasets): renaming openAPI columns (#<I>) | apache_incubator-superset | train | py,py |
e5e640e00ec277ee86dbc61f864a5292bfb21ba1 | diff --git a/vyper/functions/convert.py b/vyper/functions/convert.py
index <HASH>..<HASH> 100644
--- a/vyper/functions/convert.py
+++ b/vyper/functions/convert.py
@@ -254,7 +254,7 @@ def to_bytes32(expr, args, kwargs, context):
)
-@signature(("bytes32"), "*")
+@signature(("bytes32", "uint256"), "*")
def t... | feat: allow conversion from uint<I> -> address | ethereum_vyper | train | py |
1685043639dcc4528e3b25bcad4d1f661ddfe01c | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -47,7 +47,7 @@ module.exports = {
},
included(app) {
- this._super(...arguments);
+ this._super.apply(this, arguments)
app.import('vendor/hoodie.js');
}, | fix: compatibility with node < v6 | hoodiehq_ember-hoodie | train | js |
25017be90314e517d6bba2bb15f71fd70a1739e4 | diff --git a/content/template/bookingTemplate/template_A.php b/content/template/bookingTemplate/template_A.php
index <HASH>..<HASH> 100644
--- a/content/template/bookingTemplate/template_A.php
+++ b/content/template/bookingTemplate/template_A.php
@@ -212,7 +212,7 @@ if ( ! $api_key || empty( $api_key ) ) {
<?php... | fix: Fixed so that the booking form cares about MaxParticipantNumber being set to zero (unlimited) | MultinetInteractive_EduAdmin-WordPress | train | php |
63d0260337e892ac7455f2b1bb1d4eb0ebe6bb95 | diff --git a/ui/src/components/virtual-scroll/QVirtualScroll.js b/ui/src/components/virtual-scroll/QVirtualScroll.js
index <HASH>..<HASH> 100644
--- a/ui/src/components/virtual-scroll/QVirtualScroll.js
+++ b/ui/src/components/virtual-scroll/QVirtualScroll.js
@@ -1,4 +1,4 @@
-import { h, ref, computed, watch, onBeforeMo... | fix(VirtualScroll): fix attached events to scroll target when activate/deactivate #<I> (#<I>) | quasarframework_quasar | train | js |
84b8226b9d33251bb496d8f44a3fd5d581dad006 | diff --git a/config/webpack.prod.js b/config/webpack.prod.js
index <HASH>..<HASH> 100644
--- a/config/webpack.prod.js
+++ b/config/webpack.prod.js
@@ -46,8 +46,8 @@ module.exports = webpackMerge(commonConfig, {
output: {
path: helpers.root('dist'),
publicPath: METADATA.PUBLIC_PATH,
- filename: 'bundles/... | fix(build): reference correct project name in bundle creation | fabric8-ui_fabric8-planner | train | js |
8ebe26f34bf9afd71eb52687730a3dbf1482b3ef | diff --git a/lib/plugins/load-plugin.js b/lib/plugins/load-plugin.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/load-plugin.js
+++ b/lib/plugins/load-plugin.js
@@ -1895,6 +1895,19 @@ module.exports = async function(options, callback) {
if (tunnelServer) {
initConnectReq(req, socket);
... | feat: tunnel.writeHead | avwo_whistle | train | js |
6bdd6cdc591378faf45a157a0ad13d17632a72cd | diff --git a/lib/utils/replace-sprite-placeholder.js b/lib/utils/replace-sprite-placeholder.js
index <HASH>..<HASH> 100644
--- a/lib/utils/replace-sprite-placeholder.js
+++ b/lib/utils/replace-sprite-placeholder.js
@@ -1,5 +1,3 @@
-const escapeRegExpSpecialChars = require('escape-string-regexp');
-
const isWindows = /... | fix(utils): properly replace path to image with sprite name on Windows
ISSUES CLOSED: #<I> | kisenka_svg-sprite-loader | train | js |
6e95064a9bb1083327cb2525fa53313ba90d8e60 | diff --git a/test/integration/features/step_definitions/common-steps.js b/test/integration/features/step_definitions/common-steps.js
index <HASH>..<HASH> 100644
--- a/test/integration/features/step_definitions/common-steps.js
+++ b/test/integration/features/step_definitions/common-steps.js
@@ -62,9 +62,7 @@ Before(asyn... | test(integration): simplified the import of the js-scaffolder | travi_javascript-scaffolder | train | js |
85bdde024773c2834ec1fe6ba87648bc1d72128a | diff --git a/src/TestUtils/CloudFunctionLocalTestTrait.php b/src/TestUtils/CloudFunctionLocalTestTrait.php
index <HASH>..<HASH> 100644
--- a/src/TestUtils/CloudFunctionLocalTestTrait.php
+++ b/src/TestUtils/CloudFunctionLocalTestTrait.php
@@ -109,4 +109,33 @@ trait CloudFunctionLocalTestTrait
{
self::$fn-... | feat: add convenient request method (#<I>) | GoogleCloudPlatform_php-tools | train | php |
00c3e6d8649993e83ca5bf173d30738382ea1e3e | diff --git a/src/modules/Accordion/AccordionTitle.js b/src/modules/Accordion/AccordionTitle.js
index <HASH>..<HASH> 100644
--- a/src/modules/Accordion/AccordionTitle.js
+++ b/src/modules/Accordion/AccordionTitle.js
@@ -34,7 +34,10 @@ export default class AccordionTitle extends Component {
content: customPropTypes.... | fix(AccordionTitle): allow strings in index PropType (#<I>)
fix(AccordionTitle): allow strings in index PropType | Semantic-Org_Semantic-UI-React | train | js |
eeae354042b56a76cf152001f49cf66f95e93e5f | diff --git a/api/tasks.py b/api/tasks.py
index <HASH>..<HASH> 100644
--- a/api/tasks.py
+++ b/api/tasks.py
@@ -71,7 +71,7 @@ def run_command(c, command):
if rc != 0:
raise EnvironmentError('Could not pull image: {pull_image}'.format(**locals()))
# run the command
- docker_args = ' ... | fix(controller): use /bin/sh as entrypoint for run | deis_controller-sdk-go | train | py |
457952bb5abf08b09861b0e5da403080cd5525be | diff --git a/src/lib/jwt.js b/src/lib/jwt.js
index <HASH>..<HASH> 100644
--- a/src/lib/jwt.js
+++ b/src/lib/jwt.js
@@ -106,7 +106,8 @@ async function getToken (params) {
// or not set (e.g. development or test instance) case use unprefixed name
secureCookie = !(!process.env.NEXTAUTH_URL || process.env.NEXTAUT... | fix(jwt): make decode overrideable in getToken (#<I>) | iaincollins_next-auth | train | js |
1c305e41ac9e254e5ad2d2ad0a33514d95ca3baa | diff --git a/tests/src/Functional/InstallationTest.php b/tests/src/Functional/InstallationTest.php
index <HASH>..<HASH> 100644
--- a/tests/src/Functional/InstallationTest.php
+++ b/tests/src/Functional/InstallationTest.php
@@ -4,6 +4,7 @@ namespace Drupal\Tests\contenta_jsonapi\Functional;
use Drupal\Component\Seria... | test: ensure that Open API works after install | contentacms_contenta_jsonapi | train | php |
dd008af7c99f79da4328e34cdb37874d55e6f63c | diff --git a/src/IO/Interactor.php b/src/IO/Interactor.php
index <HASH>..<HASH> 100644
--- a/src/IO/Interactor.php
+++ b/src/IO/Interactor.php
@@ -282,17 +282,18 @@ class Interactor
{
$error = 'Invalid value. Please try again!';
$hidden = \func_get_args()[4] ?? false;
- $readFn = $hidden ... | refactor(interactor): reduce complexity in prompt | adhocore_php-cli | train | php |
f46ad49de217b89f8927ef16646e47fecced67d2 | diff --git a/api/src/opentrons/hardware_control/modules/thermocycler.py b/api/src/opentrons/hardware_control/modules/thermocycler.py
index <HASH>..<HASH> 100644
--- a/api/src/opentrons/hardware_control/modules/thermocycler.py
+++ b/api/src/opentrons/hardware_control/modules/thermocycler.py
@@ -2,7 +2,7 @@ import asynci... | fix(api): unrestrict thermocycler lid at api level for testing (#<I>)
There was a remnant safety to prevent opening the lid of the thermocycler from the python api when
it has set target temperature for the block. Let's remove this for now given that some of this is to
be handled in firmware and we need to limit ope... | Opentrons_opentrons | train | py |
2d2dea5adadfdcb7a054c7b9e81a59f6b138f543 | diff --git a/lib/util/index.js b/lib/util/index.js
index <HASH>..<HASH> 100644
--- a/lib/util/index.js
+++ b/lib/util/index.js
@@ -1251,6 +1251,7 @@ function ignorePlugins(rules, name) {
return true;
}
+var enableRules = ['https', 'intercept', 'hide'];
function mergeRules(req, add, isResRules) {
var origin = ... | refactor: enable://https|intercept|hide | avwo_whistle | train | js |
732d1704a0267ebe8fe08fece847ee6a87711a72 | diff --git a/src/components/charts/line/Line.js b/src/components/charts/line/Line.js
index <HASH>..<HASH> 100644
--- a/src/components/charts/line/Line.js
+++ b/src/components/charts/line/Line.js
@@ -73,7 +73,11 @@ const Line = ({
motionStiffness,
motionDamping,
+ // interactivity
isInteractive,
+
+ ... | feat(line): add ability to disable stack tooltip on line chart | plouc_nivo | train | js |
c56d26a5b0517e93721e8860f00d383d15b2054d | diff --git a/test/cr_complex_test.go b/test/cr_complex_test.go
index <HASH>..<HASH> 100644
--- a/test/cr_complex_test.go
+++ b/test/cr_complex_test.go
@@ -739,3 +739,34 @@ func TestCrUnmergedSetMtimeOfRemovedDir(t *testing.T) {
),
)
}
+
+// bob moves and sets the mtime of a file that was written by alice
+func Te... | test: add a test for moving and setting mtime on a written file
Issue: KBFS-<I> | keybase_client | train | go |
74f1918af3efbd53774677978ca7b6d4b34af1ce | diff --git a/rollup.config.js b/rollup.config.js
index <HASH>..<HASH> 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -78,10 +78,9 @@ function generateConfig(configType, format) {
config.external = [
/@babel\/runtime/,
'bn.js',
- // Bundled for `Buffer` consistenc... | fix: fix Buffer shim compatibility in browser (#<I>) | solana-labs_solana-web3.js | train | js |
c1d329f7e2eee02cf9e1684886457248d34b1396 | diff --git a/packages/components/bolt-tabs/src/tabs.js b/packages/components/bolt-tabs/src/tabs.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-tabs/src/tabs.js
+++ b/packages/components/bolt-tabs/src/tabs.js
@@ -67,7 +67,7 @@ class BoltTabs extends withContext(withLitHtml()) {
const panels = this.ta... | feat: set static tabs id for testing | bolt-design-system_bolt | train | js |
f302a0e1df16c1d70f167e7daa1c8194d5812961 | diff --git a/annotations/builder/src/main/java/io/sundr/builder/internal/processor/AbstractBuilderProcessor.java b/annotations/builder/src/main/java/io/sundr/builder/internal/processor/AbstractBuilderProcessor.java
index <HASH>..<HASH> 100644
--- a/annotations/builder/src/main/java/io/sundr/builder/internal/processor/A... | chore: avoid generating uneeded fluents for annotations | sundrio_sundrio | train | java |
56eaba211a19b070ca29195c4138dc946cb4bb22 | diff --git a/src/Commands/Serve/index.js b/src/Commands/Serve/index.js
index <HASH>..<HASH> 100644
--- a/src/Commands/Serve/index.js
+++ b/src/Commands/Serve/index.js
@@ -60,7 +60,7 @@ class Serve extends Command {
*/
started (dev, debug) {
console.log('')
- console.log(`${this.chalk.bgGreenBright.black(... | fix: use bgGreen vs bgGreenBright coz of kleur over chalk | adonisjs_adonis-cli | train | js |
458bf267316c374b929e251695128b61dd17d99f | diff --git a/lib/config.js b/lib/config.js
index <HASH>..<HASH> 100644
--- a/lib/config.js
+++ b/lib/config.js
@@ -33,7 +33,7 @@ var LOCAL_UI_HOST_LIST = ['local.whistlejs.com', 'l.wproxy.cn', '1.wproxy.cn',
var variableProperties = ['encrypted', 'sockets', 'dataDirname', 'storage', 'baseDir', 'noGlobalPlugins', 'plug... | refactor: http/2 is required node >= <I> | avwo_whistle | train | js |
adbdae14e6464497458fa9876b43f46bdfac531d | diff --git a/packages/components/bolt-with-without/js/Switch/index.js b/packages/components/bolt-with-without/js/Switch/index.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-with-without/js/Switch/index.js
+++ b/packages/components/bolt-with-without/js/Switch/index.js
@@ -5,8 +5,8 @@ import { Switch } fro... | style(with-without): cleaning up Switch js | bolt-design-system_bolt | train | js |
4dd2c56c89579d626cef5f0d0eca70f3e1530877 | diff --git a/test/cluster/cluster.go b/test/cluster/cluster.go
index <HASH>..<HASH> 100644
--- a/test/cluster/cluster.go
+++ b/test/cluster/cluster.go
@@ -103,11 +103,11 @@ func BuildFlynn(bc BootConfig, rootFS, commit string, merge bool, out io.Writer)
}
func (c *Cluster) log(a ...interface{}) (int, error) {
- ret... | test: Add timestamps to cluster log messages
This will make it easier to debug issues when things timeout. | flynn_flynn | train | go |
d25c6f6631749635591dd38ea3f76fbaf4285132 | diff --git a/src/utils/echo-http-server.js b/src/utils/echo-http-server.js
index <HASH>..<HASH> 100644
--- a/src/utils/echo-http-server.js
+++ b/src/utils/echo-http-server.js
@@ -43,11 +43,21 @@ module.exports.createServer = () => {
const server = http.createServer(handler)
- server.start = (opts) => new Promis... | fix: handle err on both start and stop echo-server (#<I>)
* fix: handle err on both start and stop echo-server
* fix: add 'error' event to both server start and close
* chore: code review changes | ipfs_interface-js-ipfs-core | train | js |
e3e93e67b3331889d03e35a28cc098f441210f03 | diff --git a/attributes.js b/attributes.js
index <HASH>..<HASH> 100644
--- a/attributes.js
+++ b/attributes.js
@@ -66,8 +66,13 @@ function cacheAttributes (attributes) {
const cachedAttributes = new Map()
while (i--) {
const attribute = attributes[i]
- const type = attribute.name[0]
- const name = (typ... | fix(type): fix type detection for normal types | nx-js_attributes-middleware | train | js |
c233103553ae99744686848546f6fd9edbcc27ae | diff --git a/packages/date/src/Date.js b/packages/date/src/Date.js
index <HASH>..<HASH> 100644
--- a/packages/date/src/Date.js
+++ b/packages/date/src/Date.js
@@ -69,20 +69,20 @@ const AvDate = ({
[isoDateFormat, format, 'MMDDYYYY', 'YYYYMMDD'],
true
);
-
+ const isoFormatted = date.format(isoDate... | fix(date): moved setFieldTouched for validation...
...consistency and onChange value to be ISO formatted. | Availity_availity-react | train | js |
54fc60ae6052ddc789d38ee1cf8c4805a7de8645 | diff --git a/lib/ditty/helpers/views.rb b/lib/ditty/helpers/views.rb
index <HASH>..<HASH> 100644
--- a/lib/ditty/helpers/views.rb
+++ b/lib/ditty/helpers/views.rb
@@ -47,6 +47,7 @@ module Ditty
end
def pagination(list, base_path, qp = {})
+ return unless list.respond_to? :pagination_record_count
... | fix: Don't display pagination if it doesn't exist | EagerELK_ditty | train | rb |
a435521f443b9dad10399aa7aeb40ee2eef76f7d | diff --git a/components/serverless-page-builder/serverless.js b/components/serverless-page-builder/serverless.js
index <HASH>..<HASH> 100644
--- a/components/serverless-page-builder/serverless.js
+++ b/components/serverless-page-builder/serverless.js
@@ -15,7 +15,8 @@ class ServerlessPageBuilder extends Component {
... | fix: disable accceleration | Webiny_webiny-js | train | js |
077aa6f9d518f3489304bffc8059ee060b68a388 | diff --git a/app.config.js b/app.config.js
index <HASH>..<HASH> 100644
--- a/app.config.js
+++ b/app.config.js
@@ -1,5 +1,5 @@
const configs = [
- require('cozy-scripts/config/webpack.bundle.preact'),
+ require('cozy-scripts/config/webpack.bundle.default'),
require('cozy-scripts/config/webpack.config.css-modules'... | feat: :wrench: Use react CS config | cozy_cozy-home | train | js |
8f1899b02b3ee789bb176234c1dd7ecbca63904d | diff --git a/packages/storage-adapter-spec/src/index.js b/packages/storage-adapter-spec/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/storage-adapter-spec/src/index.js
+++ b/packages/storage-adapter-spec/src/index.js
@@ -68,13 +68,6 @@ export default function runAbstractStorageAdapterSpec(adapter) {
... | test(storage-adapter-spec): reject getting null, undefined | webex_spark-js-sdk | train | js |
ea028fdbcf822a061205e21129582fd653f13946 | diff --git a/src/icon-task.js b/src/icon-task.js
index <HASH>..<HASH> 100644
--- a/src/icon-task.js
+++ b/src/icon-task.js
@@ -32,6 +32,10 @@ module.exports = function(opts) {
AbortTask(`Platforms ${opts.platforms} are not all valid`);
}
+ if (opts.platforms.length === 0 || opts.platforms.indexOf('all'... | refactor(get-platform-sizes): Update to move `all` handling to icon task
Moved because the splash task at least initially will only support iOS
and Android. | isleofcode_splicon | train | js,js |
20e3718a56e08b1a376a4e2d03261f9ab30d9b76 | diff --git a/internal/pipe/snapcraft/snapcraft.go b/internal/pipe/snapcraft/snapcraft.go
index <HASH>..<HASH> 100644
--- a/internal/pipe/snapcraft/snapcraft.go
+++ b/internal/pipe/snapcraft/snapcraft.go
@@ -228,12 +228,14 @@ func create(ctx *context.Context, snap config.Snapcraft, arch string, binaries [
// setup th... | fix: snap package apps with multiple binaries (#<I>) | goreleaser_goreleaser | train | go |
fab250645a6ac7ff8b427c4832d49a1f86eaf91b | diff --git a/scripts/merge-coverage.js b/scripts/merge-coverage.js
index <HASH>..<HASH> 100644
--- a/scripts/merge-coverage.js
+++ b/scripts/merge-coverage.js
@@ -25,6 +25,10 @@ function getReport() {
// Write the merged report to file
fs.writeFile(path.resolve('./coverage/coverage-final.json'), JSON.stringify(... | fix: don't error out when no tests run | Availity_availity-react | train | js |
7a8c337a3d3476bb273f1e72bb8fc3f1235c2361 | diff --git a/stomp/listener.py b/stomp/listener.py
index <HASH>..<HASH> 100644
--- a/stomp/listener.py
+++ b/stomp/listener.py
@@ -275,7 +275,7 @@ class HeartbeatListener(ConnectionListener):
t = self.received_heartbeat + self.receive_sleep - now
if t > 0:
next_eve... | fix: check if any items in `next_events`
If there aren't any items in `next_events`, `min(next_events)` fails with a `ValueError`
Tries to fix: #<I> | jasonrbriggs_stomp.py | train | py |
6d3734d8a353aaa22994dd27f5e38cf75225e878 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -55,8 +55,8 @@ function svg2img(svg, options, callback) {
});
}
-function convert(svgContent) {
- var canvas = Canvas.createCanvas();
+function convert(svgContent,options) {
+ var canvas = Canvas.createCanvas(opt... | fix: instantiate canvas with width and height
fixes #<I>
canvas requires a width and height for pngStream to work | fuzhenn_node-svg2img | train | js |
15210f863383bda74b66a1c6cba0ddb4625b2022 | diff --git a/anyconfig/backend/bson.py b/anyconfig/backend/bson.py
index <HASH>..<HASH> 100644
--- a/anyconfig/backend/bson.py
+++ b/anyconfig/backend/bson.py
@@ -68,7 +68,7 @@ class Parser(anyconfig.backend.base.FromStringLoader,
_load_opts = [] if bson.has_c() else ["codec_options"]
_dump_opts = [] if bson.... | fix: [bson] order of items are not kept if C implemetation is used | ssato_python-anyconfig | train | py |
98f104edd13fffa043149ca88e2754137933c593 | diff --git a/packages/ncform-theme-elementui/conf/webpack.config.prd.js b/packages/ncform-theme-elementui/conf/webpack.config.prd.js
index <HASH>..<HASH> 100755
--- a/packages/ncform-theme-elementui/conf/webpack.config.prd.js
+++ b/packages/ncform-theme-elementui/conf/webpack.config.prd.js
@@ -7,7 +7,7 @@ module.export... | chore(build): build source-map file
re #<I> | ncform_ncform | train | js,js |
b44de7f761be0976ceb7d0c6c7f7152b92a6f231 | diff --git a/src/entity-manager.js b/src/entity-manager.js
index <HASH>..<HASH> 100644
--- a/src/entity-manager.js
+++ b/src/entity-manager.js
@@ -47,14 +47,6 @@ export class EntityManager {
* @chainable
*/
registerEntity(EntityClass) {
- if (!Entity.isPrototypeOf(EntityClass)) {
- throw new Error(`
... | fix(entity-manager): revert entity prototype test. gives false positives in ts | SpoonX_aurelia-orm | train | js,js |
d2db835f20d96e5d1a7d2181497f0e37fffa81b2 | diff --git a/qa/test-db-instance-migration/test-migration/src/test/java/org/camunda/bpm/qa/upgrade/authorization/AuthorizationTest.java b/qa/test-db-instance-migration/test-migration/src/test/java/org/camunda/bpm/qa/upgrade/authorization/AuthorizationTest.java
index <HASH>..<HASH> 100644
--- a/qa/test-db-instance-migra... | chore(engine): Added a comment for H2 exclusion
related to #CAM-<I> | camunda_camunda-bpm-platform | train | java |
0e38e5e68792c65abbc1923caf3e6401f79df32f | diff --git a/tests/before_travis_test.js b/tests/before_travis_test.js
index <HASH>..<HASH> 100644
--- a/tests/before_travis_test.js
+++ b/tests/before_travis_test.js
@@ -77,9 +77,9 @@ function installORM() {
function copyAuthModule () {
return new Promise( function( resolve, reject ) {
var fromDir = pat... | fix(travis): Updated paths to not include backend | CleverStack_clever-auth | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.