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
5161f54a39d441a4cb9d0ca20e5064c91727eb92
diff --git a/packages/embark-ui/src/components/DebugButton.js b/packages/embark-ui/src/components/DebugButton.js index <HASH>..<HASH> 100644 --- a/packages/embark-ui/src/components/DebugButton.js +++ b/packages/embark-ui/src/components/DebugButton.js @@ -17,7 +17,8 @@ class DebugButton extends React.Component { ...
fix(embark-ui): don't show debug button for txs of silent contracts
embark-framework_embark
train
js
f673441c38564aa3fa6cb54286f10519f4321b42
diff --git a/tests/Keboola/Json/ParserTest.php b/tests/Keboola/Json/ParserTest.php index <HASH>..<HASH> 100755 --- a/tests/Keboola/Json/ParserTest.php +++ b/tests/Keboola/Json/ParserTest.php @@ -30,6 +30,7 @@ class ParserTest extends \PHPUnit_Framework_TestCase { } ); $this->assertEquals(array_diff($dir, arra...
test: Ensure instances of Table in result
keboola_php-jsonparser
train
php
9dd7f7464cb0b31bffa3527dde5abe13c5b9e856
diff --git a/packages/input/src/presenters/InputHaloPresenter.stylesheet.js b/packages/input/src/presenters/InputHaloPresenter.stylesheet.js index <HASH>..<HASH> 100644 --- a/packages/input/src/presenters/InputHaloPresenter.stylesheet.js +++ b/packages/input/src/presenters/InputHaloPresenter.stylesheet.js @@ -75,6 +75,...
fix: should take up rest of space in flex container
Autodesk_hig
train
js
9078c2563902f4d3e9455cd1b3b9d5a3a7d750e1
diff --git a/lib/openshift-rest-client.js b/lib/openshift-rest-client.js index <HASH>..<HASH> 100644 --- a/lib/openshift-rest-client.js +++ b/lib/openshift-rest-client.js @@ -85,7 +85,6 @@ async function openshiftClient (settings = {}) { } } - // TODO: need to be able to pass in the config object here con...
chore: remove unneeded TODO (#<I>)
nodeshift_openshift-rest-client
train
js
31f0c8e2d77b9ddbef10347dc1a112a06e2be529
diff --git a/src/plugin/exec.js b/src/plugin/exec.js index <HASH>..<HASH> 100644 --- a/src/plugin/exec.js +++ b/src/plugin/exec.js @@ -39,7 +39,7 @@ export function action (config, workingDir, command, options) { const packageDir = join(workingDir, packageName) const name = require(join(packageDir, 'package.j...
fix(northbrook): execute commands inside of package directory (#<I>) the commands were previously being run at the top-level at all times
northbrookjs_northbrook
train
js
7fe15711206587934257cdef84ee56c17f6b37d3
diff --git a/src/Engines/TNTSearchEngine.php b/src/Engines/TNTSearchEngine.php index <HASH>..<HASH> 100644 --- a/src/Engines/TNTSearchEngine.php +++ b/src/Engines/TNTSearchEngine.php @@ -352,7 +352,7 @@ class TNTSearchEngine extends Engine * * When no __soft_deleted statement is given return all ent...
fix: broken functionality if soft_delete is set to true This commit fixes the broken functionality ("undefined column __soft_deleted") when soft_delete is set to true in scout.php config. The reason for this is the change in behavior of in_array from PHP 7 to 8. Specifically, in PHP 7, in_array($aKeyThatExists, $singl...
teamtnt_laravel-scout-tntsearch-driver
train
php
d35630d378baeadb3e3e63ea2f8c6500c090348f
diff --git a/lib/handlers/directory/tarball.js b/lib/handlers/directory/tarball.js index <HASH>..<HASH> 100644 --- a/lib/handlers/directory/tarball.js +++ b/lib/handlers/directory/tarball.js @@ -4,5 +4,5 @@ module.exports = tarballNope module.exports.fromManifest = tarballNope function tarballNope () { - throw new...
fix(directory): return null instead of throwing
zkat_pacote
train
js,js
272a7655760fcc531f1b8fdb363b0f129411cb88
diff --git a/test/javascripts/draggable_list_spec.js b/test/javascripts/draggable_list_spec.js index <HASH>..<HASH> 100644 --- a/test/javascripts/draggable_list_spec.js +++ b/test/javascripts/draggable_list_spec.js @@ -4,7 +4,7 @@ var $ = require('jquery'); var React = require('react/addons'); function getListItemT...
chore(react-draggable-list): fix failing specs on CI [Delivers #<I>]
pivotal-cf_pivotal-ui
train
js
bc581e00baf56ceb696bb8b92587217f2dbc738d
diff --git a/scripts/gulp-utils.js b/scripts/gulp-utils.js index <HASH>..<HASH> 100644 --- a/scripts/gulp-utils.js +++ b/scripts/gulp-utils.js @@ -205,7 +205,7 @@ exports.hoistScssVariables = function() { exports.cssToNgConstant = function(ngModule, factoryName) { return through2.obj(function(file, enc, next) { -...
chore(gulp-utils): add semicolon to theming constant Closes #<I>.
angular_material
train
js
d7dbca936560cb8b78b1676ceedeccf15cd57828
diff --git a/static/lib/composer.js b/static/lib/composer.js index <HASH>..<HASH> 100644 --- a/static/lib/composer.js +++ b/static/lib/composer.js @@ -27,7 +27,6 @@ define('composer', [ }; $(window).off('resize', onWindowResize).on('resize', onWindowResize); - $(document).off('keyup', onKeyUp).on('keyup', onKeyUp...
fix: remove composer minimize on escape, because, what...
NodeBB_nodebb-plugin-composer-default
train
js
0746de602ede55b26b92922527748a29ca4cca2b
diff --git a/scripts/utils.js b/scripts/utils.js index <HASH>..<HASH> 100644 --- a/scripts/utils.js +++ b/scripts/utils.js @@ -86,7 +86,13 @@ function transformRelativeImports () { getRelativeToRoot(resolvedImport, moduleDirectory), ) - source.value = relativeImport.replace(/^\//, './').replace(/\.tsx?...
fix(scripts): add './' to imports on the same level
taye_interact.js
train
js
7a27ee99cbeb3aba989080b0f6dbf427e439f779
diff --git a/test/_mock_http_client.js b/test/_mock_http_client.js index <HASH>..<HASH> 100644 --- a/test/_mock_http_client.js +++ b/test/_mock_http_client.js @@ -36,6 +36,9 @@ module.exports = function (expected, done) { sendError (error, cb) { this._write({ error }, cb) }, + sendMetricSet (error, ...
test(mock): add sendMetricSet to http client mock (#<I>)
elastic_apm-agent-nodejs
train
js
e83ea274a6182c7af4a494e490bc29f607d4e6f9
diff --git a/server/testing-server.js b/server/testing-server.js index <HASH>..<HASH> 100644 --- a/server/testing-server.js +++ b/server/testing-server.js @@ -69,7 +69,6 @@ getConfig().then(async boltConfig => { .join('\n')} </head> <body> - Hello world! <div id="root"...
chore: remove hello world text from testing server webpack html template
bolt-design-system_bolt
train
js
466fb78b23e9abb995c3ac52401ff482eff9c876
diff --git a/source/rafcon/utils/installation.py b/source/rafcon/utils/installation.py index <HASH>..<HASH> 100644 --- a/source/rafcon/utils/installation.py +++ b/source/rafcon/utils/installation.py @@ -118,7 +118,7 @@ def install_locally_required_files(): def create_mo_files(): domain = "rafcon" assert "set...
fix(installation): correct locale dir
DLR-RM_RAFCON
train
py
6524a5d7e97863d6335e75e73cbd50ca6c59122a
diff --git a/src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php b/src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php +++ b/src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php @@ -562,7 +562,6 @@ trait...
feat: change implementation based on review
laravel_framework
train
php
82b9cd7c2c895a6040863e2a6e14d123b0a15f09
diff --git a/test/unit/cmap/connection.test.js b/test/unit/cmap/connection.test.js index <HASH>..<HASH> 100644 --- a/test/unit/cmap/connection.test.js +++ b/test/unit/cmap/connection.test.js @@ -9,9 +9,7 @@ const expect = require('chai').expect; describe('Connection', function() { let server; after(() => mock.cl...
style: fix eslint issue for creating mock server
mongodb_node-mongodb-native
train
js
a67982c80f0f9a43b69a8a4a65f2a4c19338d77b
diff --git a/gridsome/lib/webpack/createBaseConfig.js b/gridsome/lib/webpack/createBaseConfig.js index <HASH>..<HASH> 100644 --- a/gridsome/lib/webpack/createBaseConfig.js +++ b/gridsome/lib/webpack/createBaseConfig.js @@ -265,7 +265,7 @@ module.exports = (app, { isProd, isServer }) => { }) return { - ...
refactor(webpack): move cache folder to a subfolder
gridsome_gridsome
train
js
10c44202ab1da459d9ddada1e278b813f4d2d559
diff --git a/packages/core/src/mixins/source.js b/packages/core/src/mixins/source.js index <HASH>..<HASH> 100644 --- a/packages/core/src/mixins/source.js +++ b/packages/core/src/mixins/source.js @@ -135,11 +135,22 @@ module.exports = mixin( this.emit('changed', data); ...
perf: skip file system and components parsing when template/resource is changed (#<I>) * skip file system and components parsing when component template is changed * skip parsing completely when resource is changed
frctl_fractal
train
js
54d566af31b813c737fbb549603629c24efbface
diff --git a/packages/build-tools/tasks/webpack-tasks.js b/packages/build-tools/tasks/webpack-tasks.js index <HASH>..<HASH> 100644 --- a/packages/build-tools/tasks/webpack-tasks.js +++ b/packages/build-tools/tasks/webpack-tasks.js @@ -139,7 +139,7 @@ function server() { return new Promise((resolve, reject) => { ...
fix: fixing webpack config to not use HMR when in production mode
bolt-design-system_bolt
train
js
ff70fe1035206f371e261cf2d93700a976d4739d
diff --git a/modules/indeterminate/indeterminate.js b/modules/indeterminate/indeterminate.js index <HASH>..<HASH> 100644 --- a/modules/indeterminate/indeterminate.js +++ b/modules/indeterminate/indeterminate.js @@ -7,7 +7,7 @@ angular.module('ui.indeterminate',[]).directive('uiIndeterminate', [ function () { re...
fix(indeterminate): Fixed lowercase problem again
angular-ui_ui-scrollpoint
train
js
7415681d6d7d9c8e59a14ef5856fdf32fa935b09
diff --git a/src/init.js b/src/init.js index <HASH>..<HASH> 100644 --- a/src/init.js +++ b/src/init.js @@ -18,7 +18,6 @@ import windowResizeHandler from './eventListeners/windowResizeHandler.js'; export default function(configuration = {}) { _addCornerstoneEventListeners(); _initModules(); - windowResizeHandler...
fix: flag to disable auto resize (#<I>) * fix: grab cornerstone instance when called, not module load Reduces the chance that cornerstone has not yet been registered (resulting in `undef`) * fix: flag to disable automatic viewport resizing from window resize events
cornerstonejs_cornerstoneTools
train
js,js
f0bf645c479beefe4190c4b2ac78c813e4e81e67
diff --git a/test/accessibility.spec.js b/test/accessibility.spec.js index <HASH>..<HASH> 100644 --- a/test/accessibility.spec.js +++ b/test/accessibility.spec.js @@ -42,6 +42,7 @@ module.exports.addTests = function({testRunner, expect, FFOX}) { </select> </body>`); + await page.focus('[placehold...
test: reduce flakiness for accessibility tests with autofocus (#<I>)
GoogleChrome_puppeteer
train
js
e913b5fd5413f5800eaa2b320d97d4ef79ea6dd0
diff --git a/qpimage/holo.py b/qpimage/holo.py index <HASH>..<HASH> 100644 --- a/qpimage/holo.py +++ b/qpimage/holo.py @@ -118,7 +118,7 @@ def get_field(hologram, sideband=+1, filter_name="disk", filter_size=1/3, filter_size: float Size of the filter in Fourier space. The interpretation of this v...
docs: typo in docstring
RI-imaging_qpimage
train
py
2b2d4643441199dbf0e8767f444cdd4eb24a90f0
diff --git a/lib/minim.js b/lib/minim.js index <HASH>..<HASH> 100644 --- a/lib/minim.js +++ b/lib/minim.js @@ -9,3 +9,13 @@ exports.Namespace = Namespace; exports.namespace = function namespace(options) { return new Namespace(options); }; + +exports.BaseElement = require('./primitives/base-element'); +exports.Stri...
feat: Provide element classes in public interface
refractproject_minim
train
js
be7d0fe90380a07cf8910a454df026e054525458
diff --git a/src/foremast/securitygroup/create_securitygroup.py b/src/foremast/securitygroup/create_securitygroup.py index <HASH>..<HASH> 100644 --- a/src/foremast/securitygroup/create_securitygroup.py +++ b/src/foremast/securitygroup/create_securitygroup.py @@ -74,8 +74,7 @@ class SpinnakerSecurityGroup(object): ...
fix: Add logging on which CIDR we have checked
foremast_foremast
train
py
3f07f55cbb257347e95e9033bf1dbd46936c2036
diff --git a/lib/ha-websocket.js b/lib/ha-websocket.js index <HASH>..<HASH> 100644 --- a/lib/ha-websocket.js +++ b/lib/ha-websocket.js @@ -77,7 +77,7 @@ class HaWebsocket extends EventEmitter { // Check if user has admin privileges const user = await this.getUser(); - if (!user.is_admin) { + ...
fix: Prior to <I> is_admin doesn't exist check for it to exist and not true Fixes #<I>
zachowj_node-red-contrib-home-assistant-websocket
train
js
e77ba687a558336eb3bc8d78f825dc7cc096cd1b
diff --git a/src/main/java/com/wrapper/spotify/requests/AbstractRequest.java b/src/main/java/com/wrapper/spotify/requests/AbstractRequest.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/wrapper/spotify/requests/AbstractRequest.java +++ b/src/main/java/com/wrapper/spotify/requests/AbstractRequest.java @@ -237,8...
fix(abstract-request): tighten wording
thelinmichael_spotify-web-api-java
train
java
34d53087987404438bfc79fbde85ce1aa3579bba
diff --git a/gruntfile.js b/gruntfile.js index <HASH>..<HASH> 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -84,7 +84,7 @@ module.exports = function(grunt) { options: { commitMessage: 'chore: Bump for release (v%VERSION%)', files: ['package.json', 'bower.json'], - commitFiles: ['-a'...
chore: Commit explicit files in bump task
iVantage_angular-ivh-treeview
train
js
c5481526bee7a890e05d167f5cfbb729de2806a2
diff --git a/src/runner.js b/src/runner.js index <HASH>..<HASH> 100644 --- a/src/runner.js +++ b/src/runner.js @@ -192,12 +192,15 @@ Runner.prototype.killChild = function killChild (uuid) { exec(killCommand, function (error, stdout, stderr) { if (error !== null) { console.log(chal...
fix: cleanChild only if the child process has been killed
damonjs_damon
train
js
acedfd132c086866f61469589a63c7cd827989b3
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -19,6 +19,8 @@ if(!argv.json) { getJSON(`https://blockchain.info/balance?active=${address}`, (err, res) => { if(err) { console.error(err); return;} let info = res[address]; + info.final_balance = fromSatoshis(info.fina...
fix: display should be in BTC, not SAT
AKPWebDesign_bitcoin-address-checker
train
js
149731833c1830f4091f9361d717413caac4e664
diff --git a/packages/cozy-client/src/models/file.js b/packages/cozy-client/src/models/file.js index <HASH>..<HASH> 100644 --- a/packages/cozy-client/src/models/file.js +++ b/packages/cozy-client/src/models/file.js @@ -415,15 +415,15 @@ export const overrideFileForPath = async (client, dirPath, file, metadata) => { *...
fix: Use regex supported by Safari This king of regex was not supported by Safari. Let's revert it This reverts commit 3d7cce2a8f7e<I>edfd<I>b<I>e<I>dd<I>abcc.
cozy_cozy-client
train
js
e1ea5aa75d04e5927c0ef862eed812f8e5761f1a
diff --git a/lib/commands/element.js b/lib/commands/element.js index <HASH>..<HASH> 100644 --- a/lib/commands/element.js +++ b/lib/commands/element.js @@ -40,7 +40,7 @@ commands.getName = async function getName (el) { el = util.unwrapElement(el); if (this.isWebContext()) { const atomsElement = this.useAtomsE...
fix: lowercase in name command (#<I>)
appium_appium-xcuitest-driver
train
js
23fa7ff65e255f39740bcb6842add8e71d22a6c2
diff --git a/packages/components/bolt-button/src/button.standalone.js b/packages/components/bolt-button/src/button.standalone.js index <HASH>..<HASH> 100644 --- a/packages/components/bolt-button/src/button.standalone.js +++ b/packages/components/bolt-button/src/button.standalone.js @@ -192,6 +192,7 @@ class BoltButton ...
fix: re-add visually hidden class to button JS rendering
bolt-design-system_bolt
train
js
5d21c6521f1af951abc94adc5b35cda26b1d1058
diff --git a/views/default/js/framework/lists/init.js b/views/default/js/framework/lists/init.js index <HASH>..<HASH> 100644 --- a/views/default/js/framework/lists/init.js +++ b/views/default/js/framework/lists/init.js @@ -21,7 +21,8 @@ define(function (require) { spinner.start(); }); } else { - $('body')...
fix(js): correctly parse loader CSS class when spinner is not loaded Fixes #<I>
hypeJunction_hypeLists
train
js
f519a07aad4e7a2439889c6253bd94a01ee17709
diff --git a/modules/select/js/select_directive.js b/modules/select/js/select_directive.js index <HASH>..<HASH> 100644 --- a/modules/select/js/select_directive.js +++ b/modules/select/js/select_directive.js @@ -342,7 +342,7 @@ for (var i = 0; i < clone.length; i++) { - ...
fix(select): display select choices and selected properly
lumapps_lumX
train
js
3080c3ca7723321a50de2a91048a28868311ee9a
diff --git a/src/components.js b/src/components.js index <HASH>..<HASH> 100644 --- a/src/components.js +++ b/src/components.js @@ -39,7 +39,7 @@ function createReactComponents(srcTemplates, srcHelpers) { function createScopedCss(style, name, filepath) { if (!style) { - return [undefined, undefined]; + return [{c...
refactor: do not use proxy logic for styles
sinnerschrader_schlump
train
js
0f38c94513b5accfd04abb5ad7f1ae81f9c725c9
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 @@ -18,7 +18,8 @@ describe('Retryable Reads', function() { return ( spec.description.matc...
test: enable retryable reads tests for `listIndexes`
mongodb_node-mongodb-native
train
js
18da7a741b5d352b07617c4cae2716b759470e7f
diff --git a/lib/fetch/index.js b/lib/fetch/index.js index <HASH>..<HASH> 100644 --- a/lib/fetch/index.js +++ b/lib/fetch/index.js @@ -792,7 +792,7 @@ async function schemeFetch (fetchParams) { return makeNetworkError('invalid path called') } case 'blob:': { - resolveObjectURL ??= require('buffer'...
fix: remove logical assignment operator (#<I>) * fix: remove logical assignment operator * chore: please the linter
mcollina_undici
train
js
d48a1f83c61ec0353c2e8f54351a1d343eb17eb2
diff --git a/lib/push.js b/lib/push.js index <HASH>..<HASH> 100644 --- a/lib/push.js +++ b/lib/push.js @@ -32,10 +32,7 @@ module.exports = function push (options, docsOrIds) { }) replication.on('error', defer.reject) replication.on('change', function (change) { - if (change.docs.length > 1) { - pushedO...
fix(push): fixed concatination of array
hoodiehq_pouchdb-hoodie-sync
train
js
43c6ecd153753e9692db3945fddd18d2175cec62
diff --git a/packages/ts-config-webpack-plugin/config/development.config.js b/packages/ts-config-webpack-plugin/config/development.config.js index <HASH>..<HASH> 100644 --- a/packages/ts-config-webpack-plugin/config/development.config.js +++ b/packages/ts-config-webpack-plugin/config/development.config.js @@ -13,7 +13,...
fix(ts-config-webpack-plugin): missing escape of dot in file endings regex
namics_webpack-config-plugins
train
js,js
42932775e72f8886f87b518fadb25d08b5f8c3da
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -54,7 +54,11 @@ function getTarget (abi, runtime) { } function sortByTargetFn (a, b) { - return Number(a.abi) > Number(b.abi) && a.target > b.target + var abiComp = Number(a.abi) - Number(b.abi) + if (abiComp !== 0) ret...
fix: sorting of targets (#<I>) * fix: sorting of targets * fix: sort by both abi and target
lgeiger_node-abi
train
js
216914a636e62eee2d93db0dc6174007fc3b014f
diff --git a/packages/orbit-components/src/PictureCard/index.js b/packages/orbit-components/src/PictureCard/index.js index <HASH>..<HASH> 100644 --- a/packages/orbit-components/src/PictureCard/index.js +++ b/packages/orbit-components/src/PictureCard/index.js @@ -283,7 +283,7 @@ const PictureCard = ({ {label &&...
fix(PictureCard): label semantic (#<I>)
kiwicom_orbit-components
train
js
5e0daee4f40592a4029c24495d8226752da05123
diff --git a/gulp/tasks/docs.js b/gulp/tasks/docs.js index <HASH>..<HASH> 100644 --- a/gulp/tasks/docs.js +++ b/gulp/tasks/docs.js @@ -21,8 +21,8 @@ task('generate-docs-json', () => { `${config.paths.src()}/modules/**/*.js`, `${config.paths.src()}/views/**/*.js`, ]) - // do not remove the function keywo...
fix(docs): build <I>.html
Semantic-Org_Semantic-UI-React
train
js
b6e7b93f9aa2bdc394b471cae320289ee5fdf41a
diff --git a/test/test_SCardGetErrorMessage.py b/test/test_SCardGetErrorMessage.py index <HASH>..<HASH> 100644 --- a/test/test_SCardGetErrorMessage.py +++ b/test/test_SCardGetErrorMessage.py @@ -30,7 +30,7 @@ class TestError(unittest.TestCase): res = SCardGetErrorMessage(1) # macOS bug not yet fixed...
test: fix test for SCardGetErrorMessage(1) on Mojave macOS Mojave <I> has fixed the value returned by pcsc_stringify_error() for unknown error codes.
LudovicRousseau_pyscard
train
py
9bd05992337b2d4f97e1fe95eb5c488d1b44b360
diff --git a/server/plugins/client/bundle.js b/server/plugins/client/bundle.js index <HASH>..<HASH> 100644 --- a/server/plugins/client/bundle.js +++ b/server/plugins/client/bundle.js @@ -4,6 +4,16 @@ var fs = require('fs') var parallel = require('async').parallel +/** + * we compare the mtime (modified time) for t...
docs: added comment to client bundle code
hoodiehq_hoodie
train
js
131e189e161abcd190ef93b0eeebd7b92b2e6acb
diff --git a/packages/mangojuice-react/src/index.js b/packages/mangojuice-react/src/index.js index <HASH>..<HASH> 100644 --- a/packages/mangojuice-react/src/index.js +++ b/packages/mangojuice-react/src/index.js @@ -14,6 +14,18 @@ reactImpl.wrappedCreateElement = createElement; const Mounter = ReactBindCore.ReactMounte...
fix(react): do not export taboo fields from React (createClass, PropTypes)
mangojuicejs_mangojuice
train
js
d4542fda436b16d03f2bab1c8d9acf4f9507b0a7
diff --git a/website/server/index.js b/website/server/index.js index <HASH>..<HASH> 100644 --- a/website/server/index.js +++ b/website/server/index.js @@ -14,7 +14,10 @@ const handle = app.getRequestHandler() app.prepare().then(() => { const server = express() - server.post('/api/svgr', cors(), bodyParser.json()...
docs(website): enable cors globally
smooth-code_svgr
train
js
c4cceb3dc502cd4dcbe6d39e348762c58b10d38a
diff --git a/tests/utils/itutils.go b/tests/utils/itutils.go index <HASH>..<HASH> 100644 --- a/tests/utils/itutils.go +++ b/tests/utils/itutils.go @@ -23,7 +23,7 @@ import ( var Deis = os.Getenv("DEIS_BINARY") + " " func init() { - if Deis == "" { + if Deis == " " { Deis = "deis " } }
fix(tests): fixup deis binary lookup var Deis will always have at least one space.
deis_deis
train
go
54f5af766e76f3c3c3e8ac8d8d52eb4825dc698c
diff --git a/packages/www/gulpfile.js b/packages/www/gulpfile.js index <HASH>..<HASH> 100644 --- a/packages/www/gulpfile.js +++ b/packages/www/gulpfile.js @@ -51,6 +51,8 @@ gulp.task("views", () => { .pipe(rename({basename: "words"})) .pipe(gulp.dest("./dist")) .pipe(rename({basename: "resume...
fix(www): Also add `letter.html` file so we don't fall on the `<I>.html`. For bots and whatnot.
randytarampi_me
train
js
d3a8c6e4af30644aa0c96f403d3ff084113d02dc
diff --git a/lib/uploads/UploadedFile.js b/lib/uploads/UploadedFile.js index <HASH>..<HASH> 100644 --- a/lib/uploads/UploadedFile.js +++ b/lib/uploads/UploadedFile.js @@ -14,9 +14,7 @@ function UploadedFile(filepath, sum) { this.bundleName = parsedPath.dir .replace(UPLOADS_FOLDER + path.sep, '') .split(path.sep...
refactor(uploads): use template literals to generate url of UplaodedFile instances [ci skip]
nodecg_nodecg
train
js
96f8f14c99312d6b2a959d0a7ae39ac85fc4d862
diff --git a/lib/launcher.js b/lib/launcher.js index <HASH>..<HASH> 100644 --- a/lib/launcher.js +++ b/lib/launcher.js @@ -100,7 +100,7 @@ var Launcher = function (server, emitter, injector) { browser.on('done', function () { // We are not done if there was an error as first the retry takes ...
fix(launcher): exclude concurrent browser on launcher restart Fixes #<I>
karma-runner_karma
train
js
bad31e2725234167971875dd58af582230c712ae
diff --git a/lib/client.js b/lib/client.js index <HASH>..<HASH> 100644 --- a/lib/client.js +++ b/lib/client.js @@ -829,6 +829,7 @@ function resume (client) { return } + const request = client[kQueue][client[kInflight]] const { host, method, @@ -839,7 +840,7 @@ function resume (client) { ide...
perf: release request refs early
mcollina_undici
train
js
3a609b5eaaf0d6725588807c2d2ad143d69e80f0
diff --git a/packages/components-react/src/components/Select/Select.js b/packages/components-react/src/components/Select/Select.js index <HASH>..<HASH> 100644 --- a/packages/components-react/src/components/Select/Select.js +++ b/packages/components-react/src/components/Select/Select.js @@ -21,6 +21,7 @@ const Select = ...
chore(react): Other props has been passed to option element
mcmakler_components
train
js
f42091134b9624965b9a336c16404c57729fbd5a
diff --git a/assets/components/Suite.js b/assets/components/Suite.js index <HASH>..<HASH> 100644 --- a/assets/components/Suite.js +++ b/assets/components/Suite.js @@ -187,16 +187,16 @@ export default class Suite extends React.Component { allStats.totalSkipped += suite.totalSkipped; allStats.totalTests += ...
fix: handle recursion suite case (#<I>)
macacajs_macaca-reporter
train
js
ea377cd387c55ed88d74d395a4d2a57bb7ca06d6
diff --git a/src/components/TimePicker/TimePicker-story.js b/src/components/TimePicker/TimePicker-story.js index <HASH>..<HASH> 100644 --- a/src/components/TimePicker/TimePicker-story.js +++ b/src/components/TimePicker/TimePicker-story.js @@ -62,8 +62,8 @@ storiesOf('TimePicker', module) <SelectItem value=...
chore(spelling): put space in time zone picker (#<I>)
carbon-design-system_carbon-components-react
train
js
ea9523d722c7b9d718cc501962c17f81bdbf42e0
diff --git a/react/testFromStyleguidist.js b/react/testFromStyleguidist.js index <HASH>..<HASH> 100644 --- a/react/testFromStyleguidist.js +++ b/react/testFromStyleguidist.js @@ -47,6 +47,7 @@ import Tabs from './Tabs' import Text from './Text' import Textarea from './Textarea' import Toggle from './Toggle' +import ...
fix: Context property required by stygidst compont
cozy_cozy-ui
train
js
ff9238a3a3681fbefde34ea7f46f645059ca85be
diff --git a/sockaddrs_test.go b/sockaddrs_test.go index <HASH>..<HASH> 100644 --- a/sockaddrs_test.go +++ b/sockaddrs_test.go @@ -1,16 +1,30 @@ package sockaddr_test import ( + crand "crypto/rand" "fmt" + "math" + "math/big" "math/rand" "testing" + "time" - "github.com/hashicorp/consul/lib" - "github.com/h...
test: remove test dependency on consul by inlining single test function
hashicorp_go-sockaddr
train
go
32fb907621c73900379d6c4ef535cd5770586239
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,12 @@ # coding: utf-8 +import os from setuptools import setup from setuptools import find_packages + +README_FPATH = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'README.md') + setup( name="sor...
fix: try fixing py<I> runner.
originell_sorl-watermark
train
py
e501e49e86ec3421031595c088c981fd3eeb8bb2
diff --git a/python/neuroglancer/json_utils.py b/python/neuroglancer/json_utils.py index <HASH>..<HASH> 100644 --- a/python/neuroglancer/json_utils.py +++ b/python/neuroglancer/json_utils.py @@ -13,13 +13,21 @@ # limitations under the License. import numpy as np +import numbers + +min_safe_integer = -90071992547409...
fix(python): json_utils: handle sets, and unsafe integers Encode sets as lists. Encode integers that cannot be exactly represented as <I>-bit floating point numbers as strings.
google_neuroglancer
train
py
58680d3db91e3327d55bb307a0c04b253da74845
diff --git a/jobs/update-nodejs-version.js b/jobs/update-nodejs-version.js index <HASH>..<HASH> 100644 --- a/jobs/update-nodejs-version.js +++ b/jobs/update-nodejs-version.js @@ -213,7 +213,8 @@ module.exports = async function ({ repositoryFullName, nodeVersion, codeName }) type: 'issue', repositoryId, ...
fix(node-update): pass dependency to update issue So it can be found by the issue_open_by_dependency view
greenkeeperio_greenkeeper
train
js
2816c0ff8a03729bb6472d8336f1b4655783a6b8
diff --git a/src/image-preview/ImagePreview.js b/src/image-preview/ImagePreview.js index <HASH>..<HASH> 100644 --- a/src/image-preview/ImagePreview.js +++ b/src/image-preview/ImagePreview.js @@ -147,6 +147,7 @@ export default createComponent({ {this.images.map((image) => ( <ImagePreviewItem ...
fix(ImagePreview): should reset scale when hide (#<I>)
youzan_vant
train
js,js
3f50f876943ca7b75511c8542ab2bde039bf4597
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -35,6 +35,10 @@ function loadPolyfills(){ return System.import(name); })); + toLoad.push(System.normalize('aurelia-depedency-injection', frameworkName).then(function(name){ + ...
fix(bootstrapper): ensure di is available as top level import
aurelia_bootstrapper
train
js
d06e8289e6cdaa67ddc3e91c7873d9dcf715ff9a
diff --git a/test/renderer/epics/github-publish-spec.js b/test/renderer/epics/github-publish-spec.js index <HASH>..<HASH> 100644 --- a/test/renderer/epics/github-publish-spec.js +++ b/test/renderer/epics/github-publish-spec.js @@ -114,7 +114,7 @@ describe('handleGistError', () => { it('handles bad credentials', () =...
chore(EpicTesting): Fix issue with JSON formatting.
nteract_nteract
train
js
c9a654d926860d282d19d90a491c35387f98875b
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -14,7 +14,7 @@ gulp.task('clean', function () { gulp.task('docs', function () { return gulp.src('src/**/*.js') - .pipe(jsdoc('./docs')); + .pipe(jsdoc('./docs', { path: 'ink-docstrap', theme: 'cyborg' })); ...
docs(theme): add cyborg theme to jsdocs
castle-dev_le-storage-service
train
js
a393953952b934cbdf781b4e689114a4e11921c0
diff --git a/components/badge/badge.js b/components/badge/badge.js index <HASH>..<HASH> 100644 --- a/components/badge/badge.js +++ b/components/badge/badge.js @@ -52,6 +52,7 @@ export default class Badge extends RingComponent { <span {...props} className={classes} + data-test="ring-badge...
chore(badge): dataTest added
JetBrains_ring-ui
train
js
3dcd445b905e7b84a3f6c5ff792e383ed3241842
diff --git a/src/bootstrap.js b/src/bootstrap.js index <HASH>..<HASH> 100644 --- a/src/bootstrap.js +++ b/src/bootstrap.js @@ -7,6 +7,10 @@ import { startAutoTracking as pageAutoTracking } from 'lib/page' import { startAutoTracking as exceptionAutoTracking } from 'lib/exception' export default function bootstrap ()...
fix(bootstrap): check if document is defined for ssr compatibility
MatteoGabriele_vue-analytics
train
js
c1fcf4208c16006b5d4942e3b35b22a1391dc641
diff --git a/lib/config.js b/lib/config.js index <HASH>..<HASH> 100644 --- a/lib/config.js +++ b/lib/config.js @@ -18,6 +18,12 @@ try { COFFEE_SCRIPT_AVAILABLE = true } catch (e) {} +// CoffeeScript lost the hyphen in the module name a long time ago, all new version are named this: +try { + require('coffeescript...
feat(config): allow to use newer versions of CoffeeScript CoffeeScript lost the hyphen in the module name about 9 months ago, all the new versions are going to be released as coffeescript not the coffee-script
karma-runner_karma
train
js
870f6de5fd9a681192c675465f641786ccc3b68f
diff --git a/lib/webdriver.js b/lib/webdriver.js index <HASH>..<HASH> 100644 --- a/lib/webdriver.js +++ b/lib/webdriver.js @@ -34,7 +34,6 @@ function startDriver(config) { } function stopDriver(config) { - config.driver.quit(); if (config.phantom) { config.phantom.kill(); }
fix: remove extraneous driver kill
dequelabs_axe-cli
train
js
96383beaef7ba03733a9065a0f1eb8531b9eaf5e
diff --git a/src/server/public/abejs/libs/moment-with-locales.js b/src/server/public/abejs/libs/moment-with-locales.js index <HASH>..<HASH> 100644 --- a/src/server/public/abejs/libs/moment-with-locales.js +++ b/src/server/public/abejs/libs/moment-with-locales.js @@ -1,4 +1,5 @@ ;(function (global, factory) { + glob...
fix: babel throws the strict mode in the moment path... which don't like it
abecms_abecms
train
js
8af8666638cd686c00db8453b9922fa9edeae5fa
diff --git a/lib/core/src/server/dev-server.js b/lib/core/src/server/dev-server.js index <HASH>..<HASH> 100644 --- a/lib/core/src/server/dev-server.js +++ b/lib/core/src/server/dev-server.js @@ -10,6 +10,7 @@ import { getMiddleware } from './utils/middleware'; import { logConfig } from './logConfig'; import loadConfi...
feat(core): move webpack default output from `storybook/core` own package folder to SB cache folder Using Yarn 2 packages are read only, and more globally it's better to not alter the package with its own execution, so the output is moved outside the packages.
storybooks_storybook
train
js
59e88259ac4ccf2104ab7429f2f4c0e14ab1e67c
diff --git a/test/runTest/server.js b/test/runTest/server.js index <HASH>..<HASH> 100644 --- a/test/runTest/server.js +++ b/test/runTest/server.js @@ -133,6 +133,8 @@ function startTests(testsNameList, socket, { testOpt.status = 'pending'; testOpt.results = []; }); + ...
chore(visual): save pending status immediately when run
apache_incubator-echarts
train
js
2735aef045ab5ecdd38719e976c5ab23c2d561b1
diff --git a/ui/src/directives/TouchPan.js b/ui/src/directives/TouchPan.js index <HASH>..<HASH> 100644 --- a/ui/src/directives/TouchPan.js +++ b/ui/src/directives/TouchPan.js @@ -233,6 +233,15 @@ export default __QUASAR_SSR_SERVER__ return } + if(ctx.lastEvt && ctx.lastEvt.clien...
fix(TouchPan): Fix for Windows OS Incorrect Mousemove Event (fix: #<I>) (#<I>) * fix Windows' link Engine * Fix Windows's Blink Engine Bug windows OS's bug for mousemove event (Blink Engine - Chrome & Edge) mousemove event occurs even there is no movement after mousedown <URL>
quasarframework_quasar
train
js
c2e5513c79dea522f473d94a37b412f806cd3fe7
diff --git a/rollup.config.js b/rollup.config.js index <HASH>..<HASH> 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -1,4 +1,10 @@ import { plugins } from '../../rollup.base.config'; +import { checkIsReleaseReady } from '../scripts/checkIsReleaseReady'; +import { getBundleBanner } from '../scripts/getBundleBa...
chore(build): add banner to all builds
algolia_docsearch
train
js
f3798906ef97c2c2202209ee4106659db35154ce
diff --git a/packages/file-collections/src/common/FileRecord/FileRecord.js b/packages/file-collections/src/common/FileRecord/FileRecord.js index <HASH>..<HASH> 100644 --- a/packages/file-collections/src/common/FileRecord/FileRecord.js +++ b/packages/file-collections/src/common/FileRecord/FileRecord.js @@ -199,7 +199,7 ...
fix(FileRecord): Support calling upload() with no options
reactioncommerce_reaction-file-collections
train
js
0c0ca57f4b22314f2d65e5dc5dc36c511c0acc7d
diff --git a/script/prepare-release.js b/script/prepare-release.js index <HASH>..<HASH> 100755 --- a/script/prepare-release.js +++ b/script/prepare-release.js @@ -33,10 +33,7 @@ github.authenticate({type: 'token', token: process.env.ELECTRON_GITHUB_TOKEN}) async function getNewVersion (dryRun) { console.log(`Bumpin...
chore: use --bump for all releases
electron_electron
train
js
1aec03b32e0b30546c39ee8bec599a4a653b9383
diff --git a/tests/utils/test_contextvars.py b/tests/utils/test_contextvars.py index <HASH>..<HASH> 100644 --- a/tests/utils/test_contextvars.py +++ b/tests/utils/test_contextvars.py @@ -1,7 +1,7 @@ -import pytest import random import time +import pytest import gevent @@ -20,7 +20,13 @@ def test_gevent_is_not_...
fix: Fix tests under pypy
getsentry_sentry-python
train
py
8886f7bccf514be5461ae205ef2984e65a95c877
diff --git a/src/components/Modal/pageObject/index.js b/src/components/Modal/pageObject/index.js index <HASH>..<HASH> 100644 --- a/src/components/Modal/pageObject/index.js +++ b/src/components/Modal/pageObject/index.js @@ -18,6 +18,7 @@ class PageModal { * @method */ clickCloseButton() { + brows...
fix: fix modal integration tests (#<I>)
90milesbridge_react-rainbow
train
js
d41512b94cae04258b09a3ea62a23afce69464b8
diff --git a/src/transformers/conventional-alias.js b/src/transformers/conventional-alias.js index <HASH>..<HASH> 100644 --- a/src/transformers/conventional-alias.js +++ b/src/transformers/conventional-alias.js @@ -1,7 +1,7 @@ import {parse} from 'dumber-module-loader/dist/id-utils'; const DIST_FOLDERS = ['dist', '...
chore: add esm to conventional dist favors
dumberjs_dumber
train
js
feb95308bc00ca419675e3201d69e3414c67d25a
diff --git a/scripts/rebuild-core.js b/scripts/rebuild-core.js index <HASH>..<HASH> 100644 --- a/scripts/rebuild-core.js +++ b/scripts/rebuild-core.js @@ -1,17 +1,16 @@ const path = require('path') const { spawn } = require('./_commons.js') -const coreDir = path.resolve(__dirname, '../deltachat-core-rust') +const opt...
chore: call cargo update before build (#<I>) * chore: call cargo update before build * refactor opts
deltachat_deltachat-node
train
js
d859c4b3156af1f6052e191704516e9469defb32
diff --git a/packages/wpcom.js/test/_testing.data.js b/packages/wpcom.js/test/_testing.data.js index <HASH>..<HASH> 100644 --- a/packages/wpcom.js/test/_testing.data.js +++ b/packages/wpcom.js/test/_testing.data.js @@ -50,6 +50,18 @@ describe('testing data', function(){ .should.be.ok .and.an.instanceO...
test: add test for site_post testing data
Automattic_wp-calypso
train
js
aa921ef8071e00e9ed00766341153e3749f3caed
diff --git a/packages/bonde-admin-canary/src/scenes/Auth/scenes/components/PasswordField.js b/packages/bonde-admin-canary/src/scenes/Auth/scenes/components/PasswordField.js index <HASH>..<HASH> 100644 --- a/packages/bonde-admin-canary/src/scenes/Auth/scenes/components/PasswordField.js +++ b/packages/bonde-admin-canary/...
chore(admin-canary): change pattern to placeholder on PasswordField
nossas_bonde-client
train
js
a956b71b7030d21b83395e1f1cdd4e33b2ca1173
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -123,7 +123,7 @@ def init( if 'debian' in platform.dist(): try: import stdeb - except ImportError, e: + except ImportError: pass return setup
fix: fix packaged setup on python 3
salsita_flask-ecstatic
train
py
f0b5edd977b36718a983e892284beb9212113286
diff --git a/pyvisa-sim/channels.py b/pyvisa-sim/channels.py index <HASH>..<HASH> 100644 --- a/pyvisa-sim/channels.py +++ b/pyvisa-sim/channels.py @@ -111,14 +111,16 @@ class Channels(Component): self._properties[name] = ChannelProperty(self, name, default_valu...
fix: Allowed channel properties to omit getter/setter Channel properties did not allow the user to omit setting a getter or setter and required both to be set. Change makes channel properties consistent with global properties.
pyvisa_pyvisa-sim
train
py
b955a514f6269c6300bbd633481824e9536bfe7b
diff --git a/src/client/actions/GuildMemberRemove.js b/src/client/actions/GuildMemberRemove.js index <HASH>..<HASH> 100644 --- a/src/client/actions/GuildMemberRemove.js +++ b/src/client/actions/GuildMemberRemove.js @@ -10,6 +10,7 @@ class GuildMemberRemoveAction extends Action { member = guild.members.get(data.u...
fix(Guild): remove member's voice state on guildMemberRemove fixes #<I>
discordjs_discord.js
train
js,js
f19c5d64c19f5eb4cec3ab569c0380148835c7ff
diff --git a/src/_patterns/02-components/bolt-device-viewer/src/device-viewer.standalone.js b/src/_patterns/02-components/bolt-device-viewer/src/device-viewer.standalone.js index <HASH>..<HASH> 100644 --- a/src/_patterns/02-components/bolt-device-viewer/src/device-viewer.standalone.js +++ b/src/_patterns/02-components/...
refactor: fix small indentation linting issue in cleaned up JS for device viewer. remove this._iconElem call in mouse enter event since this isn't getting used and isn't needed -- flagged by eslint
bolt-design-system_bolt
train
js
3abcc3429052b27216fba9ee711577bbe77717ff
diff --git a/features/express/express-live-commands.js b/features/express/express-live-commands.js index <HASH>..<HASH> 100644 --- a/features/express/express-live-commands.js +++ b/features/express/express-live-commands.js @@ -1,7 +1,7 @@ 'use strict'; module.exports = function($allonsy) { - $allonsy.outputInfo('\...
fix(express): output format
CodeCorico_allons-y-express
train
js,js
4d5db0d8dbe963605d3e3f84cb128ebac63495ea
diff --git a/packages/plugin-phone/src/state-parsers.js b/packages/plugin-phone/src/state-parsers.js index <HASH>..<HASH> 100644 --- a/packages/plugin-phone/src/state-parsers.js +++ b/packages/plugin-phone/src/state-parsers.js @@ -97,7 +97,7 @@ export function mediaDirection(mediaType, participant) { * @returns {Bool...
fix(plugin-phone): fix type error on empty participant joined state
webex_spark-js-sdk
train
js
b26780d74015c5f199a3f2e6f04afc66635273e4
diff --git a/tests/Unit/Support/PeriodTest.php b/tests/Unit/Support/PeriodTest.php index <HASH>..<HASH> 100644 --- a/tests/Unit/Support/PeriodTest.php +++ b/tests/Unit/Support/PeriodTest.php @@ -217,14 +217,6 @@ class PeriodTest extends TestCase $this->assertNull($period->getEndDateTime()); } - // /*...
refactor: remove commented out test
cyrildewit_eloquent-viewable
train
php
e34b68a3af1cd60eb917418de11419a67704ce92
diff --git a/src/modules/Modal/Modal.js b/src/modules/Modal/Modal.js index <HASH>..<HASH> 100644 --- a/src/modules/Modal/Modal.js +++ b/src/modules/Modal/Modal.js @@ -341,7 +341,7 @@ Modal.propTypes = { onClose: PropTypes.func, /** - * Called when the portal is mounted on the DOM. + * Called when the modal ...
docs(Modal): update props' description (#<I>) * Update Modal.js I suppose Modal is just a specialized Portal (or vice-versa?) but I suppose props docs for modal could be less ambiguous with these small changes. * Update src/modules/Modal/Modal.js
Semantic-Org_Semantic-UI-React
train
js
8cbd15a5562f2cb4f5f3099fe081bc5a06f0fc53
diff --git a/src/components/DataTable/DataTable.js b/src/components/DataTable/DataTable.js index <HASH>..<HASH> 100644 --- a/src/components/DataTable/DataTable.js +++ b/src/components/DataTable/DataTable.js @@ -64,7 +64,7 @@ export default class DataTable extends React.Component { headers: PropTypes.arrayOf( ...
feat(DataTable): loosen prop-type definition to include nodes (#<I>)
carbon-design-system_carbon-components-react
train
js
c3dd0b156cb3cae4fa6d673566da2d6d42fd2e04
diff --git a/lib/prepare.js b/lib/prepare.js index <HASH>..<HASH> 100644 --- a/lib/prepare.js +++ b/lib/prepare.js @@ -141,7 +141,7 @@ async function resolveOptions (sourceDir) { } options.themePath = themePath - const notFoundPath = path.resolve(themeDir, '/NotFound.vue') + const notFoundPath = path....
fix: correctly resolve not-found path (#<I>)
vuejs_vuepress
train
js
1912c9c78e79147e27d69005af081933abdad6cc
diff --git a/src/Http/Scopes/SquadScope.php b/src/Http/Scopes/SquadScope.php index <HASH>..<HASH> 100644 --- a/src/Http/Scopes/SquadScope.php +++ b/src/Http/Scopes/SquadScope.php @@ -38,9 +38,18 @@ class SquadScope implements Scope */ public function apply(Builder $builder, Model $model) { + // i...
fix(squads): add a check to determine if we have an authenticated user
eveseat_web
train
php
2cef0a4c419650744a6724d5723cdd11f74857ea
diff --git a/src/lib/local-storage.js b/src/lib/local-storage.js index <HASH>..<HASH> 100644 --- a/src/lib/local-storage.js +++ b/src/lib/local-storage.js @@ -588,7 +588,6 @@ class Storage implements IStorage { /** * Retrieve a package by name. * @param {*} name - * @param {*} options * @param {*} call...
fix: :bug: extra argument after rebase
verdaccio_verdaccio
train
js,js
044af614fe96d928e895df2febdcd9e0f4f16990
diff --git a/packages/node_modules/@cerebral/vue/src/connect.js b/packages/node_modules/@cerebral/vue/src/connect.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@cerebral/vue/src/connect.js +++ b/packages/node_modules/@cerebral/vue/src/connect.js @@ -1,6 +1,6 @@ import { View } from 'cerebral' -export de...
fix(vue): allow not to pass a component object to connect
cerebral_cerebral
train
js
270d2652e0dcbb98201fe08dfe013a9c90e76a5c
diff --git a/test/unit/util.spec.js b/test/unit/util.spec.js index <HASH>..<HASH> 100644 --- a/test/unit/util.spec.js +++ b/test/unit/util.spec.js @@ -159,4 +159,9 @@ describe('Utils', function () { const files = util.loadJsFiles(path.join(__dirname, './autoload')) expect(Object.keys(files)).deep.equal(['foo'...
feat(util): add method to pull .js files from a directory add method to util to fetch all files from a directory, only ending with .js
adonisjs_adonis-lucid
train
js
f9e72aacc0cf0d42c149eb586f0e2c1c4663ef01
diff --git a/lib/core/config.js b/lib/core/config.js index <HASH>..<HASH> 100644 --- a/lib/core/config.js +++ b/lib/core/config.js @@ -28,8 +28,11 @@ exports.path = function (cfg) { exports.read = function (cfg, callback) { var obj; + var cfgPath = exports.path(cfg); - fs.readFile(exports.path(cfg), function ...
feat(config): log where config is read from Fixes #<I>. console.log path where config is read from.
hoodiehq_hoodie-server
train
js
4a9826be85302e441030e4ab8295746330d22991
diff --git a/packages/icon-build-helpers/src/builders/react/next/convert.js b/packages/icon-build-helpers/src/builders/react/next/convert.js index <HASH>..<HASH> 100644 --- a/packages/icon-build-helpers/src/builders/react/next/convert.js +++ b/packages/icon-build-helpers/src/builders/react/next/convert.js @@ -8,6 +8,7 ...
fix(icon-build-helpers): use camelCase for SVG props (#<I>)
carbon-design-system_carbon-components
train
js
e7ddbeb2bbc6f9319482a1fa697a5f295c75625c
diff --git a/lib/levelup.js b/lib/levelup.js index <HASH>..<HASH> 100644 --- a/lib/levelup.js +++ b/lib/levelup.js @@ -320,7 +320,7 @@ LevelUP.prototype.approximateSize = function(start, end, callback) { throw err } - this._db.approximateSize(start, end, function(err, size) { + var cb = function(err, size) ...
fix: incorrect scope in approximateSize func
Level_leveldown-mobile
train
js
37308a6d768f648cb6fba405fe958ad2a17c1ad2
diff --git a/src/router.js b/src/router.js index <HASH>..<HASH> 100644 --- a/src/router.js +++ b/src/router.js @@ -118,7 +118,7 @@ export class Router { fragment, queryString, first.params, - first.queryParams, + first.queryParams || results.queryParams, first.config ||...
fix(router): get queryParams route-recognizer results
aurelia_router
train
js
09f184b11c4ff90e7deed25d74d2a35702a75846
diff --git a/src/core/valdrType-directive.js b/src/core/valdrType-directive.js index <HASH>..<HASH> 100755 --- a/src/core/valdrType-directive.js +++ b/src/core/valdrType-directive.js @@ -1,5 +1,9 @@ angular.module('valdr') + /** + * The valdrType directive defines the type of the model to be validated. + * The ...
chore(docs): add basic docs to valdrType directive
netceteragroup_valdr
train
js