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
5e8eccdf15eb89c086a051eb32903e9bccfba97b
diff --git a/src/components/PlayerMobile.js b/src/components/PlayerMobile.js index <HASH>..<HASH> 100644 --- a/src/components/PlayerMobile.js +++ b/src/components/PlayerMobile.js @@ -30,6 +30,7 @@ const PlayerMobile = ({ locale, toggleMode, renderAudioTitle, + actionButtonIcon, }) => ( <div className={cls...
fix: play button delay in mobile player
lijinke666_react-music-player
train
js,js
22fe8edb694b030f8d3e1da6e97c82dac2548edc
diff --git a/src/modules/Dropdown/Dropdown.js b/src/modules/Dropdown/Dropdown.js index <HASH>..<HASH> 100644 --- a/src/modules/Dropdown/Dropdown.js +++ b/src/modules/Dropdown/Dropdown.js @@ -729,8 +729,7 @@ export default class Dropdown extends Component { this.setValue(newValue) this.setSelectedIndex(value) ...
fix(Dropdown): clear searchQuery on item selection by mouse click (#<I>) * fix(Dropdown): Clear search on mouse click - Remove check to have consistent behavior with `selectItemOnEnter` Relates to <URL>
Semantic-Org_Semantic-UI-React
train
js
eee7863cbd70cc7741422522ba6ea1e1f3dee316
diff --git a/EventListener/DoctrineOrderEventListener.php b/EventListener/DoctrineOrderEventListener.php index <HASH>..<HASH> 100644 --- a/EventListener/DoctrineOrderEventListener.php +++ b/EventListener/DoctrineOrderEventListener.php @@ -78,7 +78,9 @@ class DoctrineOrderEventListener private function process() ...
fix(order): set sort order for multiple fields
whatwedo_TableBundle
train
php
ff8801fdf4f56cdcb1a8a7a258e38cfd1425788b
diff --git a/docs/source/conf.py b/docs/source/conf.py index <HASH>..<HASH> 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -108,7 +108,7 @@ else: # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, ...
docs: get rid of warning about static dir
user-cont_conu
train
py
ea4dab38e611ac92844ce3b848f94008ef5e4a96
diff --git a/lib/parsers/parser_cache.js b/lib/parsers/parser_cache.js index <HASH>..<HASH> 100644 --- a/lib/parsers/parser_cache.js +++ b/lib/parsers/parser_cache.js @@ -23,6 +23,10 @@ function keyFromFields(type, fields, options, config) { res += `/${field.name}:${field.columnType}:${field.flags}:${ field...
fix: added table to cache key for nestTables fixes #<I>
sidorares_node-mysql2
train
js
5ad31177dacc8ca243db9677d62fc48ff0214186
diff --git a/lib/templates/plugin.js b/lib/templates/plugin.js index <HASH>..<HASH> 100644 --- a/lib/templates/plugin.js +++ b/lib/templates/plugin.js @@ -95,7 +95,7 @@ export default (ctx, inject) => { delete Component.options.apollo.$init } }) - ApolloSSR.prefetchAll(apolloProvider, Co...
fix: call await for prefetchAll
nuxt-community_apollo-module
train
js
eae3f5557d48d3dc5a3535f848d086bd0e81f223
diff --git a/niworkflows/interfaces/bids.py b/niworkflows/interfaces/bids.py index <HASH>..<HASH> 100644 --- a/niworkflows/interfaces/bids.py +++ b/niworkflows/interfaces/bids.py @@ -2,6 +2,7 @@ # vi: set ft=python sts=4 ts=4 sw=4 et: """Interfaces for handling BIDS-like neuroimaging structures.""" from collections ...
fix: get source_file dtype for lists
poldracklab_niworkflows
train
py
145ed5e0a9a4d9413d9b28fdb27c4242941674e9
diff --git a/lib/api_connect_client/developer.rb b/lib/api_connect_client/developer.rb index <HASH>..<HASH> 100644 --- a/lib/api_connect_client/developer.rb +++ b/lib/api_connect_client/developer.rb @@ -82,7 +82,8 @@ module ApiConnectClient end def get_profile_information - get("/me") + user = Api...
feat(user): Exposing from Developer class, the retrieving of user profile
cffiebigc_api-connect-client
train
rb
17701c519e4435421839045a2f6c721f7a55e7a2
diff --git a/Python/ibmcloudsql/SQLQuery.py b/Python/ibmcloudsql/SQLQuery.py index <HASH>..<HASH> 100644 --- a/Python/ibmcloudsql/SQLQuery.py +++ b/Python/ibmcloudsql/SQLQuery.py @@ -215,6 +215,7 @@ class SQLQuery(COSClient, SQLMagic, HiveMetastore): 'Enter target URI for SQL results (leave empty to us...
fix: ensure login ok with changing setting via configure()
IBM-Cloud_sql-query-clients
train
py
d89cb3abbb2a63cdf04fb12cf28672ab452e599c
diff --git a/packages/cozy-konnector-libs/src/helpers/cozy-client-js-stub.js b/packages/cozy-konnector-libs/src/helpers/cozy-client-js-stub.js index <HASH>..<HASH> 100644 --- a/packages/cozy-konnector-libs/src/helpers/cozy-client-js-stub.js +++ b/packages/cozy-konnector-libs/src/helpers/cozy-client-js-stub.js @@ -10,6 ...
feat: Allow file qualification to work in standalone mode
konnectors_libs
train
js
e2dde559b03a6e87204cf650346293804157db85
diff --git a/src/Modules/Licenser.php b/src/Modules/Licenser.php index <HASH>..<HASH> 100644 --- a/src/Modules/Licenser.php +++ b/src/Modules/Licenser.php @@ -667,6 +667,12 @@ class Licenser extends Abstract_Module { if ( isset( $update_data->slug ) ) { $update_data->slug = $this->product->get_slug(); } + if...
fix: cast icons and banners from update response to array
Codeinwp_themeisle-sdk
train
php
e79a2a18130eb157aa63658459e1d1483a0f2b4d
diff --git a/lib/express-restify-mongoose.js b/lib/express-restify-mongoose.js index <HASH>..<HASH> 100755 --- a/lib/express-restify-mongoose.js +++ b/lib/express-restify-mongoose.js @@ -179,7 +179,13 @@ var restify = function (app, model, opts) { app.delete(uri_items, delete_middleware, ops.deleteItems, postProcess...
fix(restify): add catch all error handler * This will be added in an upcoming restify release
florianholzapfel_express-restify-mongoose
train
js
2607e5b543efe5651a4afbc59b99d90c19710edb
diff --git a/src/util.js b/src/util.js index <HASH>..<HASH> 100644 --- a/src/util.js +++ b/src/util.js @@ -78,8 +78,9 @@ function getPlatformWwwRoot (cordovaProjectRoot, platformName) { } try { - const Api = require(path.join(cordovaProjectRoot, 'platforms', platformName, 'cordova/Api')); - re...
fix: pass mandatory args to platform API constructor (#<I>)
apache_cordova-serve
train
js
60d1b8cc86d232e8316088748b424dd33b64a44e
diff --git a/i18n/fa-ir.js b/i18n/fa-ir.js index <HASH>..<HASH> 100644 --- a/i18n/fa-ir.js +++ b/i18n/fa-ir.js @@ -34,7 +34,7 @@ export default { noResults: 'هیچ موردی یافت نشد', loading: 'در حال بارگذاری ...', selectedRows: function (rows) { - return rows === 0 ? 'ردیفی انتخاب نشده': rows + ' ردیف ...
fix: Lint error in fa-ir language pack
quasarframework_quasar
train
js
b0b627fb9b04d2f19d04a3c8e3d6fda2e3b6aad0
diff --git a/lib/api/channel.js b/lib/api/channel.js index <HASH>..<HASH> 100644 --- a/lib/api/channel.js +++ b/lib/api/channel.js @@ -1,6 +1,6 @@ import Promise from 'yaku' -export default class Channeld { +export default class Channel { constructor (sourceId) { this.sourceId = sourceId
fix(api): Fix typo in API class
contentful_ui-extensions-sdk
train
js
fb9c4de5409b6e203d2b51206c566e114b330108
diff --git a/packages/core/botpress/src/server/index.js b/packages/core/botpress/src/server/index.js index <HASH>..<HASH> 100644 --- a/packages/core/botpress/src/server/index.js +++ b/packages/core/botpress/src/server/index.js @@ -26,14 +26,14 @@ module.exports = bp => { const app = express() app.use(compress...
feat(core): hostname bot listens to can be customized (resolve #<I>)
botpress_botpress
train
js,js
e74beb20a9f2658c4573c9c910025b70c34aaac5
diff --git a/packages/react/src/components/MultiSelect/MultiSelect.js b/packages/react/src/components/MultiSelect/MultiSelect.js index <HASH>..<HASH> 100644 --- a/packages/react/src/components/MultiSelect/MultiSelect.js +++ b/packages/react/src/components/MultiSelect/MultiSelect.js @@ -392,7 +392,10 @@ export default c...
fix(MultiSelect): correct spacing between checkmark and item text (#<I>)
carbon-design-system_carbon-components
train
js
cd5d3abc32d6864281bc909a0bd6942f4319d920
diff --git a/packages/babel-preset-env/src/polyfills/corejs3/built-in-definitions.js b/packages/babel-preset-env/src/polyfills/corejs3/built-in-definitions.js index <HASH>..<HASH> 100644 --- a/packages/babel-preset-env/src/polyfills/corejs3/built-in-definitions.js +++ b/packages/babel-preset-env/src/polyfills/corejs3/b...
fix: String#italics is incorrectly defined in babel-preset-env (#<I>)
babel_babel
train
js
bc76bd9224e84ddcc91f9c66315fc42eccd9cb02
diff --git a/ui/src/components/select/QSelect.js b/ui/src/components/select/QSelect.js index <HASH>..<HASH> 100755 --- a/ui/src/components/select/QSelect.js +++ b/ui/src/components/select/QSelect.js @@ -844,6 +844,7 @@ export default Vue.extend({ h('div', { // there can be only one (when dialog ...
fix(QSelect): add keys to target elements to prevent Vue from reusing the element #<I> (#<I>)
quasarframework_quasar
train
js
a47189bb9bf1fcddfa39312a3242efb11f52bcbc
diff --git a/core/metrics/bandwidth.go b/core/metrics/bandwidth.go index <HASH>..<HASH> 100644 --- a/core/metrics/bandwidth.go +++ b/core/metrics/bandwidth.go @@ -2,6 +2,8 @@ package metrics import ( + "time" + "github.com/libp2p/go-flow-metrics" "github.com/libp2p/go-libp2p-core/peer" "github.com/libp2p/go-l...
feat(metrics): add function to trim idle meters
libp2p_go-libp2p
train
go
f49f38c264117f1db1d16d902830a255f2127234
diff --git a/src/MarkerClusterGroup.js b/src/MarkerClusterGroup.js index <HASH>..<HASH> 100644 --- a/src/MarkerClusterGroup.js +++ b/src/MarkerClusterGroup.js @@ -541,16 +541,20 @@ export var MarkerClusterGroup = L.MarkerClusterGroup = L.FeatureGroup.extend({ //Zoom down to show the given layer (spiderfying if necess...
fix(zoomAnim): check on map with hasLayer instead of _icon, so that it becomes compatible with non-icon-based Markers and Cluster Markers.
Leaflet_Leaflet.markercluster
train
js
e8f82bb7f1be1e6c3136a9c9a31f7398baa5ab2f
diff --git a/lib/googmodule.js b/lib/googmodule.js index <HASH>..<HASH> 100644 --- a/lib/googmodule.js +++ b/lib/googmodule.js @@ -1,7 +1,7 @@ var path = require('path'); // If the code has goog.module we need to wrap it. -var MODULE_REGEXP = /(^|;)\s*goog\.module\s*\(\s*['""]/m; +var MODULE_REGEXP = /(^|;|\*\/)\s*...
fix: support goog.module calls after comments `goog.module` calls may be preceded by block comments `/* foo */goog.module`. This change updates the heuristic regexp to handle that case.
karma-runner_karma-googmodule-preprocessor
train
js
8520baa22cd8fd3035f03f1c5ee063ba32ea07af
diff --git a/lib/embed/tweet.js b/lib/embed/tweet.js index <HASH>..<HASH> 100644 --- a/lib/embed/tweet.js +++ b/lib/embed/tweet.js @@ -16,7 +16,7 @@ class Tweet extends Observable(Embed) { } appendAnsweredTweet() { - if (!this.isReply) return + if (!this.isReply || this.hasAttribute('no-thread')) return ...
feat: include no-thread option
heiseonline_embetty
train
js
ac9bd92dafe20a47c1690b2bc922256b1fe14d1c
diff --git a/scripts/travis.js b/scripts/travis.js index <HASH>..<HASH> 100644 --- a/scripts/travis.js +++ b/scripts/travis.js @@ -10,11 +10,11 @@ var NODE_MODULES = path.join(ROOT_DIR, 'node_modules'); var BIN_DIR = path.join(NODE_MODULES, '.bin'); function bin(name) { - return path.join(BIN_DIR, name); + return...
fix(scripts): try this
stefanpenner_broccoli-persistent-filter
train
js
6f9a9cc8d5b31bdd998dd4c5826b36df35fed031
diff --git a/tests/integ/sagemaker/lineage/conftest.py b/tests/integ/sagemaker/lineage/conftest.py index <HASH>..<HASH> 100644 --- a/tests/integ/sagemaker/lineage/conftest.py +++ b/tests/integ/sagemaker/lineage/conftest.py @@ -43,7 +43,7 @@ from sagemaker.lineage.query import ( ) from sagemaker.lineage.lineage_trial_...
fix: retry context delete (#<I>)
aws_sagemaker-python-sdk
train
py
37a909bfe316f39ba65472ff7a9f485fd76c4d5f
diff --git a/packages/cerebral-module-useragent/src/signalFactories/windowChanged.js b/packages/cerebral-module-useragent/src/signalFactories/windowChanged.js index <HASH>..<HASH> 100644 --- a/packages/cerebral-module-useragent/src/signalFactories/windowChanged.js +++ b/packages/cerebral-module-useragent/src/signalFact...
fix(useragent): merge instead of set to support strict render (#<I>)
cerebral_cerebral
train
js
eb14d82022d70f7b3268384c55ba09432c197b91
diff --git a/packages/xod-client/src/project/selectors.js b/packages/xod-client/src/project/selectors.js index <HASH>..<HASH> 100644 --- a/packages/xod-client/src/project/selectors.js +++ b/packages/xod-client/src/project/selectors.js @@ -328,7 +328,7 @@ export const getRenderableLinks = createMemoizedSelector( (nod...
fix(xod-client): fix selector to avoid warnings about wrong propType
xodio_xod
train
js
3c94d723f400c5dfabeb71d40ac57624474ceb28
diff --git a/lib/launcher.js b/lib/launcher.js index <HASH>..<HASH> 100644 --- a/lib/launcher.js +++ b/lib/launcher.js @@ -119,7 +119,7 @@ var init = function(configFile, additionalConfig) { if (config.getMultiCapabilities && typeof config.getMultiCapabilities === 'function') { if (config.mul...
docs(launcher): fix launcher.js typo from capabilites to capabilities Noticed this while Googling an error message and seeing that Google recommended the correct spelling.
angular_protractor
train
js
3f62f8eb167cf610c6add92756a1c5cfa7358170
diff --git a/packages/api/server/request.js b/packages/api/server/request.js index <HASH>..<HASH> 100644 --- a/packages/api/server/request.js +++ b/packages/api/server/request.js @@ -26,6 +26,7 @@ class Request { // Server to Client if (channel === 'check') { + if (data.group !== this.config.g...
fix(api): Ensure API nodes only communicate within their own cubic group
cubic-js_cubic
train
js
48ba9905b31fb2e9dc5bf3da5d83edacced88e1a
diff --git a/packages/button/src/css/index.js b/packages/button/src/css/index.js index <HASH>..<HASH> 100644 --- a/packages/button/src/css/index.js +++ b/packages/button/src/css/index.js @@ -50,7 +50,6 @@ export default { left: '-4px', right: '-4px', bottom: '-4px', - zIndex: '-1', border: `3px s...
refactor(button): remove unneeded zIndex rule
pluralsight_design-system
train
js
366bd881546cea56484c236185d51c9f5b3a8dac
diff --git a/devicecloud/test/integration/inttest_streams.py b/devicecloud/test/integration/inttest_streams.py index <HASH>..<HASH> 100644 --- a/devicecloud/test/integration/inttest_streams.py +++ b/devicecloud/test/integration/inttest_streams.py @@ -61,11 +61,13 @@ class StreamsIntegrationTestCase(DeviceCloudIntegrati...
test: streams: include explicit timestamp with bulk data writes This change adds timestamps to the bulk data writes. Without this, the device cloud would seem to sometimes provide back elements out of the expected order when read back. Technically, that behavior cannot be considered wrong as all items were effective...
digidotcom_python-devicecloud
train
py
df767bb23aadbbdc5a1698e2e2ab605740779817
diff --git a/plugin/annotate.js b/plugin/annotate.js index <HASH>..<HASH> 100644 --- a/plugin/annotate.js +++ b/plugin/annotate.js @@ -10,9 +10,15 @@ Plugin.registerSourceHandler('ng.js', { add: true }); - compileStep.addJavaScript({ - path : compileStep.inputPath, - data : ret.src, - sourcePath : c...
fix(annotate): check for errors before attempting to add annotated scripts
Urigo_angular-meteor
train
js
66449fcdbf24ea513777d4fee93be26bb800b10d
diff --git a/src/molecule/util.py b/src/molecule/util.py index <HASH>..<HASH> 100644 --- a/src/molecule/util.py +++ b/src/molecule/util.py @@ -160,9 +160,9 @@ def run_command( return result -def os_walk(directory, pattern, excludes=[]): +def os_walk(directory, pattern, excludes=[], followlinks=False): """...
fix: allow os_walk to follow symlinks (#<I>) Allows the testinfra verifier to follow symlinks in the tests directory. This fixes a bug described here: <URL>
ansible_molecule
train
py,py
f55adecf4cc09fa7626689ab75dd3f1b7f5737a1
diff --git a/packages/core/src/compress.js b/packages/core/src/compress.js index <HASH>..<HASH> 100644 --- a/packages/core/src/compress.js +++ b/packages/core/src/compress.js @@ -122,8 +122,10 @@ const createDirectory = file => { if (Array.isArray(file)) { file = file[0]; } - - mkdirp.sync(file.substr(0, fi...
fix(mkdirp): Maximum call stack size exceeded
srod_node-minify
train
js
ef0d410eafbd6f47a986f8f7a9fd437d196895dc
diff --git a/test/inquires.spec.js b/test/inquires.spec.js index <HASH>..<HASH> 100644 --- a/test/inquires.spec.js +++ b/test/inquires.spec.js @@ -77,6 +77,7 @@ describe('Input list of files', () => { let stdin; before(() => { stdin = stdinMock.stdin(); + stdin.reset(); }); after(() ...
test(inquirer): try fix test on CI
inikulin_publish-please
train
js
9070496227cc08efac27165472c8f72130d04327
diff --git a/packages/@vuepress/shared-utils/lib/logger.js b/packages/@vuepress/shared-utils/lib/logger.js index <HASH>..<HASH> 100644 --- a/packages/@vuepress/shared-utils/lib/logger.js +++ b/packages/@vuepress/shared-utils/lib/logger.js @@ -88,7 +88,7 @@ class Logger { } developer (...args) { - if (process...
chore: fix --developer doesn't work
vuejs_vuepress
train
js
5c02205a4f9955f1b8d44f6cc3f9f40f2cc96572
diff --git a/demo/src/js/demo.js b/demo/src/js/demo.js index <HASH>..<HASH> 100644 --- a/demo/src/js/demo.js +++ b/demo/src/js/demo.js @@ -59,7 +59,6 @@ import toggleClass from './toggle-class'; }, previewThumbnails: { enabled: true, - customControls: true, src: ['https://cdn.plyr...
fix: demo using custom controls for YouTube
sampotts_plyr
train
js
e2a95d6978d7a39181fe0f6bc6131cea4b157e19
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -46,7 +46,7 @@ Observable.combineLatest( const isComingSoon = !!challengeSpec.isComingSoon; const fileName = challengeSpec.fileName; const helpRoom = challengeSpec.helpRoom || 'Help'; - const time = challenge...
fix(map): Removed NA text for challenge without time estimat Closes #<I>
freeCodeCamp_curriculum
train
js
4d3fb56e11b690b65d9150e1fb7282acb464f110
diff --git a/superset/views/chart/views.py b/superset/views/chart/views.py index <HASH>..<HASH> 100644 --- a/superset/views/chart/views.py +++ b/superset/views/chart/views.py @@ -68,7 +68,10 @@ class SliceModelView( for d in ConnectorRegistry.get_all_datasources(db.session) ] payload = { ...
fix: make dataset list sort case insensitive (#<I>)
apache_incubator-superset
train
py
9a9f48ed209fa3272bcbc756cb5e6694d0253eda
diff --git a/packages/site/src/ui/example/react.js b/packages/site/src/ui/example/react.js index <HASH>..<HASH> 100644 --- a/packages/site/src/ui/example/react.js +++ b/packages/site/src/ui/example/react.js @@ -34,8 +34,6 @@ const formatSrc = code => code.trim() const OutputDecorationGlobalStyles = _ => ( <style gl...
refactor(site): remove new stacking context for example blocks
pluralsight_design-system
train
js
0901b0abee9d10e656527e51c9de79126f99a5f4
diff --git a/src/Printer.php b/src/Printer.php index <HASH>..<HASH> 100644 --- a/src/Printer.php +++ b/src/Printer.php @@ -44,7 +44,9 @@ class Printer extends ResultPrinter $progress = static::$symbols[$progress]; } - $this->write("({$this->numTestsRun}/{$this->numTests}) {$progress} {$th...
chore: Added padding for the total tests run. (#<I>)
LimeDeck_phpunit-detailed-printer
train
php
7448ac087c52cf5b39049828e0e92aae10612078
diff --git a/packages/desktop-gui/cypress/integration/settings_spec.js b/packages/desktop-gui/cypress/integration/settings_spec.js index <HASH>..<HASH> 100644 --- a/packages/desktop-gui/cypress/integration/settings_spec.js +++ b/packages/desktop-gui/cypress/integration/settings_spec.js @@ -821,6 +821,7 @@ describe('Set...
fix: close the accordion to flush the onMount event
cypress-io_cypress
train
js
77a6fa13bcbd899baad245a45fc98fbfd2623cd5
diff --git a/packages/dva-no-router/src/index.js b/packages/dva-no-router/src/index.js index <HASH>..<HASH> 100644 --- a/packages/dva-no-router/src/index.js +++ b/packages/dva-no-router/src/index.js @@ -42,7 +42,9 @@ export default function (opts = {}) { `[app.start] router must be registered before app.start()`...
fix: store is reassigned when app.start() is executed multiple times
dvajs_dva
train
js,js
d6fef16605027716d70b22acbfb0aed107d93142
diff --git a/src/ng-quill.js b/src/ng-quill.js index <HASH>..<HASH> 100755 --- a/src/ng-quill.js +++ b/src/ng-quill.js @@ -82,7 +82,7 @@ 'placeholder': '@?', 'bounds': '<?', 'scrollingContainer': '<?', - 'scrict': '<?', + 'strict': '<?', 'onEditorCreated': '&?', 'onCon...
fix(inputs): corrected naming of strict input
KillerCodeMonkey_ng-quill
train
js
b543bcbcf76d4cf2d2df77713926571d0d9b2391
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,11 +402,11 @@ class QuasarConfig { }, cfg.ssr || {}) cfg.ssr.debug = this.ctx.debug + cfg.ssr.__templateOptions = JSON.stringify(cfg.ssr, null, 2) ...
chore: Small enhancement to quasar.conf parsing
quasarframework_quasar-cli
train
js
61f3a2f3a2e62b47f058029f77e95f9a11b38b4c
diff --git a/core/commands/pin/remotepin.go b/core/commands/pin/remotepin.go index <HASH>..<HASH> 100644 --- a/core/commands/pin/remotepin.go +++ b/core/commands/pin/remotepin.go @@ -740,7 +740,7 @@ func getRemotePinServiceInfo(env cmds.Environment, name string) (endpoint, key s func normalizeEndpoint(endpoint strin...
fix: restrict remote pinning service endpoint URIs to HTTP/HTTPS
ipfs_go-ipfs
train
go
2617d3c9f3f321f80472d1fcf88ff905f3cc39aa
diff --git a/src/structures/VoiceState.js b/src/structures/VoiceState.js index <HASH>..<HASH> 100644 --- a/src/structures/VoiceState.js +++ b/src/structures/VoiceState.js @@ -154,7 +154,7 @@ class VoiceState extends Base { /** * Moves the member to a different channel, or disconnects them from the one they're in...
docs(VoiceState): remove permissions required from description (#<I>)
discordjs_discord.js
train
js
9e6246072f9dd2768f5046a5a8ae530c9fb798ac
diff --git a/src/Models/Fittings/CharacterFitting.php b/src/Models/Fittings/CharacterFitting.php index <HASH>..<HASH> 100644 --- a/src/Models/Fittings/CharacterFitting.php +++ b/src/Models/Fittings/CharacterFitting.php @@ -52,7 +52,10 @@ class CharacterFitting extends Model public function ship() { - ...
fix: prevent invalid ship type to throw an exception Closes eveseat/seat#<I>
eveseat_eveapi
train
php
ab60957a762c6fddd3b7c05f617a181de2c0be85
diff --git a/test/functional/retryable_reads_tests.js b/test/functional/retryable_reads_tests.js index <HASH>..<HASH> 100644 --- a/test/functional/retryable_reads_tests.js +++ b/test/functional/retryable_reads_tests.js @@ -24,7 +24,8 @@ describe('Retryable Reads', function() { spec.description.match(/listDatabas...
test: enable retryable reads tests for `count`
mongodb_node-mongodb-native
train
js
074212eaeaa32a980086b5e097f0006789548e00
diff --git a/script/en/passwords.php b/script/en/passwords.php index <HASH>..<HASH> 100644 --- a/script/en/passwords.php +++ b/script/en/passwords.php @@ -12,7 +12,7 @@ return [ | */ - 'password' => 'Passwords must be at least six characters and match the confirmation.', + 'password' => 'Passwords mus...
fix: #<I> Minimum password length is 8 characters in Laravel <I>
caouecs_Laravel-lang
train
php
75f832bd7bc1f5fbe3dfabe713348961c1fda522
diff --git a/optlang/cplex_interface.py b/optlang/cplex_interface.py index <HASH>..<HASH> 100644 --- a/optlang/cplex_interface.py +++ b/optlang/cplex_interface.py @@ -609,7 +609,6 @@ class Model(interface.Model): @objective.setter def objective(self, value): - self.update() if self._objectiv...
fix: broken model.objective setter in interface.py
biosustain_optlang
train
py,py
040b323016bd903fa978160d1381cc63e5f95de9
diff --git a/sheriff.go b/sheriff.go index <HASH>..<HASH> 100644 --- a/sheriff.go +++ b/sheriff.go @@ -52,6 +52,9 @@ type Marshaller interface { // In all other cases we can't derive the type in a meaningful way and is therefore an `interface{}`. func Marshal(options *Options, data interface{}) (interface{}, error) {...
fix: Handle empty interface when marshalling (#<I>)
liip_sheriff
train
go,go
4d54a8ae42ce70a539e8520af9b2478ba33ddc44
diff --git a/dmf_device_ui/plugin.py b/dmf_device_ui/plugin.py index <HASH>..<HASH> 100644 --- a/dmf_device_ui/plugin.py +++ b/dmf_device_ui/plugin.py @@ -6,6 +6,7 @@ from pygtkhelpers.delegates import SlaveView from pygtkhelpers.utils import gsignal from zmq_plugin.plugin import Plugin from zmq_plugin.schema import...
fix(plugin): queue redraw on alphas update Prior to this commit, when the surface alphas were updated from the ZeroMQ plugin interface, the UI did not reflect the changes until the next time the canvas was redrawn. In this commit, queue a redraw of the canvas after the surface alphas are updated to reflect the change...
sci-bots_dmf-device-ui
train
py
cf92ae3bfe54eed5b0f1c623772e0592d8c729e3
diff --git a/tests/Protocol/CoroutineTest.php b/tests/Protocol/CoroutineTest.php index <HASH>..<HASH> 100644 --- a/tests/Protocol/CoroutineTest.php +++ b/tests/Protocol/CoroutineTest.php @@ -23,6 +23,7 @@ namespace Tests\Protocol; use Leevel\Di\ICoroutine; use Leevel\Protocol\Coroutine; use Tests\TestCase; +use Thro...
fix: try to fix `go(): Using Xdebug in coroutines is extremely dangerous, please notice that it may lead to coredump!`
hunzhiwange_framework
train
php
39aa1fdf64bcad0e747008eff3652a980a62cf7d
diff --git a/lib/workers/repository/init/config.js b/lib/workers/repository/init/config.js index <HASH>..<HASH> 100644 --- a/lib/workers/repository/init/config.js +++ b/lib/workers/repository/init/config.js @@ -96,6 +96,11 @@ async function mergeRenovateConfig(config) { .join(', '); throw error; } + if ...
fix: pass through migratedConfig warnings
renovatebot_renovate
train
js
28afcde5c3c65e850626aa8c5d459dd46aea971a
diff --git a/lib/uv-rays/http/request.rb b/lib/uv-rays/http/request.rb index <HASH>..<HASH> 100644 --- a/lib/uv-rays/http/request.rb +++ b/lib/uv-rays/http/request.rb @@ -40,6 +40,8 @@ module UV path = options[:path] if path.is_a?(::URI) @path = path.to_s.split(@en...
fix: ensure path strings don't include the domain
cotag_uv-rays
train
rb
d5632cd8449ae05f51ceaeb949c6f5f81599bd1b
diff --git a/services/UserService.js b/services/UserService.js index <HASH>..<HASH> 100644 --- a/services/UserService.js +++ b/services/UserService.js @@ -157,7 +157,7 @@ module.exports = function( Service, UserModel ) { .find( { where: { email: data.email } } ) .then( function...
fix(service): Removing statusCode types from Services that's for controllers to define
CleverStack_clever-auth
train
js
3a4dd098d93006efc3db96f541ed0329929d0a6a
diff --git a/clients/packages/admin-client/src/pages/admin/sidebar.js b/clients/packages/admin-client/src/pages/admin/sidebar.js index <HASH>..<HASH> 100644 --- a/clients/packages/admin-client/src/pages/admin/sidebar.js +++ b/clients/packages/admin-client/src/pages/admin/sidebar.js @@ -24,7 +24,7 @@ const Wrapper = (pr...
fix(admin): add mobilization selected to sidebar
nossas_bonde-client
train
js
7a3293e0582f20ed4ed318e219d5196773119946
diff --git a/lib/components/narrative/tabbed-itineraries.js b/lib/components/narrative/tabbed-itineraries.js index <HASH>..<HASH> 100644 --- a/lib/components/narrative/tabbed-itineraries.js +++ b/lib/components/narrative/tabbed-itineraries.js @@ -128,6 +128,8 @@ class TabButton extends Component { } = calculateFar...
refactor(tabbed-itineraries): show flex status
opentripplanner_otp-react-redux
train
js
0579fb5f671a9ae1db4cde40a6d5be2f528cec0b
diff --git a/api/opentrons/data_storage/database.py b/api/opentrons/data_storage/database.py index <HASH>..<HASH> 100644 --- a/api/opentrons/data_storage/database.py +++ b/api/opentrons/data_storage/database.py @@ -281,5 +281,9 @@ def reset(): """ Unmount and remove the sqlite database (used in robot reset) """ ...
fix(api): Delete the labware database journal on reset (#<I>) SQLite occasionally creates a journal file to ensure atomicity of transactions (<URL>
Opentrons_opentrons
train
py
699d6d8de3cf00757d0addf926b8314b1e67a0c2
diff --git a/packages/input-checkbox/src/Checkbox.js b/packages/input-checkbox/src/Checkbox.js index <HASH>..<HASH> 100644 --- a/packages/input-checkbox/src/Checkbox.js +++ b/packages/input-checkbox/src/Checkbox.js @@ -11,7 +11,6 @@ import StyledLabel from "./styledComponents/Checkbox"; const TooltipTarget = disabledT...
refactor(Checkbox): dropped componentWillReceiveProps in favor of componentDidUpdate affects: @crave/farmblocks-input-checkbox BREAKING CHANGE: In this version the use of the deprecated function componentWillReceiveProps has been removed in favor of componentDidUpdate ISSUES CLOSED: #<I>
CraveFood_farmblocks
train
js
db9028a802878b8fd999c3cf495885e1700b937e
diff --git a/packages/text/src/css/index.js b/packages/text/src/css/index.js index <HASH>..<HASH> 100644 --- a/packages/text/src/css/index.js +++ b/packages/text/src/css/index.js @@ -25,7 +25,7 @@ export default { border: `1px solid ${core.colors.gray01}` }, [`.psds-text__code.psds-theme--${themeDefaultName}...
fix(text): use correct codeBlue in code component
pluralsight_design-system
train
js
5e5cdc5c689efc3985db3ad24f9238c373cd6e70
diff --git a/packages/mdc-floating-label/addon/components/mdc-floating-label.js b/packages/mdc-floating-label/addon/components/mdc-floating-label.js index <HASH>..<HASH> 100644 --- a/packages/mdc-floating-label/addon/components/mdc-floating-label.js +++ b/packages/mdc-floating-label/addon/components/mdc-floating-label....
feat: added float above and shake class naming bindings
onehilltech_ember-cli-mdc
train
js
c11c4ec54c29d9f5b8a335db379a4670ceeb6cfb
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -23,6 +23,11 @@ var find_package_json = function(location) { return location; } +// Get the parent module, or null if parent links itself +var get_parent_module = function(module) { + return (module !== module.parent) ?...
feat: Avoid infinite loop scenario for self-linked module parents (#4)
christkv_require_optional
train
js
4cd45eb4c156d4a1170b150500ee6e58b02bc5cf
diff --git a/website/src/components/header.js b/website/src/components/header.js index <HASH>..<HASH> 100644 --- a/website/src/components/header.js +++ b/website/src/components/header.js @@ -57,9 +57,12 @@ class Header extends Component { <Link to="/" className="logo"> <img src={...
docs: put star button first, add search to home (#<I>)
netlify_netlify-cms
train
js
c10b888b0b3ed9dc0be29228154a60db448e3aad
diff --git a/lib/script.js b/lib/script.js index <HASH>..<HASH> 100644 --- a/lib/script.js +++ b/lib/script.js @@ -8,6 +8,8 @@ const CovFunction = require('./function') // see: https://github.com/nodejs/node/pull/21573. const cjsWrapperLength = require('module').wrapper[0].length +const isWindows = process.platform...
fix: windows has \r\n line separator (#<I>)
istanbuljs_v8-to-istanbul
train
js
86088efd5b4c30cd8fa965a14af4c1f3566f174a
diff --git a/lib/setup-view.js b/lib/setup-view.js index <HASH>..<HASH> 100644 --- a/lib/setup-view.js +++ b/lib/setup-view.js @@ -23,8 +23,11 @@ export default class SetupView { this.props = Object.assign({}, defaultProps, props); etch.initialize(this); + } - if (!this.props.headless) { + show() { + if (!t...
fix: only show setup view when needed
UziTech_atom-jasmine3-test-runner
train
js
f29e3725ebc584943ccc20863d4dfb1248c46e35
diff --git a/packages/node_modules/@webex/plugin-meetings/src/meetings.js b/packages/node_modules/@webex/plugin-meetings/src/meetings.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/plugin-meetings/src/meetings.js +++ b/packages/node_modules/@webex/plugin-meetings/src/meetings.js @@ -133,39 +133,3 @@ ...
chore(plugin-meetings): add methods, headers, notes
webex_spark-js-sdk
train
js
a6101f72c96d89e3fbf9999f16cf3b5147f73d8f
diff --git a/superset/utils/core.py b/superset/utils/core.py index <HASH>..<HASH> 100644 --- a/superset/utils/core.py +++ b/superset/utils/core.py @@ -26,6 +26,7 @@ import re import signal import smtplib import tempfile +import threading import traceback import uuid import zlib @@ -631,8 +632,9 @@ class timeout: ...
fix: only call signal if executing on the main thread (#<I>)
apache_incubator-superset
train
py
48e5a8bc365e89f1d0446758a7211f5773956443
diff --git a/src/components/button/button.js b/src/components/button/button.js index <HASH>..<HASH> 100644 --- a/src/components/button/button.js +++ b/src/components/button/button.js @@ -79,7 +79,7 @@ function MdButtonDirective($mdInkRipple, $mdTheming, $mdAria) { // For anchor elements, we have to set tabindex ma...
fix(button): fix error when md-button is disabled anchor attr.ngDisabled can't trackable by $watch without because it is not inside the scope. Closes #<I>.
angular_material
train
js
a269693469c7213890bf24fb00f22abb88082f43
diff --git a/packages/cozy-scripts/config/webpack.config.eslint.js b/packages/cozy-scripts/config/webpack.config.eslint.js index <HASH>..<HASH> 100644 --- a/packages/cozy-scripts/config/webpack.config.eslint.js +++ b/packages/cozy-scripts/config/webpack.config.eslint.js @@ -1,8 +1,6 @@ 'use strict' -const { environm...
fix: :wrench: always emit warning with eslint loader
CPatchane_create-cozy-app
train
js
4f3eb4cdd4bc8d7dcec54a37e7f888cce7c01cc9
diff --git a/repo/fsrepo/migrations/fetcher.go b/repo/fsrepo/migrations/fetcher.go index <HASH>..<HASH> 100644 --- a/repo/fsrepo/migrations/fetcher.go +++ b/repo/fsrepo/migrations/fetcher.go @@ -2,6 +2,7 @@ package migrations import ( "context" + "fmt" "io" "os" @@ -39,7 +40,8 @@ type limitReadCloser struct ...
feat: log multifetcher errors This is to make it easier to understand why the multifetcher is falling back to a different fetcher.
ipfs_go-ipfs
train
go
daee3a141dadac3d6fc75326be4da382f72202f5
diff --git a/lib/engine_http.js b/lib/engine_http.js index <HASH>..<HASH> 100644 --- a/lib/engine_http.js +++ b/lib/engine_http.js @@ -348,6 +348,7 @@ HttpEngine.prototype.step = function step(requestSpec, ee, opts) { if (typeof requestParams.capture === 'object' || typeof requestParams.match === ...
fix: Run request callback when there's a scenario-level hook
artilleryio_artillery
train
js
cc29643d5d1e493b40a8dde9c8f51d2d0f3338ef
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -299,6 +299,10 @@ function runtimeReq(mId) { .then(() => { if (userSpace.has(parsed.cleanId)) return userSpace.req(parsed.cleanId); throw new Error(`module "${parsed.cleanId}" is missing from url "...
chore: print error message for failed runtime loading
dumberjs_dumber-module-loader
train
js
11459111f4666fbe107ac4d9e16235d134986aa0
diff --git a/lib/watson_apis/detailed_response.rb b/lib/watson_apis/detailed_response.rb index <HASH>..<HASH> 100644 --- a/lib/watson_apis/detailed_response.rb +++ b/lib/watson_apis/detailed_response.rb @@ -11,7 +11,7 @@ class DetailedResponse @headers = response.headers.to_h @headers = response.headers.t...
refactor(response): Adjust response parsing for content-type
watson-developer-cloud_ruby-sdk
train
rb
88a45211ef33831f44c5bac2f063f4d782321bf0
diff --git a/src/utils/placeholderReplacer.js b/src/utils/placeholderReplacer.js index <HASH>..<HASH> 100644 --- a/src/utils/placeholderReplacer.js +++ b/src/utils/placeholderReplacer.js @@ -18,10 +18,9 @@ const replacePlaceholder = (inputString, element, affix) => { ), (match, s1, s2) => { ...
chore(module): fix branch, increase coverage
medfreeman_remark-generic-extensions
train
js
be0418ca889af0702939c4fc8eba81b52b86c24a
diff --git a/src/components/VDatePicker/util/pad.js b/src/components/VDatePicker/util/pad.js index <HASH>..<HASH> 100644 --- a/src/components/VDatePicker/util/pad.js +++ b/src/components/VDatePicker/util/pad.js @@ -1,5 +1,5 @@ const padStart = (string, targetLength, padString) => { - targetLength = targetLength >>> 0...
fix: padStart polyfill implementation bug >>> results in a long loop when negative length is provided
vuetifyjs_vuetify
train
js
a4c24ec67ace0b7578922eb1243e510f53607540
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -const {castArray} = require('lodash'); +const {defaultTo, castArray} = require('lodash'); const verifyGit = require('./lib/verify'); const prepareGit = require('./lib/prepare'); @@ -11,8 +11,8 @@ async functi...
fix: check prepare props only in verify ones are undefined
byCedric_semantic-release-git-branches
train
js
96ec902328edca7af3e8ae3df8de9709fddac234
diff --git a/app-webpack/templates/entry/bex/content/window-event-listener.js b/app-webpack/templates/entry/bex/content/window-event-listener.js index <HASH>..<HASH> 100644 --- a/app-webpack/templates/entry/bex/content/window-event-listener.js +++ b/app-webpack/templates/entry/bex/content/window-event-listener.js @@ -9...
fix(app-webpack): BEX - postMessage payload format #<I>
quasarframework_quasar
train
js
4d43b79ab15418bbdf7a21bacd9aa4779246ec62
diff --git a/test/rules/time-threshold.js b/test/rules/time-threshold.js index <HASH>..<HASH> 100644 --- a/test/rules/time-threshold.js +++ b/test/rules/time-threshold.js @@ -3,7 +3,7 @@ const timeThreshold = require('../..').rules.timeThreshold suite('rules#timeThreshold', function () { test('options', function ...
refactor(test): time threshold timers
h2non_toxy
train
js
0bb921e2326b5461c5e635f2b988839d7cbb9cc5
diff --git a/lib/export-resume.js b/lib/export-resume.js index <HASH>..<HASH> 100644 --- a/lib/export-resume.js +++ b/lib/export-resume.js @@ -49,7 +49,9 @@ const extractFileFormat = (fileName) => { }; const getThemePkg = (theme) => { if (theme[0] === '.') { - theme = path.join(process.cwd(), theme, 'index.js')...
fix: export pdf get package theme from local (#<I>)
jsonresume_resume-cli
train
js
1147ebff9fd6d978e72408b6b50510b323f8418f
diff --git a/lib/core/sdam/topology_description.js b/lib/core/sdam/topology_description.js index <HASH>..<HASH> 100644 --- a/lib/core/sdam/topology_description.js +++ b/lib/core/sdam/topology_description.js @@ -191,7 +191,7 @@ class TopologyDescription { } if (topologyType === TopologyType.ReplicaSetNoPrima...
fix(sdam): don't remove unknown servers in topology updates NODE-<I>
mongodb_node-mongodb-native
train
js
03524f4cf97a1e679182309bff29a795c9cf4071
diff --git a/src/runtime.js b/src/runtime.js index <HASH>..<HASH> 100644 --- a/src/runtime.js +++ b/src/runtime.js @@ -6,8 +6,11 @@ * them separately. * * @copyright 2016-present, Reactdown team + * @flow */ -export * as components from './components'; -export * as directives from './directives'; -export Docu...
fix(runtime): flowtype
andreypopp_reactdown
train
js
a1b501c9403a8ce9a59def58d7822a87279d9550
diff --git a/src/sentry_plugins/slack/plugin.py b/src/sentry_plugins/slack/plugin.py index <HASH>..<HASH> 100644 --- a/src/sentry_plugins/slack/plugin.py +++ b/src/sentry_plugins/slack/plugin.py @@ -1,6 +1,5 @@ from __future__ import absolute_import -from django.core.urlresolvers import reverse from sentry import h...
fix: Update URL for Slack plugin (#<I>) Not a Django route anymore
getsentry_sentry-plugins
train
py
f5b438d348e030961e0b86a04ef2319c31ae8146
diff --git a/src/MbString.php b/src/MbString.php index <HASH>..<HASH> 100644 --- a/src/MbString.php +++ b/src/MbString.php @@ -332,9 +332,9 @@ class MbString extends \ArrayObject protected static function getUtf32Header(): string { // just use any string to get the endian header, here we use "A" - ...
refactor: probably fix some issues?
jfcherng_php-mb-string
train
php
7636c9d3f7973bf1092dbddc987bc49a1b91433c
diff --git a/pywb/rewrite/rewrite_content.py b/pywb/rewrite/rewrite_content.py index <HASH>..<HASH> 100644 --- a/pywb/rewrite/rewrite_content.py +++ b/pywb/rewrite/rewrite_content.py @@ -204,13 +204,17 @@ class RewriteContent: if first_buff: buff = first_buff else: - ...
fix: when reading response, only readline() if previous read() was non-empty
webrecorder_pywb
train
py
3c7219040099f31e4b2fb618acb7cea068e09f1c
diff --git a/packages/webpack/lib/configs/build.js b/packages/webpack/lib/configs/build.js index <HASH>..<HASH> 100644 --- a/packages/webpack/lib/configs/build.js +++ b/packages/webpack/lib/configs/build.js @@ -118,7 +118,12 @@ module.exports = function getConfig(config, configureBuild) { parallel: true, ...
fix(webpack): turn off function inlining to avoid const reassignment Due to a bug in UglifyJS (<URL>) we should disable function inlining to avoid falling into this issue. the uglifyjs-webpack-plugin module is considering to move to the maintained fork of UglifyJS (terser: <URL>): - <URL>
untool_untool
train
js
5c62cb01895af4c410c0bc7132b36c6a4d77a9a4
diff --git a/taggit_serializer/serializers.py b/taggit_serializer/serializers.py index <HASH>..<HASH> 100644 --- a/taggit_serializer/serializers.py +++ b/taggit_serializer/serializers.py @@ -3,6 +3,7 @@ from rest_framework import serializers class TagListSerializerField(serializers.ListField): + child = seriali...
feat(serializers): Added default child in TagListSerializerField
glemmaPaul_django-taggit-serializer
train
py
5382e21e1559801c0a0a8086a802023ec30a5115
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -221,23 +221,24 @@ const mini = (tree, {mini}) => { return bypass(tree); }; +const sortLogic = function (key1, key2) { + if (key1 < key2) { + return -1; + } + + if (key1 > key2) { + return +1; + ...
refactor: extraced sort logic
Scrum_posthtml-beautify
train
js
607c1c9d46ded1b8f999163b3207b12dd789211c
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ pook ==== Versatile HTTP traffic mocking and expectations made easy in Python. -:copyright: (c) 2016 Tomas Aparicio +:copyright: (c) 2016-2017 Tomas Aparicio :license: MIT """ @@ -65,7 +65,7 @@ setup( ...
refactor(setup): remove extra install dependency
h2non_pook
train
py
a6b3abd9e0db0c6780346f53114c8abc374c2168
diff --git a/lib/cmd-build.js b/lib/cmd-build.js index <HASH>..<HASH> 100644 --- a/lib/cmd-build.js +++ b/lib/cmd-build.js @@ -163,10 +163,18 @@ function build (entry, opts) { var dirname = path.join(outdir, node.hash.toString('hex').slice(0, 16)) mkdirp(dirname, function (err) { if (err) r...
fix(build-cmd): save sourcemaps (#<I>) Fix #<I>: save sourcemaps content when building bundle
choojs_bankai
train
js
509c1a484fdb80033a6b020809d626363e6331dc
diff --git a/build/tasks/test.js b/build/tasks/test.js index <HASH>..<HASH> 100644 --- a/build/tasks/test.js +++ b/build/tasks/test.js @@ -10,11 +10,11 @@ gulp.task('test', ['lint'], function(done) { var karmaServer = new KarmaServer({ configFile: __dirname + '/../../karma.conf.js', singleRun: true -...
chore(test): test task exit with exit code
SpoonX_aurelia-orm
train
js
d22952a447d0fd8d623d1528700cdaba0f205bc5
diff --git a/docs/src/components/AppMenu.js b/docs/src/components/AppMenu.js index <HASH>..<HASH> 100644 --- a/docs/src/components/AppMenu.js +++ b/docs/src/components/AppMenu.js @@ -9,6 +9,7 @@ import { QList } from 'quasar' +import { getParentVm } from 'quasar/src/utils/vm.js' import Menu from 'assets/menu.js'...
feat(docs): more work on the menu
quasarframework_quasar
train
js
fd1f83b0443266b7bebea5e4f92b4f9ea2f9e5eb
diff --git a/test/test_release.go b/test/test_release.go index <HASH>..<HASH> 100644 --- a/test/test_release.go +++ b/test/test_release.go @@ -66,7 +66,7 @@ src="${GOPATH}/src/github.com/flynn/flynn" popd >/dev/null "${src}/script/export-components" --no-compress "${src}/test/release" - "${src}/script/release-...
test: Don't generate a changelog in TestReleaseImages
flynn_flynn
train
go
ca9547eff600835b3f4dd92331a952b4fc84a2c5
diff --git a/docker/docker/src/main/java/org/arquillian/cube/docker/impl/util/OperatingSystem.java b/docker/docker/src/main/java/org/arquillian/cube/docker/impl/util/OperatingSystem.java index <HASH>..<HASH> 100644 --- a/docker/docker/src/main/java/org/arquillian/cube/docker/impl/util/OperatingSystem.java +++ b/docker/...
fix: resolve Windows <I> for OperatingSystem enum as Windows (#<I>)
arquillian_arquillian-cube
train
java
aaabdbe33b779f15775ccc09fd398988a5b8fccb
diff --git a/pkg/services/sqlstore/migrations/alert_mig.go b/pkg/services/sqlstore/migrations/alert_mig.go index <HASH>..<HASH> 100644 --- a/pkg/services/sqlstore/migrations/alert_mig.go +++ b/pkg/services/sqlstore/migrations/alert_mig.go @@ -22,9 +22,9 @@ func addAlertMigrations(mg *Migrator) { {Name: "severity", ...
feat(alerting): make post execution fields nullable
grafana_grafana
train
go
7b1b014b443a3fe2c60f328e0fe793ed0a9bb33c
diff --git a/src/pdbpp.py b/src/pdbpp.py index <HASH>..<HASH> 100644 --- a/src/pdbpp.py +++ b/src/pdbpp.py @@ -2317,5 +2317,5 @@ def break_on_setattr(attrname, condition=always, Pdb=Pdb): if __name__ == '__main__': - import pdb - pdb.main() + import pdbpp + pdbpp.main() diff --git a/testing/test_pdb.py...
fix(main): "python -m pdbpp" works without hijacking (#<I>)
antocuni_pdb
train
py,py
e7f63abd28221fca78b5d48aed2fd0a14976ce0c
diff --git a/src/components/toolbar/toolbar.js b/src/components/toolbar/toolbar.js index <HASH>..<HASH> 100644 --- a/src/components/toolbar/toolbar.js +++ b/src/components/toolbar/toolbar.js @@ -109,7 +109,7 @@ function materialToolbarDirective($$rAF, $sniffer) { function transform() { var translate...
fix(toolbar): make content move with toolbar
angular_material
train
js
c316742cfe8887c6cff119e5acb2f48612f124bb
diff --git a/tests/cast_to_array_test.py b/tests/cast_to_array_test.py index <HASH>..<HASH> 100644 --- a/tests/cast_to_array_test.py +++ b/tests/cast_to_array_test.py @@ -11,8 +11,9 @@ def test_safe_casting(ds_local): ds = ds_local # with pytest.raises(ValueError, match='.*Cannot cast.*', message='Should use ...
fix(test): pytest decided to break pytest.raises (#<I>) see <URL>
vaexio_vaex
train
py
0b40e3498970de2abf4849a65a282d1868ca4e00
diff --git a/packages/feature/Feature.js b/packages/feature/Feature.js index <HASH>..<HASH> 100644 --- a/packages/feature/Feature.js +++ b/packages/feature/Feature.js @@ -8,19 +8,21 @@ const Feature = ({ features, loader, whenDisabled, children, negate }) => { const [loading, setLoading] = useState(false); const ...
style(feature): fix eslint warning
Availity_availity-react
train
js