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
fde77ef075654a2967fdbade97bc040897584bd8
diff --git a/commands/protractor/src/options.js b/commands/protractor/src/options.js index <HASH>..<HASH> 100644 --- a/commands/protractor/src/options.js +++ b/commands/protractor/src/options.js @@ -1,10 +1,9 @@ -const { - TEST_GLOB, -} = require('@after-work.js/utils'); +const { TEST_GLOB } = require('@after-work.js/...
feat: run protractor without passing config file
qlik-oss_after-work.js
train
js
d34828a9fc90126dddef7fe316da394f55be7e69
diff --git a/test/functional/transactions_tests.js b/test/functional/transactions_tests.js index <HASH>..<HASH> 100644 --- a/test/functional/transactions_tests.js +++ b/test/functional/transactions_tests.js @@ -121,7 +121,9 @@ describe('Transactions (spec)', function() { } // run the actual ...
test(transactions): pass configuration into main execute function
mongodb_node-mongodb-native
train
js
63bd6a3966db687fce74c5e13564d33451fe4748
diff --git a/gridsome/lib/webpack/compileAssets.js b/gridsome/lib/webpack/compileAssets.js index <HASH>..<HASH> 100644 --- a/gridsome/lib/webpack/compileAssets.js +++ b/gridsome/lib/webpack/compileAssets.js @@ -25,9 +25,10 @@ module.exports = async (app, defines = {}) => { if (stats.hasErrors()) { con...
fix(build): handle some webpack errors properly (#<I>)
gridsome_gridsome
train
js
a38fdbe7ad9cdbf6d438a84c535d44696736579d
diff --git a/lib/metrics/registry.js b/lib/metrics/registry.js index <HASH>..<HASH> 100644 --- a/lib/metrics/registry.js +++ b/lib/metrics/registry.js @@ -21,7 +21,8 @@ class MetricsRegistry extends SelfReportingMetricsRegistry { const options = Object.assign({}, defaultReporterOptions, reporterOptions) const...
fix(metrics): prevent 0ms timers from being created (#<I>) Apparently timers with a duration of 0 do not unref correctly. This prevents the linux platform stats collector from starting a timer if the given duration is zero.
elastic_apm-agent-nodejs
train
js
2b5c7bc353c10a850b96d80859363d9a43314aaa
diff --git a/src/components/VMenu/mixins/menu-position.js b/src/components/VMenu/mixins/menu-position.js index <HASH>..<HASH> 100644 --- a/src/components/VMenu/mixins/menu-position.js +++ b/src/components/VMenu/mixins/menu-position.js @@ -61,7 +61,7 @@ export default { this.computedTop + offsetPadding...
fix(v-menu): add border offset was missing 1px
vuetifyjs_vuetify
train
js
5093b071c7c8670fc37ae849a85ef80dad403f53
diff --git a/bin/run-if-node-version.js b/bin/run-if-node-version.js index <HASH>..<HASH> 100755 --- a/bin/run-if-node-version.js +++ b/bin/run-if-node-version.js @@ -7,6 +7,9 @@ * This is used in package.json to ensure that we are only firing the remote * saucelabs browser tests from one of the builds we are runni...
fix: Update node version script to depend on a user defined env var
contentful_contentful-sdk-core
train
js
b9d8896f0df5127d51ff81a24372ca8b06bec19a
diff --git a/packages/core/src/tracing/instrumentation/loggers/log4js.js b/packages/core/src/tracing/instrumentation/loggers/log4js.js index <HASH>..<HASH> 100644 --- a/packages/core/src/tracing/instrumentation/loggers/log4js.js +++ b/packages/core/src/tracing/instrumentation/loggers/log4js.js @@ -66,10 +66,8 @@ functi...
refactor(log4js): drop Node.js 4 compliant syntax
instana_nodejs-sensor
train
js
6695bd3cd3272742badead6819550c50fa90d4e9
diff --git a/protocol-designer/src/components/StepEditForm/forms/ThermocyclerForm/index.js b/protocol-designer/src/components/StepEditForm/forms/ThermocyclerForm/index.js index <HASH>..<HASH> 100644 --- a/protocol-designer/src/components/StepEditForm/forms/ThermocyclerForm/index.js +++ b/protocol-designer/src/component...
fix(protocol-designer): Remove errant p tag (#<I>)
Opentrons_opentrons
train
js
51a339c573818c81ee5858997bd3e30a83c6641c
diff --git a/packets/packets.go b/packets/packets.go index <HASH>..<HASH> 100644 --- a/packets/packets.go +++ b/packets/packets.go @@ -309,7 +309,7 @@ func decodeLength(r io.Reader) int { var rLength uint32 var multiplier uint32 b := make([]byte, 1) - for { + for multiplier < 27 { //fix: Infinite '(digit & 128) =...
fix: Infinite '(digit & <I>) == 1' will cause the dead loop If the RemainingLength is parsed, an infinite number of bytes of the highest order of 1 will result in a dead loop in the decodeLength function.
eclipse_paho.mqtt.golang
train
go
0d08a83d2ef5a98768baa02f9269ed07b5144f61
diff --git a/lib/AnimatedStack.js b/lib/AnimatedStack.js index <HASH>..<HASH> 100644 --- a/lib/AnimatedStack.js +++ b/lib/AnimatedStack.js @@ -24,6 +24,7 @@ export default class AnimatedStack extends React.Component { // move inactive layers in the background if (!active) { + acc[index]['opacity'...
feat: use opacity to boost performance
poetic_react-super-components
train
js
5bf32f92f233f78823f8cf1b222cae038f3e13ef
diff --git a/packages/carbon-react/tasks/build-styles.js b/packages/carbon-react/tasks/build-styles.js index <HASH>..<HASH> 100644 --- a/packages/carbon-react/tasks/build-styles.js +++ b/packages/carbon-react/tasks/build-styles.js @@ -549,6 +549,20 @@ async function build() { }, ], }, + ...
chore(carbon-react): export style utilities, convert and z-index (#<I>)
carbon-design-system_carbon-components
train
js
d4a2873f0433025234a84fe26b2d9487bc506b36
diff --git a/allauth/socialaccount/providers/instagram/views.py b/allauth/socialaccount/providers/instagram/views.py index <HASH>..<HASH> 100644 --- a/allauth/socialaccount/providers/instagram/views.py +++ b/allauth/socialaccount/providers/instagram/views.py @@ -18,6 +18,7 @@ class InstagramOAuth2Adapter(OAuth2Adapter)...
fix(instagram): Check API response code
pennersr_django-allauth
train
py
e14d90a2cbc299a509f538376e730df2dbe4b324
diff --git a/src/Impetus.js b/src/Impetus.js index <HASH>..<HASH> 100644 --- a/src/Impetus.js +++ b/src/Impetus.js @@ -195,7 +195,6 @@ export default class Impetus { document.addEventListener('touchcancel', stopTracking); document.addEventListener('mousemove', onMove); ...
fix: revert mouseout handling
chrisbateman_impetus
train
js
00d749cdfa62c483a2327d68f57eac1ebdbe10c4
diff --git a/lib/client.js b/lib/client.js index <HASH>..<HASH> 100644 --- a/lib/client.js +++ b/lib/client.js @@ -305,20 +305,7 @@ Client.prototype.getTypeParser = function (oid, format) { // Ported from PostgreSQL 9.2.4 source code in src/interfaces/libpq/fe-exec.c Client.prototype.escapeIdentifier = function (st...
refactor: simplify the escapeIdentifier logic
brianc_node-postgres
train
js
23afa9f28c7cc538ac0321b5ef564d06507391d8
diff --git a/plugins/inputs/cloudwatch/cloudwatch.go b/plugins/inputs/cloudwatch/cloudwatch.go index <HASH>..<HASH> 100644 --- a/plugins/inputs/cloudwatch/cloudwatch.go +++ b/plugins/inputs/cloudwatch/cloudwatch.go @@ -328,7 +328,9 @@ func (c *CloudWatch) fetchNamespaceMetrics() ([]types.Metric, error) { for { r...
fix: Output erroneous namespace and continue instead of error out (#<I>)
influxdata_telegraf
train
go
cc7df76db11e82a8a5d74922e6ab138770574cc9
diff --git a/lib/rules/rules.js b/lib/rules/rules.js index <HASH>..<HASH> 100644 --- a/lib/rules/rules.js +++ b/lib/rules/rules.js @@ -36,7 +36,7 @@ var STAR_RE = /\*+/g; var PORT_PATTERN_RE = /^!?:\d{1,5}$/; var QUERY_RE = /[?#].*$/; var COMMENT_RE = /#.*$/; -var CONTROL_RE = /[\u001e\u001f\u200e\u200f\u200d\u200c\...
refactor: filter unicode control characters
avwo_whistle
train
js
736113cf62cb18c27a1b63315dfdaf7a0f8a5a3d
diff --git a/lib/request.js b/lib/request.js index <HASH>..<HASH> 100644 --- a/lib/request.js +++ b/lib/request.js @@ -93,7 +93,7 @@ class Request extends AsyncResource { // TODO (perf): Build directy into buffer instead of // using an intermediate string. - let header = `${method} ${path} HTTP/1.1...
perf: inline connection: keep-alive
mcollina_undici
train
js
37ebcb959fb17b2d1d6224edb341bfe4006f190f
diff --git a/lib/transactions.js b/lib/transactions.js index <HASH>..<HASH> 100644 --- a/lib/transactions.js +++ b/lib/transactions.js @@ -107,10 +107,6 @@ class Transaction { this._recoveryToken = undefined; } - get isPinned() { - return this._pinnedServer != null; - } - get server() { return th...
chore(transactions): remove unused code
mongodb-js_mongodb-core
train
js
b418733691db26ae939a12c795ab996e742a11b2
diff --git a/niworkflows/interfaces/utils.py b/niworkflows/interfaces/utils.py index <HASH>..<HASH> 100644 --- a/niworkflows/interfaces/utils.py +++ b/niworkflows/interfaces/utils.py @@ -58,7 +58,7 @@ class CopyXForm(SimpleInterface): def _outputs(self): base = super(CopyXForm, self)._outputs() i...
fix(interface): fields were being replaced in outputs call A copy of the fields list was necessary for the default behaviour to work (i.e., there's only one input image called ``in_file`` and the corresponding output is ``out_file``).
poldracklab_niworkflows
train
py
2deb4a90f7938c95cb04166959f30122fd95d7cf
diff --git a/lib/workers/pr/release-notes.js b/lib/workers/pr/release-notes.js index <HASH>..<HASH> 100644 --- a/lib/workers/pr/release-notes.js +++ b/lib/workers/pr/release-notes.js @@ -96,7 +96,11 @@ async function getReleaseNotesMd(repository, version) { const content = section.replace(/.*?\n/, '').trim(); ...
fix: support parsing [x.y.z] changelog headings
renovatebot_renovate
train
js
102ac7e2305973aade53e8e6cce328bc03f154df
diff --git a/internal/pipe/changelog/changelog.go b/internal/pipe/changelog/changelog.go index <HASH>..<HASH> 100644 --- a/internal/pipe/changelog/changelog.go +++ b/internal/pipe/changelog/changelog.go @@ -152,7 +152,7 @@ func formatChangelog(ctx *context.Context, entries []string) (string, error) { sort.Slice(group...
fix: changelog empty lines between sections
goreleaser_goreleaser
train
go
5bc30129b0e7a37f7f1bb562b0bffc6d4ee07491
diff --git a/system-test/integration_test.go b/system-test/integration_test.go index <HASH>..<HASH> 100644 --- a/system-test/integration_test.go +++ b/system-test/integration_test.go @@ -58,7 +58,7 @@ retry apt-get update >/dev/null retry apt-get -y -q install git >/dev/null # Install desired version of Node.js -re...
chore: install newer version of nvm in integration test (#<I>)
googleapis_cloud-profiler-nodejs
train
go
aa152955b50f9a8450f4a458b634f24c57ff79fe
diff --git a/shims/path.js b/shims/path.js index <HASH>..<HASH> 100644 --- a/shims/path.js +++ b/shims/path.js @@ -1,4 +1,4 @@ -const path = require("./path.js"); +const { path } = require('../src/index'); module.exports = { __esModule: true,
refactor: use correct path import in shim
filerjs_filer
train
js
2227c1dd6e811649d624e4e56ccb12bc7743748f
diff --git a/library/pages/components/FeatureList/index.js b/library/pages/components/FeatureList/index.js index <HASH>..<HASH> 100644 --- a/library/pages/components/FeatureList/index.js +++ b/library/pages/components/FeatureList/index.js @@ -49,7 +49,7 @@ export default function FeatureList(props) { <Item...
fix: accessibility typo (#<I>)
90milesbridge_react-rainbow
train
js
7febd48c1eb6ef0e05f8248cf7d29cc4f697c1df
diff --git a/test/index.js b/test/index.js index <HASH>..<HASH> 100644 --- a/test/index.js +++ b/test/index.js @@ -9,11 +9,11 @@ var assert = require("assert"); // charge with arg as expected instance of constructor assert(charge([], Array)); -// fail on purpose and throws -assert.throws(function(){charge([], Objec...
test: fix errors that throw in index.js Two lines where stopping b/c of an AssertionError. They both had to do with the fact that e6c<I> now allows `[]` to be a type `Object`. I don't know why the tests before weren't showing this.
baaae_charge
train
js
143044ed64f593a069e68faf0b9910db5a42a7fe
diff --git a/lib/workers/repository/apis.js b/lib/workers/repository/apis.js index <HASH>..<HASH> 100644 --- a/lib/workers/repository/apis.js +++ b/lib/workers/repository/apis.js @@ -233,7 +233,7 @@ async function resolvePackageFiles(inputConfig) { logger.trace({ config }, 'resolvePackageFiles()'); const packageF...
fix: set contentBranch to undefined instead of null (#<I>) This allows parameter substitution to work correctly (undefined is replace, null is not). Closes #<I>
renovatebot_renovate
train
js
a88c190ff7e01a55d0debe4e047da5e05b14f11d
diff --git a/lib/anycable/rpc_handler.rb b/lib/anycable/rpc_handler.rb index <HASH>..<HASH> 100644 --- a/lib/anycable/rpc_handler.rb +++ b/lib/anycable/rpc_handler.rb @@ -137,7 +137,7 @@ module AnyCable "SERVER_PORT" => "80", "rack.url_scheme" => "http", "rack.input" => StringIO.new("", "r")....
fix: always refer to top-level Rack This way we prevent conflicts with anycable-rack-server
anycable_anycable
train
rb
c7e49c4b6c64e07324ea6a5dc611d44b16b85f29
diff --git a/src/Common/Traits/Model/Nestable.php b/src/Common/Traits/Model/Nestable.php index <HASH>..<HASH> 100644 --- a/src/Common/Traits/Model/Nestable.php +++ b/src/Common/Traits/Model/Nestable.php @@ -187,7 +187,8 @@ trait Nestable */ public function update($mIds, array $aData = []): bool { - ...
chore: Fixes infinite loop The `$this` returned by `skipUpdateTimestamp` is the calling class, but the method requires calling `update` on the `parent`class.
nails_common
train
php
8fc403c07c852cf6f0f8b5201f352e146cf3a625
diff --git a/fastclick/fastclick.js b/fastclick/fastclick.js index <HASH>..<HASH> 100644 --- a/fastclick/fastclick.js +++ b/fastclick/fastclick.js @@ -631,7 +631,7 @@ define(function() { return function () { - document.addEventListener('DOMContentLoaded', () => { + document.addEventListener('DOMCont...
fix(Fastclick): fixed syntax error in IE<I> due to the ES6 arrow function (#<I>) Changed ES6 arrow function to the classic anonymous function.
quasarframework_quasar
train
js
bb29067926ef05bc4b6f4fd3e30c686547083489
diff --git a/java-compute/synth.py b/java-compute/synth.py index <HASH>..<HASH> 100644 --- a/java-compute/synth.py +++ b/java-compute/synth.py @@ -18,6 +18,8 @@ import synthtool as s import synthtool.gcp as gcp import synthtool.languages.java as java +AUTOSYNTH_MULTIPLE_COMMITS = True + gapic = gcp.DiscoGAPICGener...
chore: enable context aware commits (#<I>)
googleapis_google-cloud-java
train
py
1050b44263db63e4a93e9a7905d6cde5d458b739
diff --git a/libs/filterData.js b/libs/filterData.js index <HASH>..<HASH> 100644 --- a/libs/filterData.js +++ b/libs/filterData.js @@ -38,7 +38,8 @@ module.exports = (entries, doctype, options = {}) => { }) .then(entries => { log('info', entries.length, 'Number of items after filterData') - return entries...
fix: filter out falsy entries
konnectors_libs
train
js
8360df9cd69883fc8def566dc4644c903f0e3ff4
diff --git a/packages/components/bolt-with-without/js/with-without.js b/packages/components/bolt-with-without/js/with-without.js index <HASH>..<HASH> 100644 --- a/packages/components/bolt-with-without/js/with-without.js +++ b/packages/components/bolt-with-without/js/with-without.js @@ -1,5 +1,4 @@ import Swiper from '...
chore(with-without): removing unused lodash import
bolt-design-system_bolt
train
js,js
08f0cd835cce7726add2741a5a99cc07eaf38eb3
diff --git a/src/track.js b/src/track.js index <HASH>..<HASH> 100644 --- a/src/track.js +++ b/src/track.js @@ -68,16 +68,6 @@ const getSlideStyle = spec => { spec.speed + "ms " + spec.cssEase; - style.WebkitTransition = - "opacity " + - spec.speed + - "ms " + - spec.cssEase +...
refactor: remove deprecated vendor prefix the last browsers requiring webkit vendor prefix is about 6years ago. it's good enough to remove it.
akiran_react-slick
train
js
4933cfecbeec7a32b77ed9d6dfa718b6c528e10f
diff --git a/src/annotation/annotations/requires.js b/src/annotation/annotations/requires.js index <HASH>..<HASH> 100644 --- a/src/annotation/annotations/requires.js +++ b/src/annotation/annotations/requires.js @@ -22,6 +22,11 @@ module.exports = { obj.name = obj.name.slice(1); } + if (obj.name.indexOf...
fix: add implicit type for required placeholders - Refs #<I>
SassDoc_sassdoc
train
js
900d7460d46165c308ac45cfe14a51298e7288c9
diff --git a/webapps/client/scripts/session/data.js b/webapps/client/scripts/session/data.js index <HASH>..<HASH> 100644 --- a/webapps/client/scripts/session/data.js +++ b/webapps/client/scripts/session/data.js @@ -49,6 +49,28 @@ define([ reqParams.data = options.data; } + // a simple override for stat...
chore(login): shim login when developing statically
camunda_camunda-bpm-platform
train
js
de04e4853d2b35710035302a6ccb2c8d0bc3d7a6
diff --git a/clients/packages/admin-client/src/mobilizations/components/form-domain.js b/clients/packages/admin-client/src/mobilizations/components/form-domain.js index <HASH>..<HASH> 100644 --- a/clients/packages/admin-client/src/mobilizations/components/form-domain.js +++ b/clients/packages/admin-client/src/mobilizat...
chore: add bold to IPnumber
nossas_bonde-client
train
js
e54f4b049566d92e296926b78324560eeedde1c2
diff --git a/src/Components/PharCompiler.php b/src/Components/PharCompiler.php index <HASH>..<HASH> 100644 --- a/src/Components/PharCompiler.php +++ b/src/Components/PharCompiler.php @@ -661,7 +661,7 @@ EOF; $this->version = trim($ret); } else { list($code, $ret,) = ProcessUtil::run('...
fix: remove new line char for package info when pack phar
inhere_php-console
train
php
f82d773b2a8c0372acd8cf1bfd1963058d307283
diff --git a/lib/core/base/audit.js b/lib/core/base/audit.js index <HASH>..<HASH> 100644 --- a/lib/core/base/audit.js +++ b/lib/core/base/audit.js @@ -604,9 +604,7 @@ Audit.prototype.normalizeOptions = function(options) { }, only.values); if (unmatchedTags.length !== 0) { - throw new Error( - 'Could no...
fix: Log instead of error on unknown tag (#<I>)
dequelabs_axe-core
train
js,js
b04076bbbfa6e571209a033f6750e68391c5577b
diff --git a/tasks/lib/github.js b/tasks/lib/github.js index <HASH>..<HASH> 100644 --- a/tasks/lib/github.js +++ b/tasks/lib/github.js @@ -41,7 +41,7 @@ var Github = function (options) { } this.headers['Authorization'] = 'Basic ' + (new Buffer(authStr).toString('base64')) try { - this.repoPath = options.repo.spl...
fix(upload): allow periods in repo name fix Bartinger/grunt-github-release-asset/5
Bartinger_grunt-github-release-asset
train
js
0c79a9b4bffbaadb18923507c4084a232ca6e174
diff --git a/src/post.js b/src/post.js index <HASH>..<HASH> 100644 --- a/src/post.js +++ b/src/post.js @@ -27,7 +27,7 @@ module.exports = function (config, cb) { var tag = { owner: ghRepo[0], repo: ghRepo[1], - ref: 'refs/heads/v' + pkg.version, + ref: 'refs/tags/v' + pkg.version,...
fix(post): create git tag properly refs/heads are for branches and refs/tags for tags.
semantic-release_semantic-release
train
js
8f430b1b0d350e569f71b43462254ea77fb7704b
diff --git a/optlang/gurobi_interface.py b/optlang/gurobi_interface.py index <HASH>..<HASH> 100644 --- a/optlang/gurobi_interface.py +++ b/optlang/gurobi_interface.py @@ -615,17 +615,19 @@ class Model(interface.Model): lhs = gurobipy.quicksum([coef * var._internal_variable for var, coef in coef_dict.it...
fix: constraint construction when adding constraints
biosustain_optlang
train
py
dc10f65852aba92bcbc992717299d2bccf58324a
diff --git a/jsdoc/jsdoc.conf.js b/jsdoc/jsdoc.conf.js index <HASH>..<HASH> 100644 --- a/jsdoc/jsdoc.conf.js +++ b/jsdoc/jsdoc.conf.js @@ -29,6 +29,7 @@ module.exports = { babelrc: false, configFile: false, presets: [[require.resolve('@babel/preset-typescript'), { allowDeclareFields: true }]], + plugi...
chore: jsdoc babel logical assignment operators
taye_interact.js
train
js
0beb69ec0dca8143d7d5a9f7c94a90db4e777130
diff --git a/test/index.js b/test/index.js index <HASH>..<HASH> 100644 --- a/test/index.js +++ b/test/index.js @@ -209,7 +209,7 @@ describe('CrawlKit', function main() { results[`${url}/`] = { error: new Error('callback timeout'), }; - crawler.timeou...
test: decrease callback timeouts to speed up tests
crawlkit_crawlkit
train
js
70b7cb83a5f78131cdb66bc29398c24fd243b2b1
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -160,7 +160,8 @@ if (!PLATFORM.global.System || !PLATFORM.global.System.import) { }; DefaultLoader.prototype.addPlugin = function(pluginName, implementation) { - define(pluginName, [], { + let non...
fix(loader): alias the loader Fixes issue with system.js saying that define a second time is anonymous and illegal. Fixes <URL>
aurelia_loader-default
train
js
dbd38610719ca04eee78c79ca7b9c1de0d744e21
diff --git a/packages/row/src/react/index.js b/packages/row/src/react/index.js index <HASH>..<HASH> 100644 --- a/packages/row/src/react/index.js +++ b/packages/row/src/react/index.js @@ -96,22 +96,19 @@ const ActionBar = props => ( ) const ActionBarAction = withTheme( - class extends React.PureComponent { - ren...
refactor(row): convert action to functional component BREAKING CHANGE: update to use forwardRef
pluralsight_design-system
train
js
853bcfe19f05504600d33a48270c4a9a1f63f9a7
diff --git a/lib/topologies/server.js b/lib/topologies/server.js index <HASH>..<HASH> 100644 --- a/lib/topologies/server.js +++ b/lib/topologies/server.js @@ -421,7 +421,7 @@ var eventHandler = function(self, event) { // On first connect fail if ( - self.s.pool.state === 'disconnected' && + ...
fix(server): emit "first connect" error if initial connect fails due to ECONNREFUSED
mongodb-js_mongodb-core
train
js
a5ac6df19246e83f800271b62e8296d18945de5d
diff --git a/jest.config.js b/jest.config.js index <HASH>..<HASH> 100644 --- a/jest.config.js +++ b/jest.config.js @@ -27,7 +27,7 @@ module.exports = { }, transformIgnorePatterns: [ 'node_modules/(?!(lit-html|@bolt|@open-wc)/)', // add any additional packages in node_modules that need to be transpiled for Je...
fix: add testing folder to locations automatically transpiled by Jest / Babel
bolt-design-system_bolt
train
js
84edddc3d8eeea284042f783d2ef91a7fe43a632
diff --git a/src/raven.js b/src/raven.js index <HASH>..<HASH> 100644 --- a/src/raven.js +++ b/src/raven.js @@ -431,7 +431,7 @@ Raven.prototype = { */ _attachPromiseRejectionHandler: function() { this._promiseRejectionHandler = this._promiseRejectionHandler.bind(this); - _window.addEventListener('unhandle...
fix: window defensiveness with promise handler (#<I>)
getsentry_sentry-javascript
train
js
9bd9ca92d0a13030d8586e868962f0e41756c918
diff --git a/src/raven.js b/src/raven.js index <HASH>..<HASH> 100644 --- a/src/raven.js +++ b/src/raven.js @@ -1244,7 +1244,7 @@ Raven.prototype = { } if (autoBreadcrumbs.xhr && 'XMLHttpRequest' in _window) { - var xhrproto = XMLHttpRequest.prototype; + var xhrproto = _window.XMLHttpRequest && _wi...
fix: Check if XMLHttpRequest exists before using it Fixes loading raven in a JS dom environment
getsentry_sentry-javascript
train
js
fcaaade88d6d09eab8172bcdb2145d56c16f7a22
diff --git a/spec/releaselog_spec.rb b/spec/releaselog_spec.rb index <HASH>..<HASH> 100644 --- a/spec/releaselog_spec.rb +++ b/spec/releaselog_spec.rb @@ -71,7 +71,7 @@ describe Releaselog do context "creating complete changelog" do let(:arguments) { arguments = {"--complete" => true } } - it "should...
fix(specs): fix a typ on the specs
iv-mexx_git-releaselog
train
rb
37ba283380dc434b873e4694c0ba1bd85c4a9856
diff --git a/tooling/lib/test/mocha.js b/tooling/lib/test/mocha.js index <HASH>..<HASH> 100644 --- a/tooling/lib/test/mocha.js +++ b/tooling/lib/test/mocha.js @@ -50,6 +50,7 @@ exports.test = async function test(options, packageName, suite, files) { */ async function run(options, files) { const cfg = { + retri...
feat(tooling): retry nodejs tests
webex_spark-js-sdk
train
js
8aa2240fb226c15f8b28c2e7ad4723ffc29dfb67
diff --git a/lib/util/index.js b/lib/util/index.js index <HASH>..<HASH> 100644 --- a/lib/util/index.js +++ b/lib/util/index.js @@ -27,6 +27,7 @@ var ReplacePatternTransform = require('./replace-pattern-transform'); var fileWriterCache = {}; var CRLF_RE = /\r\n|\r|\n/g; +var SEARCH_RE = /[?#].*$/; var UTF8_OPTIONS ...
refactor: getPath
avwo_whistle
train
js
64637ff1baf1a381030590019e583f956b43236d
diff --git a/packages/date/src/DateRange.js b/packages/date/src/DateRange.js index <HASH>..<HASH> 100644 --- a/packages/date/src/DateRange.js +++ b/packages/date/src/DateRange.js @@ -46,6 +46,7 @@ const DateRange = ({ min, max, name, + validate, onChange, onPickerFocusChange, innerRef, @@ -62,7 +63,7...
refactor(date): allow validate for date range
Availity_availity-react
train
js
760cee0c1e79255354e7ea0fefb5fa28264a8d9b
diff --git a/quasar/src/components/table/table-body.js b/quasar/src/components/table/table-body.js index <HASH>..<HASH> 100644 --- a/quasar/src/components/table/table-body.js +++ b/quasar/src/components/table/table-body.js @@ -113,7 +113,7 @@ export default { getCellValue (col, row) { const val = typeof c...
feat(QTable): [v1] [feature request] QTable Column definition: format function had access to the whole row #<I>
quasarframework_quasar
train
js
61236f217c33cd0450f64b3210af75f1c3d71c59
diff --git a/lib/components/map/connected-transitive-overlay.js b/lib/components/map/connected-transitive-overlay.js index <HASH>..<HASH> 100644 --- a/lib/components/map/connected-transitive-overlay.js +++ b/lib/components/map/connected-transitive-overlay.js @@ -1,35 +1,12 @@ -import TransitiveOverlay from '@opentrippl...
refactor(transitive-overlay): Remove componentShouldUpdate
opentripplanner_otp-react-redux
train
js
a38dc8e8b107c4a72d85de0737d2db40af45a736
diff --git a/packages/@vue/cli-plugin-eslint/__tests__/eslintPlugin.spec.js b/packages/@vue/cli-plugin-eslint/__tests__/eslintPlugin.spec.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli-plugin-eslint/__tests__/eslintPlugin.spec.js +++ b/packages/@vue/cli-plugin-eslint/__tests__/eslintPlugin.spec.js @@ -227,7 +22...
test: skip stylish test until we can make it pass consistently
vuejs_vue-cli
train
js
5dc252af0b4d81808a18cac5c7c30b5c8101f00b
diff --git a/wdio.conf.js b/wdio.conf.js index <HASH>..<HASH> 100644 --- a/wdio.conf.js +++ b/wdio.conf.js @@ -62,6 +62,12 @@ let capabilities = [ { ...desktopCapabilities, browserName: 'Firefox', + // TODO remove this version override + // In v97+, the PayPal window never launches + // to unblock...
chore: pin Firefox version to <I> to allow builds to pass
braintree_braintree-web-drop-in
train
js
f3c8fd23c9566d37f4f0b1b079e268d46a56090d
diff --git a/lib/workers/repository/error.js b/lib/workers/repository/error.js index <HASH>..<HASH> 100644 --- a/lib/workers/repository/error.js +++ b/lib/workers/repository/error.js @@ -38,8 +38,26 @@ async function handleError(config, err) { return err.message; } // Swallow this error so that other reposit...
feat: stringify unknown errors for better visibility (#<I>) feat: stringify unknown errors for better visibility
renovatebot_renovate
train
js
fcaebac3f71b7ccfc750efd4e5c9309d0cbcd9f3
diff --git a/views/js/qtiXmlRenderer/renderers/Item.js b/views/js/qtiXmlRenderer/renderers/Item.js index <HASH>..<HASH> 100755 --- a/views/js/qtiXmlRenderer/renderers/Item.js +++ b/views/js/qtiXmlRenderer/renderers/Item.js @@ -47,13 +47,6 @@ define(['lodash', 'tpl!taoQtiItem/qtiXmlRenderer/tpl/item'], function (_, tpl)...
fix: do not trim SCORE for no response proessing
oat-sa_extension-tao-itemqti
train
js
b205cc9a65bb447d1ac231971a5583c9ce633878
diff --git a/src/dredd-command.js b/src/dredd-command.js index <HASH>..<HASH> 100644 --- a/src/dredd-command.js +++ b/src/dredd-command.js @@ -31,6 +31,11 @@ class DreddCommand { if (!this.custom.argv || !Array.isArray(this.custom.argv)) { this.custom.argv = []; } + + // Fixes https://github.com/api...
refactor: move process.stdin error handler to CLI constructor
apiaryio_dredd
train
js
37375b8b5555d82e6e6241fbd053f2f6b8d670d1
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -101,7 +101,7 @@ module.exports = function(schema, options) { }) .then(salt => pbkdf2Promisified(password, salt, options)) .then(hashRaw => { - this.set(options.hashField, new Buffer(hashRaw, 'binar...
fix: use Buffer.from instead of new Buffer new Buffer is deprecated in node <I>
saintedlama_passport-local-mongoose
train
js,js
a816d969c9749c18ed6d315a4c4bd65698fe7754
diff --git a/internal/pipe/snapcraft/snapcraft.go b/internal/pipe/snapcraft/snapcraft.go index <HASH>..<HASH> 100644 --- a/internal/pipe/snapcraft/snapcraft.go +++ b/internal/pipe/snapcraft/snapcraft.go @@ -320,7 +320,7 @@ func push(ctx *context.Context, snap *artifact.Artifact) error { log.Info("pushing snap") // ...
fix: update snapcraft command from 'push' to 'upload' (#<I>) as per deprecation message
goreleaser_goreleaser
train
go
cc0ebb065cd7ea9c578897ffbcf7fdf476f2af22
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -4,7 +4,7 @@ let debug = require('debug')('node-vault'); let tv4 = require('tv4'); let commands = require('./commands.js'); let mustache = require('mustache'); -let rp = require('request-promise-native'); +c...
fix: Avoid multiple `defaults` wrapping for request. (#<I>) * fix: Avoid multiple `defaults` wrapping for request. A quick fix for #<I>, while we wait for <I>. * fix: lint
kr1sp1n_node-vault
train
js
0bf8737412ed9134cae3707b2e6b72b1ae8e24e7
diff --git a/allauth/socialaccount/providers/eventbrite/provider.py b/allauth/socialaccount/providers/eventbrite/provider.py index <HASH>..<HASH> 100644 --- a/allauth/socialaccount/providers/eventbrite/provider.py +++ b/allauth/socialaccount/providers/eventbrite/provider.py @@ -32,7 +32,7 @@ class EventbriteProvider(OA...
fix(eventbrite): email vs emails
pennersr_django-allauth
train
py
5c8c29a8a919c6330aa06b1a276a7c6f5f7df804
diff --git a/revision/__init__.py b/revision/__init__.py index <HASH>..<HASH> 100644 --- a/revision/__init__.py +++ b/revision/__init__.py @@ -9,5 +9,5 @@ from __future__ import absolute_import -__version__ = "0.0.3" +__version__ = "0.0.4" __license__ = "MIT"
chore(source): bump to dev version
COLORFULBOARD_revision
train
py
f25626ec68749b0b65ab4bfcb5adcecf459ea16c
diff --git a/website/src/pages/index.js b/website/src/pages/index.js index <HASH>..<HASH> 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -76,7 +76,7 @@ function Home() { </div> <div className={clsx(styles.announcement, styles.announcementDark)}> <div className={...
docs(devs-infra): correct link to Ivy guidance on home page
thymikee_jest-preset-angular
train
js
ea442d0756a76e02751b733bad27736902892e5c
diff --git a/src/geshi/tcl.php b/src/geshi/tcl.php index <HASH>..<HASH> 100644 --- a/src/geshi/tcl.php +++ b/src/geshi/tcl.php @@ -50,10 +50,10 @@ $language_data = array ( 'LANG_NAME' => 'TCL', - 'COMMENT_SINGLE' => array(1 => '#'), + 'COMMENT_SINGLE' => array(), 'COMMENT_MULTI' => array(), 'COM...
fix: TCL comments only preceded by `;`, `{` or a new line. Fixes issue #9.
GeSHi_geshi-1.0
train
php
7b7431164da724de6daf28031555b9ee30cc2c74
diff --git a/samcli/__init__.py b/samcli/__init__.py index <HASH>..<HASH> 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = '0.15.0' +__version__ = '0.16.0'
chore(version): version bump to <I> (#<I>)
awslabs_aws-sam-cli
train
py
219babd044fcb17c48fd8fb39ada3a049ae5057d
diff --git a/pipeline/docker/docker.go b/pipeline/docker/docker.go index <HASH>..<HASH> 100644 --- a/pipeline/docker/docker.go +++ b/pipeline/docker/docker.go @@ -156,6 +156,9 @@ func process(ctx *context.Context, docker config.Docker, artifact artifact.Artif // walks the src, recreating dirs and hard-linking files f...
fix: treatment for when an extra file doesnt exist
goreleaser_goreleaser
train
go
d0320f0af938895d8132c8c904fd168644882c67
diff --git a/src/cli/cms/media/image.js b/src/cli/cms/media/image.js index <HASH>..<HASH> 100644 --- a/src/cli/cms/media/image.js +++ b/src/cli/cms/media/image.js @@ -189,7 +189,8 @@ export function getThumbsList() { export function getAssociatedImageFileFromThumb(name) { var rexMatchImageName = /_(thumb|\d+x\d+)...
fix: path with separator for windows
abecms_abecms
train
js
3bb720791417eb14824ee89a186c92af776b6217
diff --git a/test/scripts/filters/post_permalink.js b/test/scripts/filters/post_permalink.js index <HASH>..<HASH> 100644 --- a/test/scripts/filters/post_permalink.js +++ b/test/scripts/filters/post_permalink.js @@ -96,7 +96,7 @@ describe('post_permalink', () => { }); it('time is omitted in front-matter', async ...
fix(test): time is omitted in front-matter
hexojs_hexo
train
js
eebbab6479cbfa226b401e445c86978d43e03802
diff --git a/aws/resource_aws_route53_record.go b/aws/resource_aws_route53_record.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_route53_record.go +++ b/aws/resource_aws_route53_record.go @@ -317,6 +317,11 @@ func resourceAwsRoute53RecordUpdate(d *schema.ResourceData, meta interface{}) er } } + // If heal...
fix: route<I> setid and type change
terraform-providers_terraform-provider-aws
train
go
dc4ccb2889ce50845ee2bec309d7ee06922fdd4d
diff --git a/client/projects/controllers/projects.js b/client/projects/controllers/projects.js index <HASH>..<HASH> 100644 --- a/client/projects/controllers/projects.js +++ b/client/projects/controllers/projects.js @@ -26,7 +26,7 @@ module.exports = function ($scope) { repo.really_remove = 'removing'; repo.ad...
fix: Use correct name for project deletions. Using the name of the repo will lead to a <I> if the repo was renamed. When removing a project through the project properties, the project name was already used instead.
Strider-CD_strider
train
js
1a9a530000bc72fcfe2e0fb00dfde0c3303f37bf
diff --git a/src/components/menu/_menu.js b/src/components/menu/_menu.js index <HASH>..<HASH> 100644 --- a/src/components/menu/_menu.js +++ b/src/components/menu/_menu.js @@ -167,10 +167,8 @@ function MenuDirective($mdMenu) { mdMenuCtrl.init(menuContainer); scope.$on('$destroy', function() { - if (mdMe...
fix(menu): fix memory leak on component destroy Closes #<I>.
angular_material
train
js
97c196ca6ab1593101e20371914ca41dc7d2dae3
diff --git a/src/structures/GuildEmoji.js b/src/structures/GuildEmoji.js index <HASH>..<HASH> 100644 --- a/src/structures/GuildEmoji.js +++ b/src/structures/GuildEmoji.js @@ -29,12 +29,14 @@ class GuildEmoji extends Emoji { /** * Whether or not this emoji requires colons surrounding it * @type {boolean...
docs(GuildEmoji): add @ name to requiresColons and managed properties
discordjs_discord.js
train
js
c1db35b95dcd6fa91b183b4f393aec8a69f9e52e
diff --git a/index.js b/index.js index <HASH>..<HASH> 100755 --- a/index.js +++ b/index.js @@ -16,8 +16,14 @@ async function setup(setupConfig) { const config = await createConfig(setupConfig, currentConfig); const tasks = new Listr([ { - title: `Installing ${setupConfig.name}`, - task: () => insta...
fix: use specific version in installing of the config
relekang_setup-eslint-config
train
js
71a02702f1273378d6f9b2d98f923af8131e5823
diff --git a/lib/core/sdam/topology.js b/lib/core/sdam/topology.js index <HASH>..<HASH> 100644 --- a/lib/core/sdam/topology.js +++ b/lib/core/sdam/topology.js @@ -1043,7 +1043,9 @@ function serverErrorEventHandler(server, topology) { } if (isSDAMUnrecoverableError(err, server)) { - resetServerState(ser...
refactor(topology): don't explicit reset pool on SDAM unrecoverable
mongodb_node-mongodb-native
train
js
0339a5ad01e459915e63646f94b8fe2938c8c5c8
diff --git a/public/app/panels/graph/module.js b/public/app/panels/graph/module.js index <HASH>..<HASH> 100644 --- a/public/app/panels/graph/module.js +++ b/public/app/panels/graph/module.js @@ -33,7 +33,6 @@ function (angular, _, moment, kbn, TimeSeries, PanelMeta) { $scope.panelMeta.addEditorTab('Axes & Grid', '...
fix(graph): removed experimental mockup code that was accidently merged master
grafana_grafana
train
js
d0aad8c794136183966c57614cdc54773d74c59a
diff --git a/tests/Keboola/StorageApi/EventsTest.php b/tests/Keboola/StorageApi/EventsTest.php index <HASH>..<HASH> 100644 --- a/tests/Keboola/StorageApi/EventsTest.php +++ b/tests/Keboola/StorageApi/EventsTest.php @@ -41,7 +41,6 @@ class Keboola_StorageApi_EventsTest extends StorageApiTestCase { $event = new Even...
test: make the Event performance object empty
keboola_storage-api-php-client
train
php
4b6e2f72972cf6ffebff267c943e6a2d30309203
diff --git a/src/rule/rule-context.js b/src/rule/rule-context.js index <HASH>..<HASH> 100644 --- a/src/rule/rule-context.js +++ b/src/rule/rule-context.js @@ -14,15 +14,12 @@ const SeverityLevel = { * @returns {number} */ function getSeverity(ruleConfig) { - const ERROR = 2; - const WARNING = 1; - const N...
chore(rule): remove unsed var
textlint_textlint
train
js
a8dab3686e8600f9a37699c562251e54efd29d9b
diff --git a/packages/ui-karma-config/lib/loaders/ui-tests-loader.js b/packages/ui-karma-config/lib/loaders/ui-tests-loader.js index <HASH>..<HASH> 100644 --- a/packages/ui-karma-config/lib/loaders/ui-tests-loader.js +++ b/packages/ui-karma-config/lib/loaders/ui-tests-loader.js @@ -52,7 +52,16 @@ module.exports = funct...
fix(ui-karma-config): run all tests if one test file fails to load This fixes an issue where a test file that fails to load could cause other test files not to run. Change-Id: I<I>cfbaf0bbae<I>d2b<I>a<I>f<I>bc<I>aaf<I> Reviewed-on: <URL>
instructure_instructure-ui
train
js
e72cab1bbf77a4b01c0b82e4cf6c974d83eb7b02
diff --git a/lib/crabfarm/support/webdriver_factory.rb b/lib/crabfarm/support/webdriver_factory.rb index <HASH>..<HASH> 100644 --- a/lib/crabfarm/support/webdriver_factory.rb +++ b/lib/crabfarm/support/webdriver_factory.rb @@ -15,7 +15,7 @@ module Crabfarm }) end - common_setup Selenium::WebDrive...
fix(webdriver_factory): fixes chrome factory to configure driver to close chrome process after exiting
platanus_crabfarm-gem
train
rb
eef1cf38a7c8f6548666d979d4c01df176dedbe9
diff --git a/lib/default-config.js b/lib/default-config.js index <HASH>..<HASH> 100644 --- a/lib/default-config.js +++ b/lib/default-config.js @@ -389,6 +389,7 @@ module.exports = { * @property localOnly * @type Boolean * @default false + * @since 2.14.0 */ localOnly: false,
docs: add since for localOnly
BrowserSync_browser-sync
train
js
85c48ea3303d0ffe0afb74c033dd06373aad57f2
diff --git a/treebeard/static/treebeard/treebeard-admin.js b/treebeard/static/treebeard/treebeard-admin.js index <HASH>..<HASH> 100644 --- a/treebeard/static/treebeard/treebeard-admin.js +++ b/treebeard/static/treebeard/treebeard-admin.js @@ -41,7 +41,7 @@ var node = new Node(this); ...
docs: Fix simple typo, proprt -> property There is a small typo in treebeard/static/treebeard/treebeard-admin.js. Should read `property` rather than `proprt`.
django-treebeard_django-treebeard
train
js
dc3f7235e210689d40fd59033170dc9b7a1bae4b
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -49,10 +49,12 @@ const userSpaceTesseract = { return new Promise((resolve, reject) => { const req = (deps, callback, errback) => { const errback2 = e => { - ...
refactor: refactor try catch
dumberjs_dumber-module-loader
train
js
4a3d0f4571e57b6144c8409224a0b419a42e5229
diff --git a/optlang/gurobi_interface.py b/optlang/gurobi_interface.py index <HASH>..<HASH> 100644 --- a/optlang/gurobi_interface.py +++ b/optlang/gurobi_interface.py @@ -190,6 +190,7 @@ class Constraint(interface.Constraint): grb_constraint = self.problem.problem.getConstrByName(self.name) fo...
fix: update gurobi after making changes
biosustain_optlang
train
py
a19fa50f40c248d8ec4b724126ce59cd4adf0247
diff --git a/master/buildbot/test/integration/test_integration_secrets_with_vault_hvac.py b/master/buildbot/test/integration/test_integration_secrets_with_vault_hvac.py index <HASH>..<HASH> 100644 --- a/master/buildbot/test/integration/test_integration_secrets_with_vault_hvac.py +++ b/master/buildbot/test/integration/t...
test: Disable hvac integration tests on non-Linux systems
buildbot_buildbot
train
py
23dbad48b4b63c468f0178c67aaa608fa657281b
diff --git a/anyconfig/tests/api.py b/anyconfig/tests/api.py index <HASH>..<HASH> 100644 --- a/anyconfig/tests/api.py +++ b/anyconfig/tests/api.py @@ -6,6 +6,7 @@ from __future__ import absolute_import import logging +import io import os import os.path import unittest @@ -54,6 +55,13 @@ b: """ +def _is_file...
fix: 'file' is not available in python 3.x
ssato_python-anyconfig
train
py
b63d68320bd0aeb83f8cd604dbe829a0561d878f
diff --git a/src/browser/rollbar.js b/src/browser/rollbar.js index <HASH>..<HASH> 100644 --- a/src/browser/rollbar.js +++ b/src/browser/rollbar.js @@ -316,7 +316,12 @@ Rollbar.prototype.handleAnonymousErrors = function() { } // https://v8.dev/docs/stack-trace-api - Error.prepareStackTrace = prepareStackTrace; ...
fix: add try/catch for the unexpected
rollbar_rollbar.js
train
js
65dc643f3fc434561f963c5ca298c47f98c7ac38
diff --git a/tests/test_engine.py b/tests/test_engine.py index <HASH>..<HASH> 100644 --- a/tests/test_engine.py +++ b/tests/test_engine.py @@ -575,8 +575,9 @@ def test_request_sms_code(): # type: () -> None time.sleep(60) cloud.request_sms_code("+447365753569", idd="+86") # +447365753569 except...
test: catch sms too frequently error all around
leancloud_python-sdk
train
py
5cb988cb273d9bc1bbdddd4b7c71ab1c4e3d6e57
diff --git a/packages/@vue/cli/__tests__/Generator.spec.js b/packages/@vue/cli/__tests__/Generator.spec.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli/__tests__/Generator.spec.js +++ b/packages/@vue/cli/__tests__/Generator.spec.js @@ -457,6 +457,9 @@ test('api: extendPackage + { prune: true }', async () => { ...
fix(GeneratorAPI): remove warning when using extendPackage with prune (#<I>) Currently, if we use `api.extendPackage({foo: null}, {prune: true})` the dependency is removed but a warning is logged as the range is invalid: ``` WARN invalid version range for dependency "foo": - null injected by generator "my-plu...
vuejs_vue-cli
train
js,js
4f57ffcb90ef199b017aca9fd1f522cbc70b832d
diff --git a/model/sharedStimulus/css/service/SaveService.php b/model/sharedStimulus/css/service/SaveService.php index <HASH>..<HASH> 100644 --- a/model/sharedStimulus/css/service/SaveService.php +++ b/model/sharedStimulus/css/service/SaveService.php @@ -34,7 +34,7 @@ class SaveService extends ConfigurableService { ...
fix: add return type for css save service method
oat-sa_extension-tao-mediamanager
train
php
300c9941478af14b25f7eef8134cccb5d50c7df0
diff --git a/src/Repository.php b/src/Repository.php index <HASH>..<HASH> 100644 --- a/src/Repository.php +++ b/src/Repository.php @@ -122,7 +122,7 @@ abstract class Repository * @param array $options * @return Builder */ - private function createBaseBuilder(array $options = []) + protected fun...
refactor: change method visibility for query creation functions to protected to let subclasses use them
esbenp_genie
train
php
cb1965bc5313625f0a64986012884394c6eaf82b
diff --git a/packages/ui-theme-tokens/babel.config.js b/packages/ui-theme-tokens/babel.config.js index <HASH>..<HASH> 100644 --- a/packages/ui-theme-tokens/babel.config.js +++ b/packages/ui-theme-tokens/babel.config.js @@ -23,11 +23,6 @@ */ module.exports = { - shouldPrintComment(value) { - const isTsRelatedCo...
chore(ui-theme-tokens): resolve ts ignore comments from `ui-theme-tokens` package
instructure_instructure-ui
train
js
7aaa23f482deb64613083d4c2880bc30107b2369
diff --git a/src/DPlayer.js b/src/DPlayer.js index <HASH>..<HASH> 100644 --- a/src/DPlayer.js +++ b/src/DPlayer.js @@ -1,6 +1,6 @@ import './DPlayer.scss'; -import utils, {isMobile} from './utils'; +import utils, { isMobile } from './utils'; import handleOption from './options'; import i18n from './i18n'; import ...
fix: Passing options object to Svg class
MoePlayer_DPlayer
train
js
682a08de8970f618c0136906dc9f8b267819d7fa
diff --git a/lib/init.js b/lib/init.js index <HASH>..<HASH> 100644 --- a/lib/init.js +++ b/lib/init.js @@ -2,7 +2,7 @@ var PipeStream = require('pipestream'); var util = require('./util'); var config = require('./config'); -var HTTPS_RE = /^https:/; +var HTTPS_RE = /^https:/i; function addErrorEvents(req, res) {...
refactor: Support HTTPS request via HTTP proxy
avwo_whistle
train
js
51e7b6ed2d8edff08dcca135e1b0879c7002f912
diff --git a/actor/base/src/main/java/org/getopentest/base/TestActor.java b/actor/base/src/main/java/org/getopentest/base/TestActor.java index <HASH>..<HASH> 100644 --- a/actor/base/src/main/java/org/getopentest/base/TestActor.java +++ b/actor/base/src/main/java/org/getopentest/base/TestActor.java @@ -2939,8 +2939,6 @@...
chore(actor): remove log entry before screenshot capture
mcdcorp_opentest
train
java
adf8e37f61b4aa55cfe0143403472b37011d5022
diff --git a/okdownload/src/main/java/cn/dreamtobe/okdownload/core/download/DownloadCall.java b/okdownload/src/main/java/cn/dreamtobe/okdownload/core/download/DownloadCall.java index <HASH>..<HASH> 100644 --- a/okdownload/src/main/java/cn/dreamtobe/okdownload/core/download/DownloadCall.java +++ b/okdownload/src/main/ja...
fix: using task id intead of task path as download-call runnable name to avoid npe in case of still not get filename of the task
lingochamp_okdownload
train
java
8b31c17c728ba38017318fdc69f636d646aff5a9
diff --git a/packages/mangojuice-core/src/Process.js b/packages/mangojuice-core/src/Process.js index <HASH>..<HASH> 100644 --- a/packages/mangojuice-core/src/Process.js +++ b/packages/mangojuice-core/src/Process.js @@ -353,7 +353,7 @@ export class Process { this.logger.onStartHandling(cmd, this.model, isBefore); ...
feat(core): third arg in handler cmd to know is it before/after call
mangojuicejs_mangojuice
train
js
2f26b5e3122bb59c449288af86c0f6b5196e8993
diff --git a/src/foremast/plugin_manager.py b/src/foremast/plugin_manager.py index <HASH>..<HASH> 100644 --- a/src/foremast/plugin_manager.py +++ b/src/foremast/plugin_manager.py @@ -24,7 +24,7 @@ class PluginManager: self.provider = provider plugin_base = PluginBase(package='foremast.plugins') - ...
fix: Ensure object is persisted
foremast_foremast
train
py