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
d6c9cc9f0eed67d3d7219384c176c1e957cf7c86
diff --git a/sample/src/about/about.js b/sample/src/about/about.js index <HASH>..<HASH> 100644 --- a/sample/src/about/about.js +++ b/sample/src/about/about.js @@ -21,7 +21,7 @@ export class About { attached() { // let bridge = System.get(System.normalizeSync('aurelia-materialize-bridge')); // this.version ...
chore(sample): increase version
aurelia-ui-toolkits_aurelia-materialize-bridge
train
js
e179b4b954b9edfc6af9c785b272dcc78647ed79
diff --git a/lib/rails3-jquery-autocomplete/autocomplete.rb b/lib/rails3-jquery-autocomplete/autocomplete.rb index <HASH>..<HASH> 100644 --- a/lib/rails3-jquery-autocomplete/autocomplete.rb +++ b/lib/rails3-jquery-autocomplete/autocomplete.rb @@ -41,12 +41,12 @@ module Rails3JQueryAutocomplete def autocomplete(o...
fix: only worked for models that extended active record directly. changed dependency checking so it doesn't fail with other extended classes.
crowdint_rails3-jquery-autocomplete
train
rb
a2c90e78c8a1d69f66c35497a4341295b24713b0
diff --git a/src/js/init.js b/src/js/init.js index <HASH>..<HASH> 100644 --- a/src/js/init.js +++ b/src/js/init.js @@ -103,7 +103,7 @@ export default { printFrame.setAttribute('style', 'width: 1px; height: 100px; position: fixed; left: 0; top: 0; opacity: 0; border-width: 0; margin: 0; padding: 0') } else {...
fix: override default iframe border so it's really hidden
crabbly_Print.js
train
js
84cd62349f99892213ccc6a14104841ca591e289
diff --git a/lib/util/got/auth.js b/lib/util/got/auth.js index <HASH>..<HASH> 100644 --- a/lib/util/got/auth.js +++ b/lib/util/got/auth.js @@ -8,7 +8,7 @@ module.exports = got.create({ return next(options); } if (options.token) { - logger.debug( + logger.trace( { hostname: options.ho...
chore: downgrade got debugging to trace # Conflicts: # lib/util/got/host-rules.js
renovatebot_renovate
train
js
3290eba64ec1c44e7052105badcc834a5ca1cbbf
diff --git a/framework/core/src/Extension/Extension.php b/framework/core/src/Extension/Extension.php index <HASH>..<HASH> 100644 --- a/framework/core/src/Extension/Extension.php +++ b/framework/core/src/Extension/Extension.php @@ -436,8 +436,8 @@ class Extension implements Arrayable $links['support'] = "ma...
fix: error in funding `composer.json` block bricks frontend (#<I>) * fix: error in funding `composer.json` block bricks frontend * simplify * Apply fixes from StyleCI [ci skip] [skip ci]
flarum_core
train
php
97d0f41c2ce3ec522420f3e561d8435ccbdb022d
diff --git a/src/d3.flameGraph.js b/src/d3.flameGraph.js index <HASH>..<HASH> 100644 --- a/src/d3.flameGraph.js +++ b/src/d3.flameGraph.js @@ -317,7 +317,7 @@ if (children(d)) { var c = children(d); for (var i = 0; i < c.length; i++) { - v -= c[i].value; + ...
fix: issue calculating internal value with minified data
spiermar_d3-flame-graph
train
js
d45e55966bfcaf5dc723d110812c6f31c1b3c4f0
diff --git a/packages/components/bolt-image/src/image.js b/packages/components/bolt-image/src/image.js index <HASH>..<HASH> 100644 --- a/packages/components/bolt-image/src/image.js +++ b/packages/components/bolt-image/src/image.js @@ -184,7 +184,12 @@ class BoltImage extends withLitHtml() { } } - const...
fix: update JPG check to account for JPGs that have query strings
bolt-design-system_bolt
train
js
6a6feac9a9bf6278b3af7bb26578870297f109d0
diff --git a/packages/molecule/stencil.config.js b/packages/molecule/stencil.config.js index <HASH>..<HASH> 100644 --- a/packages/molecule/stencil.config.js +++ b/packages/molecule/stencil.config.js @@ -8,7 +8,10 @@ exports.config = { type: 'www', serviceWorker: false } - ] + ], + commonjs: { + ...
fix(molecule): Fix stencil's rollup commonjs config By default stencil only applies the rollup commonjs plugin to 'node_modules/**'. In the case of a lerna build we need to ensure it is also applied to vtk.js module that is imported into molecule-vtkjs.
OpenChemistry_oc-web-components
train
js
43c47e29beedfa74140f69c6261ddcf35c8a5ef8
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -15,17 +15,17 @@ module.exports = function(options) { if (!tree.match) tree.match = match; tree.match({ tag: 'include' }, function(node) { var src = node.attrs.src || false; - var data...
perf: change data to locals
posthtml_posthtml-include
train
js
aeb880ada2e26ac7c20ced8c5b4bd6d47b7a2475
diff --git a/src/lang/internals/sclang-io.js b/src/lang/internals/sclang-io.js index <HASH>..<HASH> 100644 --- a/src/lang/internals/sclang-io.js +++ b/src/lang/internals/sclang-io.js @@ -118,7 +118,7 @@ class SclangIO extends EventEmitter { }, { // it may go directly into initClasses ...
fix(sclang-io): match beta releases in version parsing
crucialfelix_supercolliderjs
train
js
341439528dbb9251699b86f063509b6bbdc7fdf3
diff --git a/library/src/main/java/com/liulishuo/filedownloader/download/DownloadLaunchRunnable.java b/library/src/main/java/com/liulishuo/filedownloader/download/DownloadLaunchRunnable.java index <HASH>..<HASH> 100644 --- a/library/src/main/java/com/liulishuo/filedownloader/download/DownloadLaunchRunnable.java +++ b/l...
fix(no-response): fix may occur no-respose when multiple connections complete fetch data simultaneously Closes #<I>
lingochamp_FileDownloader
train
java
a642e4eb33e3d383c42dec313180809313688adc
diff --git a/src/Models/Character/CharacterInfo.php b/src/Models/Character/CharacterInfo.php index <HASH>..<HASH> 100644 --- a/src/Models/Character/CharacterInfo.php +++ b/src/Models/Character/CharacterInfo.php @@ -148,6 +148,24 @@ use Seat\Services\Traits\NotableTrait; * property="balance", * description="...
feat(character): Add the relation to character_info_skills (#<I>) Provide pre-computed skillpoints extracted from character_info_skills table. Used to return both total_sp and unallocated_sp into the API. Contains up-to date swagger documentation. Closes eveseat/seat#<I>
eveseat_eveapi
train
php
73de98f33e0bdab4257cc51562c900f392191830
diff --git a/tooling/circle-cli/commands/trigger-build.js b/tooling/circle-cli/commands/trigger-build.js index <HASH>..<HASH> 100644 --- a/tooling/circle-cli/commands/trigger-build.js +++ b/tooling/circle-cli/commands/trigger-build.js @@ -61,6 +61,7 @@ module.exports = { // eslint-disable-next-line camelcase ...
chore(tooling): add link to circle build to jenkins output
webex_spark-js-sdk
train
js
81717afd0bf763eeb17b3d5d4a90e7d89e6dbbb7
diff --git a/cobra/core/group.py b/cobra/core/group.py index <HASH>..<HASH> 100644 --- a/cobra/core/group.py +++ b/cobra/core/group.py @@ -8,6 +8,8 @@ from warnings import warn from six import string_types +from cobra.core.dictlist import DictList + from cobra.core.object import Object @@ -47,7 +49,7 @@ class...
fix: switch group type from set to DictList
opencobra_cobrapy
train
py
77e387a95bca7c786a8859da316d064c523eb7e6
diff --git a/script/synth.rb b/script/synth.rb index <HASH>..<HASH> 100755 --- a/script/synth.rb +++ b/script/synth.rb @@ -13,7 +13,7 @@ execute "bundle install" if ARGV.empty? execute "echo a | bundle exec bin/generate-api gen generated --from-discovery --no-preferred-only --names-out=#{DIR}/api_names_out.yaml" ...
fix: Better way to recognize the clean option in the synth script
googleapis_google-api-ruby-client
train
rb
6ae2b02fb4ce100bef4cd1c3b19054a178af7f9b
diff --git a/src/components/__tests__/menu.js b/src/components/__tests__/menu.js index <HASH>..<HASH> 100644 --- a/src/components/__tests__/menu.js +++ b/src/components/__tests__/menu.js @@ -44,6 +44,9 @@ const searchStore = { getFacetValues, addFacet: () => {}, setMaxValuesPerFacet: () => {}, + stop: () => {...
test(menu): make them pass
algolia_vue-instantsearch
train
js
cc84f17bfd5782584126bb4634e2b020157c8589
diff --git a/src/Calendar.js b/src/Calendar.js index <HASH>..<HASH> 100644 --- a/src/Calendar.js +++ b/src/Calendar.js @@ -842,12 +842,13 @@ class Calendar extends React.Component { handleNavigate = (action, newDate) => { let { view, date, getNow, onNavigate, ...props } = this.props let ViewComponent = thi...
fix: handleNavigate for undefined date (#<I>)
intljusticemission_react-big-calendar
train
js
91f68475d0340e6e7175b891f8db12412620d486
diff --git a/pygenstub.py b/pygenstub.py index <HASH>..<HASH> 100644 --- a/pygenstub.py +++ b/pygenstub.py @@ -836,8 +836,8 @@ def get_pkg_paths(pkg_name, out_dir): """Recursively get all source and stub paths for a package.""" paths = [] try: - main_package = import_module(pkg_name) - for ...
refactor: Minor rename
uyar_pygenstub
train
py
2d17063f7497ca4564bd32403214277d26d1c561
diff --git a/src/org/nutz/lang/Streams.java b/src/org/nutz/lang/Streams.java index <HASH>..<HASH> 100644 --- a/src/org/nutz/lang/Streams.java +++ b/src/org/nutz/lang/Streams.java @@ -90,7 +90,7 @@ public abstract class Streams { } /** - * 将输出流写入一个输出流。块大小为 8192 + * 将输入流写入一个输出流。块大小为 8192 * ...
fix: javadoc for Streams
nutzam_nutz
train
java
93c0504a735dbb3c2cccdbbc2ad94b4ccc02c937
diff --git a/src/closure-compiler-plugin.js b/src/closure-compiler-plugin.js index <HASH>..<HASH> 100644 --- a/src/closure-compiler-plugin.js +++ b/src/closure-compiler-plugin.js @@ -1165,7 +1165,7 @@ class ClosureCompilerPlugin { childGroup.chunks.forEach((childChunk) => { chunksToAdd.unshift({...
fix: Fixed chunk minification for STANDARD mode
webpack-contrib_closure-webpack-plugin
train
js
17dac9e88cec566c9c7b1a7609944ca3d95c3b48
diff --git a/packages/components/bolt-ratio/__tests__/ratio.js b/packages/components/bolt-ratio/__tests__/ratio.js index <HASH>..<HASH> 100644 --- a/packages/components/bolt-ratio/__tests__/ratio.js +++ b/packages/components/bolt-ratio/__tests__/ratio.js @@ -28,7 +28,7 @@ describe('<bolt-ratio> Component', async () => ...
chore: update ratio component Jest tests to use the async / parallel Twig renderer functionality
bolt-design-system_bolt
train
js
8713d802f70a6c0d343769a9274fcef6d596bf85
diff --git a/examples/botkit-slack/tests/slack_features.spec.js b/examples/botkit-slack/tests/slack_features.spec.js index <HASH>..<HASH> 100644 --- a/examples/botkit-slack/tests/slack_features.spec.js +++ b/examples/botkit-slack/tests/slack_features.spec.js @@ -96,7 +96,6 @@ describe('slack_features file general-slack...
fix: update tests due to slack-adapter update (#<I>)
gratifyguy_botkit-mock
train
js
b00872fad11fe4c90ab31c9a7f9669ceec82f169
diff --git a/library/src/main/java/com/liulishuo/filedownloader/services/FileDownloadRunnable.java b/library/src/main/java/com/liulishuo/filedownloader/services/FileDownloadRunnable.java index <HASH>..<HASH> 100644 --- a/library/src/main/java/com/liulishuo/filedownloader/services/FileDownloadRunnable.java +++ b/library...
feat(sync-disk): ensure buffer is written out to the appropriate device when in the end of fetch data
lingochamp_FileDownloader
train
java
4c415f479290eb180784e2c11c50702fecca6e1b
diff --git a/webpack.config.js b/webpack.config.js index <HASH>..<HASH> 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -7,7 +7,7 @@ module.exports = { entry: { './dist/workfront': './src/Api.ts' }, - mode: 'development', + mode: 'production', output: { path: __dirname, ...
chore: attempt to fix soucelabs errors
Workfront_workfront-api
train
js
b3992dcba1c0087587c624f96cf2b678c67156b2
diff --git a/src/router.js b/src/router.js index <HASH>..<HASH> 100644 --- a/src/router.js +++ b/src/router.js @@ -12,13 +12,22 @@ import { resolveUrl} from './util'; export class Router { + container: any; + history: any; + viewPorts: any = {}; + baseUrl: string = ''; + isConfigured: boolean = false; + fal...
refactor(Router): list all properties on the class directly
aurelia_router
train
js
902ff25dd2d37a6f1b7c46992b61e97ab2472c7b
diff --git a/packages/react/src/components/UIShell/SideNavLink.js b/packages/react/src/components/UIShell/SideNavLink.js index <HASH>..<HASH> 100644 --- a/packages/react/src/components/UIShell/SideNavLink.js +++ b/packages/react/src/components/UIShell/SideNavLink.js @@ -22,6 +22,8 @@ const SideNavLink = ({ renderIco...
fix(ui-shell): omit passing `isSideNavExpanded` prop to Link component (#<I>) * fix(react): omt passing isSideNavExpanded prop in Link component Closes #<I> * fix(react): omit passing isSideNavExpanded prop in Link component Closes #<I> * fix(react): use eslint-disable-next-line scope
carbon-design-system_carbon-components
train
js
a488000dc67c10026d010744bb29fca25f72f42b
diff --git a/scripts/serverless.js b/scripts/serverless.js index <HASH>..<HASH> 100755 --- a/scripts/serverless.js +++ b/scripts/serverless.js @@ -96,6 +96,16 @@ const processSpanPromise = (async () => { strToBool: require('../lib/configuration/variables/sources/str-to-bool'), }; const vari...
refactor(CLI): Require variablesResolutionMode to be resolved upfront
serverless_serverless
train
js
0b2a3fcc199eb8720f50826f458c798047170b5b
diff --git a/lib/ditty/controllers/users.rb b/lib/ditty/controllers/users.rb index <HASH>..<HASH> 100644 --- a/lib/ditty/controllers/users.rb +++ b/lib/ditty/controllers/users.rb @@ -115,7 +115,14 @@ module Ditty end end else - haml :"#{view_location}/edit", locals: { entity: entity, t...
fix: Respond correctly for json requests with invalid characters in users
EagerELK_ditty
train
rb
8cde00229ac5227b373692a327ab9fba5b7b80f2
diff --git a/lib/tessel/access-point.js b/lib/tessel/access-point.js index <HASH>..<HASH> 100644 --- a/lib/tessel/access-point.js +++ b/lib/tessel/access-point.js @@ -14,14 +14,8 @@ function commitAndClose(tessel, status, resolve, reject) { var reconnectWifi = () => tessel.simpleExec(commands.reconnectWifi()); -...
fix(access-point): use password instead of pass - removes unneeded reconnect commands from setup
tessel_t2-cli
train
js
554fe5657dd9cf27ab200497e5dd1e53729dac26
diff --git a/src/resources/views/configuration/settings/view.blade.php b/src/resources/views/configuration/settings/view.blade.php index <HASH>..<HASH> 100644 --- a/src/resources/views/configuration/settings/view.blade.php +++ b/src/resources/views/configuration/settings/view.blade.php @@ -104,7 +104,7 @@ ...
fix(settings): Fix GA tracking explanation dead link (#<I>) Due to the documentation refactor, it appears we broke the documentation link referenced into settings. This documentation page is explaining the GA Tracking purpose. Closes eveseat/seat#<I>
eveseat_web
train
php
2d4aa131a3d2e7dd888046baeda065b219734a73
diff --git a/lib/workers/repository/updates/flatten.js b/lib/workers/repository/updates/flatten.js index <HASH>..<HASH> 100644 --- a/lib/workers/repository/updates/flatten.js +++ b/lib/workers/repository/updates/flatten.js @@ -24,11 +24,14 @@ function flattenUpdates(config, packageFiles) { let updateConfig...
fix: empty packageRules after applying to update
renovatebot_renovate
train
js
075502477ee49088eebb8eef0b0abad46251ae19
diff --git a/script/release/prepare-release.js b/script/release/prepare-release.js index <HASH>..<HASH> 100755 --- a/script/release/prepare-release.js +++ b/script/release/prepare-release.js @@ -91,7 +91,7 @@ async function createRelease (branchToTarget, isBeta) { if (newVersion.indexOf('nightly') > 0) { re...
chore: we do not use the nightly tag on npm (#<I>)
electron_electron
train
js
5a1f866e9755452ad991960cd2db58c93da3aa77
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -103,7 +103,7 @@ export default function loader(content, sourceMap) { callback( null, `${importsCode}\n${content}\n${codeAfterModule}`, - generator.toString() + generator.toJSON() ...
fix: source map for other loaders (#<I>)
webpack-contrib_imports-loader
train
js
eec1d77596f140a052ff78095dcd5d4c3c451bf9
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 @@ -1475,6 +1475,9 @@ angular.module('pascalprecht.translate').provider('$translate', ['$STORAGE_KEY', result = determineTranslationInstant(translatio...
fix(instant): $translate.instant(id) does not return correct fallback Accidently, `$translate.instant(id)` had returned the last found fallback instead of the first found one.
angular-translate_angular-translate
train
js
6aceae2740d47d532e62da00a848848db4708381
diff --git a/test/times.js b/test/times.js index <HASH>..<HASH> 100644 --- a/test/times.js +++ b/test/times.js @@ -20,7 +20,7 @@ describe('times', () => { setTimeout(() => { args.push(n); callback(); - }, n * 25); + }, 15); }, (err) => { ...
chore: tighten up timeout on times
caolan_async
train
js
1aef6fd076aeab07fd073262d9c9deb1e9a60408
diff --git a/src/calendar/index.js b/src/calendar/index.js index <HASH>..<HASH> 100644 --- a/src/calendar/index.js +++ b/src/calendar/index.js @@ -372,7 +372,7 @@ export default createComponent({ color={this.color} class={bem('confirm')} disabled={this.buttonDisabled} - ...
fix(Calendar): incorret button native-type (#<I>)
youzan_vant
train
js
1f68495a171c8ee274e1da65fccb91ea928b5459
diff --git a/addStyles.js b/addStyles.js index <HASH>..<HASH> 100644 --- a/addStyles.js +++ b/addStyles.js @@ -11,7 +11,12 @@ var stylesInDom = {}, }; }, isOldIE = memoize(function() { - return /msie [6-9]\b/.test(self.navigator.userAgent.toLowerCase()); + // Test for IE <= 9 as proposed by Browserhacks + // ...
fix(addStyles): update for test for old IE versions (#<I>)
webpack-contrib_style-loader
train
js
e0098eb88b927ebead839fae07b0cb011a17f83f
diff --git a/lib/superapi/api.js b/lib/superapi/api.js index <HASH>..<HASH> 100644 --- a/lib/superapi/api.js +++ b/lib/superapi/api.js @@ -29,13 +29,14 @@ var serviceHandler = function (service) { function Api(config) { this.config = config; - var self = this; + // create a hash-liked object where all the servi...
refactor(register): register all service in an instance Avoid any possible conflicts with existing methods.
stephanebachelier_superapi
train
js
8dd0700c3d32e73e0ac49a142d4073f1ecaafca9
diff --git a/examples/browser/wallet-web-extension/src/content-script.js b/examples/browser/wallet-web-extension/src/content-script.js index <HASH>..<HASH> 100644 --- a/examples/browser/wallet-web-extension/src/content-script.js +++ b/examples/browser/wallet-web-extension/src/content-script.js @@ -1,5 +1,4 @@ -/* globa...
refactor(wallet-web-extension): use webextension-polyfill as in others
aeternity_aepp-sdk-js
train
js
96b6365cf71ccf2bf7828cf3895da2562b1bfcb5
diff --git a/lib/https/ca.js b/lib/https/ca.js index <HASH>..<HASH> 100644 --- a/lib/https/ca.js +++ b/lib/https/ca.js @@ -40,13 +40,13 @@ function getMacAddress() { } function createCertificate(hostname) { - var cert = customPairs[hostname] + var cert = customPairs[hostname] || wildcardPairs[hostname.slice...
refactor: Refine generate certificate
avwo_whistle
train
js
462d2f9ad48aa3eeaadd068849b67720225e6cce
diff --git a/connection/pool.js b/connection/pool.js index <HASH>..<HASH> 100644 --- a/connection/pool.js +++ b/connection/pool.js @@ -210,6 +210,7 @@ function stateTransition(self, newState) { // Get current state var legalStates = legalTransitions[self.state]; if (legalStates && legalStates.indexOf(newState)...
refactor(pool): emit a signal for state changes This is a low-impact change that allows us to potentially make far more accurate assessments of when certain events have completed in the pool. This also allows us to reduce the chances of flakey pool tests
mongodb_node-mongodb-native
train
js
4d0b749c81397fa6c9c8452baf1bd952c87d398f
diff --git a/version.go b/version.go index <HASH>..<HASH> 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package bimg // Version represents the current package semantic version. -const Version = "1.1.8" +const Version = "1.1.9"
chore(History): version changes
h2non_bimg
train
go
f29ca0787fbafb44f8b60bac3836ade53e354541
diff --git a/src/Deck.js b/src/Deck.js index <HASH>..<HASH> 100644 --- a/src/Deck.js +++ b/src/Deck.js @@ -1,6 +1,7 @@ import keypress from 'keypress'; import Cursor from 'kittik-cursor'; import Slide from './Slide'; +import tty from 'tty'; /** * Deck class is responsible for managing slides and their rendering...
fix(deck): Fix issue with check if cursor is not a tty stream
ghaiklor_kittik
train
js
9cbf8c7b74edaf9d958d8ba932c77b005a247cde
diff --git a/test/unit/Cursor.test.js b/test/unit/Cursor.test.js index <HASH>..<HASH> 100644 --- a/test/unit/Cursor.test.js +++ b/test/unit/Cursor.test.js @@ -79,11 +79,21 @@ describe('Cursor', () => { assert.instanceOf(cursor.write('test'), Cursor); assert.instanceOf(cursor.flush(), Cursor); - assert.in...
test(cursor): Improve test coverage
kittikjs_cursor
train
js
e36d38a34a80e1d4863c03fa5280b5375d243746
diff --git a/src/__tests__/store.js b/src/__tests__/store.js index <HASH>..<HASH> 100644 --- a/src/__tests__/store.js +++ b/src/__tests__/store.js @@ -132,6 +132,13 @@ describe('Store', () => { expect(addAlgoliaAgent).toBeCalledWith(`vue-instantsearch ${version}`); }); + test('should throw an error upon addi...
test(store): cover adding of facet of unknown type
algolia_vue-instantsearch
train
js
87be86be082d27234412de7ffacbe5670c521bf8
diff --git a/queue/nsq/nsq.go b/queue/nsq/nsq.go index <HASH>..<HASH> 100644 --- a/queue/nsq/nsq.go +++ b/queue/nsq/nsq.go @@ -87,7 +87,7 @@ func (s *Worker) BeforeRun() error { func (s *Worker) AfterRun() error { s.once.Do(func() { time.Sleep(100 * time.Millisecond) - err := s.q.ConnectToNSQLookupd(s.addr) + e...
chore(NSQ): update connect method to ConnectToNSQD
appleboy_gorush
train
go
72d9697be28bc986d0b6ad8a3729c0de0e8e9bed
diff --git a/src/Models/Character/CharacterInfo.php b/src/Models/Character/CharacterInfo.php index <HASH>..<HASH> 100644 --- a/src/Models/Character/CharacterInfo.php +++ b/src/Models/Character/CharacterInfo.php @@ -500,7 +500,10 @@ class CharacterInfo extends Model public function user() { return $th...
fix(relationship): add default user relation on character sheet (#<I>)
eveseat_eveapi
train
php
2ba6d2ae84ef80b2d6d433c62dd52d97cc176972
diff --git a/test/legacy/simple/test-incoming-form.js b/test/legacy/simple/test-incoming-form.js index <HASH>..<HASH> 100644 --- a/test/legacy/simple/test-incoming-form.js +++ b/test/legacy/simple/test-incoming-form.js @@ -221,7 +221,7 @@ test(function parse() { }); var parseCbOk = function (err, fields, fi...
fix: attempt to fix the failing legacy test (#<I>) * fix: attempt to fix the failing legacy test * chore: duh * chore: no luck
felixge_node-formidable
train
js
12790c34b8cabe993fd813217f7bbf794f9a3fcc
diff --git a/ui/src/components/menu/ClickOutside.js b/ui/src/components/menu/ClickOutside.js index <HASH>..<HASH> 100644 --- a/ui/src/components/menu/ClickOutside.js +++ b/ui/src/components/menu/ClickOutside.js @@ -63,7 +63,7 @@ export default { if ( evt.qClickOutside !== true && - target...
fix(ClickOutside): do not close when the target element is not in DOM #<I> (#<I>) #<I>
quasarframework_quasar
train
js
8267357e55e2f7c290ba5475ce3fc3c38eec3263
diff --git a/config/webpack.js b/config/webpack.js index <HASH>..<HASH> 100644 --- a/config/webpack.js +++ b/config/webpack.js @@ -101,7 +101,10 @@ const shared = { node: { Buffer: true }, - timeout: 80000 + timeout: 80000, + plugins: [ + new webpack.DefinePlugin({'fs.writeSync': false}) + ] } con...
fix(webpack): allow tape to run by setting a fake fs.writeSync
ipfs_aegir
train
js
576713a7ffff9a1ff172b6acfa9dcd9f081b4395
diff --git a/src/org/nutz/dao/impl/entity/field/OneLinkField.java b/src/org/nutz/dao/impl/entity/field/OneLinkField.java index <HASH>..<HASH> 100644 --- a/src/org/nutz/dao/impl/entity/field/OneLinkField.java +++ b/src/org/nutz/dao/impl/entity/field/OneLinkField.java @@ -27,8 +27,8 @@ public class OneLinkField extends A...
fix:当@One配置错误是,会抛NPE
nutzam_nutz
train
java
f926c58e0143fe75a4a4c2e93810970c5910afc8
diff --git a/framework/core/src/Install/DatabaseConfig.php b/framework/core/src/Install/DatabaseConfig.php index <HASH>..<HASH> 100644 --- a/framework/core/src/Install/DatabaseConfig.php +++ b/framework/core/src/Install/DatabaseConfig.php @@ -46,7 +46,7 @@ class DatabaseConfig implements Arrayable 'charset...
fix: MyISAM tables for extensions during installation
flarum_core
train
php
91c3283145711515e79f534f8df918a24feda62f
diff --git a/webpack.config.js b/webpack.config.js index <HASH>..<HASH> 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,3 +1,8 @@ +/** + * Configs file for bundling + * @author NHN Ent. FE Development Lab <dl_javascript@nhnent.com> + */ + 'use strict'; var pkg = require('./package.json'); @@ -7,6 +12,1...
chore: update webpack config file
nhn_tui.code-snippet
train
js
aa7ed1e5d567e79d00e4d09b1fc5b6e95f592523
diff --git a/lib/changelog.rb b/lib/changelog.rb index <HASH>..<HASH> 100644 --- a/lib/changelog.rb +++ b/lib/changelog.rb @@ -89,7 +89,7 @@ class Changelog str = "" str << tag_info { |t| t } - str << commit_info { |ci| " (_#{ci}_)\n" } + str << commit_info { |ci| ci.empty? ? "" : "(_#{ci}_)\n" } ...
fix(output): tag-info does not display date-markup without date if there is no date * fix: tag-info does not display date-markup without date if there is no date
iv-mexx_git-releaselog
train
rb
9eaabe93672c7feccaa639f594d92acbea86f4d1
diff --git a/spec/dummy/spec/mailers/test_mailer_spec.rb b/spec/dummy/spec/mailers/test_mailer_spec.rb index <HASH>..<HASH> 100644 --- a/spec/dummy/spec/mailers/test_mailer_spec.rb +++ b/spec/dummy/spec/mailers/test_mailer_spec.rb @@ -543,16 +543,12 @@ describe TestMailer do end context "with succesful ...
refactor(test-mailer): replace active_template lets with method
platanus_send_grid_mailer
train
rb
ceeb6544c54ed5c9e3615c62ed132d68e8ebaba5
diff --git a/packages/react-scripts/config/webpack.config.js b/packages/react-scripts/config/webpack.config.js index <HASH>..<HASH> 100644 --- a/packages/react-scripts/config/webpack.config.js +++ b/packages/react-scripts/config/webpack.config.js @@ -752,6 +752,7 @@ module.exports = function (webpackEnv) { for...
fix: slow recompile time (#<I>) fixes #<I>
facebook_create-react-app
train
js
a63d692ff799429be6cf2784e7db53f147be8d15
diff --git a/flatfs.go b/flatfs.go index <HASH>..<HASH> 100644 --- a/flatfs.go +++ b/flatfs.go @@ -973,11 +973,16 @@ func (fs *Datastore) writeDiskUsageFile(du int64, doSync bool) { } removed := false + closed := false defer func() { + if !closed { + _ = tmp.Close() + } if !removed { // silence errch...
fix: ensure that we close the diskusage file, even if we fail to rename it
ipfs_go-ds-flatfs
train
go
60f89bd96f7e110617af021642a810e7fb71e694
diff --git a/src/stores/GuildEmojiRoleStore.js b/src/stores/GuildEmojiRoleStore.js index <HASH>..<HASH> 100644 --- a/src/stores/GuildEmojiRoleStore.js +++ b/src/stores/GuildEmojiRoleStore.js @@ -105,6 +105,10 @@ class GuildEmojiRoleStore extends Collection { valueOf() { return this._filtered; } + + static g...
fix(stores): Add symbol.species for not-actual-stores (#<I>) * fix(stores): Add symbol.species for not-actual-stores * Linting fixes
discordjs_discord.js
train
js,js
6bc590e285de18b3f4289105e75dc05acd768d7a
diff --git a/src/parser.js b/src/parser.js index <HASH>..<HASH> 100644 --- a/src/parser.js +++ b/src/parser.js @@ -54,7 +54,7 @@ class Parser { // Differentiate single line to multi-line comments if (comment.length > 1) { - const multiLine = comment.map(line => ` ${line}`).join('\n') + const mult...
fix: add indent to multi-line comments
izolate_html2pug
train
js
4e95d4686563fc6b4b592a0f26b510203b2be741
diff --git a/src/cobra/core/model.py b/src/cobra/core/model.py index <HASH>..<HASH> 100644 --- a/src/cobra/core/model.py +++ b/src/cobra/core/model.py @@ -222,22 +222,6 @@ class Model(Object): self._tolerance = value - def get_metabolite_compartments(self) -> set: - """Return all metabolites' com...
chore: remove deprecated get_metabolite_compartments() from model.py
opencobra_cobrapy
train
py
ffd8caed5eac8af11f271eb41bc9e9d21954b826
diff --git a/connection/utils.js b/connection/utils.js index <HASH>..<HASH> 100644 --- a/connection/utils.js +++ b/connection/utils.js @@ -89,7 +89,10 @@ var noSnappyWarning = function() { // Facilitate loading Snappy optionally var retrieveSnappy = function() { - var snappy = require_optional('snappy'); + var sn...
fix(utils): don't throw if no snappy
mongodb_node-mongodb-native
train
js
20b81ccdfa7b35ebd096d1cf155f97064e32b61c
diff --git a/mob-render/intlReducer.js b/mob-render/intlReducer.js index <HASH>..<HASH> 100644 --- a/mob-render/intlReducer.js +++ b/mob-render/intlReducer.js @@ -7,7 +7,7 @@ import localeData from './locale-data' addLocaleData([...pt, ...es, ...en]) export const locale = 'pt-BR' -export const messages = localeData...
fix(mob-render): intl locale data messages selection
nossas_bonde-client
train
js
43c6ba5a87daff1291ca6f0b6a066807a966e6cc
diff --git a/src/main.js b/src/main.js index <HASH>..<HASH> 100644 --- a/src/main.js +++ b/src/main.js @@ -39,12 +39,16 @@ class ScopedComponent extends Component { } } - getCurrentScope() { + getCurrentScopePart() { + return this.props.scope != null + ? ('' + this.props.scope).s...
feat(ScopedComponent): allow getCurrentScope override
krzysztofpniak_k-logic
train
js
44a61d108b4a7ab61c8ea3b029c232b737042196
diff --git a/zfs_test.go b/zfs_test.go index <HASH>..<HASH> 100644 --- a/zfs_test.go +++ b/zfs_test.go @@ -41,6 +41,15 @@ func ok(tb testing.TB, err error) { } } +// nok fails the test if an err is nil. +func nok(tb testing.TB, err error) { + if err == nil { + _, file, line, _ := runtime.Caller(1) + fmt.Printf("...
test: add nok helper to verify an error occurred
mistifyio_go-zfs
train
go
b4fbbaa3720a33eff1def9d8cff01131a1f56d7b
diff --git a/functional/replset_tests.js b/functional/replset_tests.js index <HASH>..<HASH> 100644 --- a/functional/replset_tests.js +++ b/functional/replset_tests.js @@ -11,7 +11,7 @@ var restartAndDone = function(configuration, done) { }); }; -describe('A replica set', function() { +describe.skip('A replica set...
test(replset): disable flakey replset tests temporarily
mongodb_node-mongodb-native
train
js
da9e71ad3198d76813a5e4bc3b99b6a6547c18f5
diff --git a/master/buildbot/test/unit/test_scripts_start.py b/master/buildbot/test/unit/test_scripts_start.py index <HASH>..<HASH> 100644 --- a/master/buildbot/test/unit/test_scripts_start.py +++ b/master/buildbot/test/unit/test_scripts_start.py @@ -21,6 +21,8 @@ import os import sys import time +import mock + im...
test: Add tests for start_timeout option
buildbot_buildbot
train
py
8e2a5bbb564989f45905f2ec497a2174ea42e35e
diff --git a/livelossplot/plot_losses.py b/livelossplot/plot_losses.py index <HASH>..<HASH> 100644 --- a/livelossplot/plot_losses.py +++ b/livelossplot/plot_losses.py @@ -38,7 +38,7 @@ class PlotLosses: warnings.warn('draw will be deprecated, please use send method', PendingDeprecationWarning) self.se...
fix: PlotLosses type as str
stared_livelossplot
train
py
ae7598274399ee8faf12b7cf7d0f1ce313c76b37
diff --git a/static/lib/composer/resize.js b/static/lib/composer/resize.js index <HASH>..<HASH> 100644 --- a/static/lib/composer/resize.js +++ b/static/lib/composer/resize.js @@ -63,7 +63,8 @@ define('composer/resize', ['taskbar'], function(taskbar) { var adjustedMinimum = Math.max(minHeight / window.innerHeight, mi...
fix: composer min height just a little bit off
NodeBB_nodebb-plugin-composer-default
train
js
adec5aa25c8270e5a66c019b3b8a1031e73505d9
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index <HASH>..<HASH> 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -146,6 +146,10 @@ module.exports = { to: '/advanced/toggle_variants', from: '/toggle_variants', ...
docs: add redirect from old integrations url
Unleash_unleash
train
js
f164caaf4dd9b3ab0d695656465bab861cce767b
diff --git a/tests/api/main.py b/tests/api/main.py index <HASH>..<HASH> 100644 --- a/tests/api/main.py +++ b/tests/api/main.py @@ -56,18 +56,6 @@ class TestBase(unittest.TestCase): ) -class Test_20_dumps_and_loads(TestBase): - - def test_30_dumps_and_loads(self): - res = TT.loads(TT.dumps(self.cn...
fix: remove old test cases for api.dumps replaced with file based ones
ssato_python-anyconfig
train
py
419f4472ac66f98ab26980b99112d78066dd3ca4
diff --git a/src/lib/geo-location.js b/src/lib/geo-location.js index <HASH>..<HASH> 100644 --- a/src/lib/geo-location.js +++ b/src/lib/geo-location.js @@ -41,9 +41,16 @@ const mockLocation = { const getGeoLocation = async ({ geoCountry, mode, offline, state }) => { const cacheObject = state.get(STATE_GEO_PROPERTY) ...
fix: fix cache error with geo country mock (#<I>) * fix: fix cache error with geo country mock * fix: update caching logic * fix: update caching logic * fix: update caching logic * fix: revert previous set mode to mock when using country flag * chore: update contributors field * Update src/lib/geo-lo...
netlify_cli
train
js
ab3d60147f788d2c623169ad8c49b0d8174a2fbd
diff --git a/anyconfig/processors.py b/anyconfig/processors.py index <HASH>..<HASH> 100644 --- a/anyconfig/processors.py +++ b/anyconfig/processors.py @@ -174,8 +174,6 @@ def find(obj, prs, forced_type=None, cls=anyconfig.models.processor.Processor): if forced_type is not None: processor = find_by_type_...
fix: remove an unnecessary check in .processors.find remove the unnecessary code to check the return value of find_by_type_or_id in find in .processors because find_by_type_or_id never return None.
ssato_python-anyconfig
train
py
7a91ade858aea6fe4012b3ae5a416db87821a76a
diff --git a/cmd/argo/commands/server.go b/cmd/argo/commands/server.go index <HASH>..<HASH> 100644 --- a/cmd/argo/commands/server.go +++ b/cmd/argo/commands/server.go @@ -146,7 +146,7 @@ See %s`, help.ArgoSever), } command.Flags().StringVar(&baseHRef, "basehref", defaultBaseHRef, "Value for base href in index.html....
chore(server): Enable TLS by default. Resolves #<I> (#<I>)
argoproj_argo
train
go
d8642c3d05fe4f614f8c9e0fb9512eb62f6fafb3
diff --git a/lib/posthtml.js b/lib/posthtml.js index <HASH>..<HASH> 100644 --- a/lib/posthtml.js +++ b/lib/posthtml.js @@ -145,13 +145,11 @@ function isPromise(p) { * @returns {?*} - result if exists */ function tryCatch(tryFn, catchFn) { - var res; try { - res = tryFn(); + return tryFn(); ...
refactor(lib): simplify tryCatch helper
posthtml_posthtml
train
js
7752ebe2f59e93f7013dcb01410e86dab75c80a7
diff --git a/lib/plugins/load-plugin.js b/lib/plugins/load-plugin.js index <HASH>..<HASH> 100644 --- a/lib/plugins/load-plugin.js +++ b/lib/plugins/load-plugin.js @@ -817,12 +817,14 @@ module.exports = function(options, callback) { }); } }); - process.on('uncaughtException', function(err) { - ...
refactor: handle Rejection errors
avwo_whistle
train
js
726514c76ca9c5f4280146f05c3e8647f07960a7
diff --git a/index.js b/index.js index <HASH>..<HASH> 100755 --- a/index.js +++ b/index.js @@ -68,7 +68,7 @@ function* run() { yield rs.start(); } - console.log(chalk.green('Started replica set on "mongodb://localhost:27017,localhost:27018,localhost:27019"')); + console.log(chalk.green('Started replica set ...
chore: add replicaSet to URI re: #1
vkarpov15_run-rs
train
js
fe18a8b0a7d696e665344020b2b374e6390dafe0
diff --git a/anytemplate/compat.py b/anytemplate/compat.py index <HASH>..<HASH> 100644 --- a/anytemplate/compat.py +++ b/anytemplate/compat.py @@ -63,6 +63,21 @@ def get_file_extension(filepath): return '' +def merge(dic, diff): + """ + Merge mapping objects. + + :param dic: Original mapping objec...
fix: add missing function to merge dicts (only works for rank-1 dicts)
ssato_python-anytemplate
train
py
1f4afac5ae05c6d8faa10015c67f0878f82960b2
diff --git a/lib/hexo/default_config.js b/lib/hexo/default_config.js index <HASH>..<HASH> 100644 --- a/lib/hexo/default_config.js +++ b/lib/hexo/default_config.js @@ -65,7 +65,7 @@ module.exports = { deploy: {}, // ignore files from processing - ignore: ['**/themes/*/node_modules/**'], + ignore: ['**/themes/*...
fix(box): always ignore .git folder of themes
hexojs_hexo
train
js
37aa2af4fae5186e7f3869ad74a4cadef6e3fb2d
diff --git a/utils/sqlite_extract_data.js b/utils/sqlite_extract_data.js index <HASH>..<HASH> 100644 --- a/utils/sqlite_extract_data.js +++ b/utils/sqlite_extract_data.js @@ -19,8 +19,8 @@ const sql = { json_extract(body, '$.properties.edtf:cessation') AS cessation, json_extract(body, '$.properties.wof:hierar...
fix(sqlite): Use correct quoting for better-sqlite3-<I> As in <URL>
pelias_whosonfirst
train
js
32f08db69d9047e4e9d102f0c8a662d09aeee1ac
diff --git a/src/directive/translate.js b/src/directive/translate.js index <HASH>..<HASH> 100644 --- a/src/directive/translate.js +++ b/src/directive/translate.js @@ -16,6 +16,7 @@ angular.module('pascalprecht.translate') * @param {string=} translate-values Values to pass into translation id. Can be passed as object ...
docs(directive): add doc for directive-attribute translate-compile
angular-translate_angular-translate
train
js
e64a5d43b748e1cc66c3af7afc0e00d291749b7f
diff --git a/src/endpoints/files.js b/src/endpoints/files.js index <HASH>..<HASH> 100644 --- a/src/endpoints/files.js +++ b/src/endpoints/files.js @@ -6,6 +6,10 @@ class Files extends BaseExtend { this.endpoint = 'files' } + + Delete(id) { + return this.request.send(`${this.endpoint}/${id}`, 'DELETE') + ...
feat: handle file delete (#<I>)
moltin_js-sdk
train
js,js
34e027815055123caf572ca76734d2c0e8bf8275
diff --git a/src/components/input/input.js b/src/components/input/input.js index <HASH>..<HASH> 100644 --- a/src/components/input/input.js +++ b/src/components/input/input.js @@ -272,8 +272,9 @@ function inputTextareaDirective($mdUtil, $window, $mdAria) { var isParentFormSubmitted = function () { var pare...
fix(input): check if parent form is undefined before checking if it's submitted Fixes #<I>. Closes #<I>.
angular_material
train
js
992f5c807e6c06c89d8c1ef2b9a9c7e0daf0813b
diff --git a/lib/webpack.js b/lib/webpack.js index <HASH>..<HASH> 100644 --- a/lib/webpack.js +++ b/lib/webpack.js @@ -18,7 +18,9 @@ function webpack(options, callback) { } else if(typeof options === "object") { var webpackOptionsValidationErrors = validateWebpackOptions(options); if(webpackOptionsValidationErr...
feat: throw error with validationErrors property
webpack_webpack
train
js
02602b0bc73a23ebec28c57d93be3b1b2f81a8a7
diff --git a/test/browserstack.js b/test/browserstack.js index <HASH>..<HASH> 100644 --- a/test/browserstack.js +++ b/test/browserstack.js @@ -35,8 +35,7 @@ const testBrowser = async (capabilities) => { }) .build(); - driver.get(url); - + await driver.get(url); await driver.wait(webdriver.until.element...
fix(test): Wait for driver.get to resolve
wrangr_psl
train
js
0f469ee332fc0b5c8003486b51bb43264e3f8b70
diff --git a/src/i18n.js b/src/i18n.js index <HASH>..<HASH> 100644 --- a/src/i18n.js +++ b/src/i18n.js @@ -143,16 +143,23 @@ export class I18N { for (i = 0, l = nodes.length; i < l; i++) { let node = nodes[i]; let keys; + let params; //test every attribute and get the first one that has a...
fix(service): provide params on updateTranslations when updateTranslations is called for a element, it now passes on params related issue <URL>
aurelia_i18n
train
js
7c67fe59ddb1a107c8714cc7c71a742cdb7f7c09
diff --git a/packages/favorites/FavoriteHeart.js b/packages/favorites/FavoriteHeart.js index <HASH>..<HASH> 100644 --- a/packages/favorites/FavoriteHeart.js +++ b/packages/favorites/FavoriteHeart.js @@ -20,6 +20,7 @@ const FavoriteHeart = ({ id, onChange, ...props }) => { {...props} tabIndex="0" ...
fix(favorites): fixed focus event There are scss hover styles around the favorite heart for displaying the proper colors. However, when you add a button or role of button to an html element it will still apply the hover styles until the item is unfocused. To allievate this effect, we can simply just add a mouse over h...
Availity_availity-react
train
js
a51365980d6f577a6b2d788605a4b8eaf8e7e8e5
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -99,7 +99,7 @@ function babelize(taskName, dir) { return gulp.src(srcPattern) .pipe(sourcemaps.init()) .pipe(babel({ - presets: [ 'es2015', 'stage-2' ], + presets: [ 'es2015', 'stag...
fix: correct syntax in gulpfile
BranchMetrics_cordova-ionic-phonegap-branch-deep-linking
train
js
b55bc4938a9f7193b12f2f2f3825f58697c15b46
diff --git a/lib/superapi/agent.js b/lib/superapi/agent.js index <HASH>..<HASH> 100644 --- a/lib/superapi/agent.js +++ b/lib/superapi/agent.js @@ -53,6 +53,11 @@ Agent.prototype = { _req.withCredentials(); } + var auth = this.config.auth; + if (auth) { + this._setAuth(_req, auth); + } + ...
feat(agent): add support for authorization header
stephanebachelier_superapi
train
js
73af34e424b739f2615ae4c16d1736e5b37d3fb2
diff --git a/qds_sdk/scheduler.py b/qds_sdk/scheduler.py index <HASH>..<HASH> 100644 --- a/qds_sdk/scheduler.py +++ b/qds_sdk/scheduler.py @@ -265,7 +265,7 @@ class Scheduler(Resource): if per_page is not None: page_attr.append("per_page=%s" % per_page) if page_attr: - url_path...
fix: dev: Fixed bugs in scheduler.py #<I> This fixes a bug where when specifying page arguments to list_instances, "NameError: global name 'args' is not defined", occurs. Also fixes a "can't combine int and str" bug with rerun
qubole_qds-sdk-py
train
py
a0f887e8547b4b48977562ffcc7a728abec81823
diff --git a/cmd/argocd/commands/app.go b/cmd/argocd/commands/app.go index <HASH>..<HASH> 100644 --- a/cmd/argocd/commands/app.go +++ b/cmd/argocd/commands/app.go @@ -673,9 +673,10 @@ func NewApplicationUnsetCommand(clientOpts *argocdclient.ClientOptions) *cobra.C } for _, env := range pluginEnvs { err ...
fix: unset --plugin-env should return OK when not found (#<I>)
argoproj_argo-cd
train
go
ad1c3d2d1b850cc642dab41815cabef529a05258
diff --git a/test/cli.js b/test/cli.js index <HASH>..<HASH> 100644 --- a/test/cli.js +++ b/test/cli.js @@ -15,7 +15,7 @@ test('\nCLI (bin/semver) tests', function(t) { var expectedStdout = input[1]; try { - stdout = execSync('"./bin/semver" ' + input[0]); + stdout = execSync(`${require.resolve('.....
test:💥 something amazing is in the works 💥
npm_node-semver
train
js
70136c427ec2b853453770beda43b33bde350db3
diff --git a/controller/MediaImport.php b/controller/MediaImport.php index <HASH>..<HASH> 100755 --- a/controller/MediaImport.php +++ b/controller/MediaImport.php @@ -36,6 +36,7 @@ class MediaImport extends tao_actions_Import * @inheritDoc * * @requiresRight id WRITE + * @requiresRight classUri WR...
fix: fix permissions to view buttons
oat-sa_extension-tao-mediamanager
train
php
6a511e6b3bd550bdff2a98079c867bb8464382b4
diff --git a/lib/workers/branch/check-existing.js b/lib/workers/branch/check-existing.js index <HASH>..<HASH> 100644 --- a/lib/workers/branch/check-existing.js +++ b/lib/workers/branch/check-existing.js @@ -18,7 +18,7 @@ async function prAlreadyExisted(config) { if (pr) { logger.debug('Found closed PR with curr...
chore: remove <I> TODO comments from source code
renovatebot_renovate
train
js
bd5eee3126f12e12dfe3102f5812236cf3c95c4c
diff --git a/test/plugin/test_output.rb b/test/plugin/test_output.rb index <HASH>..<HASH> 100644 --- a/test/plugin/test_output.rb +++ b/test/plugin/test_output.rb @@ -907,7 +907,8 @@ class OutputTest < Test::Unit::TestCase sub_test_case 'slow_flush_log_threshold' do def invoke_slow_flush_log_threshold_test(i)...
test: Fix random test failures at test/plugin/test_output.rb#L<I> This is basically the same bug that has been fixed by <I>d2f7e. What's wrong with those test cases is that they naively assumes background threads (for flushing buffers) never interrupts the test execution. Any sort of delay in test execution would bre...
fluent_fluentd
train
rb
9d119ff1ec00f8fead2181053dfd0927dde34305
diff --git a/webpack.node.js b/webpack.node.js index <HASH>..<HASH> 100644 --- a/webpack.node.js +++ b/webpack.node.js @@ -1,3 +1,4 @@ +const webpack = require('webpack'); const path = require('path'); const CircularDependencyPlugin = require('circular-dependency-plugin');
fix(webpack): add missing require statement
Kaniwani_KanaWana
train
js
4d875ed644542eaca0726b18d9029bf9552381f2
diff --git a/app/lib/webpack/runtime.auto-import.js b/app/lib/webpack/runtime.auto-import.js index <HASH>..<HASH> 100644 --- a/app/lib/webpack/runtime.auto-import.js +++ b/app/lib/webpack/runtime.auto-import.js @@ -10,10 +10,11 @@ * @param {items} Object containing components or directives */ module.exports = ...
fix(ts): Fix auto import when using vue-class-component. (#<I>)
quasarframework_quasar
train
js
b223268d9a1989e5ba4c0ac9f9592d9eeca31685
diff --git a/packages/cli/context.js b/packages/cli/context.js index <HASH>..<HASH> 100644 --- a/packages/cli/context.js +++ b/packages/cli/context.js @@ -17,6 +17,8 @@ const projectRoot = path.dirname(webinyRootPath); class Context { constructor() { + this.loadedEnvFiles = {}; + this.paths = { ...
fix: do not reload ENV files if already loaded
Webiny_webiny-js
train
js
e454bbafa9d081e6981fcd923ee194ff35a84b63
diff --git a/src/components/VStepper/VStepper.js b/src/components/VStepper/VStepper.js index <HASH>..<HASH> 100644 --- a/src/components/VStepper/VStepper.js +++ b/src/components/VStepper/VStepper.js @@ -91,7 +91,6 @@ export default { } }, stepClick (step) { - this.getSteps() this.$nextTick(...
fix(v-stepper): remove deprecated fn call
vuetifyjs_vuetify
train
js
45096d0a02a67c0cbcaad386e516934d9fcb6838
diff --git a/src/binding-language.js b/src/binding-language.js index <HASH>..<HASH> 100644 --- a/src/binding-language.js +++ b/src/binding-language.js @@ -231,8 +231,10 @@ class InterpolationBinding { } call() { - this._version++; - this.interpolate(this.mode === bindingMode.oneWay, false); + if (this....
fix(InterpolationBinding): handle late call fixes #<I>
aurelia_templating-binding
train
js,js
96455eadfd2ecdb03dd31389db3e7d9d3d315a4f
diff --git a/packages/okam-build/lib/processor/index.js b/packages/okam-build/lib/processor/index.js index <HASH>..<HASH> 100644 --- a/packages/okam-build/lib/processor/index.js +++ b/packages/okam-build/lib/processor/index.js @@ -115,10 +115,9 @@ function processFile(file, processor, buildManager) { file.rele...
fix(okam-build): fix component repeated compile #<I>
ecomfe_okam
train
js