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 |
|---|---|---|---|---|---|
b5502e72563f75ce097d6f1501eb7c18042f5930 | diff --git a/packages/karma-esm/src/esm-config.js b/packages/karma-esm/src/esm-config.js
index <HASH>..<HASH> 100644
--- a/packages/karma-esm/src/esm-config.js
+++ b/packages/karma-esm/src/esm-config.js
@@ -57,7 +57,7 @@ function createEsmConfig(karmaConfig) {
'**/spec/**',
'**/demo/**',
'**/storie... | chore(karma-esm): exclude inline scripts from coverage | open-wc_open-wc | train | js |
ea92a207599bfdf84d46777fa104871b1bef4d60 | diff --git a/test/test_helper.rb b/test/test_helper.rb
index <HASH>..<HASH> 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -4,7 +4,7 @@ require("simplecov")
require("codecov")
if ENV["COVERAGE"]
- SimpleCov.formatter = SimpleCov::Formatter::CodeCov if ENV["CI"]
+ SimpleCov.formatter = SimpleCov::Fo... | fix(codecov): Fix capitalization that causes error | watson-developer-cloud_ruby-sdk | train | rb |
7874188cb576a2c315deb9f186ff3ddee5e9017a | diff --git a/lib/config/migrate-validate.js b/lib/config/migrate-validate.js
index <HASH>..<HASH> 100644
--- a/lib/config/migrate-validate.js
+++ b/lib/config/migrate-validate.js
@@ -14,8 +14,11 @@ function migrateAndValidate(config, input) {
{ oldConfig: input, newConfig: migratedConfig },
'Config migrat... | refactor: better debug migrateAndValidate | renovatebot_renovate | train | js |
4e79360993e15096fa063aa5105c521b40d9ff07 | diff --git a/scripts/webpack/cssBundler.js b/scripts/webpack/cssBundler.js
index <HASH>..<HASH> 100644
--- a/scripts/webpack/cssBundler.js
+++ b/scripts/webpack/cssBundler.js
@@ -21,18 +21,18 @@ function cssBundler() {
return [
MiniCssExtractPlugin.loader,
{
- loader: 'css-loader',
+ lo... | refactor(scripts): cssBundler resolve loaders
Resove all module loaders. | trend-community_trend-components | train | js |
ed49ca27509615c8cc93f26522d47e6ddbf3a782 | diff --git a/test/rest/ApiDataFactory_test.js b/test/rest/ApiDataFactory_test.js
index <HASH>..<HASH> 100644
--- a/test/rest/ApiDataFactory_test.js
+++ b/test/rest/ApiDataFactory_test.js
@@ -114,7 +114,11 @@ describe('ApiDataFactory', function () {
it('should cleanup created data', async () => {
await I.hav... | fix: apiDataFactory_test failed intermittently | Codeception_CodeceptJS | train | js |
4b8cfd02f2d44b03753ba1da1dc69af2acfd822c | diff --git a/packages/xod-client-electron/src/app/main.js b/packages/xod-client-electron/src/app/main.js
index <HASH>..<HASH> 100644
--- a/packages/xod-client-electron/src/app/main.js
+++ b/packages/xod-client-electron/src/app/main.js
@@ -244,7 +244,7 @@ app.on('open-file', (event, path) => {
if (!win) return;
... | fix(xod-client-electron): update project path when opening recent files | xodio_xod | train | js |
5e28879789bf74285c97c0f20eb9825830e19f2a | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -134,8 +134,8 @@ html_theme_options = {
'github_banner': True,
'show_powered_by': False,
'extra_nav_links': {
- 'invenio-pages@GitHub': 'http://github.com/inveniosoftware/invenio-pages',
-... | docs: autodoc configuration and HTTPS fix
* Replaces HTTP links with HTTPS where possible. | inveniosoftware_invenio-pages | train | py |
7520b167c49e2ad80cc670312e56d5322116fcee | diff --git a/test/engine_libkbfs.go b/test/engine_libkbfs.go
index <HASH>..<HASH> 100644
--- a/test/engine_libkbfs.go
+++ b/test/engine_libkbfs.go
@@ -69,10 +69,6 @@ func (k *LibKBFS) InitTest(t testing.TB, blockSize int64, blockChangeSize int64,
k.refs[config] = make(map[libkbfs.Node]bool)
k.updateChannels[config]... | test: fix 1-user journaling in EngineLibKBFS
Issue: KBFS-<I> | keybase_client | train | go |
e23f3f495de478ce79d7e897101865c0e48da55a | diff --git a/controller/sync.go b/controller/sync.go
index <HASH>..<HASH> 100644
--- a/controller/sync.go
+++ b/controller/sync.go
@@ -186,7 +186,8 @@ func (m *appStateManager) SyncAppState(app *v1alpha1.Application, state *v1alpha
if err != nil {
state.Phase = common.OperationError
- state.Message = fmt.Sprint... | fix: avoid possible nip pointer dereference during syncing (#<I>) | argoproj_argo-cd | train | go |
b34c39b6a631bab351452059a30cf4e220258287 | diff --git a/test/formats.spec.js b/test/formats.spec.js
index <HASH>..<HASH> 100644
--- a/test/formats.spec.js
+++ b/test/formats.spec.js
@@ -54,13 +54,17 @@ describe('Formats', function () {
it('should validate a date correctly', function () {
var res1 = val.formats.date('2013-01-09');
- var re... | chore(test): add test for german date | litixsoft_lx-valid | train | js |
d7fc2031b12c040a4655b329de085aa0cf30d911 | diff --git a/superset/viz.py b/superset/viz.py
index <HASH>..<HASH> 100644
--- a/superset/viz.py
+++ b/superset/viz.py
@@ -2069,6 +2069,9 @@ class FilterBoxViz(BaseViz):
qry["groupby"] = [col]
metric = flt.get("metric")
qry["metrics"] = [metric] if metric else []
+ asc ... | feat(filter-box): sort by metric on backend (#<I>) | apache_incubator-superset | train | py |
2720600da2d5362fd5947515749d2eaddd82fb3e | diff --git a/webapps/ui/tasklist/client/scripts/form/directives/cam-tasklist-form.js b/webapps/ui/tasklist/client/scripts/form/directives/cam-tasklist-form.js
index <HASH>..<HASH> 100644
--- a/webapps/ui/tasklist/client/scripts/form/directives/cam-tasklist-form.js
+++ b/webapps/ui/tasklist/client/scripts/form/directive... | fix(form): use function expression instead of declarative notation
Using declarative notation to create a function within a branch is not
allowed by strict mode
related to CAM-<I> | camunda_camunda-bpm-platform | train | js |
a1cd57bacfba7e74ccd4bf8d9d5a3e57a54d2620 | diff --git a/packages/build/webpack/index.js b/packages/build/webpack/index.js
index <HASH>..<HASH> 100644
--- a/packages/build/webpack/index.js
+++ b/packages/build/webpack/index.js
@@ -133,12 +133,19 @@ const getDependencies = pkgJson =>
const relatedToDesignSystem = dep => /^@pluralsight\/ps-.*$/.test(dep)
-con... | refactor(build): warn about the dependency irresolution instead of error out | pluralsight_design-system | train | js |
aa8b27867731aa30e57cde09c7e529a9788432e8 | diff --git a/toolium/config_driver.py b/toolium/config_driver.py
index <HASH>..<HASH> 100644
--- a/toolium/config_driver.py
+++ b/toolium/config_driver.py
@@ -293,6 +293,8 @@ class ConfigDriver(object):
return False
elif str(value).startswith('{') and str(value).endswith('}'):
return ... | fix: add list type to config driver convert property type method (#<I>)
Thanks! | Telefonica_toolium | train | py,py |
9866a8d33424b300c6e93640ee5ff6e0c95dc8e7 | diff --git a/tests/test_base_dir.py b/tests/test_base_dir.py
index <HASH>..<HASH> 100644
--- a/tests/test_base_dir.py
+++ b/tests/test_base_dir.py
@@ -99,7 +99,7 @@ files: !include [include.d/**/*.yaml, true]
for loader_cls in YAML_LOADERS:
data = yaml.load(StringIO(yml), loader_cls)
... | fix: dict order error in unittest | tanbro_pyyaml-include | train | py |
578cbedb69f4c7f4a7fed393448739eb12a20fa4 | diff --git a/src/foremast/__main__.py b/src/foremast/__main__.py
index <HASH>..<HASH> 100644
--- a/src/foremast/__main__.py
+++ b/src/foremast/__main__.py
@@ -16,7 +16,7 @@ def add_infra(subparsers):
"""Infrastructure subcommands."""
infra_parser = subparsers.add_parser('infra', help=runner.prepare_infrastruc... | fix: Made infra subcommands help text more clear | foremast_foremast | train | py |
c5bb3fb47a0802e488f5ab814bd620408838ed64 | diff --git a/java-kms/synth.py b/java-kms/synth.py
index <HASH>..<HASH> 100644
--- a/java-kms/synth.py
+++ b/java-kms/synth.py
@@ -16,6 +16,8 @@
import synthtool.languages.java as java
+AUTOSYNTH_MULTIPLE_COMMITS = True
+
service = 'kms'
versions = ['v1'] | chore: enable context aware commits (#<I>) | googleapis_google-cloud-java | train | py |
b97d4a2d6d42d4773882019b152210f78b776c47 | diff --git a/gulp-tasks/styles.js b/gulp-tasks/styles.js
index <HASH>..<HASH> 100644
--- a/gulp-tasks/styles.js
+++ b/gulp-tasks/styles.js
@@ -34,15 +34,6 @@
plugins.postcss([
require('postcss-svg')({
dirs: `${config.patternsPath}/components/icons`,
- svgo: {
- ... | fix(Forms): Fix missing icons-as-background-images. | Pier1_rocketbelt | train | js |
823adfc91abfb2867512b4741a4bebfebfafab64 | diff --git a/gin.go b/gin.go
index <HASH>..<HASH> 100644
--- a/gin.go
+++ b/gin.go
@@ -271,7 +271,7 @@ func (engine *Engine) NoMethod(handlers ...HandlerFunc) {
engine.rebuild405Handlers()
}
-// Use attaches a global middleware to the router. ie. the middleware attached though Use() will be
+// Use attaches a glob... | fix: typo (#<I>) | gin-gonic_gin | train | go |
e81f7f0a27278f0eff17d22dd41a952ac0119365 | diff --git a/rundeckapp/grails-app/assets/javascripts/executionControl.js b/rundeckapp/grails-app/assets/javascripts/executionControl.js
index <HASH>..<HASH> 100644
--- a/rundeckapp/grails-app/assets/javascripts/executionControl.js
+++ b/rundeckapp/grails-app/assets/javascripts/executionControl.js
@@ -23,7 +23,6 @@ var... | fix: kill execution doesn't work | rundeck_rundeck | train | js |
3b97f8ce6d60919c26b21746b420a14264093b43 | diff --git a/annotations/builder/src/main/java/io/sundr/builder/internal/functions/ClazzAs.java b/annotations/builder/src/main/java/io/sundr/builder/internal/functions/ClazzAs.java
index <HASH>..<HASH> 100644
--- a/annotations/builder/src/main/java/io/sundr/builder/internal/functions/ClazzAs.java
+++ b/annotations/buil... | fix: issues with file separator on windows. | sundrio_sundrio | train | java |
e1eb767f19b2b3f836ed828bdc47f12e76963bc4 | diff --git a/services/datalad/datalad_service/tasks/dataset.py b/services/datalad/datalad_service/tasks/dataset.py
index <HASH>..<HASH> 100644
--- a/services/datalad/datalad_service/tasks/dataset.py
+++ b/services/datalad/datalad_service/tasks/dataset.py
@@ -33,7 +33,7 @@ DATALAD_CONFIG = """[datalad "dataset"]
def ... | fix: Add exist_ok=True as the .datalad dir may exist even when config is missing | OpenNeuroOrg_openneuro | train | py |
3915e116d7efd32a5bb98e5fac488b99c0f3ebee | diff --git a/test/core/functional/server_tests.js b/test/core/functional/server_tests.js
index <HASH>..<HASH> 100644
--- a/test/core/functional/server_tests.js
+++ b/test/core/functional/server_tests.js
@@ -995,7 +995,7 @@ describe('Server tests', function() {
const config = this.configuration;
var ... | test: increase server selection timeout for flakey test | mongodb_node-mongodb-native | train | js |
a0e41b669c5f09939ff1f6f0fbeeced9fcb32cd8 | diff --git a/lib/config/env.js b/lib/config/env.js
index <HASH>..<HASH> 100644
--- a/lib/config/env.js
+++ b/lib/config/env.js
@@ -104,13 +104,13 @@ function getConfig(env) {
config.endpoint = env.GITHUB_ENDPOINT;
}
- delete process.env.GITHUB_TOKEN;
- delete process.env.GITHUB_ENDPOINT;
- delete process.e... | refactor: env not process.env | renovatebot_renovate | train | js |
d69b17545b51003c36a0c25cd4a2fa20e2cea8ed | diff --git a/lib/statics.js b/lib/statics.js
index <HASH>..<HASH> 100644
--- a/lib/statics.js
+++ b/lib/statics.js
@@ -142,6 +142,7 @@ function objectify(str) {
each(el.attributes, function(attr){
// then replace it back
var name = 'data-src' == attr.name ? 'src' : attr.name;
+ if (!~str.indexOf(attr.na... | fix: ignore attributes that are not explicitly included
IE7 adds null attributes whenever you create a dom element, so when we append
scripts in ie7 they have all sorts of attributes that we didnt explicitly added.
This solves an issue with script loading ie7 (sometimes they never load).
ticket: <URL> | segmentio_analytics.js-integration | train | js |
3392d13b9726509f86cbeba9071a97007878b29e | diff --git a/src/components/VSnackbar/VSnackbar.js b/src/components/VSnackbar/VSnackbar.js
index <HASH>..<HASH> 100644
--- a/src/components/VSnackbar/VSnackbar.js
+++ b/src/components/VSnackbar/VSnackbar.js
@@ -7,6 +7,7 @@ import {
import Colorable from '../../mixins/colorable'
import Toggleable from '../../mixins/... | refactor: switched snackbar to use positionable mixin | vuetifyjs_vuetify | train | js |
3b3bc986446c31c9efe72049ac06b41e0a42e754 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -8,6 +8,10 @@ function getMappingFromBabel(start) {
const c = findBabelConfig(start);
if (c && c.config && Array.isArray(c.config.plugins)) {
const pluginConfig = c.config.plugins.find(p => p... | fix(mapping): Fix mapping again in editors
Put back the original fix introduced in 0da3f7d. During the refactor of the
mapping function, this code disappeared.
Would be great to have some tests testing this specific case as well. | tleunen_eslint-import-resolver-babel-module | train | js |
2b601558f505edebe6c8ccf36827b013ff97d47e | diff --git a/pkg/client/client.go b/pkg/client/client.go
index <HASH>..<HASH> 100644
--- a/pkg/client/client.go
+++ b/pkg/client/client.go
@@ -32,6 +32,7 @@ import (
"github.com/ghodss/yaml"
"github.com/kubernetes/helm/pkg/common"
+ "github.com/kubernetes/helm/pkg/version"
)
// DefaultHTTPTimeout is the defau... | fix(client): use build version in user-agent | helm_helm | train | go |
c064c810df82124092577155271c6158c02a5470 | diff --git a/build/gulp.package.js b/build/gulp.package.js
index <HASH>..<HASH> 100644
--- a/build/gulp.package.js
+++ b/build/gulp.package.js
@@ -60,7 +60,7 @@ const copyNativeExtensions = async () => {
mkdirp.sync('./out/binaries/bindings/')
for (const file of files) {
- if (file.indexOf(path.join('native-... | fix(build): copy bindings to the correct folder | botpress_botpress | train | js |
2e53e7cfd69a0112aec2389a558df8eb2306cc0f | diff --git a/src/foremast/pipeline/construct_pipeline_block.py b/src/foremast/pipeline/construct_pipeline_block.py
index <HASH>..<HASH> 100644
--- a/src/foremast/pipeline/construct_pipeline_block.py
+++ b/src/foremast/pipeline/construct_pipeline_block.py
@@ -25,13 +25,21 @@ from ..utils import generate_encoded_user_dat... | feat: Use Provider HC for Eureka enabled apps
Set the Health Check to true for the default Provider when Eureka is
enabled.
See also: PSOBAT-<I> | foremast_foremast | train | py |
46c58bfdd2f753265d683b234e15913b61c0e646 | diff --git a/lib/classes/PluginManager.js b/lib/classes/PluginManager.js
index <HASH>..<HASH> 100644
--- a/lib/classes/PluginManager.js
+++ b/lib/classes/PluginManager.js
@@ -646,16 +646,18 @@ class PluginManager {
try {
await this.invoke(commandsArray);
- } catch (error) {
+ } catch (commandExcepti... | refactor: Improve var naming | serverless_serverless | train | js |
8ba894e38db2c867dd6f102d2482e81924debaa2 | diff --git a/src/babel/evaluate.js b/src/babel/evaluate.js
index <HASH>..<HASH> 100644
--- a/src/babel/evaluate.js
+++ b/src/babel/evaluate.js
@@ -61,12 +61,15 @@ module.exports = function evaluate(path /*: any */, t /*: any */) {
)
);
+ // Wrap each code in a block to avoid collisions in variable names
c... | fix: wrap each code in a block to avoid collisions in variable names | callstack_linaria | train | js |
19ea7af66414f8df605d328d7f10fadac828ccf5 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -176,7 +176,7 @@ install_requires = [
'rq-scheduler==0.9.1',
'ndg-httpsclient>=0.5.1',
'marshmallow==3.4.0',
- 'idna>=2.8',
+ 'idna==2.8',
'setuptools_scm>=3.1.0',
'tabulate>=0.7.7',
'tqdm>=... | fix: pin idna to <I> (#<I>) | SwissDataScienceCenter_renku-python | train | py |
c532217d3d1850a2f7ac21ea25ef4f96aa2111e2 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -10,7 +10,7 @@ let CACHE = {};
async function walk(output, prefix, lexer, opts, dirname='', level=0) {
const rgx = lexer.segments[level];
- const dir = join(opts.cwd, prefix, dirname);
+ const dir = resolve(opts.cwd, p... | fix: absolute paths (#<I>)
* Update index.js
* Update index.js | terkelg_tiny-glob | train | js |
efe59de3e714166e7dab7ac7aa39383c3a639661 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -3,6 +3,8 @@
Author Tobias Koppers @sokra
*/
+var path = require('path');
+
function accesorString(value) {
var childProperties = value.split(".");
var length = childProperties.length;
@@ -21,8 +23,12 @@ function acc... | fix(hash): inconsistent hashes for builds in different dirs. (#<I>)
This fixes an issue created by the loader when building projects in different
files. The expose-loader was previously changing requests to modules to
absolute paths, which caused equivalent builds to generate different hashes
when run in different ... | webpack-contrib_expose-loader | train | js |
d293c716705f19f85eaa5047deabb48238e50fdc | diff --git a/packages/d3fc-random-data/src/financial.js b/packages/d3fc-random-data/src/financial.js
index <HASH>..<HASH> 100644
--- a/packages/d3fc-random-data/src/financial.js
+++ b/packages/d3fc-random-data/src/financial.js
@@ -77,7 +77,7 @@ export default function() {
const financial = numPoints => makeStream(... | fix: incorrect check for Symbol support | d3fc_d3fc | train | js |
53da0306291a572cdfe36b10d422cdc96925d04b | diff --git a/source/rafcon/core/states/container_state.py b/source/rafcon/core/states/container_state.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/core/states/container_state.py
+++ b/source/rafcon/core/states/container_state.py
@@ -757,7 +757,6 @@ class ContainerState(State):
destroyed, includin... | fix(ContainerState): Remove obsolete import and print statement | DLR-RM_RAFCON | train | py |
5c42c95f553be9f11a0ef8cd719e5c835a9ac074 | diff --git a/demo/component/AreaChart.js b/demo/component/AreaChart.js
index <HASH>..<HASH> 100644
--- a/demo/component/AreaChart.js
+++ b/demo/component/AreaChart.js
@@ -165,7 +165,7 @@ export default class AreaChartDemo extends Component {
>
<LabelList position="top" />
</Area... | feat: add new component LabelList and refactor Label | recharts_recharts | train | js,js |
bc0b30de70629df1c19e7ee82af75c3e7120eb61 | diff --git a/src/ReturnTypes/Helpers/AuthExtension.php b/src/ReturnTypes/Helpers/AuthExtension.php
index <HASH>..<HASH> 100644
--- a/src/ReturnTypes/Helpers/AuthExtension.php
+++ b/src/ReturnTypes/Helpers/AuthExtension.php
@@ -4,6 +4,8 @@ declare(strict_types=1);
namespace NunoMaduro\Larastan\ReturnTypes\Helpers;
... | fix: return intersection of multiple guards | nunomaduro_larastan | train | php |
47c4973f6749b0834b7105e9a29f010e12092c08 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -59,6 +59,9 @@ class SrpmCommand(Command):
def run(self):
self.pre_sdist()
self.run_command('sdist')
+ # Dirty hack.
+ self.copy_file("dist/%s-%s.tar.gz" % (PACKAGE, VERSION),
+ ... | fix: [rpm] make 'python setup.py srpm' works | ssato_python-anyconfig | train | py |
b9fc16e351b8cc9060998e90e36979fb04d78940 | diff --git a/packages/react-ui/.creevey/config.js b/packages/react-ui/.creevey/config.js
index <HASH>..<HASH> 100644
--- a/packages/react-ui/.creevey/config.js
+++ b/packages/react-ui/.creevey/config.js
@@ -26,7 +26,7 @@ const config = {
...options,
extends: path.join(__dirname, '../.babelrc.js'),
}),
- d... | test(creevey): set threshold back to 0 | skbkontur_retail-ui | train | js |
586bfe3d8cc665e875e8b41e4e19c6e982bc28cc | diff --git a/src/index.test.js b/src/index.test.js
index <HASH>..<HASH> 100644
--- a/src/index.test.js
+++ b/src/index.test.js
@@ -25,7 +25,7 @@ function areArraysUnique(array) {
}
function areArraysApatheticallySorted(array) {
- return array.every(items => /^[a-z-]+$/.test(...items.map(item => item[0])))
+ retur... | fix(test): Fix a poorly written test | jackyho112_react-html-attributes | train | js |
8899395b94c9e531eec9e255c5ca2df09714fba9 | diff --git a/library/src/main/java/com/liulishuo/filedownloader/database/SqliteDatabaseOpenHelper.java b/library/src/main/java/com/liulishuo/filedownloader/database/SqliteDatabaseOpenHelper.java
index <HASH>..<HASH> 100644
--- a/library/src/main/java/com/liulishuo/filedownloader/database/SqliteDatabaseOpenHelper.java
+... | feat: support the newer version downgrade to this version or newer version | lingochamp_FileDownloader | train | java |
0100ae687cd0709fc41fc2fe8c8683c9de68e768 | diff --git a/test/spec.js b/test/spec.js
index <HASH>..<HASH> 100644
--- a/test/spec.js
+++ b/test/spec.js
@@ -91,5 +91,5 @@ describe( "Toposort", function() {
assert.deepEqual( t.sort().reverse(),
["jquery", "jquery-ui-core", "jquery-ui-widget", "jquery-ui-button", "underscore", "backbone", "pl... | test: satisfy eslint | gustavohenke_toposort | train | js |
4cf8739f7179e88fd3a650f205e773a4798e1bda | diff --git a/shinken/modules/livestatus_broker/livestatus_broker.py b/shinken/modules/livestatus_broker/livestatus_broker.py
index <HASH>..<HASH> 100644
--- a/shinken/modules/livestatus_broker/livestatus_broker.py
+++ b/shinken/modules/livestatus_broker/livestatus_broker.py
@@ -440,7 +440,7 @@ class Livestatus_broker(B... | fix: livestatus: missing key case in host_states dict.
was making livestatus to crash on line <I>:
> state = host_states[state_type] | Alignak-monitoring_alignak | train | py |
1bb64b1e171c49dbed7b7a4cf16596c74c7f2895 | diff --git a/src/readme.js b/src/readme.js
index <HASH>..<HASH> 100644
--- a/src/readme.js
+++ b/src/readme.js
@@ -19,7 +19,7 @@ export default async function ({projectName, projectRoot, description, badges, d
.process(initialRender, (err, file) => {
if (err) reject(err);
else {
- fs.w... | fix(remark): stringified the vfile after processing the generated readme
to prevent the exception thrown in node <I> | travi_project-scaffolder | train | js |
c2806d8c0454a83dfdafd1bdbf7e10bb28d205e0 | diff --git a/tools/python_test_v4.py b/tools/python_test_v4.py
index <HASH>..<HASH> 100644
--- a/tools/python_test_v4.py
+++ b/tools/python_test_v4.py
@@ -701,7 +701,12 @@ deploy_token_group = gl.groups.create(
# Remove once https://gitlab.com/gitlab-org/gitlab/-/issues/211878 is fixed
deploy_token = deploy_token_g... | chore: update tools dir for latest black version | python-gitlab_python-gitlab | train | py |
77929a6b968d2809338907d4999cf0262f15fa21 | diff --git a/src/mixins/Path.js b/src/mixins/Path.js
index <HASH>..<HASH> 100644
--- a/src/mixins/Path.js
+++ b/src/mixins/Path.js
@@ -90,6 +90,9 @@ export default {
for (var i = 0; i < otherPropertytoInitialize.length; i++) {
const propName = otherPropertytoInitialize[i];
if (this[propName] !== unde... | feat: mimic options merger in Path props mixing strategy | KoRiGaN_Vue2Leaflet | train | js |
f5bbceae384145ee42495c65d0b96fa055c1ec2d | diff --git a/packages/react-ui/.creevey/config.js b/packages/react-ui/.creevey/config.js
index <HASH>..<HASH> 100644
--- a/packages/react-ui/.creevey/config.js
+++ b/packages/react-ui/.creevey/config.js
@@ -26,6 +26,7 @@ const config = {
...options,
extends: path.join(__dirname, '../.babelrc.js'),
}),
+ d... | test(screenshots): disable anti-aliasing detection | skbkontur_retail-ui | train | js |
9aeeb19b6c7e2f125dfd8993c510f6bf8e87a0f1 | diff --git a/packages/ui-react-utils/src/experimental.js b/packages/ui-react-utils/src/experimental.js
index <HASH>..<HASH> 100644
--- a/packages/ui-react-utils/src/experimental.js
+++ b/packages/ui-react-utils/src/experimental.js
@@ -61,11 +61,11 @@ const experimental = decorator((ComposedComponent, experimentalProps,... | fix(ui-react-utils): provide correct contextual binding for lifecycle methods in experimental
refs: INSTUI-<I>
TEST PLAN:
- Experimental should work as before and should not throw errors if `this.props` is used in the
component lifecycle method
Change-Id: I2a<I>df<I>da<I>d<I>a4f<I>e3daba<I>c0
Reviewed-on: <URL> | instructure_instructure-ui | train | js |
e86de722c1ab45c7668c72cf8abb325204fe71d9 | diff --git a/tests/core/tax_scales/test_marginal_rate_tax_scale.py b/tests/core/tax_scales/test_marginal_rate_tax_scale.py
index <HASH>..<HASH> 100644
--- a/tests/core/tax_scales/test_marginal_rate_tax_scale.py
+++ b/tests/core/tax_scales/test_marginal_rate_tax_scale.py
@@ -223,3 +223,17 @@ def test_to_average():
... | test: rate_from_bracket_indice method | openfisca_openfisca-core | train | py |
3e810f1c9570c3c2db288966cd37386f36f49aa9 | diff --git a/p2p/protocol/internal/circuitv1-deprecated/util.go b/p2p/protocol/internal/circuitv1-deprecated/util.go
index <HASH>..<HASH> 100644
--- a/p2p/protocol/internal/circuitv1-deprecated/util.go
+++ b/p2p/protocol/internal/circuitv1-deprecated/util.go
@@ -28,7 +28,7 @@ func peerToPeerInfo(p *pb.CircuitRelay_Peer... | fix: != to == | libp2p_go-libp2p | train | go |
da76d6e0c0718ded0cd718b568fcc51deda1ed31 | 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
@@ -70,11 +70,7 @@ const AvDate = ({
true
);
const isoFormatted = date.format(isoDateFormat);
- setFieldValue(
- name,
- date.isVal... | fix(date): setFieldValue even when value is not valid as a date/moment, in order for validation to work | Availity_availity-react | train | js |
8be1f9f90b97ace57c853da6e75adcf8700cc49c | diff --git a/eslint.js b/eslint.js
index <HASH>..<HASH> 100644
--- a/eslint.js
+++ b/eslint.js
@@ -36,6 +36,7 @@ module.exports = {
'error',
{ allowRequiredDefaults: true },
],
- 'react-hooks/rules-of-hooks': 'error',
+ 'react-hooks/rules-of-hooks': 2,
+ 'react-hooks/exhaustive-deps': 1,
... | feat(react): add new hooks new rule | evenchange4_hsu-scripts | train | js |
432e1e823e076ed926fb51fbe826bc8ec240b945 | diff --git a/src/add/index.js b/src/add/index.js
index <HASH>..<HASH> 100644
--- a/src/add/index.js
+++ b/src/add/index.js
@@ -28,7 +28,7 @@ module.exports = configure(({ ky }) => {
if (options.silent) searchParams.set('silent', options.silent)
if (options.trickle != null) searchParams.set('trickle', options.... | fix: use non-strict equivalence for options.preload (#<I>) | ipfs_js-ipfs | train | js |
6a6aaee4bb552ad9d11fb580e4e1cc19f9ad09bc | diff --git a/lib/components/narrative/connected-trip-details.js b/lib/components/narrative/connected-trip-details.js
index <HASH>..<HASH> 100644
--- a/lib/components/narrative/connected-trip-details.js
+++ b/lib/components/narrative/connected-trip-details.js
@@ -1,8 +1,16 @@
import { connect } from 'react-redux'
-impo... | fix(connected-trip-details): Bring back styling using styled-components. | opentripplanner_otp-react-redux | train | js |
96450956f4d57ec2b3118a17aca2b02705f0985a | diff --git a/src/components/Header/HeaderView.js b/src/components/Header/HeaderView.js
index <HASH>..<HASH> 100644
--- a/src/components/Header/HeaderView.js
+++ b/src/components/Header/HeaderView.js
@@ -5,7 +5,7 @@ const HeaderView = ({
items,
githubLink,
onLabelClick
-}) => (<nav className="github-embed... | fix: Use div for navigation instead of nav | finom_github-embed | train | js |
3fa2207a065e0407e83abdcfb35332b90d30f671 | diff --git a/ui/src/components/dialog/QDialog.js b/ui/src/components/dialog/QDialog.js
index <HASH>..<HASH> 100644
--- a/ui/src/components/dialog/QDialog.js
+++ b/ui/src/components/dialog/QDialog.js
@@ -221,24 +221,14 @@ export default Vue.extend({
: innerHeight
if (top > 0 && bottom > h... | fix(QDialog): scrolling may break in corner-case scenario #<I> | quasarframework_quasar | train | js |
f31d3989da86e938318a653e177a56f53e5726d7 | diff --git a/lib/anycable/cli.rb b/lib/anycable/cli.rb
index <HASH>..<HASH> 100644
--- a/lib/anycable/cli.rb
+++ b/lib/anycable/cli.rb
@@ -45,7 +45,7 @@ module AnyCable
print_versions!
- logger.info "Serving #{defined?(::Rails) ? "Rails " : ""}application from #{boot_file}"
+ logger.info "Serving #... | fix: do not announce embedded cli app | anycable_anycable | train | rb |
d16d389c480009b6cb72640f96be03d791926bc2 | diff --git a/src/bindnode/_selectnodes.js b/src/bindnode/_selectnodes.js
index <HASH>..<HASH> 100644
--- a/src/bindnode/_selectnodes.js
+++ b/src/bindnode/_selectnodes.js
@@ -3,6 +3,7 @@ import toArray from '../_helpers/toarray';
import dom from '../_dom';
const customSelectorReg = /\s*:bound\(([^(]*)\)\s*([\S\s]*)... | refactor: Don't calculate random attr every time | matreshkajs_matreshka | train | js |
dd1e7170729d2c305e0d75673cbab38a773c4365 | diff --git a/lib/cmap/stream_description.js b/lib/cmap/stream_description.js
index <HASH>..<HASH> 100644
--- a/lib/cmap/stream_description.js
+++ b/lib/cmap/stream_description.js
@@ -14,8 +14,8 @@ class StreamDescription {
constructor(address, options) {
this.address = address;
this.type = parseServerType(... | refactor: ensure StreamDescription starts with unknown wire version | mongodb_node-mongodb-native | train | js |
370197696cb1bbb5e46927487f60916c4f55146f | diff --git a/intranet/utils/date.py b/intranet/utils/date.py
index <HASH>..<HASH> 100644
--- a/intranet/utils/date.py
+++ b/intranet/utils/date.py
@@ -15,7 +15,10 @@ def get_date_range_this_year(now=None):
if now is None:
now = timezone.localdate()
if now.month <= settings.YEAR_TURNOVER_MONTH:
- ... | fix(utils): fix get_date_range_this_year() with December as turnover
This should fix one of the problems causing the failing build (some
tests set YEAR_TURNOVER_MONTH dynamically) | tjcsl_ion | train | py |
d8349ecb64a6e65fdc3f92e41b18ce5bc7acc5a3 | diff --git a/src/js/components/slideshow.js b/src/js/components/slideshow.js
index <HASH>..<HASH> 100644
--- a/src/js/components/slideshow.js
+++ b/src/js/components/slideshow.js
@@ -2,7 +2,7 @@ import Class from '../mixin/class';
import Slideshow from '../mixin/slideshow';
import Animations from './internal/slidesho... | refactor: slideshow minHeight handling | uikit_uikit | train | js |
390ac1971a0327da7dee295cd1cbabb6f0124850 | diff --git a/packages/idyll-compiler/src/index.js b/packages/idyll-compiler/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/idyll-compiler/src/index.js
+++ b/packages/idyll-compiler/src/index.js
@@ -16,7 +16,7 @@ const defaultPlugins = [
require('./plugins/auto-linkify')
];
-module.exports = function(inpu... | feat: Make compile method async. | idyll-lang_idyll | train | js |
a53a8e0327fcee1e83f4963cb99b119b7d2d092e | diff --git a/static/lib/composer.js b/static/lib/composer.js
index <HASH>..<HASH> 100644
--- a/static/lib/composer.js
+++ b/static/lib/composer.js
@@ -363,6 +363,11 @@ define('composer', [
return removeComposerHistory();
}
+ // Exit fullscreen
+ if (screenfull.isEnabled && screenfull.isFullscreen) {
+ ... | fix: bug where discard modal spawned behind composer when in zen mode | NodeBB_nodebb-plugin-composer-default | train | js |
181a6edde2388ce20744c793a93827f5d4dc4c7e | diff --git a/src/createDva.js b/src/createDva.js
index <HASH>..<HASH> 100644
--- a/src/createDva.js
+++ b/src/createDva.js
@@ -2,7 +2,7 @@ import React from 'react';
import { Provider } from 'react-redux';
import { createStore, applyMiddleware, compose, combineReducers } from 'redux';
import createSagaMiddleware, { ... | feat: use handleActions directly to resize dva size | dvajs_dva | train | js |
6dc4396f52cdfe28fc3dcddb06894bc14913545a | diff --git a/packages/orbit-components/src/index.js b/packages/orbit-components/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/orbit-components/src/index.js
+++ b/packages/orbit-components/src/index.js
@@ -97,7 +97,7 @@ export { default as Pagination } from "./Pagination";
export { default as Popover } from "... | fix: export SeatLegend
not just type | kiwicom_orbit-components | train | js |
5f5c047e4f1adaadf93b489c5df5f3e96dc8204d | diff --git a/examples/basic.js b/examples/basic.js
index <HASH>..<HASH> 100644
--- a/examples/basic.js
+++ b/examples/basic.js
@@ -1,4 +1,4 @@
-/* eslint react/no-multi-comp:0, no-console:0 */
+/* eslint react/no-multi-comp:0, no-console:0, no-alert: 0 */
import 'rc-tree-select/assets/index.less';
import './demo.le... | feat: upgrade rc-util to 4.x | react-component_tree-select | train | js,js,json |
b9e2030b64e132666084d66cc8d76578756d0891 | diff --git a/test.go b/test.go
index <HASH>..<HASH> 100644
--- a/test.go
+++ b/test.go
@@ -2,6 +2,7 @@ package leakybucket
import (
"math"
+ "reflect"
"sync"
"testing"
"time"
@@ -90,8 +91,14 @@ func ThreadSafeAddTest(s Storage) func(*testing.T) {
}()
}
wg.Wait()
+ keys := reflect.ValueOf(remaining... | test: ThreadSafeAdd: clearer error reporting | Clever_leakybucket | train | go |
0d5a480fd0fe7abbc1998b9f72707589541f0639 | diff --git a/lib/classes/Service.js b/lib/classes/Service.js
index <HASH>..<HASH> 100644
--- a/lib/classes/Service.js
+++ b/lib/classes/Service.js
@@ -1,6 +1,6 @@
'use strict';
-const ServerlessError = require('./Error').ServerlessError;
+const { ServerlessError, logWarning } = require('./Error');
const path = requ... | fix: Fix handling of invalid range put into `frameworkVersion`
Invalid `frameworkVersion` in all cases made `semver.satisfy` to return false.
It's confusing e.g. for cases where we put number 1 instead of string "1" as `frameworkVersion` and that's considered as invalid value | serverless_serverless | train | js |
e54f1ea4dbe59b2e53a94774995ae1711746c2f8 | diff --git a/lnd_test.go b/lnd_test.go
index <HASH>..<HASH> 100644
--- a/lnd_test.go
+++ b/lnd_test.go
@@ -7079,9 +7079,20 @@ func testMultHopRemoteForceCloseOnChainHtlcTimeout(net *lntest.NetworkHarness,
nodes = []*lntest.HarnessNode{net.Alice}
err = lntest.WaitPredicate(func() bool {
return assertNumActiveHtlc... | test: account for block race by mining additional block in remote htlc force close test
This commit is similar to a recent commit which attempts to account for
internal block races by mining a second block if the initial assertion
for HTLC state fails. This can happen again if by the time that the
sweeping transaction... | lightningnetwork_lnd | train | go |
e80c2ab9246e8a301a9e07e351b82d7333f6900c | diff --git a/example-app/src/companies/company.admin.js b/example-app/src/companies/company.admin.js
index <HASH>..<HASH> 100644
--- a/example-app/src/companies/company.admin.js
+++ b/example-app/src/companies/company.admin.js
@@ -4,7 +4,7 @@ const passwordFeature = require('../features/password/password.feature')
/... | test: fix cypress tests | SoftwareBrothers_admin-bro | train | js |
a2540f055013b8072787445fe6d6273d21884203 | diff --git a/packages/edam-prettier-loader/index.js b/packages/edam-prettier-loader/index.js
index <HASH>..<HASH> 100644
--- a/packages/edam-prettier-loader/index.js
+++ b/packages/edam-prettier-loader/index.js
@@ -10,9 +10,13 @@ module.exports = function(content) {
const { filePath, ...options } = this.options
i... | chore: babylon preset in prettier | imcuttle_edam | train | js |
12c7a55bdd1f99eccc2de6a4372e2394bda7ad84 | diff --git a/packages/patternfly-4/react-core/src/components/Alert/Alert.js b/packages/patternfly-4/react-core/src/components/Alert/Alert.js
index <HASH>..<HASH> 100644
--- a/packages/patternfly-4/react-core/src/components/Alert/Alert.js
+++ b/packages/patternfly-4/react-core/src/components/Alert/Alert.js
@@ -17,7 +17,... | fix(Alert): Change title type from string to node (#<I>)
Allows user to specify a wider range of titles (including components)
Fixes #<I> | patternfly_patternfly-react | train | js |
f89ce8ea683b157f1c60cf7d35b81d59b13361eb | diff --git a/packages/api-generator/src/maps/v-data-iterator.js b/packages/api-generator/src/maps/v-data-iterator.js
index <HASH>..<HASH> 100644
--- a/packages/api-generator/src/maps/v-data-iterator.js
+++ b/packages/api-generator/src/maps/v-data-iterator.js
@@ -82,4 +82,5 @@ module.exports = {
DataIteratorEvents,
... | docs(VDataTable): fixed missing scoped slot props | vuetifyjs_vuetify | train | js |
5d1e04f9eb2d614d0bf56a93e7b56827a96978f5 | diff --git a/src/Extensions/ElementalAreasExtension.php b/src/Extensions/ElementalAreasExtension.php
index <HASH>..<HASH> 100644
--- a/src/Extensions/ElementalAreasExtension.php
+++ b/src/Extensions/ElementalAreasExtension.php
@@ -76,7 +76,11 @@ class ElementalAreasExtension extends DataExtension
$availabl... | fix: if the stop_element_inheritance flag has been set in the config then this should also ignore any disallowed_elements bubbling up like it does for allowed_elements | dnadesign_silverstripe-elemental | train | php |
40a36e683bc90e48fa49c3053f133963b74c536f | diff --git a/test/k8sT/Verifier.go b/test/k8sT/Verifier.go
index <HASH>..<HASH> 100644
--- a/test/k8sT/Verifier.go
+++ b/test/k8sT/Verifier.go
@@ -85,7 +85,9 @@ var _ = Describe("K8sVerifier", func() {
})
AfterFailed(func() {
- res := kubectl.Exec("kubectl describe pod")
+ res := kubectl.Exec("kubectl descr... | test: K8sVerifier: Additional logging in case of failure
In case of failure, it can be useful to see the state of the nodes. | cilium_cilium | train | go |
4695b21eeb8922866b74fe97266ac74dacc3e0ca | diff --git a/src/components/VSelect/VSelect.js b/src/components/VSelect/VSelect.js
index <HASH>..<HASH> 100644
--- a/src/components/VSelect/VSelect.js
+++ b/src/components/VSelect/VSelect.js
@@ -355,9 +355,7 @@ export default {
// to avoid a unnecessary label transition
this.genSelectedItems()
- this.$vu... | fix: prevent race condition when VSelect is destroyed after mount
See #<I>
See 5cc9cfdc | vuetifyjs_vuetify | train | js |
c151d30875e6f7bd97dc26773eb4779546526ceb | diff --git a/src/models/elements.model.mongodb.js b/src/models/elements.model.mongodb.js
index <HASH>..<HASH> 100644
--- a/src/models/elements.model.mongodb.js
+++ b/src/models/elements.model.mongodb.js
@@ -2,7 +2,7 @@ module.exports = function (forecast, element, app, options) {
options.Model = app.db.collection(`$... | chore: Inverted ttl / interval properties order in models to ease override | weacast_weacast-core | train | js |
3670e8f659a206cfd62f93e6ab5f554d5b751f61 | diff --git a/src/devtools/views/components/module.js b/src/devtools/views/components/module.js
index <HASH>..<HASH> 100644
--- a/src/devtools/views/components/module.js
+++ b/src/devtools/views/components/module.js
@@ -42,6 +42,7 @@ const mutations = {
// Mutations
state.instances = Object.freeze(payload.inst... | fix(components): update inspected instance id on flush | vuejs_vue-devtools | train | js |
d06e4ec6e0ea7dfb13347201d323efa7608dc1d9 | diff --git a/scripts/server.js b/scripts/server.js
index <HASH>..<HASH> 100644
--- a/scripts/server.js
+++ b/scripts/server.js
@@ -43,7 +43,7 @@ Server.prototype._writeConfig = function (config) {
};
Server.prototype.modulesDir = function () {
- return utils.fileExists(path.join(__dirname, '../node_modules')).then... | fix(node_modules): actually look for mocha | redgeoff_gofur | train | js |
bb69dd58d142078f57eb1e68dd0a12860010b2c2 | diff --git a/test/unit/components/VTabs/VTabs.spec.js b/test/unit/components/VTabs/VTabs.spec.js
index <HASH>..<HASH> 100644
--- a/test/unit/components/VTabs/VTabs.spec.js
+++ b/test/unit/components/VTabs/VTabs.spec.js
@@ -380,7 +380,7 @@ test('VTabs', ({ mount }) => {
wrapper.vm.setOverflow()
})
- it.only('... | fix(v-tabs): re-enable tests | vuetifyjs_vuetify | train | js |
96ad1947e506c542f0ecb67f532cda100708331c | diff --git a/src/main/java/net/emaze/dysfunctional/options/Box.java b/src/main/java/net/emaze/dysfunctional/options/Box.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/emaze/dysfunctional/options/Box.java
+++ b/src/main/java/net/emaze/dysfunctional/options/Box.java
@@ -37,6 +37,6 @@ public class Box<T> {
... | fix: toString for a box | cybazeitalia_emaze-dysfunctional | train | java |
1fe0142a3827475eaf6a85a7bd7276b493b8c5ca | diff --git a/packages/vue-styleguidist/src/rsg-components/VsgReactComponent/ReactComponent.js b/packages/vue-styleguidist/src/rsg-components/VsgReactComponent/ReactComponent.js
index <HASH>..<HASH> 100644
--- a/packages/vue-styleguidist/src/rsg-components/VsgReactComponent/ReactComponent.js
+++ b/packages/vue-styleguid... | ci: re-enable build for circle | vue-styleguidist_vue-styleguidist | train | js |
9f3016803010f673b3088d55f7a9f91e1c70afe6 | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -124,7 +124,7 @@ gulp.task('scripts:consumables', () => {
gulp.task('scripts:umd', () => {
const filesMain = './consumables/js/es2015/*.js';
- const filesOthers = './consumables/js/{misc,polyfills}/**/*.js';... | fix(build): mixins to be included in the build (#<I>)
* fix(build): add mixin folder to umd build
* fix(lint): add mixins to the lint | carbon-design-system_carbon-components | train | js |
1f6389dc38d5644a7bb6600b8533ce73e6816184 | diff --git a/registry/private.py b/registry/private.py
index <HASH>..<HASH> 100644
--- a/registry/private.py
+++ b/registry/private.py
@@ -11,8 +11,6 @@ from docker.utils import utils
from api.utils import encode
-requests.adapters.DEFAULT_RETRIES = 5
-
def publish_release(source, config, target):
""" | fix(controller): revert requests retry | deis_controller-sdk-go | train | py |
d1ae2ad380f1c25a3af17b6d40992848716377e0 | diff --git a/ui/src/components/btn/QBtn.js b/ui/src/components/btn/QBtn.js
index <HASH>..<HASH> 100644
--- a/ui/src/components/btn/QBtn.js
+++ b/ui/src/components/btn/QBtn.js
@@ -126,7 +126,7 @@ export default Vue.extend({
if (touchTarget !== this.$el) {
touchTarget !== void 0 && this.__cleanup()
... | fix(QBtn): touchtarget management #<I> | quasarframework_quasar | train | js |
8a0264ae61db1ef8c113ae8940a7437ea8387aeb | diff --git a/source/rafcon/gui/models/selection.py b/source/rafcon/gui/models/selection.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/gui/models/selection.py
+++ b/source/rafcon/gui/models/selection.py
@@ -235,7 +235,7 @@ class Selection(ModelMT):
This is a helper method for generic widgets that want to m... | style(selection): Fix typo | DLR-RM_RAFCON | train | py |
6fb733220167df7e99e77971bda1ac69a333869c | diff --git a/packages/app-forms/src/admin/views/Forms/NewFormDialog.js b/packages/app-forms/src/admin/views/Forms/NewFormDialog.js
index <HASH>..<HASH> 100644
--- a/packages/app-forms/src/admin/views/Forms/NewFormDialog.js
+++ b/packages/app-forms/src/admin/views/Forms/NewFormDialog.js
@@ -56,7 +56,7 @@ const NewFormDi... | fix: refresh dataList manually instead via refetchQueries | Webiny_webiny-js | train | js |
b6461a191e9b206a38ca627ea7b9341d8aa7c041 | diff --git a/src/dryads/Synth.js b/src/dryads/Synth.js
index <HASH>..<HASH> 100644
--- a/src/dryads/Synth.js
+++ b/src/dryads/Synth.js
@@ -24,7 +24,7 @@ export default class Synth extends Dryad {
subgraph() {
let def = this.properties.def;
- if (def.isDryad) {
+ if (def && def.isDryad) {
// wrap ... | fix: Synth .def will be undefined when SynthDef is the parent of the Synth
(which happens when .def is a dryad and subgraph flips SynthDef to be parent of Synth)
bug introduced in <I>d<I>ea<I>cbdfe<I>a<I>a<I>bd<I>c | crucialfelix_supercolliderjs | train | js |
788e80bdaf9a2e02d7ec5442a88c6512a14dee21 | diff --git a/example/src/SiteWrapper.react.js b/example/src/SiteWrapper.react.js
index <HASH>..<HASH> 100644
--- a/example/src/SiteWrapper.react.js
+++ b/example/src/SiteWrapper.react.js
@@ -17,7 +17,7 @@ type Props = {|
|};
type State = {|
- +unreadCount: number,
+ unreadCount: number,
|};
type subNavItem = ... | fix(SiteWrapper): Fix flow error with read-only property in state. | tabler_tabler-react | train | js |
bc06ede832ae700de23b4ed20e37e4e65e678b40 | diff --git a/lib/quasar-config.js b/lib/quasar-config.js
index <HASH>..<HASH> 100644
--- a/lib/quasar-config.js
+++ b/lib/quasar-config.js
@@ -402,6 +402,7 @@ class QuasarConfig {
Object.assign(cfg.build, {
extractCSS: false,
vueRouterMode: 'history',
+ publicPath: '/',
gzip: fa... | fix: Force "/" as publicPath for SSR | quasarframework_quasar-cli | train | js |
46275612c3430ceb374bd470d2b1648f4e2c1253 | diff --git a/cmd/helm/list.go b/cmd/helm/list.go
index <HASH>..<HASH> 100644
--- a/cmd/helm/list.go
+++ b/cmd/helm/list.go
@@ -104,7 +104,7 @@ func newListCmd(client helm.Interface, out io.Writer) *cobra.Command {
f.BoolVarP(&list.sortDesc, "reverse", "r", false, "reverse the sort order")
f.IntVarP(&list.limit, "ma... | feat(helm): add -a flag to 'helm list'
There's 'helm get values -a' already. I always try to use 'helm list -a'
spontaneously. | helm_helm | train | go |
66d0618784ee659f2a4cb54d43459006ae00bacc | diff --git a/app/lib/webpack/create-chain.js b/app/lib/webpack/create-chain.js
index <HASH>..<HASH> 100644
--- a/app/lib/webpack/create-chain.js
+++ b/app/lib/webpack/create-chain.js
@@ -298,6 +298,8 @@ module.exports = function (cfg, configName) {
if (cfg.ctx.debug) {
// reset default webpack 4 minimizer
... | fix(app): Debug flag on build not taken into account for JS | quasarframework_quasar | train | js |
4af14854bc0ad6911e88e80743caf80b2aab547a | diff --git a/src/main/java/net/emaze/dysfunctional/Ranges.java b/src/main/java/net/emaze/dysfunctional/Ranges.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/emaze/dysfunctional/Ranges.java
+++ b/src/main/java/net/emaze/dysfunctional/Ranges.java
@@ -46,7 +46,7 @@ public class Ranges<T> {
* @return [lower... | fix: Ranges.rightHalfOpen was returning a closed range | cybazeitalia_emaze-dysfunctional | train | java |
35726a005ce16054878a72b7cff85413044455ba | diff --git a/packages/core/renderers/with-events.js b/packages/core/renderers/with-events.js
index <HASH>..<HASH> 100644
--- a/packages/core/renderers/with-events.js
+++ b/packages/core/renderers/with-events.js
@@ -57,7 +57,7 @@ export function withEvents(Base = HTMLElement) {
listeners.forEach(
funct... | fix: make sure all available prop data gets passed along to any listeners added | bolt-design-system_bolt | train | js |
6e21f7367b233b574e2f8e8e3d242d432e29b9f7 | diff --git a/intranet/apps/dashboard/views.py b/intranet/apps/dashboard/views.py
index <HASH>..<HASH> 100644
--- a/intranet/apps/dashboard/views.py
+++ b/intranet/apps/dashboard/views.py
@@ -80,7 +80,7 @@ def gen_schedule(user, num_blocks=6, surrounding_blocks=None):
"flags": flags,
"is_today"... | refactor: call the method EighthBlock.signup_time_future() explicitly
Django will still call it in the template, but it's best to be explicit | tjcsl_ion | train | py |
77a5f4bee207e85940aa9aa8c27f58abb318a9f0 | diff --git a/loom.go b/loom.go
index <HASH>..<HASH> 100644
--- a/loom.go
+++ b/loom.go
@@ -47,12 +47,12 @@ func parsekey(file string) (ssh.Signer, error) {
var private ssh.Signer
privateBytes, err := ioutil.ReadFile(file)
if err != nil {
- return private, err
+ return nil, err
}
private, err = ssh.ParsePr... | fix(ssh-key): Fix the returned error on key parsing | wingedpig_loom | train | go |
e79a3b752a879370a120f8df3010f643582b54d7 | diff --git a/table_test.go b/table_test.go
index <HASH>..<HASH> 100644
--- a/table_test.go
+++ b/table_test.go
@@ -259,7 +259,7 @@ func TestTryAddPeer(t *testing.T) {
// adding a peer with cpl 0 works if an existing peer has LastSuccessfulOutboundQuery above the max threshold
// because that existing peer will ge... | test: fix race in TestTryAddPeer | libp2p_go-libp2p-kbucket | train | go |
95181cfaf0d00fb385007e3300b7b3b04f583b2e | diff --git a/src/Contracts/Services/ViewableService.php b/src/Contracts/Services/ViewableService.php
index <HASH>..<HASH> 100644
--- a/src/Contracts/Services/ViewableService.php
+++ b/src/Contracts/Services/ViewableService.php
@@ -44,17 +44,6 @@ interface ViewableService
public function getUniqueViewsCount($viewab... | refactor: remove countViews method from ViewableService contract | cyrildewit_eloquent-viewable | train | php |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.