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
65c9c129578d93f469002a53af346327edcb233e
diff --git a/main.go b/main.go index <HASH>..<HASH> 100644 --- a/main.go +++ b/main.go @@ -11,11 +11,11 @@ import ( "github.com/caarlos0/ctrlc" "github.com/fatih/color" "github.com/goreleaser/goreleaser/internal/middleware" + "github.com/goreleaser/goreleaser/internal/pipe/defaults" "github.com/goreleaser/gorel...
fix: goreleaser check (#<I>)
goreleaser_goreleaser
train
go
dcafe15ea64cb316760b1b20d58c63d0c0f9b7dc
diff --git a/meleeuploader/consts.py b/meleeuploader/consts.py index <HASH>..<HASH> 100755 --- a/meleeuploader/consts.py +++ b/meleeuploader/consts.py @@ -126,6 +126,7 @@ sc_map_chars = { "Pokemon Trainer Girl": "Pokemon Trainer", "RosalinaLuma": "Rosalina & Luma", "Mr GameWatch": "Mr. Game & Watch", + ...
chore: add another SC char mapping
NikhilNarayana_Melee-YouTube-Uploader
train
py
f7f8f0d6f7f2c162d548ce64c161dd1c804be751
diff --git a/src/components/application-shell/application-shell.js b/src/components/application-shell/application-shell.js index <HASH>..<HASH> 100644 --- a/src/components/application-shell/application-shell.js +++ b/src/components/application-shell/application-shell.js @@ -67,9 +67,8 @@ export default class Applicatio...
fix(app-shell): pass prop correctly. Refs #<I>
commercetools_merchant-center-application-kit
train
js
401febeafc05e6b0d1b9dd471d4f89a8f24e4ba4
diff --git a/xod-core/src/project/selectors.js b/xod-core/src/project/selectors.js index <HASH>..<HASH> 100644 --- a/xod-core/src/project/selectors.js +++ b/xod-core/src/project/selectors.js @@ -681,12 +681,7 @@ export const getLinksConnectedWithNode = (projectState, nodeId, patchId) => R.pi R.find(R.propEq('nod...
fix(selectors): remove converting string id into string again
xodio_xod
train
js
a112c3746a45559528d5be021c665adab67719df
diff --git a/src/helpers/transparentize.js b/src/helpers/transparentize.js index <HASH>..<HASH> 100644 --- a/src/helpers/transparentize.js +++ b/src/helpers/transparentize.js @@ -28,7 +28,7 @@ const getLastColorValue = (color: string) : number => ( ) ) -function transparentize(color: string, percentage : number) ...
chore(transparentize): Removed space after percentage colon
styled-components_polished
train
js
1bb526bb1747c8bd979fcb60504f6eafce10e310
diff --git a/src/android/CDVNearIT.java b/src/android/CDVNearIT.java index <HASH>..<HASH> 100644 --- a/src/android/CDVNearIT.java +++ b/src/android/CDVNearIT.java @@ -730,10 +730,10 @@ public class CDVNearIT extends CordovaPlugin { cordova.setActivityResultCallback(this); Activity activity = this.cordova.getActiv...
refactor(android): show permissions dialog from CDVNearItUI
nearit_Cordova-SDK
train
java
e6d54050cb03279f69c95c9b0269e8f595f4fe31
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -43,12 +43,6 @@ export default function (CustomElement, opts) { static get displayName() { return displayName; } - static get propTypes() { - return { - children: React.PropTypes...
fix: remove default propTypes so consumers can set their own propTypes without runtime error resolves #<I> BREAKING CHANGE
webcomponents_react-integration
train
js,js
f6ca5e10198aab2e7d8a816533c319519eb59fac
diff --git a/dht_test.go b/dht_test.go index <HASH>..<HASH> 100644 --- a/dht_test.go +++ b/dht_test.go @@ -1950,6 +1950,9 @@ func TestRoutingFilter(t *testing.T) { } func TestBootStrapWhenRTIsEmpty(t *testing.T) { + if detectrace.WithRace() { + t.Skip("skipping timing dependent test when race detector is running")...
chore: skip flaky test when race detector is enabled
libp2p_go-libp2p-kad-dht
train
go
f5a0a45db31352e89abb7d611b161f9728ae231d
diff --git a/lib/generators/graphql/mutation_generator.rb b/lib/generators/graphql/mutation_generator.rb index <HASH>..<HASH> 100644 --- a/lib/generators/graphql/mutation_generator.rb +++ b/lib/generators/graphql/mutation_generator.rb @@ -27,7 +27,7 @@ module Graphql attr_reader :file_name, :mutation_name, :fiel...
fix: rails destroy graphql:mutation This patch fixes issue #<I>
rmosolgo_graphql-ruby
train
rb
7fdd64d3ffe8ac894e476b74ccf4e503b92cc721
diff --git a/packages/ringcentral-widgets/components/ActiveCallPad/index.js b/packages/ringcentral-widgets/components/ActiveCallPad/index.js index <HASH>..<HASH> 100644 --- a/packages/ringcentral-widgets/components/ActiveCallPad/index.js +++ b/packages/ringcentral-widgets/components/ActiveCallPad/index.js @@ -109,7 +10...
fix(ActiveCallPad): fix more button expantion (#<I>) fix shouldComponentUpdate()
ringcentral_ringcentral-js-widgets
train
js
85785e4efa3b25088f424a23bf33e42bc11b3c65
diff --git a/src/components/select/select.js b/src/components/select/select.js index <HASH>..<HASH> 100755 --- a/src/components/select/select.js +++ b/src/components/select/select.js @@ -268,16 +268,6 @@ function SelectDirective($mdSelect, $mdUtil, $mdTheming, $mdAria, $compile, $par findSelectContainer(); ...
fix(select): remove some unnecessary logic Since PR #<I> the shadow `select` element isn't using ngModel anymore, which makes this logic redundant. It also spares us an extra digest being caused by nextTick. Closes #<I>
angular_material
train
js
337eb858d135793caa4ea1b752f9f7db8ca1981b
diff --git a/src/create-default-events.js b/src/create-default-events.js index <HASH>..<HASH> 100644 --- a/src/create-default-events.js +++ b/src/create-default-events.js @@ -35,10 +35,7 @@ export default function createDefaultEvents (editable) { * @param {String} action The flow action: "start" or "pause". ...
chore: remove no-op diff
livingdocsIO_editable.js
train
js
a9920ddd7a96ce11d83b2174aeb07ae592852d0d
diff --git a/packages/node_modules/@webex/plugin-authorization-browser-first-party/src/authorization.js b/packages/node_modules/@webex/plugin-authorization-browser-first-party/src/authorization.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/plugin-authorization-browser-first-party/src/authorization.j...
fix(plugin-authorization-browser-first-party): review update
webex_spark-js-sdk
train
js
7291be02c1e5435acd8525978910c72df3b86409
diff --git a/test/spec/directives/snap-content.js b/test/spec/directives/snap-content.js index <HASH>..<HASH> 100644 --- a/test/spec/directives/snap-content.js +++ b/test/spec/directives/snap-content.js @@ -127,10 +127,13 @@ describe('Directive: snapContent', function() { beforeEach(function() { scope =...
test: Make sure variable values can be used w/ snap-opt-* attrs
jtrussell_angular-snap.js
train
js
2312232a1386405ecd744801f4ed273a59862f5c
diff --git a/utils/clear-session.js b/utils/clear-session.js index <HASH>..<HASH> 100644 --- a/utils/clear-session.js +++ b/utils/clear-session.js @@ -5,6 +5,4 @@ var localStorageWrapper = require('humble-localstorage') function clearSession (state) { localStorageWrapper.removeItem(state.cacheKey) delete state.s...
refactor: remove obsolete state.account & state.profile lines
hoodiehq_hoodie-account-client
train
js
fbf91cca982aff9549d593fa85aa137278e6847c
diff --git a/test/puppeteer.spec.js b/test/puppeteer.spec.js index <HASH>..<HASH> 100644 --- a/test/puppeteer.spec.js +++ b/test/puppeteer.spec.js @@ -117,7 +117,6 @@ module.exports.addTests = ({testRunner, product, puppeteer, Errors, DeviceDescri // Page-level tests that are given a browser, a context and a p...
test(firefox): move AX tests to Chrome-only (#<I>) Let's not focus on AX for now for Firefox.
GoogleChrome_puppeteer
train
js
788c16bb72faef901fdb282944575ce2674c45d0
diff --git a/examples/Vm_plot.py b/examples/Vm_plot.py index <HASH>..<HASH> 100644 --- a/examples/Vm_plot.py +++ b/examples/Vm_plot.py @@ -12,8 +12,6 @@ from pyneuroml import pynml from pyneuroml.lems.LEMSSimulation import LEMSSimulation import neuroml as nml -from pyneuroml.pynml import print_comment_v - def ge...
refactor: remove print_comment_v function
NeuroML_pyNeuroML
train
py
326e674a24fc7e057e213596df92f0c4a8225f9e
diff --git a/pandas_gbq/gbq.py b/pandas_gbq/gbq.py index <HASH>..<HASH> 100644 --- a/pandas_gbq/gbq.py +++ b/pandas_gbq/gbq.py @@ -927,11 +927,12 @@ def to_gbq( table_schema : list of dicts, optional List of BigQuery table fields to which according DataFrame columns conform to, e.g. ``[{'name': '...
docs: clarify `table_schema` (#<I>) 1. There must be an input dataframe column for every desired output table column. 2. The types given in table_schema must be BigQuery types (strings). - [x] closes #<I> - [x] tests added / passed - [x] passes `nox -s blacken lint`
pydata_pandas-gbq
train
py
6abfdbfaaeef21f8289c3d933a9d1542e7e425e6
diff --git a/packages/cozy-stack-client/src/AppCollection.js b/packages/cozy-stack-client/src/AppCollection.js index <HASH>..<HASH> 100644 --- a/packages/cozy-stack-client/src/AppCollection.js +++ b/packages/cozy-stack-client/src/AppCollection.js @@ -24,7 +24,7 @@ export default class AppCollection { const path = ...
fix: App doesn't have doc key 🐛
cozy_cozy-client
train
js
8e06e77a83d6b44ceb9bd5392fd9cb210d5dc705
diff --git a/lib/gofer.js b/lib/gofer.js index <HASH>..<HASH> 100644 --- a/lib/gofer.js +++ b/lib/gofer.js @@ -30,22 +30,10 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ 'use strict'; - -var http = require('http'); -var https = require('https'); - var merge = require('lodash/merge'); var...
refactor: Remove http(s) from browser build
groupon_gofer
train
js
da35610c1cdc86b2ae1f97eb9167a4ee10e57898
diff --git a/version.go b/version.go index <HASH>..<HASH> 100644 --- a/version.go +++ b/version.go @@ -4,7 +4,7 @@ package ipfs var CurrentCommit string // CurrentVersionNumber is the current application's version literal -const CurrentVersionNumber = "0.12.0-dev" +const CurrentVersionNumber = "0.13.0-dev" const...
chore: update version to <I>-dev
ipfs_go-ipfs
train
go
b04612c9af1c65dc6616f421ce4be0e68ddf5dbe
diff --git a/api/opentrons/api/session.py b/api/opentrons/api/session.py index <HASH>..<HASH> 100755 --- a/api/opentrons/api/session.py +++ b/api/opentrons/api/session.py @@ -154,6 +154,7 @@ class Session(object): self.containers = self.get_containers() self.instruments = self.get_instruments() + ...
fix(api): Reset startTime when session.refresh is called (#<I>) Addresses API portion of #<I>
Opentrons_opentrons
train
py
28b4cc85ba757775261581581091406e6dc322e0
diff --git a/packages/server/test/integration/cypress_spec.js b/packages/server/test/integration/cypress_spec.js index <HASH>..<HASH> 100644 --- a/packages/server/test/integration/cypress_spec.js +++ b/packages/server/test/integration/cypress_spec.js @@ -1803,7 +1803,8 @@ describe('lib/cypress', () => { this.o...
fix: skip test that is no longer correct in <I>.x
cypress-io_cypress
train
js
d0b81737499c2fb5ccb1522a26a803e35dda2cb0
diff --git a/docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupLabeledIcon.js b/docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupLabeledIcon.js index <HASH>..<HASH> 100644 --- a/docs/app/Examples/elements/Button/GroupVariations/ButtonExampleGroupLabeledIcon.js +++ b/docs/app/Example...
docs(button): Add vertical and icon props to example group (#<I>)
Semantic-Org_Semantic-UI-React
train
js
629f061312103526735804c621352e2ce5fefa80
diff --git a/dev-utils/integration-test.js b/dev-utils/integration-test.js index <HASH>..<HASH> 100644 --- a/dev-utils/integration-test.js +++ b/dev-utils/integration-test.js @@ -28,6 +28,7 @@ const puppeteer = require('puppeteer') async function runIntegrationTest(pageUrl) { const browser = await puppeteer.launch(...
test: allow to disable certificates verification on ITs (#<I>) * test: allow to disable certificates verification on ITs * Update dev-utils/integration-test.js
elastic_apm-agent-rum-js
train
js
844bf51ca291bdfa0572d3fd0c60c3452323e4d0
diff --git a/views/js/qtiCreator/widgets/component/minMax/minMax.js b/views/js/qtiCreator/widgets/component/minMax/minMax.js index <HASH>..<HASH> 100644 --- a/views/js/qtiCreator/widgets/component/minMax/minMax.js +++ b/views/js/qtiCreator/widgets/component/minMax/minMax.js @@ -348,7 +348,7 @@ define([ ...
fix: Be sure that we are checking the active interaction and not other added to the item
oat-sa_extension-tao-itemqti
train
js
3f9233d1d77945994e8e8a804108d9e85d5ba33d
diff --git a/scripts/build.js b/scripts/build.js index <HASH>..<HASH> 100644 --- a/scripts/build.js +++ b/scripts/build.js @@ -32,7 +32,7 @@ const runWebpack = config => { }; const cleanDistFolders = () => - Promise.all(builds.map(({ paths }) => rimraf(paths.dist))); + Promise.all(builds.map(({ paths }) => rimraf...
fix(build): Remove contents of dist only when building (#<I>)
seek-oss_sku
train
js
c518e053bc99d50408ebd881a11fe7c6b8533e0d
diff --git a/credkeep/__init__.py b/credkeep/__init__.py index <HASH>..<HASH> 100644 --- a/credkeep/__init__.py +++ b/credkeep/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.1.0' +__version__ = '0.2.0' from decrypt import decrypt_file from encrypt import encrypt_file
chore: version bump to <I>
lewisjared_credkeep
train
py
30f1bbf7145528eea4eeb9e74e4cdd6f38ae9be7
diff --git a/lib/api-client/resources/process-definition.js b/lib/api-client/resources/process-definition.js index <HASH>..<HASH> 100644 --- a/lib/api-client/resources/process-definition.js +++ b/lib/api-client/resources/process-definition.js @@ -265,6 +265,18 @@ var ProcessDefinition = AbstractClientResource.extend( ...
feat(api): add process-definition statistics related to CAM-<I>
camunda_camunda-bpm-sdk-js
train
js
677dcfab1a23883aaaf73ec6e3b9f95e8b656d03
diff --git a/warning.js b/warning.js index <HASH>..<HASH> 100644 --- a/warning.js +++ b/warning.js @@ -21,7 +21,7 @@ var __DEV__ = process.env.NODE_ENV !== 'production'; var warning = function() {}; if (__DEV__) { - function printWarning(format, args) { + var printWarning = function printWarning(format, args) { ...
fix: add `var printWarning =` to comply with ES5 strict mode close #<I>
BerkeleyTrue_warning
train
js
408d898fb07b84420a9bc0da9db2d9707bc0d437
diff --git a/src/geshi.php b/src/geshi.php index <HASH>..<HASH> 100644 --- a/src/geshi.php +++ b/src/geshi.php @@ -1699,9 +1699,11 @@ class GeSHi { // code in it ++$k; $parts[$k][0] = $open; - $close_i = st...
fix: properly jump to end of string when no closing delimiter was found
GeSHi_geshi-1.0
train
php
8c2fa89db1398e274ddcab03b037531ff165c321
diff --git a/src/__specs__/styleable.spec.js b/src/__specs__/styleable.spec.js index <HASH>..<HASH> 100644 --- a/src/__specs__/styleable.spec.js +++ b/src/__specs__/styleable.spec.js @@ -95,7 +95,6 @@ describe('styleable', () => { const Subject = mkFixture() const component = TestUtils.renderIntoDocument(<Sub...
refactor: remove 'wrapped' ref from parent component This is causing a problem, for some reason, only on a class-style component, where it's complaining that: index.js:<I> Uncaught Error: addComponentAsRefTo(...): Only a ReactOwner can have refs. You might be adding a ref to a component that was not created inside a c...
pluralsight_react-styleable
train
js,js
e12993b42c72f290c63651decdc04c136b0bf2da
diff --git a/scripts/packages/testing/jest-preset.js b/scripts/packages/testing/jest-preset.js index <HASH>..<HASH> 100644 --- a/scripts/packages/testing/jest-preset.js +++ b/scripts/packages/testing/jest-preset.js @@ -32,6 +32,7 @@ module.exports = { '/node_modules', '/www' ], + maxConcurrency: 1, tes...
fix(testing): disable concurrency
ionic-team_stencil
train
js
018be4f2c41ef162759f059f2cc7ca4d33c54fe0
diff --git a/docs/utils/check-links.js b/docs/utils/check-links.js index <HASH>..<HASH> 100644 --- a/docs/utils/check-links.js +++ b/docs/utils/check-links.js @@ -47,7 +47,10 @@ const checkForDeadUrls = async () => { const processor = await unified() .use(parse) .use(inspectUrls, { - inspectEach({ fil...
fix: don't check preconnect links
kiwicom_orbit-components
train
js
be8e2d1a3ca74730a497bcb3cd820d868a03b66c
diff --git a/picture_frame.go b/picture_frame.go index <HASH>..<HASH> 100644 --- a/picture_frame.go +++ b/picture_frame.go @@ -5,6 +5,7 @@ package id3v2 import ( + "fmt" "io" ) @@ -22,7 +23,7 @@ type PictureFrame struct { } func (pf PictureFrame) UniqueIdentifier() string { - return pf.Description + return...
fix: prevent unfortunate PictureFrame sequencing
bogem_id3v2
train
go
1301adf45b28123bff2bd00104fccd35c13f4555
diff --git a/config/uglifyjs.config.js b/config/uglifyjs.config.js index <HASH>..<HASH> 100644 --- a/config/uglifyjs.config.js +++ b/config/uglifyjs.config.js @@ -6,22 +6,22 @@ module.exports = { /** * sourceFile: The javascript file to minify */ - sourceFile: 'main.js', + sourceFile: process.env.IONIC_OUT...
refactor(uglifyjs): moved common config values to environment variables
ionic-team_ionic-app-scripts
train
js
1d8448d8b1edec499867ab5137ddc1140e75e3f7
diff --git a/lib/utils/domFns.js b/lib/utils/domFns.js index <HASH>..<HASH> 100644 --- a/lib/utils/domFns.js +++ b/lib/utils/domFns.js @@ -133,7 +133,8 @@ export function getTouchIdentifier(e: MouseTouchEvent): ?number { // Useful for preventing blue highlights all over everything when dragging. // Note we're passi...
fix(domFns): don't crash if no document (jsdom/jest)
mzabriskie_react-draggable
train
js
d36568bece8e13b76bd4d213e1a730977fd5f629
diff --git a/lib/dir-walker.js b/lib/dir-walker.js index <HASH>..<HASH> 100644 --- a/lib/dir-walker.js +++ b/lib/dir-walker.js @@ -13,7 +13,7 @@ function findTree(startDir, filter, cb) { function error(err) { if (!errored) { - cb(err); + return cb(err); } errored = true; } @@ -40,8 +40,...
refactor: fix code style issues
SOFTWARE-CLINIC_featurebook-api
train
js
bc9b2d9e2310c8d19f216971a9504955f7f906b5
diff --git a/packages/ssr/src/client/article.js b/packages/ssr/src/client/article.js index <HASH>..<HASH> 100644 --- a/packages/ssr/src/client/article.js +++ b/packages/ssr/src/client/article.js @@ -1,3 +1,5 @@ +/* eslint-disable no-useless-escape */ + const article = require("../component/article"); const runClient ...
feat: client side newskit feature flag (#<I>)
newsuk_times-components
train
js
23248bc8b8f39bf4b189fd4cca173ed64e96a3fb
diff --git a/packages/with-without/wwo-self-drawing-circle/self-drawing-circle.js b/packages/with-without/wwo-self-drawing-circle/self-drawing-circle.js index <HASH>..<HASH> 100644 --- a/packages/with-without/wwo-self-drawing-circle/self-drawing-circle.js +++ b/packages/with-without/wwo-self-drawing-circle/self-drawing...
style(self-drawing-circle): replace var with let
bolt-design-system_bolt
train
js
94e8a4d78d31763a78956bfaa611661601566329
diff --git a/config/webpack.dist.js b/config/webpack.dist.js index <HASH>..<HASH> 100644 --- a/config/webpack.dist.js +++ b/config/webpack.dist.js @@ -1,5 +1,4 @@ const webpack = require('webpack'); -const AotPlugin = require('@ngtools/webpack').AotPlugin; const helpers = require('./helpers'); @@ -50,7 +49,7 @@ m...
fix(dist): revert AoT changes. Too many issues Closes #<I>
willsoto_ng-chartist
train
js
6d29e2798ca3787e608627d6a1f56438fe114e14
diff --git a/packages/uppy-react/scan.js b/packages/uppy-react/scan.js index <HASH>..<HASH> 100644 --- a/packages/uppy-react/scan.js +++ b/packages/uppy-react/scan.js @@ -13,6 +13,24 @@ export function scan(file, headers = {}, uppy) { if (Math.floor(xhr.status / 100) !== 2) { return reject(xhr); ...
fix(uppy-react): account for upload-result header
Availity_availity-react
train
js
e72e5b9d2300697e68e6be8fdafca6871b431d57
diff --git a/packages/helix-shared-bounce/src/bounce.js b/packages/helix-shared-bounce/src/bounce.js index <HASH>..<HASH> 100644 --- a/packages/helix-shared-bounce/src/bounce.js +++ b/packages/helix-shared-bounce/src/bounce.js @@ -24,6 +24,7 @@ function bounce(func, { responder, timeout = 500 }) { // generate a ...
fix(bounce): guard against missing `context.invocation` when calling the function directly, for instance in a test, the `context.invocation` property may be unset. This patch guards against this case by initializing it with an empty object.
adobe_helix-shared
train
js,js
0dd442b0c8879ca803179cb97c0463fabef066cd
diff --git a/intranet/utils/locking.py b/intranet/utils/locking.py index <HASH>..<HASH> 100644 --- a/intranet/utils/locking.py +++ b/intranet/utils/locking.py @@ -38,7 +38,7 @@ def lock_on(items: Iterable[Union[Model, Manager, QuerySet]]) -> None: if isinstance(item, (Manager, QuerySet)): querys...
fix(locking): disable caching on all queries related to locking In production, we still receive errors that would seem to suggest locking is not being performed properly. My current theory is that the queries are being cached and the "SELECT FOR UPDATE" query is not performed.
tjcsl_ion
train
py
4d73b626d088a147d5677b3fbdf691663cd97b79
diff --git a/actor/appium/src/main/java/org/getopentest/appium/core/AppiumTestAction.java b/actor/appium/src/main/java/org/getopentest/appium/core/AppiumTestAction.java index <HASH>..<HASH> 100644 --- a/actor/appium/src/main/java/org/getopentest/appium/core/AppiumTestAction.java +++ b/actor/appium/src/main/java/org/get...
feat(appium): add accessibilityId as a separate locator type
mcdcorp_opentest
train
java
2c8d3e7a9509407148786f2f7697580b8e19f21f
diff --git a/lib/thinking_sphinx/search/stale_ids_exception.rb b/lib/thinking_sphinx/search/stale_ids_exception.rb index <HASH>..<HASH> 100644 --- a/lib/thinking_sphinx/search/stale_ids_exception.rb +++ b/lib/thinking_sphinx/search/stale_ids_exception.rb @@ -9,6 +9,7 @@ class ThinkingSphinx::Search::StaleIdsException <...
docs: link to StaleIdsException docs from error. Prompted by #<I>.
pat_thinking-sphinx
train
rb
43d62bb81e234596740170c772428c48d451b89d
diff --git a/src/library/themes/createTheme.js b/src/library/themes/createTheme.js index <HASH>..<HASH> 100644 --- a/src/library/themes/createTheme.js +++ b/src/library/themes/createTheme.js @@ -106,6 +106,13 @@ export default function createTheme( ...grays, + color_h1: color.gray_100, + color_h2: color....
feat(themes): Add more text theme variables - h1-h6/mouse/prose variables for color, fontWeight, and lineHeight
mineral-ui_mineral-ui
train
js
899b9822b62203f983891800a842f68fb64af6d9
diff --git a/src/prevent-global-install.js b/src/prevent-global-install.js index <HASH>..<HASH> 100644 --- a/src/prevent-global-install.js +++ b/src/prevent-global-install.js @@ -1,5 +1,6 @@ 'use strict'; +const reporter = require('./reporters/current'); const NO_GLOBAL_INSTALL_MESSAGE = ` !!!!!!!!!!!!!!!!!!!!!!!!...
feat(reporter): use reporter in prevent-global-install.js
inikulin_publish-please
train
js
c0488e0070947b608b3170629b4e769c08d01e1c
diff --git a/bin/whistle.js b/bin/whistle.js index <HASH>..<HASH> 100755 --- a/bin/whistle.js +++ b/bin/whistle.js @@ -85,7 +85,7 @@ program .option('-c, --dnsCache [time]', 'set the cache time of DNS (30000ms by default)', String, undefined) .option('-H, --host [host]', 'set the listening host (INADDR_ANY by def...
refactor: the cli tips
avwo_whistle
train
js
ee5a5586814bfc56c4963e21b0d48ac9a22718db
diff --git a/src/TimeGrid.js b/src/TimeGrid.js index <HASH>..<HASH> 100644 --- a/src/TimeGrid.js +++ b/src/TimeGrid.js @@ -24,6 +24,7 @@ export default class TimeGrid extends Component { this.scrollRef = React.createRef() this.contentRef = React.createRef() + this._scrollRatio = null } componentW...
fix: make scrollToTime=<I>:<I> working (#<I>) * make scrollToTime=<I>:<I> working * check _scrollRatio is not null
intljusticemission_react-big-calendar
train
js
d9b630576c775f784df1bc6d46ca268ce56e4c8b
diff --git a/go/vt/vtgate/executor_framework_test.go b/go/vt/vtgate/executor_framework_test.go index <HASH>..<HASH> 100644 --- a/go/vt/vtgate/executor_framework_test.go +++ b/go/vt/vtgate/executor_framework_test.go @@ -460,7 +460,7 @@ func createLegacyExecutorEnv() (executor *Executor, sbc1, sbc2, sbclookup *sandb f...
fix: use tabletgateway implementation for non-legacy executor unit tests
vitessio_vitess
train
go
612bc2439d2df8f70a6edd45554e35fcb3dcfbe3
diff --git a/index.js b/index.js index <HASH>..<HASH> 100755 --- a/index.js +++ b/index.js @@ -9,7 +9,10 @@ function run() { echo('...generating changelog (be patient)'); config.silent = true; - exec('curl -X POST -s "github-changelog-api.herokuapp.com/shelljs/shx"').to('CHANGELOG.md'); + var repoInfo = exec(...
fix: no longer has shelljs/shx hardcoded
shelljs_changelog
train
js
f068cc9140a8003872cc7135ace614a8582136bb
diff --git a/src/nipplejs.js b/src/nipplejs.js index <HASH>..<HASH> 100644 --- a/src/nipplejs.js +++ b/src/nipplejs.js @@ -120,7 +120,7 @@ Nipple.prototype.on = function (type, cb) { for (var i = 0, max = types.length; i < max; i += 1) { self.on(types[i], cb); } - return; + ...
fix(on): return self to allow chain
yoannmoinet_nipplejs
train
js
c563e34192265b2cf4b25deb49e52954b557ad63
diff --git a/packages/node_modules/pouchdb-adapter-indexeddb/src/bulkDocs.js b/packages/node_modules/pouchdb-adapter-indexeddb/src/bulkDocs.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/pouchdb-adapter-indexeddb/src/bulkDocs.js +++ b/packages/node_modules/pouchdb-adapter-indexeddb/src/bulkDocs.js @@ -74,6 ...
fix(indexeddb): writing attachment-rev references
pouchdb_pouchdb
train
js
efda6cc954070ba4199e69434a258c3c387bfb5d
diff --git a/azurerm/internal/services/netapp/netapp_volume_resource_test.go b/azurerm/internal/services/netapp/netapp_volume_resource_test.go index <HASH>..<HASH> 100644 --- a/azurerm/internal/services/netapp/netapp_volume_resource_test.go +++ b/azurerm/internal/services/netapp/netapp_volume_resource_test.go @@ -519,1...
fix: fmt tf test blocks
terraform-providers_terraform-provider-azurerm
train
go
a120411e8850567037d06ea5e8b136fc7da5f110
diff --git a/lib/client/misc_api.js b/lib/client/misc_api.js index <HASH>..<HASH> 100644 --- a/lib/client/misc_api.js +++ b/lib/client/misc_api.js @@ -24,6 +24,10 @@ class MiscApi extends BaseApi { } } + fit() { + this.transmitter.messageToEmarsys('fit'); + } + resize(height) { this.transmitter.m...
feat(misc): add "fit" endpoint to miscellaneous API
emartech_emarsys-integration-client-js
train
js
c5fafc39ecb42c51827691d0cc04863b93bf0507
diff --git a/qa/integration-tests-engine/src/test/java/org/camunda/bpm/integrationtest/functional/transactions/beans/TransactionRollbackDelegate.java b/qa/integration-tests-engine/src/test/java/org/camunda/bpm/integrationtest/functional/transactions/beans/TransactionRollbackDelegate.java index <HASH>..<HASH> 100644 ---...
test(engine): make the integration test more robust related to #CAM-<I>
camunda_camunda-bpm-platform
train
java
8a2561f22203483efa49574dfd1875b85ec6b57c
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -124,7 +124,7 @@ Predator.prototype.createBrowserify = function(file) { let b; // global - if (file === this.home + '/app/global/js/main/index.js') { + if (file === pathFn.join(this.home, '/app/global...
fix: windows can't get global.js
magicdawn_predator-kit
train
js
8cd3eeb6b12d0a00d0b532b053843984904d8564
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( author='Sam McHardy', license='MIT', author_email='', - install_requires=['requests', 'six', 'Twisted', 'pyOpenSSL', 'autobahn', 'service-identity', 'dateparser'], + install_requires=...
fix(setup): Add urllib3 to setup.py install_requires
sammchardy_python-binance
train
py
83b0aa84a816049eb49fa386b622c478cf08aafc
diff --git a/spec/support/capybara_helpers.rb b/spec/support/capybara_helpers.rb index <HASH>..<HASH> 100644 --- a/spec/support/capybara_helpers.rb +++ b/spec/support/capybara_helpers.rb @@ -6,9 +6,7 @@ module CapybaraHelpers end def click_filter_btn - within("#filters_sidebar_section") do - click_butto...
fix(tests): click not visible filter button
platanus_activeadmin_addons
train
rb
eda851c21da2f197e08006345800e3fc74da1620
diff --git a/src/decorator/utils/getStateLifeDecorator.js b/src/decorator/utils/getStateLifeDecorator.js index <HASH>..<HASH> 100644 --- a/src/decorator/utils/getStateLifeDecorator.js +++ b/src/decorator/utils/getStateLifeDecorator.js @@ -29,7 +29,14 @@ export const assignState = action( else if (typeof self[pro...
fix: urlsync assignState
be-fe_react-mobx-vm
train
js
cd4a21055415a84d175cc21d7aba0e232a3c3902
diff --git a/packages/vaex-ml/vaex/ml/sklearn.py b/packages/vaex-ml/vaex/ml/sklearn.py index <HASH>..<HASH> 100644 --- a/packages/vaex-ml/vaex/ml/sklearn.py +++ b/packages/vaex-ml/vaex/ml/sklearn.py @@ -109,17 +109,6 @@ class Predictor(state.HasState): @vaex.serialize.register @generate.register -class SKLearnPredi...
chore: Remove deprecated class; deprecation period expired.
vaexio_vaex
train
py
1289e303a84e49c35078d80890b177f0c3c2cab1
diff --git a/src/notebook/epics/saving.js b/src/notebook/epics/saving.js index <HASH>..<HASH> 100644 --- a/src/notebook/epics/saving.js +++ b/src/notebook/epics/saving.js @@ -19,6 +19,11 @@ const commutable = require('commutable'); const Observable = Rx.Observable; +/** + * Cleans up the notebook document and sav...
docs(saving): Added initial documentation for saving epics
nteract_nteract
train
js
c6ebf97df1b2f2af4cea4cab387d606143bd70fb
diff --git a/lib/nopt.js b/lib/nopt.js index <HASH>..<HASH> 100644 --- a/lib/nopt.js +++ b/lib/nopt.js @@ -557,6 +557,11 @@ var assert = require("assert") ,[] ,{config: Boolean, length: Number, clear: Boolean} ,{c: "--config", l: "--length"}] + ,["--acount bla" + ,{"acount":true} + ,["bla"] + ,{accou...
test: Add test for issue #<I>
npm_nopt
train
js
3c2096eab5323a7976f01724d8381137ef44ad2f
diff --git a/src/content-routing/index.js b/src/content-routing/index.js index <HASH>..<HASH> 100644 --- a/src/content-routing/index.js +++ b/src/content-routing/index.js @@ -148,10 +148,6 @@ module.exports = (dht) => { }) }) - if (out.length === 0) { - throw errcode(new Error('no provider...
fix: do not throw on empty provider list (#<I>) If no content providers can be found, just be an empty iterator instead of throwing. This is necessary because multiple findProv strategies are tried higher up the stack, at which point we make the decision whether to throw or not. This makes the behaviour consi...
libp2p_js-libp2p-kad-dht
train
js
1e63273e554ef217f33c8ce45331dbd8a1c43ba9
diff --git a/index-test.js b/index-test.js index <HASH>..<HASH> 100644 --- a/index-test.js +++ b/index-test.js @@ -338,4 +338,12 @@ describe(`reactElementToJSXString(ReactElement)`, () => { aprop="test" />`); }); + + it(`reactElementToJSXString(<div>\\n {null}\\n</div>`, () => { + let element = <div> + {nu...
test: add {null} children test
algolia_react-element-to-jsx-string
train
js
c687503f32c3727821692b2e1d2152fd62df89e2
diff --git a/test/endpoint-test.js b/test/endpoint-test.js index <HASH>..<HASH> 100644 --- a/test/endpoint-test.js +++ b/test/endpoint-test.js @@ -149,7 +149,8 @@ describe('endpoint()', () => { accept: 'application/vnd.github.v3+json', 'content-length': 0, 'user-agent': userAgent - } + ...
test: set `Content-Length: 0` header for PUT/PATCH requests without body
octokit_endpoint.js
train
js
a66e72278204655be1a1f6a39a5dfd47c072b03f
diff --git a/httprunner/step_thrift_request.py b/httprunner/step_thrift_request.py index <HASH>..<HASH> 100644 --- a/httprunner/step_thrift_request.py +++ b/httprunner/step_thrift_request.py @@ -189,7 +189,7 @@ class RunThriftRequest(IStep): return self - def setup_hook(self, hook: Text, assign_var_name...
fix: RunThriftRequest
HttpRunner_HttpRunner
train
py
a5d845e6196833606ee39aadd9899b07b8234930
diff --git a/webpack.config.js b/webpack.config.js index <HASH>..<HASH> 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -128,7 +128,7 @@ module.exports = ( env ) => { new HtmlWebpackPlugin( { template: resolve( 'index.html' ), packages: env.element ? env.element : require('./package.j...
fix(webpack): keep demo for prod index build (#<I>)
wc-catalogue_blaze-elements
train
js
a7efe13cb352e384fb69981d15cf86e7461ebca0
diff --git a/packages/cz-changelog-peakfijn/index.js b/packages/cz-changelog-peakfijn/index.js index <HASH>..<HASH> 100644 --- a/packages/cz-changelog-peakfijn/index.js +++ b/packages/cz-changelog-peakfijn/index.js @@ -16,7 +16,7 @@ module.exports = { type: 'list', name: 'type', message: 'What is the mos...
fix(commitizen): pass the type choices correctly
Peakfijn_Conventions
train
js
f382dd1087c11d0360902885da986e45713e2289
diff --git a/niworkflows/utils/timeseries.py b/niworkflows/utils/timeseries.py index <HASH>..<HASH> 100644 --- a/niworkflows/utils/timeseries.py +++ b/niworkflows/utils/timeseries.py @@ -56,7 +56,7 @@ def _nifti_timeseries( dataset, segmentation=None, labels=("Ctx GM", "dGM", "WM+CSF", "Cb", "Crown"), - ...
fix: smarter decision to remap input segmentation
poldracklab_niworkflows
train
py
dd9e92781701c4fddbf48f50b08b07f66a2ddc05
diff --git a/packages/graphiql/resources/renderExample.js b/packages/graphiql/resources/renderExample.js index <HASH>..<HASH> 100644 --- a/packages/graphiql/resources/renderExample.js +++ b/packages/graphiql/resources/renderExample.js @@ -76,10 +76,10 @@ function graphQLFetcher(graphQLParams) { // When working local...
chore: switch to using swapi-api example on netlify lambda
graphql_graphiql
train
js
cf89bc3266743bae80bbefe7e8cfc49e4c6685f0
diff --git a/packages/openneuro-server/src/server.js b/packages/openneuro-server/src/server.js index <HASH>..<HASH> 100644 --- a/packages/openneuro-server/src/server.js +++ b/packages/openneuro-server/src/server.js @@ -1,6 +1,6 @@ /** Needs to run before the other imports in Node */ -import { start } from 'elastic-apm...
fix(server): Prevent double initialization of apm service
OpenNeuroOrg_openneuro
train
js
04153730a3f4ccac0381bae3432aa8353134b4fe
diff --git a/.scripts/check-release.js b/.scripts/check-release.js index <HASH>..<HASH> 100755 --- a/.scripts/check-release.js +++ b/.scripts/check-release.js @@ -104,7 +104,7 @@ conventionalChangelog({ var package = commit.scope; var toPush = null; - if (commit.type === 'fix') { + if (commit.type ===...
chore(META): check-release script to consider perf a PATCH
cyclejs_cyclejs
train
js
53590d5f72426773073b3ac3d565224422f9f145
diff --git a/packages/components/bolt-typeahead/typeahead.autosuggest.js b/packages/components/bolt-typeahead/typeahead.autosuggest.js index <HASH>..<HASH> 100755 --- a/packages/components/bolt-typeahead/typeahead.autosuggest.js +++ b/packages/components/bolt-typeahead/typeahead.autosuggest.js @@ -267,7 +267,9 @@ class...
refactor: temporarily disable the additional `description` suggestion field until further fine-tuned
bolt-design-system_bolt
train
js
e5f3c999b85c845b854e7ef10641734c1c999019
diff --git a/packages/api-page-builder/src/cli/index.js b/packages/api-page-builder/src/cli/index.js index <HASH>..<HASH> 100644 --- a/packages/api-page-builder/src/cli/index.js +++ b/packages/api-page-builder/src/cli/index.js @@ -1,4 +1,6 @@ // TODO: delete this for 5.19.0. -module.exports = { - type: "empty-plugi...
fix: create empty plugin (for existing <I> projects) Existing < <I> projects are importing this, which causes the Webiny CLI to not start at all. The upgrade script will clean up the import, but initially this has to exist.
Webiny_webiny-js
train
js
1f10183290becb554a9991cd1f531d8456499cc7
diff --git a/lib/features/modeling/cmd/ReplaceShapeHandler.js b/lib/features/modeling/cmd/ReplaceShapeHandler.js index <HASH>..<HASH> 100644 --- a/lib/features/modeling/cmd/ReplaceShapeHandler.js +++ b/lib/features/modeling/cmd/ReplaceShapeHandler.js @@ -67,8 +67,8 @@ ReplaceShapeHandler.prototype.execute = function(co...
fix(modeling): iterate safely over connection array close #<I>
bpmn-io_diagram-js
train
js
150788a8288ea7c1531a4345846c8b3d42d4f52d
diff --git a/lib/fetchers/registry/fetch.js b/lib/fetchers/registry/fetch.js index <HASH>..<HASH> 100644 --- a/lib/fetchers/registry/fetch.js +++ b/lib/fetchers/registry/fetch.js @@ -79,14 +79,17 @@ function getHeaders (uri, registry, opts) { }, opts.headers) const auth = ( opts.auth && - // If these two ...
fix(registry): respect alwaysAuth
zkat_pacote
train
js
b333f25a502a56e2c40e8c548de0554a2bfb6b90
diff --git a/src/entity.js b/src/entity.js index <HASH>..<HASH> 100644 --- a/src/entity.js +++ b/src/entity.js @@ -73,6 +73,17 @@ export class Entity { } /** + * Mark this entity as clean, in its current state. + * + * @return {Entity} + */ + markClean() { + this.__cleanValues = this.asJson(true); +...
feat(entity): Added .markClean() method
SpoonX_aurelia-orm
train
js
d9e3818d0e0d87d539865a8e4c429efbb73fc1f3
diff --git a/rocketbelt/components/tabcordions/rocketbelt.tabcordions.js b/rocketbelt/components/tabcordions/rocketbelt.tabcordions.js index <HASH>..<HASH> 100644 --- a/rocketbelt/components/tabcordions/rocketbelt.tabcordions.js +++ b/rocketbelt/components/tabcordions/rocketbelt.tabcordions.js @@ -18,7 +18,9 @@ cons...
fix(Tabcordions): Check selector for proper value in init function.
Pier1_rocketbelt
train
js
70c7ca8879e2bd3e06e66b46c7422b4f38916e2b
diff --git a/tests/geospacial_commands.test.js b/tests/geospacial_commands.test.js index <HASH>..<HASH> 100644 --- a/tests/geospacial_commands.test.js +++ b/tests/geospacial_commands.test.js @@ -160,7 +160,7 @@ describe('Geospacial Commands', function() { it('should work', function() { // All points are in ...
test(geospacial_commands): fix test to ensure <= 5, not == 5
mbroadst_rethunk
train
js
a2cf48a98f8dbbb2eff990239820bae6cec0008f
diff --git a/test/unit/ui.handler.click.filename.js b/test/unit/ui.handler.click.filename.js index <HASH>..<HASH> 100644 --- a/test/unit/ui.handler.click.filename.js +++ b/test/unit/ui.handler.click.filename.js @@ -70,14 +70,18 @@ $(function () { equal($input.val(), origNameSansExt, "filename input should equa...
test: #<I> fix unit tests in FF
FineUploader_fine-uploader
train
js
193098960b8c34932f183c6aafbb0a97e0d13ca2
diff --git a/Service/AtendimentoService.php b/Service/AtendimentoService.php index <HASH>..<HASH> 100644 --- a/Service/AtendimentoService.php +++ b/Service/AtendimentoService.php @@ -810,6 +810,8 @@ class AtendimentoService extends StorageAwareService ) ); } + + $this->disp...
chore: Adding attending.pre-finish and attending.finish event calls
novosga_core
train
php
f97c8f76f0641d6a8c14fdb67a443b4cad551bda
diff --git a/snapshot/android/project-snapshot-generator.js b/snapshot/android/project-snapshot-generator.js index <HASH>..<HASH> 100644 --- a/snapshot/android/project-snapshot-generator.js +++ b/snapshot/android/project-snapshot-generator.js @@ -237,9 +237,18 @@ ProjectSnapshotGenerator.prototype.generate = function (...
fix: use ia<I> only if runtime is <I> or later Older runtimes cannot work with ia<I> arch (they do not have the x<I>_<I> arch), so check the runtime version and remove the ia<I> (and all new archs that we may add in the future).
NativeScript_nativescript-dev-webpack
train
js
798c6c72a98a586f39c716573c33784aa525ddfe
diff --git a/src/Leevel/Throttler/Provider/Register.php b/src/Leevel/Throttler/Provider/Register.php index <HASH>..<HASH> 100644 --- a/src/Leevel/Throttler/Provider/Register.php +++ b/src/Leevel/Throttler/Provider/Register.php @@ -52,11 +52,12 @@ class Register extends Provider ->singleton( ...
refactor(throttler): Optimize provider
hunzhiwange_framework
train
php
785ab54d7711a36f2a4fa43044f7193ca56c1de5
diff --git a/framework/views/page.js b/framework/views/page.js index <HASH>..<HASH> 100644 --- a/framework/views/page.js +++ b/framework/views/page.js @@ -76,6 +76,8 @@ limitations under the License. _destroy: function() { this._element[0]._destroy(); + this._clearDerivingEvents(); + t...
fix(ons-page): clear deriving events
OnsenUI_OnsenUI
train
js
26adde32aeb09e2a06e0d1e754ab0e0ff3972f28
diff --git a/packages/simplebar/src/simplebar.js b/packages/simplebar/src/simplebar.js index <HASH>..<HASH> 100755 --- a/packages/simplebar/src/simplebar.js +++ b/packages/simplebar/src/simplebar.js @@ -825,14 +825,19 @@ export default class SimpleBar { } getScrollbarWidth() { - // Detect Chrome/Firefox and ...
fix: add try/catch to fix FF old versions
Grsmto_simplebar
train
js
ced357d0e5f87e4fb45d15e05a7827565bfa0fce
diff --git a/packages/cozy-client/src/mock.js b/packages/cozy-client/src/mock.js index <HASH>..<HASH> 100644 --- a/packages/cozy-client/src/mock.js +++ b/packages/cozy-client/src/mock.js @@ -2,7 +2,7 @@ import CozyClient from './CozyClient' import { receiveQueryResult, initQuery } from './store' import { normalizeDoc...
fix: Do not import recursively cozy-client Importing recursively leads to tsc errors > Cannot write file 'client/packages/cozy-client/types/models/note.d.ts' because it would overwrite input file. <URL>
cozy_cozy-client
train
js
6c813082483a21a43a4509c1357cc2bf1ed09d45
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,24 @@ const devtools = require('@vue/devtools'); const {isAndroid} = require('tns-core-modules/platform') +if (!global.performance) { + global.performance = {}; +} + +if (!global.performance.now) { + const nowOff...
feat: polyfill performance and raf for perf tab
nativescript-vue_nativescript-vue-devtools
train
js
d6a3d31a6bbf3d8c2e67363b3ad2ec5698f35e8c
diff --git a/src/src/com/tns/Async.java b/src/src/com/tns/Async.java index <HASH>..<HASH> 100644 --- a/src/src/com/tns/Async.java +++ b/src/src/com/tns/Async.java @@ -208,7 +208,7 @@ public class Async options.screenWidth = metrics.widthPixels; options.screenHeight = metrics.heightPixels; } - new HttpRe...
fix: HTTP requests are executed serially instead of in parallel
NativeScript_android-runtime
train
java
2d7bb286f781c8df6a8adf83d723dbde7dfa36b8
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -51,12 +51,11 @@ var getBrowserified = function( opts ){ var transform = function( b ){ return ( b - // can't use babel because cose-bilkent does just use pure functions in workers... - // .transform( b...
fix(gulpfile): re-enable babelify
cytoscape_cytoscape.js-cose-bilkent
train
js
d86b9d4c1f0b6bbfaf241918f6494513709e533e
diff --git a/packages/@vue/cli/bin/vue.js b/packages/@vue/cli/bin/vue.js index <HASH>..<HASH> 100755 --- a/packages/@vue/cli/bin/vue.js +++ b/packages/@vue/cli/bin/vue.js @@ -19,6 +19,14 @@ function checkNodeVersion (wanted, id) { checkNodeVersion(requiredVersion, 'vue-cli') +if (semver.satisfies(process.version, ...
chore: add deprecation warning for Node.js 9.x (#<I>) * chore: add deprecation warning for Node.js 9.x * chore: upgrade -> use an active LTS version
vuejs_vue-cli
train
js
602ce4376fa4e195aed0135303c9d037f86a18ad
diff --git a/lib/cache/default.js b/lib/cache/default.js index <HASH>..<HASH> 100644 --- a/lib/cache/default.js +++ b/lib/cache/default.js @@ -25,10 +25,13 @@ exports.getCache = function(hash) { exports.setCache = function(hash, object) { const filePath = cachedFilePath(hash); + // TODO remove mkdirp once we can...
chore: add comments on future refactor
dumberjs_dumber
train
js
5867e98781a4bb8db9230ebba43fc721cb02120a
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -89,7 +89,7 @@ gulp.task('core', function() { // core-test //////////////////////////////////////// gulp.task('core-test', ['core'], function() { - return gulp.src(['build/js/ons-core.js', 'core/**/*.spec.js'])...
chore(gulpfile): Fixed to run all spec files on "gulp core-test" task.
OnsenUI_OnsenUI
train
js
c17328ec4f560cd64d333b75a3638510fb2a6419
diff --git a/packages/wast-printer/src/index.js b/packages/wast-printer/src/index.js index <HASH>..<HASH> 100644 --- a/packages/wast-printer/src/index.js +++ b/packages/wast-printer/src/index.js @@ -201,13 +201,14 @@ function printData(n: Data, depth: number): string { out += printInstruction(n.offset, depth); ou...
fix(wasm-printer): better escape for data printing
xtuc_webassemblyjs
train
js
f9c514cd2a18323716635ffa920ab214159e7556
diff --git a/lib/components/admin/styled.js b/lib/components/admin/styled.js index <HASH>..<HASH> 100644 --- a/lib/components/admin/styled.js +++ b/lib/components/admin/styled.js @@ -163,7 +163,7 @@ export const MailablesList = styled.div` overflow-y: scroll; ` -export const MailableItem = css` +const mailableIte...
refactor(mailable): better name css-in-js variable
opentripplanner_otp-react-redux
train
js
0ca9e0100d4dc314d08e59887313726caa4f4fdb
diff --git a/lib/mixit.js b/lib/mixit.js index <HASH>..<HASH> 100644 --- a/lib/mixit.js +++ b/lib/mixit.js @@ -1,9 +1,10 @@ -'use strict'; -var has = function (obj, prop) { - return hasOwnProperty.call(obj, prop); -}; +function mixit (obj) { + 'use strict'; + + var has = function (obj, prop) { + return hasOwnProp...
refactor(closure): use a single closure
stephanebachelier_mixit
train
js
10c5f1ed2aefbcb5b05015e587b51dbcc0932440
diff --git a/docs/src/assets/page-utils.js b/docs/src/assets/page-utils.js index <HASH>..<HASH> 100644 --- a/docs/src/assets/page-utils.js +++ b/docs/src/assets/page-utils.js @@ -19,7 +19,7 @@ export function copyHeading (id) { } if ('replaceState' in history) { - history.replaceState('', '', `${location.pat...
fix(docs): anchor management interfering with vue router
quasarframework_quasar
train
js
9a4ef903accaa493cb0a6452cbf06c6e17fed4e9
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -32,10 +32,7 @@ var ControllerRouter = module.exports = Object.defineProperties(function (routes options = Object(arguments[1]); this.constructor.ensureRoutes(routes, options); - if (options.eventProto != null) { - // O...
refactor: do not expose Object.prototype as eventProto It was an open door to serious issues (e.g. when one decides to mutate _eventProto directly)
medikoo_controller-router
train
js
0c0966fc21d8edf56e03e0d6140fbcb159dbc982
diff --git a/views/stubs/app_base_controller.blade.php b/views/stubs/app_base_controller.blade.php index <HASH>..<HASH> 100755 --- a/views/stubs/app_base_controller.blade.php +++ b/views/stubs/app_base_controller.blade.php @@ -2,7 +2,7 @@ echo "<?php".PHP_EOL; @endphp -namespace {{ $namespaceApp }}\Http\Control...
refactor: fixed the namespace issue
InfyOmLabs_laravel-generator
train
php,php