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
d1a43ee05e77b91570a95234fa3e23c22a3a1a34
diff --git a/lib/service/generate-saz.js b/lib/service/generate-saz.js index <HASH>..<HASH> 100644 --- a/lib/service/generate-saz.js +++ b/lib/service/generate-saz.js @@ -17,6 +17,14 @@ function filterSessions(sessions) { }); } +function getFiddler2Meta() { + +} + +function getFiddler4Meta() { + +} + module....
feat: Export saz file
avwo_whistle
train
js
34aca06d3cca5ac808073e75108665cc704afd73
diff --git a/tests/test_for_support/test_for_biomass.py b/tests/test_for_support/test_for_biomass.py index <HASH>..<HASH> 100644 --- a/tests/test_for_support/test_for_biomass.py +++ b/tests/test_for_support/test_for_biomass.py @@ -589,8 +589,7 @@ def test_production_biomass_precursors_exchange(model, num): """ ...
refactor: tests should also rely on unit tested functions for routine operations
opencobra_memote
train
py
e24543b96adb208897f4ce3eaab96b2f4df13106
diff --git a/semantic_release/pypi.py b/semantic_release/pypi.py index <HASH>..<HASH> 100644 --- a/semantic_release/pypi.py +++ b/semantic_release/pypi.py @@ -21,7 +21,6 @@ def upload_to_pypi( run('python setup.py {}'.format(dists)) twine_upload.upload( dists=['dist/*'], - repository='pypi', ...
fix: Remove repository argument in twine
relekang_python-semantic-release
train
py,py
6af8e505b5002d2c3e9750212654e02b7483b01f
diff --git a/lib/components/user/places/favorite-place-row.js b/lib/components/user/places/favorite-place-row.js index <HASH>..<HASH> 100644 --- a/lib/components/user/places/favorite-place-row.js +++ b/lib/components/user/places/favorite-place-row.js @@ -101,10 +101,14 @@ const FavoritePlaceRow = ({ isFixed, onDelete, ...
refactor(FavoritePlaceRow): Fix new place broken link.
opentripplanner_otp-react-redux
train
js
1e566151d15a634c11fc56dbb87d756e0611dd52
diff --git a/packages/ra-ui-materialui/src/layout/CardContentInner.js b/packages/ra-ui-materialui/src/layout/CardContentInner.js index <HASH>..<HASH> 100644 --- a/packages/ra-ui-materialui/src/layout/CardContentInner.js +++ b/packages/ra-ui-materialui/src/layout/CardContentInner.js @@ -4,18 +4,22 @@ import classnames f...
fix: for issue #<I> making bottom padding for last child to be <I>px for xs media size
marmelab_react-admin
train
js
1775dea43f862aa991d5713a3b2279f64ecf587e
diff --git a/test/server.js b/test/server.js index <HASH>..<HASH> 100644 --- a/test/server.js +++ b/test/server.js @@ -1,6 +1,6 @@ import { expect } from 'chai'; -import uwave, { Uwave } from '../'; +import uwave, { Uwave } from '../src'; import testConfig from './test-server-config.json'; describe('üWave Core',...
test: Run using src/ files everywhere (#<I>)
u-wave_core
train
js,js
a8adf3b16b9b40f71fa50cc056cf39550d08e885
diff --git a/docs/src/layouts/doc-layout/use-search.js b/docs/src/layouts/doc-layout/use-search.js index <HASH>..<HASH> 100644 --- a/docs/src/layouts/doc-layout/use-search.js +++ b/docs/src/layouts/doc-layout/use-search.js @@ -76,12 +76,9 @@ export default function useSearch (scope, $q, $route) { * @param {Nu...
feat(docs): small tweaks to the client-side search
quasarframework_quasar
train
js
564c6803d26a1781ddcdb3a41d10462bbf14b222
diff --git a/lib/firim/version.rb b/lib/firim/version.rb index <HASH>..<HASH> 100644 --- a/lib/firim/version.rb +++ b/lib/firim/version.rb @@ -1,3 +1,3 @@ module Firim - VERSION = "0.2.3" + VERSION = "0.2.4" end
chore: bump to <I>
whlsxl_firim
train
rb
47029a0e90890cfa56b8c82a7de5a53c1571c4f0
diff --git a/packages/create-webiny-project/bin.js b/packages/create-webiny-project/bin.js index <HASH>..<HASH> 100755 --- a/packages/create-webiny-project/bin.js +++ b/packages/create-webiny-project/bin.js @@ -1,6 +1,7 @@ #!/usr/bin/env node "use strict"; +const semver = require("semver"); const chalk = require("...
fix: check for yarn@^<I>
Webiny_webiny-js
train
js
8e60743c0b60ccddc0cab735b8f8648930bcd370
diff --git a/webpack.config.js b/webpack.config.js index <HASH>..<HASH> 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -46,7 +46,6 @@ const createConfig = options => { }, }, }, - ...require('snekfetch/webpack.supplemental').rules, ], }, node: {
fix: dont require snekfetch supplemental because they are not a thing anymore
discordjs_discord.js
train
js
92f90278a409ef31918b12647990c13f8025d43c
diff --git a/packages/bonde-admin/src/components/post-donation/finish-post-donation.js b/packages/bonde-admin/src/components/post-donation/finish-post-donation.js index <HASH>..<HASH> 100644 --- a/packages/bonde-admin/src/components/post-donation/finish-post-donation.js +++ b/packages/bonde-admin/src/components/post-do...
feat(admin): refactor preview component
nossas_bonde-client
train
js
08e8e048c427d2a0acdb27fb0199776856037c99
diff --git a/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1/it/ITSystemTest.java b/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1/it/ITSystemTest.java index <HASH>..<HASH> 100644 --- a/java-container/google-cloud-container/src/test/java/com/google/cl...
fix: change the default node image to cos_containerd (#<I>)
googleapis_google-cloud-java
train
java
3d906de4710d39c0b046f6f1637556bea9c09f70
diff --git a/src/legacy.js b/src/legacy.js index <HASH>..<HASH> 100644 --- a/src/legacy.js +++ b/src/legacy.js @@ -18,8 +18,8 @@ export function Trail({ items, children, ...props }) { export function Transition({ items, keys = null, children, ...props }) { const transitions = useTransition(items, keys, props) - ...
fix: incorrect property usage in Transition component
react-spring_react-spring
train
js
ebe108c024ebd451e69ac51d85f587a51d212228
diff --git a/test/space.spec.js b/test/space.spec.js index <HASH>..<HASH> 100644 --- a/test/space.spec.js +++ b/test/space.spec.js @@ -728,3 +728,35 @@ test('space supports circular dependencies as long as it is delayed, case2', t = } ).then(t.end); }); + +test('space supports above surface module id', t => { ...
test: add test coverage on above surface module
dumberjs_dumber-module-loader
train
js
c56f6f60bf6c3ff11788de94d2265222412c3027
diff --git a/ipyvolume/test_all.py b/ipyvolume/test_all.py index <HASH>..<HASH> 100644 --- a/ipyvolume/test_all.py +++ b/ipyvolume/test_all.py @@ -4,6 +4,8 @@ import ipyvolume.examples import ipyvolume.datasets import numpy as np import os +import pytest + if not os.path.exists("tmp"): os.makedirs("tmp") @@ ...
test: reflects changes in ipywidgets (upcoming)
maartenbreddels_ipyvolume
train
py
a26496c563de6ff59d308c9f66c9585b521b7ba8
diff --git a/addon/components/flexi-sustain.js b/addon/components/flexi-sustain.js index <HASH>..<HASH> 100644 --- a/addon/components/flexi-sustain.js +++ b/addon/components/flexi-sustain.js @@ -36,6 +36,8 @@ const component = Component.extend({ if (!this.label) { this.label = this.component; + } else ...
fix(labels): ensure labels are namespaced
html-next_flexi-layouts
train
js
3afc78dab5fb2451a2eda04b12eb6394bafc3079
diff --git a/lib/config/definitions.js b/lib/config/definitions.js index <HASH>..<HASH> 100644 --- a/lib/config/definitions.js +++ b/lib/config/definitions.js @@ -774,13 +774,13 @@ const options = [ { name: 'assignees', description: - 'Assignees for Pull Request (user name in GitHub/GitLab, email addr...
chore: renamed "user name" to "username" in definitions.js (#<I>) Changed `user name` to `username` in description to clarify we want a login name and not the user's actual name.
renovatebot_renovate
train
js
e31c5ca1a88a32e425f9e28abbdfd66d4309c5c6
diff --git a/src/structures/Role.js b/src/structures/Role.js index <HASH>..<HASH> 100644 --- a/src/structures/Role.js +++ b/src/structures/Role.js @@ -20,6 +20,18 @@ class Role extends Base { */ this.guild = guild; + /** + * The icon hash of the role + * @type {?string} + */ + this.icon =...
fix(Role): check for presence of icon and unicode_emoji before patching (#<I>)
discordjs_discord.js
train
js
c21b8a5e404b0c954e9085d52cdd77a3931393e9
diff --git a/packages/simplebar/webpack.config.js b/packages/simplebar/webpack.config.js index <HASH>..<HASH> 100644 --- a/packages/simplebar/webpack.config.js +++ b/packages/simplebar/webpack.config.js @@ -11,6 +11,8 @@ module.exports = { contentBase: './demo', port: 8090, inline: true + // host: "0....
chore: add config for remote debugging
Grsmto_simplebar
train
js
ec6e7d963baa72aec959cc4c62e74ee6a6204662
diff --git a/website/src/data/config.js b/website/src/data/config.js index <HASH>..<HASH> 100644 --- a/website/src/data/config.js +++ b/website/src/data/config.js @@ -1,9 +1,9 @@ export default { // local - // nivoApiUrl: 'http://localhost:3030', + // nivoApiUrl: 'http://localhost:3030/nivo', // storyb...
feat(website): update the API url to match the new path
plouc_nivo
train
js
8c2b7de9c7dcf1f25fa4bf3f2b334994cf3e453f
diff --git a/dramatiq/brokers/__init__.py b/dramatiq/brokers/__init__.py index <HASH>..<HASH> 100644 --- a/dramatiq/brokers/__init__.py +++ b/dramatiq/brokers/__init__.py @@ -1,2 +1,11 @@ -from .rabbitmq import RabbitmqBroker # noqa +import warnings + from .stub import StubBroker # noqa + +try: + from .rabbitmq i...
refactor: fail gracefully if rabbitmq support isn't vailable
Bogdanp_dramatiq
train
py
62e88d0236209c1c5e884dfc687571c75fe24fc4
diff --git a/packages/csv-parse/samples/recipe.file.js b/packages/csv-parse/samples/recipe.file.js index <HASH>..<HASH> 100644 --- a/packages/csv-parse/samples/recipe.file.js +++ b/packages/csv-parse/samples/recipe.file.js @@ -1,6 +1,6 @@ import assert from 'assert'; -import fs from 'fs/promises'; +import {promises ...
docs(csv-parse): file sample compatible with node <I>
adaltas_node-csv
train
js,js
61dae94a8f06b230908c6ef371aba2fa857cb5f2
diff --git a/public/js/editors/panel.js b/public/js/editors/panel.js index <HASH>..<HASH> 100644 --- a/public/js/editors/panel.js +++ b/public/js/editors/panel.js @@ -583,7 +583,9 @@ function populateEditor(editor, panel) { editor.setCode(template[panel]); } - editor.editor.clearHistory(); + if (edi...
fix: JS error in mobile view
jsbin_jsbin
train
js
2d66387ffab17052890f5c85cb3a1d438fff2656
diff --git a/lib/commands/build.js b/lib/commands/build.js index <HASH>..<HASH> 100644 --- a/lib/commands/build.js +++ b/lib/commands/build.js @@ -102,7 +102,7 @@ module.exports = Command.extend({ outputPath: options.cordovaOutputPath }); - var cordovaOpts = parseCordovaOpts(platform, platform); + v...
fix(build-command): pass options to cordova opt parser
isleofcode_ember-cordova
train
js
5181f68a94f48924d2a8c000c1d4357fc7b97078
diff --git a/packages/cli/lib/read-input.js b/packages/cli/lib/read-input.js index <HASH>..<HASH> 100644 --- a/packages/cli/lib/read-input.js +++ b/packages/cli/lib/read-input.js @@ -66,8 +66,11 @@ module.exports = function readInput(include, extensions, sep) { while (input && typeof input === 'object') { con...
fix(cli): Do not drop initial keys for single-message input files (#<I>)
messageformat_messageformat
train
js
4bd482dbc4702030c2b79aae3676950ba1490805
diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/superset-ui-plugins/packages/superset-ui-legacy-preset-chart-nvd3/src/NVD3Vis.js b/superset-frontend/temporary_superset_ui/superset-ui/plugins/superset-ui-plugins/packages/superset-ui-legacy-preset-chart-nvd3/src/NVD3Vis.js index <HASH>..<HASH> 10...
fix: line chart tooltip should use full datetime format (#<I>)
apache_incubator-superset
train
js
627e376cfb3243d562acee945e31284427a05065
diff --git a/src/dialog/Dialog.js b/src/dialog/Dialog.js index <HASH>..<HASH> 100644 --- a/src/dialog/Dialog.js +++ b/src/dialog/Dialog.js @@ -50,7 +50,7 @@ export default createComponent({ }, }, - emits: ['opened', 'closed', 'confirm', 'cancel', 'update:show'], + emits: ['confirm', 'cancel', 'update:show']...
perf(Dialog): inherit opened event
youzan_vant
train
js
64dd2e6ebe3a83a1aa57abcaaaec96476f7256dc
diff --git a/lib/parse-args.js b/lib/parse-args.js index <HASH>..<HASH> 100644 --- a/lib/parse-args.js +++ b/lib/parse-args.js @@ -3,6 +3,7 @@ const findUp = require('find-up') const { readFileSync } = require('fs') const Yargs = require('yargs/yargs') const parser = require('yargs-parser') +const { resolve } = requ...
fix: temporary files should be in tmp folder (#<I>)
bcoe_c8
train
js
d3f4a11261a5ee94a85c097f9bf0fb0e83447533
diff --git a/packages/modal/src/Modal.js b/packages/modal/src/Modal.js index <HASH>..<HASH> 100644 --- a/packages/modal/src/Modal.js +++ b/packages/modal/src/Modal.js @@ -60,9 +60,9 @@ const Modal = ({ unique: true, }); const slide = useTransition(isOpen, null, { - from: { transform: "translate3D(0, 50px,...
feat(modal): swap transition direction affects: @crave/farmblocks-modal
CraveFood_farmblocks
train
js
7601e26360226e77c4c8d631227a248e7a81afc2
diff --git a/scripts/serverless.js b/scripts/serverless.js index <HASH>..<HASH> 100755 --- a/scripts/serverless.js +++ b/scripts/serverless.js @@ -516,7 +516,10 @@ const processSpanPromise = (async () => { } await resolveVariables(resolverConfiguration); - if (!variablesMeta.size) return; + ...
refactor(Variables): Do not run old resolver when not needed
serverless_serverless
train
js
0a9ee9360c81e12e2a09de6aa76e7c7d2a5a4eee
diff --git a/lib/ditty/controllers/component.rb b/lib/ditty/controllers/component.rb index <HASH>..<HASH> 100644 --- a/lib/ditty/controllers/component.rb +++ b/lib/ditty/controllers/component.rb @@ -29,7 +29,7 @@ module Ditty format.json do # TODO: Add links defined by actions (New #{heading}) ...
fix: Use all, instead of map, because can't run new query within connection. See Dataset#each
EagerELK_ditty
train
rb
707b28ae7ca235911775d799a2c8dfc3a604f8fe
diff --git a/src/Reader/StringReader.php b/src/Reader/StringReader.php index <HASH>..<HASH> 100644 --- a/src/Reader/StringReader.php +++ b/src/Reader/StringReader.php @@ -30,10 +30,8 @@ class StringReader implements ReaderInterface // any lines found? loop them if ( ! empty($lines)) { + $...
fix: better way of filtering lines & reseting indexes to be in order
stilliard_CsvParser
train
php
df69c9e3a25b726f7645fed9487e108f1d9b472c
diff --git a/lib/workers/pr/index.js b/lib/workers/pr/index.js index <HASH>..<HASH> 100644 --- a/lib/workers/pr/index.js +++ b/lib/workers/pr/index.js @@ -175,6 +175,11 @@ async function ensurePr(prConfig) { /(https?:\/\/github.com\/[^/]*\/[^/]*\/(issues|pull)\/\w+)/g, '`$1`' ); + logger.trace('Es...
fix: escape links to GitHub usernames
renovatebot_renovate
train
js
8fa04c5786f15affe843eba600bccd557cb2a89d
diff --git a/ui/src/utils/colors.js b/ui/src/utils/colors.js index <HASH>..<HASH> 100644 --- a/ui/src/utils/colors.js +++ b/ui/src/utils/colors.js @@ -241,12 +241,12 @@ export function blend (fgColor, bgColor) { r1 = rgb1.r / 255, g1 = rgb1.g / 255, b1 = rgb1.b / 255, - a1 = rgb1.a !== void 0 ? rgb1.a...
fix(colors): blend alpha after textToRgb is 0-<I> (#<I>)
quasarframework_quasar
train
js
5e2d52549ff4651ccce8958d5fc8c57ab3d125a6
diff --git a/SpiffWorkflow/storage/DictionarySerializer.py b/SpiffWorkflow/storage/DictionarySerializer.py index <HASH>..<HASH> 100644 --- a/SpiffWorkflow/storage/DictionarySerializer.py +++ b/SpiffWorkflow/storage/DictionarySerializer.py @@ -315,8 +315,8 @@ class DictionarySerializer(Serializer): def _serialize_s...
fix: DictionarySerializer._(de)serialize_sub_workflow handles in|out_assign as dict instead of list. #<I>
knipknap_SpiffWorkflow
train
py
cc87c56826d89c68628d734b2556972357245bb6
diff --git a/packages/node_modules/@webex/webex-core/src/lib/services/services.js b/packages/node_modules/@webex/webex-core/src/lib/services/services.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/webex-core/src/lib/services/services.js +++ b/packages/node_modules/@webex/webex-core/src/lib/services/s...
fix: read canAuthorize from credentials
webex_spark-js-sdk
train
js
166110ccf272f6fb1c6cac76cedd8e10140c6857
diff --git a/rollup.config.js b/rollup.config.js index <HASH>..<HASH> 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -49,7 +49,7 @@ export default [ scss({ output: 'docs/assets/dist/css/docs.min.css', outputStyle: 'compressed', - watch: 'src/scss', + watch: 'docs/assets/s...
chore: add watch for docs scss files
italia_bootstrap-italia
train
js
8d6032b8dc2cbe40e08771f875ea7add94231b20
diff --git a/lib/wireprotocol/3_2_support.js b/lib/wireprotocol/3_2_support.js index <HASH>..<HASH> 100644 --- a/lib/wireprotocol/3_2_support.js +++ b/lib/wireprotocol/3_2_support.js @@ -329,6 +329,11 @@ WireProtocol.prototype.getMore = function( queryOptions.session = cursorState.session; } + // We need to ...
refactor(wire-protocol): ensure stmtId is incremented on getMore
mongodb-js_mongodb-core
train
js
3a1786f614aff35bf047743bb0cf2e1d84814330
diff --git a/packages/mdc-slider/index.js b/packages/mdc-slider/index.js index <HASH>..<HASH> 100644 --- a/packages/mdc-slider/index.js +++ b/packages/mdc-slider/index.js @@ -202,4 +202,4 @@ class MDCSlider extends MDCComponent { } } -export {MDCSlider}; +export {MDCSliderFoundation, MDCSlider};
fix(slider): Add MDCSliderFoundation export (#<I>)
material-components_material-components-web
train
js
e4c1631be611190992a46ef3ede15514654fa870
diff --git a/src/extensions/physics/physics.js b/src/extensions/physics/physics.js index <HASH>..<HASH> 100644 --- a/src/extensions/physics/physics.js +++ b/src/extensions/physics/physics.js @@ -148,6 +148,7 @@ } space.removeBody(body); } + this._deleteBodies.le...
fix: physicss unbindView bug
hiloteam_Hilo
train
js
b42baa340649c5bb0b9919e002657bde014d20a0
diff --git a/src/chart/heatmap/HeatmapView.js b/src/chart/heatmap/HeatmapView.js index <HASH>..<HASH> 100644 --- a/src/chart/heatmap/HeatmapView.js +++ b/src/chart/heatmap/HeatmapView.js @@ -185,10 +185,10 @@ export default echarts.extendChartView({ rect = new graphic.Rect({ shap...
fix(heatmap): Remove seams in heatmap
apache_incubator-echarts
train
js
d22150409640131be870ec9494c2880da6c09b06
diff --git a/test/test.js b/test/test.js index <HASH>..<HASH> 100644 --- a/test/test.js +++ b/test/test.js @@ -242,7 +242,7 @@ test.cb('process all rows', (t) => { test('binary stanity', async (t) => { const binPath = path.resolve(__dirname, '../bin/csv-parser') - const { stdout } = await execa(`echo "a\n1" | no...
chore: use `process.execPath` rather than `node` in test (#<I>) Make sure that the test is run with the version of Node.js currently being used to execute the test suite, rather than whatever is first in the user's path.
mafintosh_csv-parser
train
js
91684e213666698ee9ed63ed7225fda7d8c4b41e
diff --git a/packages/webpack/lib/plugins/log.js b/packages/webpack/lib/plugins/log.js index <HASH>..<HASH> 100644 --- a/packages/webpack/lib/plugins/log.js +++ b/packages/webpack/lib/plugins/log.js @@ -54,7 +54,13 @@ exports.LoggerPlugin = class LoggerPlugin { const hasWarnings = stats.hasWarnings(); con...
refactor(webpack): restrict stats usage to further improve performance
untool_untool
train
js,js
b8036e4d2e0bee66985e6973478148f2dccd43d7
diff --git a/src/navigation-instruction.js b/src/navigation-instruction.js index <HASH>..<HASH> 100644 --- a/src/navigation-instruction.js +++ b/src/navigation-instruction.js @@ -167,6 +167,7 @@ export class NavigationInstruction { return this.fragment; } + path = encodeURI(path); return this.frag...
fix(navigation-instruction): incorrect base url extraction Fixes #<I>
aurelia_router
train
js
b9bdb48e4c2d0de0496b15a035b7d95c326c997e
diff --git a/cloudvolume/skeleton.py b/cloudvolume/skeleton.py index <HASH>..<HASH> 100644 --- a/cloudvolume/skeleton.py +++ b/cloudvolume/skeleton.py @@ -528,7 +528,7 @@ class Skeleton(object): edges = self.edges if self.empty(): - return Skeleton() + return Skeleton(segid=self.id) ef...
fix: preserve segid for empty skeleton consolidation
seung-lab_cloud-volume
train
py
7d32c2735a6d1f4468dfd1bc58cc224296e86f3c
diff --git a/util/lua/health_test.go b/util/lua/health_test.go index <HASH>..<HASH> 100644 --- a/util/lua/health_test.go +++ b/util/lua/health_test.go @@ -34,7 +34,7 @@ func getObj(path string) *unstructured.Unstructured { } func TestLuaHealthScript(t *testing.T) { - err := filepath.Walk(".", func(path string, f os...
chore: Correct path to resource_customizations in TestLuaHealthScript (#<I>)
argoproj_argo-cd
train
go
c5a62384da287e17ae82ac161a7e50fa19fcd5e2
diff --git a/google-cloud-asset/synth.py b/google-cloud-asset/synth.py index <HASH>..<HASH> 100644 --- a/google-cloud-asset/synth.py +++ b/google-cloud-asset/synth.py @@ -18,6 +18,7 @@ import synthtool as s import synthtool.gcp as gcp import synthtool.languages.ruby as ruby import logging +import os import re impo...
chore(asset): move orgpolicy docs to the correct location
googleapis_google-cloud-ruby
train
py
e8284abe9499cbed2f9c7b1033ae35c2ff25a0e6
diff --git a/packages/breadcrumb/src/css/index.js b/packages/breadcrumb/src/css/index.js index <HASH>..<HASH> 100644 --- a/packages/breadcrumb/src/css/index.js +++ b/packages/breadcrumb/src/css/index.js @@ -1,9 +1,9 @@ -import * as core from '@pluralsight/ps-design-system-core' +import { layout } from '@pluralsight/ps-...
feat(breadcrumb): update to use named import
pluralsight_design-system
train
js
6fab298e1d77864689eaa536e9c1a96d9dd61420
diff --git a/benchbuild/source/git.py b/benchbuild/source/git.py index <HASH>..<HASH> 100644 --- a/benchbuild/source/git.py +++ b/benchbuild/source/git.py @@ -7,7 +7,7 @@ import typing as tp import plumbum as pb from plumbum.commands.base import BoundCommand -from benchbuild.utils.cmd import git, mkdir +from benchb...
feat(source): Link to active location after version() This updates a symlink to our current active version inside the build directory.
PolyJIT_benchbuild
train
py
e03d9e42d6193deeb418fe490a910880418e1b9c
diff --git a/zappa/core.py b/zappa/core.py index <HASH>..<HASH> 100644 --- a/zappa/core.py +++ b/zappa/core.py @@ -2741,14 +2741,7 @@ class Zappa(object): """ Remove the DynamoDB Table used for async return values """ - - topic_name = get_topic_name(lambda_name) - removed_arns =...
fix: Removed async dynamodb table (resolves #<I>)
Miserlou_Zappa
train
py
f0329754786553f105214ea4bb2a9ea1e9ed1fe7
diff --git a/aresponses/main.py b/aresponses/main.py index <HASH>..<HASH> 100644 --- a/aresponses/main.py +++ b/aresponses/main.py @@ -179,7 +179,7 @@ class ResponsesMockServer(BaseTestServer): return route, response self._unmatched_requests.append(request) - return route, None + r...
fix: don't return undefined variable
CircleUp_aresponses
train
py
7cb04646b9127db41c507182ef90f36da2a6a0b6
diff --git a/tasks/build.js b/tasks/build.js index <HASH>..<HASH> 100644 --- a/tasks/build.js +++ b/tasks/build.js @@ -1,26 +1,24 @@ 'use strict'; -var del = require('del'); -var prompt = require('gulp-prompt'); -var exec = require('gulp-exec'); - module.exports = function (gulp, config) { return { clea...
chore(packages): inline requires in the build tasks
emartech_boar-tasks-client
train
js
80612540b75f7480bb726c8a2982ace4fb076f49
diff --git a/lib/components/user/trip-summary.js b/lib/components/user/trip-summary.js index <HASH>..<HASH> 100644 --- a/lib/components/user/trip-summary.js +++ b/lib/components/user/trip-summary.js @@ -30,11 +30,11 @@ class TripSummary extends Component { }) } - async componentDidMount () { + componentDidM...
refactor(TripSummary): Remove unused async.
opentripplanner_otp-react-redux
train
js
f8f544f14c8b0d1aef00a315aa771750dc4d7ba6
diff --git a/ui/src/components/fab/QFabAction.js b/ui/src/components/fab/QFabAction.js index <HASH>..<HASH> 100644 --- a/ui/src/components/fab/QFabAction.js +++ b/ui/src/components/fab/QFabAction.js @@ -41,7 +41,7 @@ export default defineComponent({ setup (props, { slots, emit }) { const $fab = inject(fabKey,...
feat(QFabAction): Allow using QFabAction outside QFab #<I> (#<I>)
quasarframework_quasar
train
js
627f87fe51ab32110d32f1e54c523ff56ab25908
diff --git a/build/webpack.base.config.js b/build/webpack.base.config.js index <HASH>..<HASH> 100644 --- a/build/webpack.base.config.js +++ b/build/webpack.base.config.js @@ -9,14 +9,6 @@ module.exports = { '@': resolve('../src') } }, - externals: { - vue: { - commonjs: 'vue', - commonjs2: ...
fix(dev): only use externals in production builds
vuetifyjs_vuetify
train
js,js
a14f6964a8e32aab51fc922a22f0ebd4169a332b
diff --git a/src/CreateSignalFactory.js b/src/CreateSignalFactory.js index <HASH>..<HASH> 100644 --- a/src/CreateSignalFactory.js +++ b/src/CreateSignalFactory.js @@ -129,8 +129,6 @@ module.exports = function (controller, model, services, compute, modules) { runBranch(branch, index + 1) } ...
fix(signalFactory): emit 'change' event after mapping async actions promises Allows debugger to indicate running async actions.
cerebral_cerebral
train
js
10659b87c19a0ef88e7e359408872a6b15609dc0
diff --git a/engine-rest/engine-rest/src/test/java/org/camunda/bpm/engine/rest/util/container/TomcatServerBootstrap.java b/engine-rest/engine-rest/src/test/java/org/camunda/bpm/engine/rest/util/container/TomcatServerBootstrap.java index <HASH>..<HASH> 100644 --- a/engine-rest/engine-rest/src/test/java/org/camunda/bpm/e...
chore(engine-rest): use local respository for shrinkwrap dependency resolution - the dependency resolution was changed from maven <I> to <I> which shrinkwrap adopted with version <I> - this allows the TomcatServerBootstrap to resolve dependencies from local respository
camunda_camunda-bpm-platform
train
java
22a69abf6679391bde3a0d01e43ef57f1d1c0d3e
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ test_requires = [ ] doc_requires = [ - "sphinx-tabs >= 1.1.13", + "sphinx-tabs < 2", "ipython >= 7.6.1" ]
docs: downgrade sphinx-tabs requirement for rtd
UCL-INGI_INGInious
train
py
5f5c3307e3624a9490b662b8a69573385842e4a1
diff --git a/scripts/pkg/upload/china.js b/scripts/pkg/upload/china.js index <HASH>..<HASH> 100755 --- a/scripts/pkg/upload/china.js +++ b/scripts/pkg/upload/china.js @@ -51,7 +51,7 @@ module.exports = async versionTag => { ...bucketConf, }) .then(() => { - process.stdout.write(chalk.green...
refactor(Standalone): Improve upload confirmation logs
serverless_serverless
train
js
c30a941e36b8996c9679529c99391430b585da50
diff --git a/generators/client-2/templates/gulp/_copy.js b/generators/client-2/templates/gulp/_copy.js index <HASH>..<HASH> 100644 --- a/generators/client-2/templates/gulp/_copy.js +++ b/generators/client-2/templates/gulp/_copy.js @@ -107,6 +107,7 @@ function deps(){ 'node_modules/reflect-metadata/Reflect.js',...
feat(ng2): added gulp to move ng-bootstrap files
jhipster_generator-jhipster
train
js
aa98ed6bb8900e9d84ae4650a11da682498692ec
diff --git a/packages/react/src/components/NumberInput/NumberInput.js b/packages/react/src/components/NumberInput/NumberInput.js index <HASH>..<HASH> 100644 --- a/packages/react/src/components/NumberInput/NumberInput.js +++ b/packages/react/src/components/NumberInput/NumberInput.js @@ -301,17 +301,17 @@ class NumberInp...
fix(number-input): update how errorId is applied for aria-labelledby (#<I>)
carbon-design-system_carbon-components
train
js
220b35ecaca7e1cc873bca23b29139af115000e2
diff --git a/checkmgr/checkmgr.go b/checkmgr/checkmgr.go index <HASH>..<HASH> 100644 --- a/checkmgr/checkmgr.go +++ b/checkmgr/checkmgr.go @@ -458,6 +458,11 @@ func (cm *CheckManager) GetSubmissionURL() (*Trap, error) { return trap, nil } + // api.circonus.com uses a public certificate + if u.Hostname() == "...
fix: if submission host is 'api.circonus.com' do not use private ca cert in tls
circonus-labs_circonus-gometrics
train
go
3f2df554faacd440afe64f36529b96c4ebbc5a34
diff --git a/lib/csv.js b/lib/csv.js index <HASH>..<HASH> 100644 --- a/lib/csv.js +++ b/lib/csv.js @@ -20,6 +20,13 @@ Important, this documentation cover the current version of the node csv parser. The documentation for the current version 0.1.0 is available [here](https://github.com/wdavidw/node-csv-parser/tree/v0....
chore(csv): Add install instruction
adaltas_node-csv
train
js
842c307796491e6dc7f1209e1ab1936e1cfe83c9
diff --git a/ibis/backends/pyspark/compiler.py b/ibis/backends/pyspark/compiler.py index <HASH>..<HASH> 100644 --- a/ibis/backends/pyspark/compiler.py +++ b/ibis/backends/pyspark/compiler.py @@ -395,6 +395,15 @@ def compile_aggregation(t, expr, scope, timecontext, **kwargs): src_table = t.translate(op.table, sco...
fix(pyspark): handle predicates in Aggregation
ibis-project_ibis
train
py
53242acf7644fd3f24bc445a5f722cbb7b80509a
diff --git a/deps.js b/deps.js index <HASH>..<HASH> 100755 --- a/deps.js +++ b/deps.js @@ -18,7 +18,7 @@ // project depend on it. const debug = require('debug')('deps'); -const builtins = require('builtins'); +const builtins = require('builtins')(); const detective = require('detective'); const fs = require('fs')...
fix(tooling): update to new builtins() behavior
webex_spark-js-sdk
train
js,js
e7647e91124c80d250b443723e8020d55670ec1b
diff --git a/src/types/float.test.js b/src/types/float.test.js index <HASH>..<HASH> 100644 --- a/src/types/float.test.js +++ b/src/types/float.test.js @@ -19,4 +19,12 @@ describe('float type', () => { expect(type.validators[3](282.333)).to.be.true; expect(type.validators[3](282.333333)).to.be.true; }); + +...
test(types): Add testcase with negative precision to NumberType tests.
CheerlessCloud_twconf
train
js
18e503276a7857bc48bae961c02bcd819d3270a0
diff --git a/core/src/elements/ons-select.js b/core/src/elements/ons-select.js index <HASH>..<HASH> 100644 --- a/core/src/elements/ons-select.js +++ b/core/src/elements/ons-select.js @@ -171,10 +171,6 @@ export default class SelectElement extends BaseElement { return this.querySelector('select'); } - static ...
refactor(ons-select): Should not expose native events.
OnsenUI_OnsenUI
train
js
b52906fdeb5b35743ad3daeaa2c250cca6fd750e
diff --git a/source/rafcon/core/script.py b/source/rafcon/core/script.py index <HASH>..<HASH> 100644 --- a/source/rafcon/core/script.py +++ b/source/rafcon/core/script.py @@ -74,12 +74,15 @@ class Script(Observable, yaml.YAMLObject): return self._script @script.setter - def script(self, value): - ...
feat(script): New method to set script without compiling it
DLR-RM_RAFCON
train
py
202c99583186e4c43b8a6ddb83bc1db19ca4b3bf
diff --git a/lib/ditty/components/ditty.rb b/lib/ditty/components/ditty.rb index <HASH>..<HASH> 100644 --- a/lib/ditty/components/ditty.rb +++ b/lib/ditty/components/ditty.rb @@ -51,7 +51,7 @@ module Ditty [ { group: 'User Management', - order: 10, + order: 50, ic...
chore: Move User Management further down the navlist
EagerELK_ditty
train
rb
aa45d1bedf2ac85d5fb653ee0c6a0311c8510d27
diff --git a/packages/application-shell/src/components/quick-access/create-commands.js b/packages/application-shell/src/components/quick-access/create-commands.js index <HASH>..<HASH> 100644 --- a/packages/application-shell/src/components/quick-access/create-commands.js +++ b/packages/application-shell/src/components/q...
fix(quick-access): fix cart-discount-list route
commercetools_merchant-center-application-kit
train
js
7fa6f5f4fb7ef64d828638546b0a691dc68e9516
diff --git a/plugins/inputs/sql/drivers_sqlite.go b/plugins/inputs/sql/drivers_sqlite.go index <HASH>..<HASH> 100644 --- a/plugins/inputs/sql/drivers_sqlite.go +++ b/plugins/inputs/sql/drivers_sqlite.go @@ -1,11 +1,8 @@ -//go:build !arm && !mips && !mipsle && !mips64 && !mips64le && !ppc64 && !(freebsd && arm64) -// +b...
fix: Sync sql output and input build constraints to handle loong<I> in go<I>. (#<I>)
influxdata_telegraf
train
go
d63d0fb541864a9a59e30043a62e5cb1866b0676
diff --git a/src/main/java/com/conveyal/gtfs/loader/JdbcTableWriter.java b/src/main/java/com/conveyal/gtfs/loader/JdbcTableWriter.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/conveyal/gtfs/loader/JdbcTableWriter.java +++ b/src/main/java/com/conveyal/gtfs/loader/JdbcTableWriter.java @@ -421,7 +421,11 @@ publ...
fix(editor): allow null values for foreign ref fields allowed to be empty This fixes a bug where create/update requests with foreign refs (such as route_id in fare_rules) could not be null even if the table definition permits the null value. fixes catalogueglobal/datatools-ui#<I>
conveyal_gtfs-lib
train
java
3366c11b7dc3be0286f96c828cd87d10fe2aa931
diff --git a/src/service/translate.js b/src/service/translate.js index <HASH>..<HASH> 100644 --- a/src/service/translate.js +++ b/src/service/translate.js @@ -228,7 +228,7 @@ function $translate($STORAGE_KEY, $windowProvider, $translateSanitizationProvide * registered with no language key. Invoking it with a langua...
docs(service): fix typo in param name
angular-translate_angular-translate
train
js
f631ec9bfd59f0e8ce1b1ec5fec927945db7a961
diff --git a/packages/plugin-mercury/src/mercury.js b/packages/plugin-mercury/src/mercury.js index <HASH>..<HASH> 100644 --- a/packages/plugin-mercury/src/mercury.js +++ b/packages/plugin-mercury/src/mercury.js @@ -4,7 +4,7 @@ */ import {SparkPlugin} from '@ciscospark/spark-core'; -import {deprcate} from 'core-dec...
fix(plugin-mercury): use correct name for deprecated decorator
webex_spark-js-sdk
train
js
b5749f348498604d14cc61df2013846e7eda15c8
diff --git a/endpoints/register.js b/endpoints/register.js index <HASH>..<HASH> 100644 --- a/endpoints/register.js +++ b/endpoints/register.js @@ -36,7 +36,7 @@ class Authentication extends Endpoint { * Generate new User into db and return credentials to use */ async newUser (credentials, req) { - let ...
refactor: take ip from req.user since that's always assigned
cubic-js_cubic
train
js
0eb4fbdeeb4061b32ac84db857f4f1f76549950b
diff --git a/intranet/apps/eighth/views/attendance.py b/intranet/apps/eighth/views/attendance.py index <HASH>..<HASH> 100644 --- a/intranet/apps/eighth/views/attendance.py +++ b/intranet/apps/eighth/views/attendance.py @@ -373,7 +373,7 @@ def take_attendance_view(request, scheduled_activity_id): if request.u...
fix(eighth): order eighth period blocks by block_letter in addition to date in take attendance view
tjcsl_ion
train
py
f9b3ee958aa1182a0b9e73247d289bc830fe9403
diff --git a/src/index.spec.js b/src/index.spec.js index <HASH>..<HASH> 100644 --- a/src/index.spec.js +++ b/src/index.spec.js @@ -14,12 +14,14 @@ const sinonChai = require('sinon-chai'); chai.use(sinonChai); describe('gulp-inject-partials', function () { - beforeEach(function() { - sinon.spy(console, 'log'); +...
test: improve console.log test case
meeroslav_gulp-inject-partials
train
js
cde0e9908cf3136055e7b613ebbb229421a758a0
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -58,8 +58,6 @@ gulp.task('default', ['jshint', 'build'], function() { gulp.watch(path.src.files, ['jshint', 'build']); }); -gulp.task('webdriver_update', require('gulp-protractor').webdriver_update); - gulp.t...
chore: use directConnect instead of selenium
assisrafael_angular-input-masks
train
js,js
e8b5a6472e77382580d58e054ce71c4241b08ae6
diff --git a/lib/ridgepole/diff.rb b/lib/ridgepole/diff.rb index <HASH>..<HASH> 100644 --- a/lib/ridgepole/diff.rb +++ b/lib/ridgepole/diff.rb @@ -1,5 +1,5 @@ class Ridgepole::Diff - PRIMARY_KEY_OPTIONS = %i(id limit default null precision scale collation unsigned comment).freeze + PRIMARY_KEY_OPTIONS = %i(id limit ...
fix: don't treat the `comment` option as a option of primary key ActiveRecord 5 allows to specify the `comment` option on `create_table`, but this option adds the comment for tables not a primary key.
winebarrel_ridgepole
train
rb
93b01edd4f7144accdd067387e8b489a3f4b2435
diff --git a/cmd/helm/helm.go b/cmd/helm/helm.go index <HASH>..<HASH> 100644 --- a/cmd/helm/helm.go +++ b/cmd/helm/helm.go @@ -14,7 +14,7 @@ import ( const ( homeEnvVar = "HELM_HOME" defaultHome = "$HOME/.helm" // FIXME: is $HOME windows compatible? - hostEnvVar = "TILLER_HOST" + hostEnvVar = "HELM_HOST" defa...
fix(helm): change TILLER_HOST to HELM_HOST This makes the naming of client-side environment variables consistent.
helm_helm
train
go
18fa15cef14c66de395dab5fb2c7991517fce205
diff --git a/src/utils.js b/src/utils.js index <HASH>..<HASH> 100644 --- a/src/utils.js +++ b/src/utils.js @@ -1,5 +1,11 @@ +const camelToDashMap = new Map(); export function camelToDash(str) { - return str.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase(); + let result = camelToDashMap.get(str); + if (result === u...
fix(utils): memonize camelToDash result
hybridsjs_hybrids
train
js
be4bef39543eb5bc391899e18ac95b65627a46f7
diff --git a/backend/fleet/state.go b/backend/fleet/state.go index <HASH>..<HASH> 100644 --- a/backend/fleet/state.go +++ b/backend/fleet/state.go @@ -3,6 +3,7 @@ package fleet import ( "errors" "fmt" + "strings" "sync" "time" @@ -157,10 +158,13 @@ func printUnitSubState(name string, outchan chan *schema.Uni...
fix(state): ignore intermittent timeouts when polling for UnitState
deis_deis
train
go
2086470e316d44afa8bb66f01e5b4631f054a991
diff --git a/src/components/Modal/Modal.js b/src/components/Modal/Modal.js index <HASH>..<HASH> 100644 --- a/src/components/Modal/Modal.js +++ b/src/components/Modal/Modal.js @@ -46,11 +46,10 @@ export default class Modal extends Component { * Specify the content of the modal header title. */ modalHead...
fix(Modal): Allow components as modal heading (#<I>) * fix(Modal): Allow components as modal heading * fix(Modal): Any renderable type for label
carbon-design-system_carbon-components-react
train
js
a2b8a0a05b3b9295e1bca1af47886f6f895fc41d
diff --git a/lib/TransactionRunner.js b/lib/TransactionRunner.js index <HASH>..<HASH> 100644 --- a/lib/TransactionRunner.js +++ b/lib/TransactionRunner.js @@ -573,15 +573,18 @@ include a message body: https://tools.ietf.org/html/rfc7231#section-6.3\ let message = ''; const object = gavelResult || {}; ...
fix: uses explicit validation result sections list for logging output
apiaryio_dredd
train
js
db821cc8d99f0eded68ba780fa05dcbe5407f902
diff --git a/src/Model/Repository/CartRepository.php b/src/Model/Repository/CartRepository.php index <HASH>..<HASH> 100644 --- a/src/Model/Repository/CartRepository.php +++ b/src/Model/Repository/CartRepository.php @@ -167,12 +167,13 @@ class CartRepository extends Repository $client = $this->getClient($locale...
fix(CartRepository): only add billing action if billing address is provided
commercetools_commercetools-php-symfony
train
php
2c1020a6e668cd2a6620d3a5e4ba865567b10301
diff --git a/system/Validation/FormatRules.php b/system/Validation/FormatRules.php index <HASH>..<HASH> 100644 --- a/system/Validation/FormatRules.php +++ b/system/Validation/FormatRules.php @@ -317,7 +317,8 @@ class FormatRules return false; } - $scheme = strtolower(parse_url($str,...
refactor: strtolower() should take only string
codeigniter4_CodeIgniter4
train
php
50e1e96e9f970cbbb375e7940316aaeff1182372
diff --git a/test/dict/CharacterDefinitionTest.js b/test/dict/CharacterDefinitionTest.js index <HASH>..<HASH> 100644 --- a/test/dict/CharacterDefinitionTest.js +++ b/test/dict/CharacterDefinitionTest.js @@ -19,18 +19,15 @@ var CharacterDefinition = require("../../src/dict/CharacterDefinition.js"); var InvokeDefinition...
test(dic): stop to use jconv
takuyaa_kuromoji.js
train
js
4c229542df9b91226312f662d41ae8da9f7262ce
diff --git a/test/test-build-pack.js b/test/test-build-pack.js index <HASH>..<HASH> 100644 --- a/test/test-build-pack.js +++ b/test/test-build-pack.js @@ -3,7 +3,7 @@ require('./build-example')(['--install', '-p'], function(er) { assert.ifError(er); assert(test('-d', 'node_modules')); var info = require(path.r...
test: sls-sample-app loopback-example-app rename Update refrence to match upstream example app's name change.
strongloop_strong-build
train
js
51e8ef34cb52a575f4b587c9449fcd1da9415109
diff --git a/lib/step.js b/lib/step.js index <HASH>..<HASH> 100644 --- a/lib/step.js +++ b/lib/step.js @@ -154,8 +154,11 @@ function detectMetaStep(stack) { if (isTest(line) || isBDD(line)) break; const fnName = line.match(/^at (\w+)\.(\w+)\s\(/); if (!fnName) continue; - if (fnName[1] === 'Generator'...
fix: skip Runner to detect MetaStep (#<I>)
Codeception_CodeceptJS
train
js
4e430bab6f904c185ca64aeac9b9c06e0a03ec97
diff --git a/src/tools/OverlayTool.js b/src/tools/OverlayTool.js index <HASH>..<HASH> 100644 --- a/src/tools/OverlayTool.js +++ b/src/tools/OverlayTool.js @@ -103,8 +103,12 @@ export default class OverlayTool extends BaseTool { } } + // Guard against non-number values + const overlayX = (!is...
fix: guard against non-number values
cornerstonejs_cornerstoneTools
train
js
9e068622c1cdd3f2d00432ffcf02453784692421
diff --git a/src/AdminPlugin.php b/src/AdminPlugin.php index <HASH>..<HASH> 100644 --- a/src/AdminPlugin.php +++ b/src/AdminPlugin.php @@ -38,6 +38,11 @@ class AdminPlugin extends BasePlugin 'sort' => 100, ]; + $categories['content'] = [ + 'name' => '内容', + 'sort' =>...
refactor(article): 增加内容菜单
miaoxing_admin
train
php
db6a40ef9d5d813b2d5a3a35dbcf34e93cfa15cb
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ extras["test"] = ( extras["all"], "tox", "flake8", - "pytest", + "pytest<6.1.0", "pytest-cov", "pytest-rerunfailures", "pytest-xdist",
fix: pin pytest version <<I> to avoid pytest-rerunfailures breaking changes (#<I>)
aws_sagemaker-python-sdk
train
py
2d158819b0b6a87557d2e1a5f321fcb39c366a07
diff --git a/src/TypesGenerator.php b/src/TypesGenerator.php index <HASH>..<HASH> 100644 --- a/src/TypesGenerator.php +++ b/src/TypesGenerator.php @@ -258,7 +258,7 @@ class TypesGenerator } foreach ($this->getParentClasses($type) as $typeInHierarchy) { - ...
fix: Check if key is set to prevent warning (#<I>) * fix: Check if key is set to prevent warning When the properitesMap array gets iterated to generate the fields, it happens that the uri of the typeInHierarchy is not a key of the said array; this triggers a PHP Warning: Undefined array key. Seems to happen only f...
api-platform_schema-generator
train
php
e86f6bbabcc85f7005b6af85aabdfcf93acc6e82
diff --git a/superset/security/manager.py b/superset/security/manager.py index <HASH>..<HASH> 100644 --- a/superset/security/manager.py +++ b/superset/security/manager.py @@ -235,13 +235,17 @@ class SupersetSecurityManager( # pylint: disable=too-many-public-methods guest_user_cls = GuestUser def create_log...
fix: check embedded feature flag in request loader (#<I>) * check embedded feature flag in request loader * lint * type annotation
apache_incubator-superset
train
py
9f13e6c4c62b5b7ffc4064f85b21619f7181f14f
diff --git a/src/geshi/css.php b/src/geshi/css.php index <HASH>..<HASH> 100644 --- a/src/geshi/css.php +++ b/src/geshi/css.php @@ -193,7 +193,8 @@ $language_data = array ( //CSS classname 1 => '\.(?!\d)[a-zA-Z0-9\-_]+\b(?=[\{\.#\s,:].|<\|)', //CSS Pseudo classes - 2 => ':(?!\d)[a-zA-Z0...
fix: even more fancier selectors are supported now
GeSHi_geshi-1.0
train
php
aa8a5c20a23083e876e078ad2de4f0910c09b6d3
diff --git a/src/directives/highlight/index.js b/src/directives/highlight/index.js index <HASH>..<HASH> 100644 --- a/src/directives/highlight/index.js +++ b/src/directives/highlight/index.js @@ -8,6 +8,6 @@ export const highlight = (Vue) => { const highlightee = binding.value.split('::')[0]; const highlighter...
fix(highlight): changed the span to mark, because of semantics
jofftiquez_vue-morphling
train
js
9af5eeb53144608d61f5e7ca5ed7854c4bed4c70
diff --git a/lib/babel-config.js b/lib/babel-config.js index <HASH>..<HASH> 100644 --- a/lib/babel-config.js +++ b/lib/babel-config.js @@ -5,7 +5,6 @@ const react = require('@babel/preset-react') const reactRequire = require('babel-plugin-react-require').default const lodash = require('babel-plugin-lodash') const re...
refactor(babel): Remove direct transform runtime requirement and turn on the userBuiltIns flag for b
conveyal_mastarm
train
js
92a5f0f8b493f8cbe6d09768ab7d061bfecf10c2
diff --git a/webpack.prod.js b/webpack.prod.js index <HASH>..<HASH> 100644 --- a/webpack.prod.js +++ b/webpack.prod.js @@ -9,6 +9,11 @@ var baseConfig = require('./webpack.base.js'); var prodConfig = { plugins: [ + new webpack.DefinePlugin({ + 'process.env': { + NODE_ENV: JSON.s...
chore: added process_env to prod build
chrisbateman_webpack-visualizer
train
js
a135f5cf424c1323eb02d941bb2c88435d3a4edd
diff --git a/packages/react/src/internal/FloatingMenu.js b/packages/react/src/internal/FloatingMenu.js index <HASH>..<HASH> 100644 --- a/packages/react/src/internal/FloatingMenu.js +++ b/packages/react/src/internal/FloatingMenu.js @@ -336,8 +336,10 @@ class FloatingMenu extends React.Component { const primaryFocus...
fix(FloatingMenu): ignore disabled nodes for autofocus (#<I>)
carbon-design-system_carbon-components
train
js
a07e466149b4f51787b5a1cee0c264dc75d65017
diff --git a/deezer/client.py b/deezer/client.py index <HASH>..<HASH> 100644 --- a/deezer/client.py +++ b/deezer/client.py @@ -185,12 +185,12 @@ class Client: """ url = self.object_url(object_t, object_id, relation, **kwargs) response = self.session.get(url) - json = response.json() - ...
refactor: rename variable to avoid confusion with json module
browniebroke_deezer-python
train
py