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
6f451b07ed45abe6f4047b93e771bc89b707e404
diff --git a/source/internals/tasks.js b/source/internals/tasks.js index <HASH>..<HASH> 100644 --- a/source/internals/tasks.js +++ b/source/internals/tasks.js @@ -12,7 +12,7 @@ const tasks = { }, wipeSystemiOSPodsCache: { name: 'wipe system iOS Pods cache', - command: 'pod', + command: 'cd ios & pod', ...
fix: pod task executed from ios folder
pmadruga_react-native-clean-project
train
js
eb359d694155ba22e13916167fbbcde36ad823e0
diff --git a/src/error/GraphQLError.js b/src/error/GraphQLError.js index <HASH>..<HASH> 100644 --- a/src/error/GraphQLError.js +++ b/src/error/GraphQLError.js @@ -8,7 +8,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ -import { getLocation } from '../language'; +import { getLoc...
chore(circ-dep): fixed circular dependancies
graphql_graphql-js
train
js
b41cbd3bc7467e9f783da37c612f0fc2cde334bd
diff --git a/plugins/gcc/options.js b/plugins/gcc/options.js index <HASH>..<HASH> 100644 --- a/plugins/gcc/options.js +++ b/plugins/gcc/options.js @@ -4,9 +4,8 @@ const utils = require('../../utils'); var optionsFound = []; -var pathKeys = ['js', 'externs', 'output_wrapper_file']; +var pathKeys = ['conformance_con...
fix(gcc): conformance_configs should be a path
ngageoint_opensphere-build-resolver
train
js
e2e718ed16a873c8552bf78e40f9509e017332dc
diff --git a/lib/reducers/create-otp-reducer.js b/lib/reducers/create-otp-reducer.js index <HASH>..<HASH> 100644 --- a/lib/reducers/create-otp-reducer.js +++ b/lib/reducers/create-otp-reducer.js @@ -731,8 +731,8 @@ function createOtpReducer(config) { } }) case 'FIND_STOP_TIMES_FOR_TRIP_RESPON...
refactor: more resilient payload checking
opentripplanner_otp-react-redux
train
js
d3d4fbf23f5b8e501dd6a4d53c3f8223313af271
diff --git a/ui/src/directives/TouchSwipe.js b/ui/src/directives/TouchSwipe.js index <HASH>..<HASH> 100644 --- a/ui/src/directives/TouchSwipe.js +++ b/ui/src/directives/TouchSwipe.js @@ -248,7 +248,7 @@ export default { cleanEvt(ctx, 'main') cleanEvt(ctx, 'temp') - if (ctx.event.dir !== false) { + ...
fix: v-touch-swipe crashes on page entry #<I> (#<I>)
quasarframework_quasar
train
js
4c62e5c105faba7c05f67625f17938050418c138
diff --git a/packages/js/lib/util/getEntityForType.js b/packages/js/lib/util/getEntityForType.js index <HASH>..<HASH> 100644 --- a/packages/js/lib/util/getEntityForType.js +++ b/packages/js/lib/util/getEntityForType.js @@ -5,12 +5,10 @@ export default type => { switch (type) { case Photo.name: ca...
fix(js): Remove logging from <I>b<I>f<I>c<I>a<I>f. The minifier seems to be turning `Post.name` into `t`. Don't quite know how it's not doing the same thing for `Photo`, but just leave the hard coded hack in there for now.
randytarampi_me
train
js
0508390bacbe7f8e5f42bfcba1f71336e813cb76
diff --git a/webextension/scripts/injected/checkalts.js b/webextension/scripts/injected/checkalts.js index <HASH>..<HASH> 100644 --- a/webextension/scripts/injected/checkalts.js +++ b/webextension/scripts/injected/checkalts.js @@ -60,6 +60,9 @@ a11ycss.checkalts = { width: auto; } div#${reporterid} code { ...
fix: prevent code in checkalts from inheriting current pages' styles
ffoodd_a11y.css
train
js
7acb808e4096386afef27ef30eabfe5592f7aa32
diff --git a/scripts/report-jest-screenshots.js b/scripts/report-jest-screenshots.js index <HASH>..<HASH> 100644 --- a/scripts/report-jest-screenshots.js +++ b/scripts/report-jest-screenshots.js @@ -79,7 +79,7 @@ class JestScreenshotReporter { } onRunComplete(contexts, results) { - if (NOW_TOKEN) { + if (...
fix: don't report on screenshot VRT results if none have failed
bolt-design-system_bolt
train
js
9d9e4248a7e95e860803293024b8eaf720a5d2be
diff --git a/benchmarks/index.js b/benchmarks/index.js index <HASH>..<HASH> 100644 --- a/benchmarks/index.js +++ b/benchmarks/index.js @@ -19,7 +19,7 @@ const httpOptions = { hostname: 'localhost', method: 'GET', path: '/', - port: 3000, + port: 3009, agent: new http.Agent({ keepAlive: true, max...
perf: socket noDelay (#<I>)
mcollina_undici
train
js,js,js
97d5a57abd7ea228f1badf15001d5c3f7996a66b
diff --git a/visibility-sensor.js b/visibility-sensor.js index <HASH>..<HASH> 100644 --- a/visibility-sensor.js +++ b/visibility-sensor.js @@ -313,7 +313,12 @@ module.exports = createReactClass({ }, render: function () { - if (this.props.children instanceof Function) return this.props.children(this.state); +...
refactor(VisibilitySensor): don't pass `this.state` to child function
joshwnj_react-visibility-sensor
train
js
faaf142cb620f864f5a6d65ab58c9fb1677c85c6
diff --git a/src/core/vdom/create-component.js b/src/core/vdom/create-component.js index <HASH>..<HASH> 100644 --- a/src/core/vdom/create-component.js +++ b/src/core/vdom/create-component.js @@ -236,9 +236,9 @@ function installComponentHooks (data: VNodeData) { } function mergeHook (f1, f2) { - const merged = (a, ...
refactor: reduce component mergeHook arg count Because f<I>ce3a5 removed the two extra args from init hook
kaola-fed_megalo
train
js
99585df1005000c821c78c5ae3d17fbfa8193264
diff --git a/src/api.js b/src/api.js index <HASH>..<HASH> 100644 --- a/src/api.js +++ b/src/api.js @@ -3,6 +3,7 @@ import { resolvePlugins, resolvePackages, resolveExtends, + deepmerge, filterDefaultPlugins, forEach, chdir @@ -19,8 +20,6 @@ import { plugin as scripts } from './plugin/run' export c...
fix(northbrook): use deepmerge to properly extend configurations
northbrookjs_northbrook
train
js
7d48c46ea6c82ae51f2678b3e769da5353aefcf9
diff --git a/src/connectors/index.js b/src/connectors/index.js index <HASH>..<HASH> 100644 --- a/src/connectors/index.js +++ b/src/connectors/index.js @@ -36,6 +36,7 @@ export { default as connectBreadcrumb, } from './breadcrumb/connectBreadcrumb.js'; export { default as connectGeoSearch } from './geo-search/conne...
fix(poweredBy): export connectPoweredBy connector (#<I>) This exports the `connectPoweredBy` connector to users of the library.
algolia_instantsearch.js
train
js
694c6bf718df09ff33633980dd95d4758c85e46e
diff --git a/env.go b/env.go index <HASH>..<HASH> 100644 --- a/env.go +++ b/env.go @@ -80,13 +80,6 @@ func doParse(ref reflect.Value, funcMap CustomParsers) error { } continue } - if reflect.Struct == refField.Kind() { - err := doParse(refField, funcMap) - if nil != err { - errorList = append(errorLi...
fix: parse structs
caarlos0_env
train
go
18363559cec648b58d2cfae3a8620c8be1abdf3b
diff --git a/daemon/mock_service_test.go b/daemon/mock_service_test.go index <HASH>..<HASH> 100644 --- a/daemon/mock_service_test.go +++ b/daemon/mock_service_test.go @@ -14,7 +14,7 @@ func TestMockService_NewService(t *testing.T) { t.Fatalf("Expected a non-nil object but got nil") } - if s.Args[2] != "--foo" { ...
fix: added extra mock service args
pact-foundation_pact-go
train
go
80e78475b69c4c1c9f0754902c6113d80032d3d3
diff --git a/intranet/apps/events/views.py b/intranet/apps/events/views.py index <HASH>..<HASH> 100644 --- a/intranet/apps/events/views.py +++ b/intranet/apps/events/views.py @@ -266,7 +266,7 @@ def modify_event_view(request, event_id=None): @login_required @deny_restricted def delete_event_view(request, event_id): ...
docs: revise delete_event_view docstring
tjcsl_ion
train
py
a0771a75d07126411860e103703a9c658193eefa
diff --git a/packages/arduino-cli/src/index.js b/packages/arduino-cli/src/index.js index <HASH>..<HASH> 100644 --- a/packages/arduino-cli/src/index.js +++ b/packages/arduino-cli/src/index.js @@ -142,7 +142,7 @@ const ArduinoCli = (pathToBin, config = null) => { }, version: () => runAndParseJson(['version']).t...
fix(arduino-cli): ensure sketch is created in appropriate directory
xodio_xod
train
js
4adaef7290f354d9aa47abb508b2c9e3da765be4
diff --git a/src/Mail/MailManager/index.js b/src/Mail/MailManager/index.js index <HASH>..<HASH> 100644 --- a/src/Mail/MailManager/index.js +++ b/src/Mail/MailManager/index.js @@ -109,15 +109,15 @@ class MailManager { const message = new Message() if (views.htmlView) { - const htmlCompiledView = yield t...
fix(mail-manager): update view method using view.make instead of view.render to create views
adonisjs_adonis-mail
train
js
cc928985445ac676807d97c0a2401a87855a9005
diff --git a/system/Commands/Utilities/Routes.php b/system/Commands/Utilities/Routes.php index <HASH>..<HASH> 100644 --- a/system/Commands/Utilities/Routes.php +++ b/system/Commands/Utilities/Routes.php @@ -119,17 +119,20 @@ class Routes extends BaseCommand private function getAutoRoutes(RouteCollection $collect...
refactor: move method calls to outside of the loop
codeigniter4_CodeIgniter4
train
php
5b00b7bd96490aa059692591019821e0eafcc35c
diff --git a/docs/_data/componentLibraries.js b/docs/_data/componentLibraries.js index <HASH>..<HASH> 100644 --- a/docs/_data/componentLibraries.js +++ b/docs/_data/componentLibraries.js @@ -103,12 +103,6 @@ const componentLibraries = [ "Material Design Components from Material Design team themselves. Stay as cl...
chore: remove Morningstar Entry (#<I>)
open-wc_open-wc
train
js
842890ec27ab5ce4e7ff66a70e8c712e36af5b1b
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,6 +48,8 @@ copyright = u'2013, Duncan Macleod' # The short X.Y version. version = gwpy_version.version.split('-', 1)[0] +if version == gwpy_version.git_id: + version = version[:6] # The full version...
docs: fix to git hash version in HTML
gwpy_gwpy
train
py
1743f17d18e203e127afb560aeedd126e3bc804a
diff --git a/src/anyconfig/utils/files.py b/src/anyconfig/utils/files.py index <HASH>..<HASH> 100644 --- a/src/anyconfig/utils/files.py +++ b/src/anyconfig/utils/files.py @@ -5,7 +5,6 @@ """Utility funtions to process file and file paths. """ import functools -import operator import os.path import os import re
fix: remove unused import of operator
ssato_python-anyconfig
train
py
06b2b9d78e8feeb893fb220c2e6a68d9fbf80c37
diff --git a/src/connectors/hierarchical-menu/connectHierarchicalMenu.js b/src/connectors/hierarchical-menu/connectHierarchicalMenu.js index <HASH>..<HASH> 100644 --- a/src/connectors/hierarchical-menu/connectHierarchicalMenu.js +++ b/src/connectors/hierarchical-menu/connectHierarchicalMenu.js @@ -61,7 +61,7 @@ Full do...
chore(docs): Update url example of HierarchicalMenu (#<I>) Update url from "<URL>
algolia_instantsearch.js
train
js
532ea934c37a31653965bd734ce33ab62a016483
diff --git a/pifpaf/drivers/__init__.py b/pifpaf/drivers/__init__.py index <HASH>..<HASH> 100644 --- a/pifpaf/drivers/__init__.py +++ b/pifpaf/drivers/__init__.py @@ -98,9 +98,6 @@ class Driver(fixtures.Fixture): if log_thread.is_alive(): LOG.warning("logging thread for `%s` is still alive...
fix: do not block when process exits not correctly Fixes #<I>
jd_pifpaf
train
py,py
b706ca70d8ae0f4b515a716f353bb5d9aaa7a17c
diff --git a/load.php b/load.php index <HASH>..<HASH> 100644 --- a/load.php +++ b/load.php @@ -20,6 +20,17 @@ $themeisle_sdk_path = dirname( __FILE__ ); global $themeisle_sdk_max_version; global $themeisle_sdk_max_path; +// If this is the latest SDK and it comes from a theme, we should load licenser separately. ...
fix: not loading licenser when SDK comes from theme [#<I>]
Codeinwp_themeisle-sdk
train
php
39a0b7a1eb375c7589c4f3a3f3450183cc4a1ba7
diff --git a/src/geshi/robots.php b/src/geshi/robots.php index <HASH>..<HASH> 100644 --- a/src/geshi/robots.php +++ b/src/geshi/robots.php @@ -36,13 +36,14 @@ $language_data = array ( 'LANG_NAME' => 'robots.txt', 'COMMENT_SINGLE' => array(1 => '#'), 'COMMENT_MULTI' => array(), + 'COMMENT_REGEXP' => ar...
fix: Missed some minor things in robots.txt
GeSHi_geshi-1.0
train
php
4a82e7ab4c49fbdb8781b9e9d649bacb74582c61
diff --git a/pkg/kube/client.go b/pkg/kube/client.go index <HASH>..<HASH> 100644 --- a/pkg/kube/client.go +++ b/pkg/kube/client.go @@ -32,6 +32,14 @@ func (c *Client) Create(namespace string, reader io.Reader) error { return perform(f, namespace, reader, createResource) } +// Delete deletes kubernetes resources fr...
feat(kube): add delete method
helm_helm
train
go
8821dffd79fa90e3253688a887ccf126bc53a787
diff --git a/ladybug/windrose.py b/ladybug/windrose.py index <HASH>..<HASH> 100644 --- a/ladybug/windrose.py +++ b/ladybug/windrose.py @@ -439,6 +439,11 @@ class WindRose(object): else: histogram_data_stacked = [[sum(h) / len(h)] if len(h) > 0 else [0] for h ...
fix(windrose): Remove rounding of bin lengths when averaging wind_data.
ladybug-tools_ladybug
train
py
8cc0e634f03a4fe9652a473a3028d71ebfc28b36
diff --git a/insights/specs/datasources/candlepin_broker.py b/insights/specs/datasources/candlepin_broker.py index <HASH>..<HASH> 100644 --- a/insights/specs/datasources/candlepin_broker.py +++ b/insights/specs/datasources/candlepin_broker.py @@ -56,7 +56,7 @@ def candlepin_broker(broker): if content: ...
fix: Fix deprecation warning for using ET.getiterator (#<I>) * Using the xml element tree getiterator function has been deprecated for a while it seems. To get rid of the warning I updated to using iter wrapped in a list which is all the getiterator function did.
RedHatInsights_insights-core
train
py
bb60271325f6229b323cba77bfaf34462d7891c8
diff --git a/packages/core/test/options.test.js b/packages/core/test/options.test.js index <HASH>..<HASH> 100644 --- a/packages/core/test/options.test.js +++ b/packages/core/test/options.test.js @@ -113,6 +113,21 @@ describe("/processor.js", function() { .then(() => processor.output({ to : "out.css" })...
test: add skipped test for external sourcemaps
tivac_modular-css
train
js
2d5b190d9ba5de1acab063af9c0b1ba2d69cd4d2
diff --git a/sdk/src/directives/ccElasticViews/elasticViewControllerFactory.js b/sdk/src/directives/ccElasticViews/elasticViewControllerFactory.js index <HASH>..<HASH> 100644 --- a/sdk/src/directives/ccElasticViews/elasticViewControllerFactory.js +++ b/sdk/src/directives/ccElasticViews/elasticViewControllerFactory.js @...
fix(elastic-views): removed debugging left overs
sofa_sofa-couch-service
train
js
396c095f24271fd08c00da027e1eae80d0c0ad49
diff --git a/packages/blueprint-socket.io/tests/dummy/app/controllers/chat.js b/packages/blueprint-socket.io/tests/dummy/app/controllers/chat.js index <HASH>..<HASH> 100644 --- a/packages/blueprint-socket.io/tests/dummy/app/controllers/chat.js +++ b/packages/blueprint-socket.io/tests/dummy/app/controllers/chat.js @@ -1...
chore: Added documentation/comments
onehilltech_blueprint
train
js
45780fa922734951e7c9baa84206ca1e1e38ab2a
diff --git a/src/ConnectCore.js b/src/ConnectCore.js index <HASH>..<HASH> 100644 --- a/src/ConnectCore.js +++ b/src/ConnectCore.js @@ -16,10 +16,10 @@ const networks = { rpcUrl: 'https://ropsten.infura.io' }, 'kovan': { id: '0x2a', registry: '0x5f8e9351dc2d238fb878b6ae43aa7...
feat: add rinkeby network support
uport-project_uport-connect
train
js
75213d248049183a886f0618ac7e8dfc80fde0b4
diff --git a/bids/layout/layout.py b/bids/layout/layout.py index <HASH>..<HASH> 100644 --- a/bids/layout/layout.py +++ b/bids/layout/layout.py @@ -1234,7 +1234,9 @@ class BIDSLayout(object): absolute_paths = self.absolute_paths if absolute_paths: - built = str(self._root / built) + ...
fix: let Layout.build_file always return posix paths On Windows, it returned posix relative paths because that is what writing.build_path returns. Absolute paths, however, went through `Path` and then back to string and became WIndows paths.
bids-standard_pybids
train
py
8e039cdda9a4ae256777116c3ddf29fb0d5402b2
diff --git a/test/e2e/upgrade/alert/alert.go b/test/e2e/upgrade/alert/alert.go index <HASH>..<HASH> 100644 --- a/test/e2e/upgrade/alert/alert.go +++ b/test/e2e/upgrade/alert/alert.go @@ -67,6 +67,10 @@ func (t *UpgradeTest) Test(f *framework.Framework, done <-chan struct{}, upgrade Text: "https://bugzilla.redha...
test: Associate ClusterOperatorDown for machine-config with bug We have opened a high severity bug for this issue and the alert can be tagged to allow merging.
openshift_origin
train
go
cc1522ee0d8786ba8864a22eb690097eb257eab2
diff --git a/src/ServiceHandler.php b/src/ServiceHandler.php index <HASH>..<HASH> 100644 --- a/src/ServiceHandler.php +++ b/src/ServiceHandler.php @@ -114,6 +114,9 @@ final class ServiceHandler if (!\is_dir($directory)) { continue; } + + $directory = rtrim($director...
fix: enforce ending slash to config directories
ixocreate_application
train
php
609c9914c1118f4ff3653bda51b390bd17043942
diff --git a/test/util.js b/test/util.js index <HASH>..<HASH> 100644 --- a/test/util.js +++ b/test/util.js @@ -15,7 +15,6 @@ var utils = require('../lib/util'); var testBuffer = binaryBuffer(20000); var testDate = new Date('Jan 03 2013 14:26:38 GMT'); -var testDateDos = 1109607251; var testDateDosUTC = 1109619539;...
test: timezones are just wonderful.
archiverjs_node-archiver
train
js
36ed2980923877ec8227151d422ed5ff88a08837
diff --git a/lib/types/keywords.js b/lib/types/keywords.js index <HASH>..<HASH> 100644 --- a/lib/types/keywords.js +++ b/lib/types/keywords.js @@ -35,7 +35,13 @@ keywords.instanceOf = { } }; -const indexRx = /\[([0-9]+)\]/; +const indexRx = /\[([0-9]+)\]/g; +function findArrayIndex(path) { + let indices = []; + ...
fix(keywords): improve array index lookup for coercion keyword
mbroadst_thinkagain
train
js
b5e0086440a5056d9fa3375f284874dc8d5e1e43
diff --git a/spec/fields/numbers.js b/spec/fields/numbers.js index <HASH>..<HASH> 100644 --- a/spec/fields/numbers.js +++ b/spec/fields/numbers.js @@ -35,7 +35,7 @@ describe('Query', function() { it('should throw error when can\'t parse number', function() { expect(function() { - query.threshold('N...
style(tests): cosmetic fix
7eggs_node-druid-query
train
js
f57f963eee2b8b24d9da665dbb4389e7065607fe
diff --git a/samples/deidentifyWithReplacement.js b/samples/deidentifyWithReplacement.js index <HASH>..<HASH> 100644 --- a/samples/deidentifyWithReplacement.js +++ b/samples/deidentifyWithReplacement.js @@ -20,7 +20,7 @@ // usage: node deidentifyWithMask.js my-project string replacement function main(projectId, st...
docs(samples): modified region tag to align with other snippets (#<I>)
googleapis_nodejs-dlp
train
js
375205e7cde925fc33c4f62c06926baf82e20405
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -1,8 +1,8 @@ const execall = require('@cush/execall'); const util = require('util'); -const elapsedRE = /(?:^|[^%])%t/; -const placeholderRE = /((?:^|[^%])%[sdifjoO])/g; +const elapsedRE = /(?<!%)%t/; +const placeholderRE ...
fix: use lookbehind in placeholder regex
aleclarson_elaps
train
js
28b5e79a29cce4f05a218c0eb43c5360dd60112c
diff --git a/src/Exscript/Connection.py b/src/Exscript/Connection.py index <HASH>..<HASH> 100644 --- a/src/Exscript/Connection.py +++ b/src/Exscript/Connection.py @@ -147,6 +147,14 @@ class Connection(object): """ return self.action.get_host() + def add_monitor(self, pattern, callback): + ...
fix: Connection.add_monitor() should pass the Connection, not the underlying Protocol.
knipknap_exscript
train
py
9bbc4f0eb7224f41722c57351d8afcda0d36b460
diff --git a/src/mixins/keyboard-selection.js b/src/mixins/keyboard-selection.js index <HASH>..<HASH> 100644 --- a/src/mixins/keyboard-selection.js +++ b/src/mixins/keyboard-selection.js @@ -30,7 +30,7 @@ export default { break case 13: // ENTER key case 32: // SPACE key - if (this...
fix: QAutocomplete - when Popover is showing you can't type space character #<I>
quasarframework_quasar
train
js
47df66143ba0d86b30185964e33b40d6288b6b6e
diff --git a/lib/workers/repository/apis.js b/lib/workers/repository/apis.js index <HASH>..<HASH> 100644 --- a/lib/workers/repository/apis.js +++ b/lib/workers/repository/apis.js @@ -65,7 +65,7 @@ async function checkForLerna(config) { } return { lernaPackages }; } catch (err) { - config.logger.warn('le...
fix: do not warn when lerna subdirectories not found (#<I>)
renovatebot_renovate
train
js
bf98ce3d8feb0e10e1824245e38475900dd6a6da
diff --git a/server/api.js b/server/api.js index <HASH>..<HASH> 100644 --- a/server/api.js +++ b/server/api.js @@ -53,6 +53,7 @@ api.POST('/watch', async (req, res) => { file, }) }) + stream.clientId = clientId clients[clientId].add(stream) return {id: stream.id} }) @@ -63,7 +64,9 @@ api.POST('/u...
fix: clean up client's stream set on /unwatch
aleclarson_wch
train
js,js
847bb58aec13d40903961346db9f99fa7af2503e
diff --git a/packages/insomnia-app/scripts/getBuildContext.js b/packages/insomnia-app/scripts/getBuildContext.js index <HASH>..<HASH> 100644 --- a/packages/insomnia-app/scripts/getBuildContext.js +++ b/packages/insomnia-app/scripts/getBuildContext.js @@ -33,10 +33,12 @@ function fromGitRef() { const gitRef = GIT_TAG...
fix: add back app to the build context
getinsomnia_insomnia
train
js
d1107e33903c115c710ee2f2668c0be9abf3ce7f
diff --git a/lib/plugin/components/services/rbac/refresh-index/index.js b/lib/plugin/components/services/rbac/refresh-index/index.js index <HASH>..<HASH> 100644 --- a/lib/plugin/components/services/rbac/refresh-index/index.js +++ b/lib/plugin/components/services/rbac/refresh-index/index.js @@ -34,4 +34,3 @@ async funct...
style: standard.js fix affects: tymly I believe I am in biscuit credit.
wmfs_tymly-core
train
js
32cf981ce38299c3f0eabbbf2b87c613881000fa
diff --git a/packages/xod-fs/src/load.js b/packages/xod-fs/src/load.js index <HASH>..<HASH> 100644 --- a/packages/xod-fs/src/load.js +++ b/packages/xod-fs/src/load.js @@ -77,7 +77,7 @@ const loadProjectWithoutLibs = (projectPath, workspace) => .then(assignIdsToAllPatches); export const loadProjectWithLibs = (pr...
fix(xod-fs): fix bug with resolving path
xodio_xod
train
js
65faf71782f48410b3ff179aa892c46eaa796546
diff --git a/packages/collector/test/metrics/appWithWorkerThread/app.js b/packages/collector/test/metrics/appWithWorkerThread/app.js index <HASH>..<HASH> 100644 --- a/packages/collector/test/metrics/appWithWorkerThread/app.js +++ b/packages/collector/test/metrics/appWithWorkerThread/app.js @@ -4,7 +4,11 @@ 'use stri...
ci(coverage): fix test for nyc coverage job The app under test checked NODE_OPTIONS as the test added that for some configurations but not for others. Turns out, nyc always adds NODE_OPTIONS so this check needs to be a bit more sophisticated.
instana_nodejs-sensor
train
js
5498adfa36190ea0626655858ca06d2c06516774
diff --git a/test/fixtures/hello.js b/test/fixtures/hello.js index <HASH>..<HASH> 100644 --- a/test/fixtures/hello.js +++ b/test/fixtures/hello.js @@ -1,14 +1,14 @@ const data = { - body: { - response: '', - responseText: '', - responseType: 'text', - status: 200, - statusText: 'OK' - }, - headers: {...
test(fixtures): update to new format
RasCarlito_axios-cache-adapter
train
js
91e024c8fa6e5fecc99b708e4b0f1da074546cdc
diff --git a/tests/dir_helpers.py b/tests/dir_helpers.py index <HASH>..<HASH> 100644 --- a/tests/dir_helpers.py +++ b/tests/dir_helpers.py @@ -237,10 +237,6 @@ def run_copy(tmp_dir, dvc): "import sys, shutil\nshutil.copyfile(sys.argv[1], sys.argv[2])", ) - # Do we need this? - if hasattr(tmp_dir, ...
test: do not commit copy.py to git
iterative_dvc
train
py
9c7be27278007f54b3795bdf715c0290e6a6ef1c
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 @@ -9,7 +9,8 @@ import { action, autorun, observable, - isObservableArray +...
fix: stateSync can't works on ObservableArray
be-fe_react-mobx-vm
train
js
3c7d05b7ba72ab0b87f39bec08647fe32d344e70
diff --git a/src/select/Select.js b/src/select/Select.js index <HASH>..<HASH> 100644 --- a/src/select/Select.js +++ b/src/select/Select.js @@ -57,8 +57,8 @@ export default class Select extends Component { } if (props.value !== this.state.value) { this.setState({ - value: props.value || this.stat...
fix(Select): fix issue with remove search get value.
uiwjs_uiw
train
js
181aeee0b9227f2256e880ce3ed25d81d47905e6
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,7 +34,7 @@ if on_rtd: # Temporarily create & install docs/requirements.txt (we are in ./docs) docs_requirements = Path('requirements.txt') docs_requirements.write_text(docs_requirements_text)...
docs: upgrade past RTD's ancient Pillow
pikepdf_pikepdf
train
py
3b49d4b4d4bce0422eefde39ce72bcc579e7d5d6
diff --git a/src/core/utils/to-trail.js b/src/core/utils/to-trail.js index <HASH>..<HASH> 100644 --- a/src/core/utils/to-trail.js +++ b/src/core/utils/to-trail.js @@ -13,7 +13,7 @@ const toTrail = async (context, path) => { name: fsEntry.name, cid: fsEntry.cid, size: fsEntry.node.size, - type:...
fix: handle dag-cbor nodes in trail
ipfs_js-ipfs-mfs
train
js
5a115969609cebbfa53a183a0068aba794107011
diff --git a/lib/workers/repository/onboarding/pr/index.js b/lib/workers/repository/onboarding/pr/index.js index <HASH>..<HASH> 100644 --- a/lib/workers/repository/onboarding/pr/index.js +++ b/lib/workers/repository/onboarding/pr/index.js @@ -47,6 +47,7 @@ async function ensureOnboardingPr(config) { // Check if exis...
chore: add logging to onboarding pr logic
renovatebot_renovate
train
js
9e6dc4a50834cf96e52d16e016dd4381dd9fb1a2
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -120,7 +120,7 @@ function sailsGenerate(opts) { - descriptor.paths[path] = {}; + descriptor.paths[path] = descriptor.paths[path] || {}; descriptor.paths[path][route.method] = ...
fix: there can be many methods per endpoints
jasancheg_sails-custom-swagger-hook
train
js
8ae4f50c1a118eb6e28e3463969356200de0383c
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -12,7 +12,7 @@ function defaultReport(details) { // Sort args.totals.sort((a, b) => b.size - a.size); - console.log("%s:", args.entry); + console.log("%s:", args.input); args.totals.forEach((item) ...
fix: Replace 'entry' with 'input' (#5)
tivac_rollup-plugin-sizes
train
js
f1f095c10fbe2c2f03872a730cbae36c5b8dc986
diff --git a/airtest/core/android/android.py b/airtest/core/android/android.py index <HASH>..<HASH> 100644 --- a/airtest/core/android/android.py +++ b/airtest/core/android/android.py @@ -19,6 +19,7 @@ from airtest.core.android.rotation import RotationWatcher, XYTransformer from airtest.core.android.recorder import Rec...
fix: Better compatibility when ori_method is not specified (cherry picked from commit f<I>d<I>dc<I>f<I>d<I>a4f<I>b<I>cf) (cherry picked from commit c<I>f1b1e0b<I>f<I>e7f<I>fc<I>bc4e<I>e)
AirtestProject_Airtest
train
py
4f3e4148204fef5addd9f343cae7aa76fec4bda4
diff --git a/lib/RuntimeTemplate.js b/lib/RuntimeTemplate.js index <HASH>..<HASH> 100644 --- a/lib/RuntimeTemplate.js +++ b/lib/RuntimeTemplate.js @@ -195,7 +195,7 @@ module.exports = class RuntimeTemplate { } else if (originModule.buildMeta.strictHarmonyModule) { if (exportName) { return "/* non-default...
chore: rm useless checking This expression always evaluates to true.
webpack_webpack
train
js
036d9b55993ac1edd6157daa7aec04b36e78ea84
diff --git a/tests/system/Session/Handlers/Database/AbstactHandlerTestCase.php b/tests/system/Session/Handlers/Database/AbstactHandlerTestCase.php index <HASH>..<HASH> 100644 --- a/tests/system/Session/Handlers/Database/AbstactHandlerTestCase.php +++ b/tests/system/Session/Handlers/Database/AbstactHandlerTestCase.php @...
test: fix mistake of rebase
codeigniter4_CodeIgniter4
train
php
512a3d8ccf2d45a9e4868537ff791d819b8b1787
diff --git a/views/js/controller/creator/views/property.js b/views/js/controller/creator/views/property.js index <HASH>..<HASH> 100644 --- a/views/js/controller/creator/views/property.js +++ b/views/js/controller/creator/views/property.js @@ -137,13 +137,16 @@ function($, ui, DataBinder, templates){ ...
fix: issue with deleting sections when invalid
oat-sa_extension-tao-testqti
train
js
6afe5b7b0368a9df252cdb6c3c167716ecdae64f
diff --git a/secretballot/middleware.py b/secretballot/middleware.py index <HASH>..<HASH> 100644 --- a/secretballot/middleware.py +++ b/secretballot/middleware.py @@ -4,7 +4,7 @@ from hashlib import md5 from django import VERSION a, b = VERSION[:2] -if a < 1 or a == 1 and b < 10: +if (a < 1) or (a == 1 and b < 10):...
fix(condition): fixed version test condition.
jamesturk_django-secretballot
train
py
1b0f19b019060730fcc54caa1a5e7595eef7bb4f
diff --git a/eslint/babel-eslint-parser/src/visitor-keys.js b/eslint/babel-eslint-parser/src/visitor-keys.js index <HASH>..<HASH> 100644 --- a/eslint/babel-eslint-parser/src/visitor-keys.js +++ b/eslint/babel-eslint-parser/src/visitor-keys.js @@ -19,4 +19,4 @@ export const conflictTypes = { ExportAllDeclaration: ESL...
fix: do not mutate newTypes (#<I>)
babel_babel
train
js
a5005ab4d2ec5d3c171ae4cf358d6aa396decea8
diff --git a/src/lib/realtime.js b/src/lib/realtime.js index <HASH>..<HASH> 100644 --- a/src/lib/realtime.js +++ b/src/lib/realtime.js @@ -9,7 +9,7 @@ const APPS_DOCTYPE = 'io.cozy.apps' * @param {object} * @returns {Promise} */ -async function initializeRealtime({ getApp, onCreate, onDelete, cozyClient }) { +fun...
refactor: Initialisation of realtime does not need to be async
cozy_cozy-bar
train
js,js
11159a65993f561019f0d95eee77dfce8b7a5837
diff --git a/test/specs/modules/Dropdown/Dropdown-test.js b/test/specs/modules/Dropdown/Dropdown-test.js index <HASH>..<HASH> 100644 --- a/test/specs/modules/Dropdown/Dropdown-test.js +++ b/test/specs/modules/Dropdown/Dropdown-test.js @@ -1,7 +1,14 @@ import React from 'react' -import { Dropdown } from 'stardust' + +i...
test(Dropdown): add common
Semantic-Org_Semantic-UI-React
train
js
1f4e9eec313c6bc7ab337f150d2ff595ba526d5f
diff --git a/src/field/index.js b/src/field/index.js index <HASH>..<HASH> 100644 --- a/src/field/index.js +++ b/src/field/index.js @@ -27,6 +27,7 @@ export default createComponent({ labelClass: null, labelAlign: String, inputAlign: String, + placeholder: String, errorMessage: String, errorMe...
chore(Field): move placeholder from attrs to props (#<I>)
youzan_vant
train
js
adfbde3b95ad1ca984851c9822793816157cd9d2
diff --git a/packages/ng2/webpack.config.js b/packages/ng2/webpack.config.js index <HASH>..<HASH> 100644 --- a/packages/ng2/webpack.config.js +++ b/packages/ng2/webpack.config.js @@ -43,6 +43,6 @@ module.exports = { }, externals: { - "angular2/core": { root: 'angular2/core', commonjs2: 'angular2/core', comm...
fix(build): declare external dep on `angular/core` in webpack bundle Closes #<I>
ui-router_angular
train
js
97ae64dec5d3b9097c45e95746bfa45e59efe987
diff --git a/packages/vaex-core/vaex/test/dataset.py b/packages/vaex-core/vaex/test/dataset.py index <HASH>..<HASH> 100644 --- a/packages/vaex-core/vaex/test/dataset.py +++ b/packages/vaex-core/vaex/test/dataset.py @@ -1290,6 +1290,7 @@ class TestDataset(unittest.TestCase): np.testing.assert_array_almost_equal(sel...
test: covar with multiple selections
vaexio_vaex
train
py
b78f5df17292c9df108735a8bebfa006777e85fd
diff --git a/packages/vaex-core/setup.py b/packages/vaex-core/setup.py index <HASH>..<HASH> 100644 --- a/packages/vaex-core/setup.py +++ b/packages/vaex-core/setup.py @@ -23,7 +23,7 @@ url = 'https://www.github.com/maartenbreddels/vaex' install_requires_core = ["numpy>=1.16", "astropy>=2", "aplus", "tabulate>=0.8.3", ...
chore: depend on pyarrow>=3
vaexio_vaex
train
py
524e3363d9dbb8236989979ef2d932fbc8e32198
diff --git a/lib/util/data-server.js b/lib/util/data-server.js index <HASH>..<HASH> 100644 --- a/lib/util/data-server.js +++ b/lib/util/data-server.js @@ -265,19 +265,21 @@ module.exports = function init(_proxy) { var clientId = getClientId(item); var ipList = filter.ipList; var clientIp = item.req.ip; +...
refactor: refine checkClientIp
avwo_whistle
train
js
dbe7300ed05d120e2b48d7d7a70e5ea71bcc39e3
diff --git a/client-src/default/index.js b/client-src/default/index.js index <HASH>..<HASH> 100644 --- a/client-src/default/index.js +++ b/client-src/default/index.js @@ -1,10 +1,5 @@ 'use strict'; -// webpack@5 doesn't inject node polyfill automatically -window.global = window.global || window; -window.process = wi...
fix: delete `Node.js` variables in windows (#<I>)
webpack_webpack-dev-server
train
js
bd2deb0d9e53840723d9bc4b5a0af3966c34e18e
diff --git a/conversejs/boshclient.py b/conversejs/boshclient.py index <HASH>..<HASH> 100644 --- a/conversejs/boshclient.py +++ b/conversejs/boshclient.py @@ -127,9 +127,8 @@ class BOSHClient(object): def send_request(self, xml_stanza): ElementType = getattr(ET, '_Element', ET.Element) if isinsta...
fix: remove method parameter, because it's default is xml, which works both in python<I> and python<I>, but tostring has no such parameter in python <I>
TracyWebTech_django-conversejs
train
py
150d0cb002cc3ee2cbfe0dd54050f4d43453391d
diff --git a/src/transaction-path/constants.js b/src/transaction-path/constants.js index <HASH>..<HASH> 100644 --- a/src/transaction-path/constants.js +++ b/src/transaction-path/constants.js @@ -1,8 +1,5 @@ module.exports = { DELIMITER: ':', - - // This is in fact a single backslash character, but in stupid JS it'...
chore: Remove unnecessary comment from constants.js
apiaryio_dredd-transactions
train
js
aa55324cfc93af65a2a8c232ca69597a4ff633fd
diff --git a/lib/WebpackOptionsDefaulter.js b/lib/WebpackOptionsDefaulter.js index <HASH>..<HASH> 100644 --- a/lib/WebpackOptionsDefaulter.js +++ b/lib/WebpackOptionsDefaulter.js @@ -94,6 +94,7 @@ class WebpackOptionsDefaulter extends OptionsDefaulter { // Elsewise prefix "[id]." in front of the basename to make i...
fix(bug): don't default chunkFileName to a filename typeof function
webpack_webpack
train
js
af5a540fc83951389c5e23e4d5a45015aedb30de
diff --git a/src/Text.php b/src/Text.php index <HASH>..<HASH> 100644 --- a/src/Text.php +++ b/src/Text.php @@ -53,7 +53,7 @@ class Text extends PhalconText * @return string * @codeCoverageIgnore */ - public static function random($type = 0, $length = 8) + public static function random($type = se...
refactor(text): use constant instead of 0 in `random` [ci skip]
phwoolcon_phwoolcon
train
php
9132e23d19d744475a744c1f119b70ad5bdd6b57
diff --git a/packages/svg-baker/lib/sprite-factory.js b/packages/svg-baker/lib/sprite-factory.js index <HASH>..<HASH> 100644 --- a/packages/svg-baker/lib/sprite-factory.js +++ b/packages/svg-baker/lib/sprite-factory.js @@ -24,7 +24,18 @@ const defaultConfig = { */ function createSprite(config = {}) { const cfg = ...
fix(sprite-factory): sort symbols by id to get more determined sprite content
JetBrains_svg-mixer
train
js
bf140896e57578f327d4874d06241b829543395d
diff --git a/packages/cozy-stack-client/src/CozyStackClient.spec.js b/packages/cozy-stack-client/src/CozyStackClient.spec.js index <HASH>..<HASH> 100644 --- a/packages/cozy-stack-client/src/CozyStackClient.spec.js +++ b/packages/cozy-stack-client/src/CozyStackClient.spec.js @@ -259,7 +259,11 @@ describe('CozyStackClien...
test: Reset fetch mocks before each unit test to ensure tests isolation
cozy_cozy-client
train
js
e9b2d8e2aff10a889185e0e664ed42390d6ee26c
diff --git a/packages/site/pages/core/motion.js b/packages/site/pages/core/motion.js index <HASH>..<HASH> 100644 --- a/packages/site/pages/core/motion.js +++ b/packages/site/pages/core/motion.js @@ -161,10 +161,10 @@ const Travel = _ => ( } @keyframes pill2 { 6.67% { - transform: transla...
refactor(site): move motion travel pill further
pluralsight_design-system
train
js
02e966f108578578fe717d259b16a7c933a0db44
diff --git a/dist/jcampconverter.js b/dist/jcampconverter.js index <HASH>..<HASH> 100644 --- a/dist/jcampconverter.js +++ b/dist/jcampconverter.js @@ -351,17 +351,15 @@ continue; } - if (canonicDataLabel === 'TITLE') { spectrum.title = dataValue; ...
fix: improve detection of 2d spectra
cheminfo-js_jcampconverter
train
js
27d00340c838888c281be0fbc0400635aef552c1
diff --git a/src/foremast/pipeline/construct_pipeline_block_cloudfunction.py b/src/foremast/pipeline/construct_pipeline_block_cloudfunction.py index <HASH>..<HASH> 100644 --- a/src/foremast/pipeline/construct_pipeline_block_cloudfunction.py +++ b/src/foremast/pipeline/construct_pipeline_block_cloudfunction.py @@ -1,6 +...
chore: Updated Cloud Function source code copyrights
foremast_foremast
train
py,py
2403a40979cc0b2ce252abfdb7aacd00b91b4ab8
diff --git a/internal/pipe/git/git.go b/internal/pipe/git/git.go index <HASH>..<HASH> 100644 --- a/internal/pipe/git/git.go +++ b/internal/pipe/git/git.go @@ -74,7 +74,7 @@ func getGitInfo() (context.GitInfo, error) { return context.GitInfo{}, errors.Wrap(err, "couldn't get remote URL") } tag, err := getTag() - ...
fix: getTag return incorrect tag, if we have more than 1 tag for 1 commit (#<I>) * fix strategy of getting latest tag * add git -c "versionsort.suffix=-" * fix test * fix tests * add more details about change
goreleaser_goreleaser
train
go
cf02ed5f2f0eee6a26cca75308cd90377f6c8b39
diff --git a/plugins/indent/trumbowyg.indent.js b/plugins/indent/trumbowyg.indent.js index <HASH>..<HASH> 100644 --- a/plugins/indent/trumbowyg.indent.js +++ b/plugins/indent/trumbowyg.indent.js @@ -24,6 +24,11 @@ fr: { indent: 'Augmenter le retrait', outdent: 'Diminuer le...
feat: add pt_br translation to indent plugin
Alex-D_Trumbowyg
train
js
6d225c2088059e907aa32f48d82743339bb127df
diff --git a/lib/utils/generate-index.js b/lib/utils/generate-index.js index <HASH>..<HASH> 100644 --- a/lib/utils/generate-index.js +++ b/lib/utils/generate-index.js @@ -1,7 +1,8 @@ const fs = require('fs-extra') +const path = require('path') const store = require('../store.js') -const template = fs.readFileSync('...
fix: Load UI HTML file from correct location
pangolinjs_core
train
js
5d5394a7bf5a80f2d9b731be47d8bf9ae2f07684
diff --git a/src/Helper/Normalizer.php b/src/Helper/Normalizer.php index <HASH>..<HASH> 100644 --- a/src/Helper/Normalizer.php +++ b/src/Helper/Normalizer.php @@ -36,10 +36,12 @@ class Normalizer $normalized = []; foreach ($args as $arg) { - if (\preg_match('/^\-\w{2,}/', $arg)) { + ...
fix(normalizer): complex option containing value delimited by =
adhocore_php-cli
train
php
d1462690ba0643d919da7a8041b5e5b291e27380
diff --git a/extension/test/chrome/extension.spec.js b/extension/test/chrome/extension.spec.js index <HASH>..<HASH> 100644 --- a/extension/test/chrome/extension.spec.js +++ b/extension/test/chrome/extension.spec.js @@ -43,7 +43,7 @@ describe('Chrome extension', function () { }); it("should contain inspector mon...
fix(extension): increase delay in e2e chrome test (#<I>)
reduxjs_redux-devtools
train
js
6cb18dc910d76b12d4166e6671fafc216fff46fc
diff --git a/ui/src/components/editor/editor-utils.js b/ui/src/components/editor/editor-utils.js index <HASH>..<HASH> 100644 --- a/ui/src/components/editor/editor-utils.js +++ b/ui/src/components/editor/editor-utils.js @@ -136,7 +136,7 @@ function getDropdown (h, vm, btn) { class: active ? activeClass : ...
fix(QEditor): addition to previous commit
quasarframework_quasar
train
js
29d069a95aaa513430d226cd05ffc288c8856392
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -695,12 +695,12 @@ function assign (defaults, configuration) { var o = {} configuration = configuration || {} + Object.keys(defaults).forEach(function (k) { + o[k] = defaults[k] + }) Object.keys(configuration)....
fix: whoops, let's make the assign not change the Object key order
yargs_yargs-parser
train
js
fe3ee847b198828d445393508e4bb1adbf13a571
diff --git a/internal/services/mssql/helper/sql_retention_policies.go b/internal/services/mssql/helper/sql_retention_policies.go index <HASH>..<HASH> 100644 --- a/internal/services/mssql/helper/sql_retention_policies.go +++ b/internal/services/mssql/helper/sql_retention_policies.go @@ -51,6 +51,7 @@ func LongTermRetent...
fix: 🐛 Set default for week_of_year (#<I>)
terraform-providers_terraform-provider-azurerm
train
go
dca5786088f4a021b548ee30b5b97cd6108a6019
diff --git a/src/js/lib/repl.js b/src/js/lib/repl.js index <HASH>..<HASH> 100644 --- a/src/js/lib/repl.js +++ b/src/js/lib/repl.js @@ -179,7 +179,9 @@ REPL.backspace = function () { } }; -REPL.actualCharCode = function (code) { +REPL.actualCharCode = function (event) { + var code = event.keyCode; + if (code >...
fix: passing code to calculate actualCharCode - whole event needed
tadeuzagallo_zsh.js
train
js
c1ee770dae865b2fee5597fe7e148671a6e39aaa
diff --git a/mishmash/__main__.py b/mishmash/__main__.py index <HASH>..<HASH> 100644 --- a/mishmash/__main__.py +++ b/mishmash/__main__.py @@ -13,6 +13,7 @@ from eyed3.utils.prompt import PromptExit from .database import MissingSchemaException from .config import DEFAULT_CONFIG, CONFIG_ENV_VAR, Config, MAIN_SECT, SA_...
fix: Import mishmash.commands to trigger command.register.
nicfit_MishMash
train
py
35d86f7ec543c2255f74f0ef0e35dbc7b33742fe
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -41,10 +41,6 @@ for extra in extras: extra_dependencies[extra] = list(parse_dependencies(filename)) extra_dependencies["all"] = list(set(sum(extra_dependencies.values(), []))) -extra_dependencies[""] = list(set( - e...
fix: don't install rabbitmq+watch dependencies by default Fixes #<I>
Bogdanp_dramatiq
train
py
93a98ab0963ad99bf077cb7c4b734c836edadbc3
diff --git a/src/lib/matchers.js b/src/lib/matchers.js index <HASH>..<HASH> 100644 --- a/src/lib/matchers.js +++ b/src/lib/matchers.js @@ -91,9 +91,7 @@ const getQueryStringMatcher = ({ query: passedQuery }) => { if(!Array.isArray(expectedQuery[key])){ return false }else{ - // Not the recommend way ...
refactor: use lodash.isEqual for checking equality
wheresrhys_fetch-mock
train
js
3b7418af9bd238b6d1fad6f8282de6ee3747d101
diff --git a/apps/pattern-lab/.boltrc.js b/apps/pattern-lab/.boltrc.js index <HASH>..<HASH> 100644 --- a/apps/pattern-lab/.boltrc.js +++ b/apps/pattern-lab/.boltrc.js @@ -12,11 +12,6 @@ module.exports = { extraTwigNamespaces: { 'bolt': { recursive: true, - paths: [ - // './src', - /* E...
chore: remove extra commented out config
bolt-design-system_bolt
train
js
443ed73a049fdb446610cdf995ae3755c3323020
diff --git a/packages/mdc-slider/addon/components/mdc-slider.js b/packages/mdc-slider/addon/components/mdc-slider.js index <HASH>..<HASH> 100644 --- a/packages/mdc-slider/addon/components/mdc-slider.js +++ b/packages/mdc-slider/addon/components/mdc-slider.js @@ -15,7 +15,11 @@ export default Component.extend({ cla...
fix: Missing disabled class name binding
onehilltech_ember-cli-mdc
train
js
062c642c48b7e678e905b5f843215593ddca3229
diff --git a/src/Facade.php b/src/Facade.php index <HASH>..<HASH> 100644 --- a/src/Facade.php +++ b/src/Facade.php @@ -7,6 +7,34 @@ use Illuminate\Support\Facades\Facade as BaseFacade; /** * Facading class to mask the service behind the "Browser" class. * + * @method static bool isMobile() + * @method static bool ...
feat: Add `@method` to the `Facade.php` file in order to work with static analysers
hisorange_browser-detect
train
php
8bd5bae7f8f9d32a21838d6597775d7348c7ad3c
diff --git a/src/Supports/HttpRequest.php b/src/Supports/HttpRequest.php index <HASH>..<HASH> 100644 --- a/src/Supports/HttpRequest.php +++ b/src/Supports/HttpRequest.php @@ -85,14 +85,18 @@ trait HttpRequest ]); } - protected function postForm(string $url, string $jsonData, array $headers = []) + ...
feat(curl): add the form request method.
helei112g_payment
train
php
c37c0794c37f2605bb7431d66f3fa7b4dcb5ad16
diff --git a/packages/ui-navigation/src/Navigation/NavigationItem/styles.js b/packages/ui-navigation/src/Navigation/NavigationItem/styles.js index <HASH>..<HASH> 100644 --- a/packages/ui-navigation/src/Navigation/NavigationItem/styles.js +++ b/packages/ui-navigation/src/Navigation/NavigationItem/styles.js @@ -76,7 +76,...
refactor(ui-navigation): fix non-visible focus issue
instructure_instructure-ui
train
js
13917212fbc2d0c9bc973d2968e2a6941b4c81f6
diff --git a/src/lory.js b/src/lory.js index <HASH>..<HASH> 100644 --- a/src/lory.js +++ b/src/lory.js @@ -355,6 +355,14 @@ export function lory (slider, opts) { nextCtrl.removeEventListener('click', next); } + // remove cloned slides if infinite is set + if (options.infinite) { + ...
fix: Destroy cloned slides if infinite is set
loryjs_lory
train
js
a0aecf178088519367da249610dc9756b2c1e0d0
diff --git a/src/Cursor.js b/src/Cursor.js index <HASH>..<HASH> 100644 --- a/src/Cursor.js +++ b/src/Cursor.js @@ -387,7 +387,7 @@ export default class Cursor { * @static * @returns {Cursor} */ - static create(...args) { - return new this(...args); + static create() { + return new this(); } }
refactor(cursor): Remove unused ...args from static create
kittikjs_cursor
train
js