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
619965bd7c7c6526903ad36a7f09d7ac14e98e55
diff --git a/packages/@vue/cli-plugin-pwa/ui.js b/packages/@vue/cli-plugin-pwa/ui.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli-plugin-pwa/ui.js +++ b/packages/@vue/cli-plugin-pwa/ui.js @@ -29,7 +29,7 @@ module.exports = api => { type: 'list', message: 'org.vue.pwa.config.pwa.workboxP...
docs: fix <I> links
vuejs_vue-cli
train
js
5546728695cd0ee0ad23acca653f73ccd6c680d8
diff --git a/tests/Google/Task/ComposerTest.php b/tests/Google/Task/ComposerTest.php index <HASH>..<HASH> 100644 --- a/tests/Google/Task/ComposerTest.php +++ b/tests/Google/Task/ComposerTest.php @@ -149,7 +149,7 @@ class Google_Task_ComposerTest extends BaseTest { $composerJson = json_encode([ ...
test: composer cleanup task branch (#<I>)
googleapis_google-api-php-client
train
php
f516751281c218c4899d718b84d9c591b7326564
diff --git a/test/index.js b/test/index.js index <HASH>..<HASH> 100644 --- a/test/index.js +++ b/test/index.js @@ -21,20 +21,20 @@ test('middleware configuration need a store', t => { t.end() }) -test('middleware need a store with a valid API', t => { +test.skip('middleware need a store with a valid API', t => { ...
test(store): deactivate failing test Too bad but minor impact.
RasCarlito_axios-cache-adapter
train
js
25bf64bd1fbd9b03ff609d8b8614ce40b7a4f4be
diff --git a/packages/yup/tests/date.test.js b/packages/yup/tests/date.test.js index <HASH>..<HASH> 100644 --- a/packages/yup/tests/date.test.js +++ b/packages/yup/tests/date.test.js @@ -4,7 +4,10 @@ const INVALID = 'Date is invalid.'; const defaults = {}; -const validate = async (date, { format, min, max, message...
feat(yup): unit test for inclusivity
Availity_sdk-js
train
js
c2f904b1cf646aa38c59c96986cf28f540f982f5
diff --git a/biz/index.js b/biz/index.js index <HASH>..<HASH> 100644 --- a/biz/index.js +++ b/biz/index.js @@ -76,6 +76,7 @@ module.exports = function(req, res, next) { } var colon = proxyUrl.indexOf(':'); var proxyPort = colon === -1 ? 80 : proxyUrl.substring(colon + 1); + req.headers.host = ...
refactor: webui path
avwo_whistle
train
js
63fffab715f66b15e91f5b7b0665e6b68b030c34
diff --git a/packages/react/mixins/mixin.core.js b/packages/react/mixins/mixin.core.js index <HASH>..<HASH> 100644 --- a/packages/react/mixins/mixin.core.js +++ b/packages/react/mixins/mixin.core.js @@ -8,12 +8,6 @@ module.exports = class ReactMixin extends Mixin { fileLoaderConfig.exclude.push(/\.jsx$/); jsL...
fix: do not exclude packages from transpilation they include code that needs polyfills that we would miss if we ignore them
untool_untool
train
js
90074750e9c5c8d3684eecaa3b1ad7ec8345bfcc
diff --git a/lib/core/Canvas.js b/lib/core/Canvas.js index <HASH>..<HASH> 100644 --- a/lib/core/Canvas.js +++ b/lib/core/Canvas.js @@ -954,14 +954,7 @@ Canvas.prototype.getAbsoluteBBox = function(element) { if (element.waypoints) { var gfx = this.getGraphics(element); - var transformBBox = gfx.getBBox(true...
fix(canvas): remove parameter from getBBox which doesn't take parameters * was previously used for Snap.svg
bpmn-io_diagram-js
train
js
6982ae627b8ceb0f1fb3ac59ff5351b27912769f
diff --git a/packages/core/src/plugins/input/csl.js b/packages/core/src/plugins/input/csl.js index <HASH>..<HASH> 100644 --- a/packages/core/src/plugins/input/csl.js +++ b/packages/core/src/plugins/input/csl.js @@ -273,12 +273,17 @@ const correctDate = function (date, bestGuessConversions) { * @access private * @me...
fix(core): clean `type` as regular string Still allow regular string-fixing operations on type fields, on top of content-specific corrections. See <I>b<I>b5d<I>cfab<I>dac<I>bb<I>c0c<I>e<I>
citation-js_citation-js
train
js
2e72fc6725d47d86f105886cd6452e7e7e5640f8
diff --git a/test/unit/lifecycle.spec.js b/test/unit/lifecycle.spec.js index <HASH>..<HASH> 100644 --- a/test/unit/lifecycle.spec.js +++ b/test/unit/lifecycle.spec.js @@ -181,7 +181,7 @@ describe('Unit: lifecycle.js', function () { it('should should populate child process', function () { const sevenFake =...
ci: Use npm command as mock because it's cross platform
quentinrossetti_node-7z
train
js
63d921b8d037d4aea8d702fe83eea2eaedf6077b
diff --git a/invenio_app/celery.py b/invenio_app/celery.py index <HASH>..<HASH> 100644 --- a/invenio_app/celery.py +++ b/invenio_app/celery.py @@ -15,7 +15,8 @@ from flask_celeryext import create_celery_app from .factory import create_ui celery = create_celery_app(create_ui( - SENTRY_TRANSPORT='raven.transport.h...
fix: disable ratelimit for celery When ratelimit is enabled celery tasks that simulate request context i.e oaiserver will fail.
inveniosoftware_invenio-app
train
py
68ab344bfce754b08a31798c05da83ffcc13a4da
diff --git a/client/deis.py b/client/deis.py index <HASH>..<HASH> 100755 --- a/client/deis.py +++ b/client/deis.py @@ -492,8 +492,10 @@ class DeisClient(object): name for the application. """ app = args.get('--app') + delete_remote = False if not app: app = se...
fix(client): avoid git remote deletion for apps specified by -a
deis_deis
train
py
f6e1cfa180fdf2b54a77451cfb665fecc1ee2c7d
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -36,6 +36,13 @@ function apply(options, compiler) { } else { done(); } + }).catch(function(e) { + if (options.failOnError && errors.length) { + done(new Error('Failed because of a styl...
fix: don’t break webpack compilation on syntax errors
webpack-contrib_stylelint-webpack-plugin
train
js,js
4665e601cdbcf76682d1edd64ee314ed5b64e8fb
diff --git a/packages/cli-plugin-scaffold-react-package/index.js b/packages/cli-plugin-scaffold-react-package/index.js index <HASH>..<HASH> 100644 --- a/packages/cli-plugin-scaffold-react-package/index.js +++ b/packages/cli-plugin-scaffold-react-package/index.js @@ -70,10 +70,6 @@ module.exports = [ ...
chore(scaffolding): remove console logs
Webiny_webiny-js
train
js
9f61b7656a00440d4f1ab493ba7f453f6a3db718
diff --git a/spec/thinking_sphinx/active_record/index_spec.rb b/spec/thinking_sphinx/active_record/index_spec.rb index <HASH>..<HASH> 100644 --- a/spec/thinking_sphinx/active_record/index_spec.rb +++ b/spec/thinking_sphinx/active_record/index_spec.rb @@ -5,7 +5,9 @@ require 'spec_helper' describe ThinkingSphinx::Activ...
test: Allow for index_set_class call. I don't know why this was an issue on my machine, but not in CI.
pat_thinking-sphinx
train
rb
f54f506b34e2b3fd4b5350dd47f61b6459771e46
diff --git a/src/sagemaker/amazon/amazon_estimator.py b/src/sagemaker/amazon/amazon_estimator.py index <HASH>..<HASH> 100644 --- a/src/sagemaker/amazon/amazon_estimator.py +++ b/src/sagemaker/amazon/amazon_estimator.py @@ -538,7 +538,7 @@ def get_image_uri(region_name, repo_name, repo_version=1): "There is...
fix: Fix get_image_uri warning log for default xgboost version. (#<I>)
aws_sagemaker-python-sdk
train
py
c6c4d56d6d54da66201e9e0e6a61aa2b13f36e37
diff --git a/library/src/main/java/com/liulishuo/filedownloader/connection/FileDownloadUrlConnection.java b/library/src/main/java/com/liulishuo/filedownloader/connection/FileDownloadUrlConnection.java index <HASH>..<HASH> 100644 --- a/library/src/main/java/com/liulishuo/filedownloader/connection/FileDownloadUrlConnecti...
fix: close intput stream when connection ending avoid input-stream leak especially for the trial connection
lingochamp_FileDownloader
train
java
bdd2b0aa0b55a6d4085017f25e649a9cf3c57915
diff --git a/webapps/ui/cockpit/tests/specs/tasks-spec.js b/webapps/ui/cockpit/tests/specs/tasks-spec.js index <HASH>..<HASH> 100644 --- a/webapps/ui/cockpit/tests/specs/tasks-spec.js +++ b/webapps/ui/cockpit/tests/specs/tasks-spec.js @@ -16,7 +16,7 @@ describe('Cockpit Tasks Dashboard Spec', function() { // w...
test(tasks): correct the goToSection usage Related to CAM-<I>
camunda_camunda-bpm-platform
train
js
ae2f013653c8a9f9ffb12ae8fcdb1bb604b39236
diff --git a/packages/discord.js/src/util/Sweepers.js b/packages/discord.js/src/util/Sweepers.js index <HASH>..<HASH> 100644 --- a/packages/discord.js/src/util/Sweepers.js +++ b/packages/discord.js/src/util/Sweepers.js @@ -375,11 +375,11 @@ class Sweepers { * Sweep a direct sub property of all guilds * @param {...
fix(sweepers): provide default for object param (#<I>)
discordjs_discord.js
train
js
d04a2dc2169170a32263b1ad798f2b8d93b622d1
diff --git a/sass/themes/cr/2019/components/membership-signup/js/membership-signup.js b/sass/themes/cr/2019/components/membership-signup/js/membership-signup.js index <HASH>..<HASH> 100644 --- a/sass/themes/cr/2019/components/membership-signup/js/membership-signup.js +++ b/sass/themes/cr/2019/components/membership-sign...
fix: add params rowID to redirect link
comicrelief_pattern-lab
train
js
d31e1da2689e0ff11e9a7e1dcb28ffd5c0d8ecd1
diff --git a/engine/src/main/java/org/camunda/bpm/engine/impl/persistence/deploy/cache/CaseDefinitionCache.java b/engine/src/main/java/org/camunda/bpm/engine/impl/persistence/deploy/cache/CaseDefinitionCache.java index <HASH>..<HASH> 100644 --- a/engine/src/main/java/org/camunda/bpm/engine/impl/persistence/deploy/cache...
chore(engine): fix unsupported method versionTag is not supported in case Related to CAM-<I>
camunda_camunda-bpm-platform
train
java
98a1dd72b312e630b374ca9c5f0deaad4b3d61ff
diff --git a/test/screenshot/infra/lib/diff-base-parser.js b/test/screenshot/infra/lib/diff-base-parser.js index <HASH>..<HASH> 100644 --- a/test/screenshot/infra/lib/diff-base-parser.js +++ b/test/screenshot/infra/lib/diff-base-parser.js @@ -101,7 +101,7 @@ class DiffBaseParser { const parsedDiffBase = await this...
chore(infrastructure): Only try resolving PR ID on Travis CBT runs (#<I>)
material-components_material-components-web
train
js
a974f1f176e2692fbb2a32c22bae4fc6bbe7069d
diff --git a/test/struct.js b/test/struct.js index <HASH>..<HASH> 100644 --- a/test/struct.js +++ b/test/struct.js @@ -225,7 +225,7 @@ describe('Struct', function () { var test15 = Struct({ 'a': test1 - , 'b': test2 + , 'b': test1 }) test(test15, 15)
test: fix incorrect struct definition causing test to fail
node-ffi-napi_ref-struct-di
train
js
be60430b26087c1d61127dee7c67a1a9d1572f24
diff --git a/src/uiSelectController.js b/src/uiSelectController.js index <HASH>..<HASH> 100644 --- a/src/uiSelectController.js +++ b/src/uiSelectController.js @@ -305,7 +305,7 @@ uis.controller('uiSelectCtrl', var refreshPromise = $scope.$eval(refreshAttr); if (refreshPromise && angular.isFunction(re...
fix(uiSelectCtrl): Reset refreshing flag even if async request errors Previously the `ctrl.refreshing` flag may not have been reset to `false` if the async request for data failed. Closes #<I>
angular-ui_ui-select
train
js
3d1f7fd67d81369be7c36d91233c9e642c5dbf32
diff --git a/shell/src/main/java/org/jboss/seam/forge/shell/ShellImpl.java b/shell/src/main/java/org/jboss/seam/forge/shell/ShellImpl.java index <HASH>..<HASH> 100644 --- a/shell/src/main/java/org/jboss/seam/forge/shell/ShellImpl.java +++ b/shell/src/main/java/org/jboss/seam/forge/shell/ShellImpl.java @@ -881,6 +881,7 ...
fix: output buffer not flushing (redux)
forge_core
train
java
20e3783a1d21d1c3c6015366dac01591d522bac6
diff --git a/lib/workers/branch/get-updated.js b/lib/workers/branch/get-updated.js index <HASH>..<HASH> 100644 --- a/lib/workers/branch/get-updated.js +++ b/lib/workers/branch/get-updated.js @@ -32,7 +32,8 @@ async function getUpdatedPackageFiles(config) { parentBranch: undefined, }); }...
refactor: lower error to warn for branch update failure
renovatebot_renovate
train
js,js
081d003023c797a5b6f8c5c9c66e5e16fe7b6b74
diff --git a/gwpy/timeseries/core.py b/gwpy/timeseries/core.py index <HASH>..<HASH> 100644 --- a/gwpy/timeseries/core.py +++ b/gwpy/timeseries/core.py @@ -81,6 +81,9 @@ class TimeSeries(NDData): read fetch resample + highpass + lowpass + bandpass """ def __init__(self, data, epoch=None...
docs: fixed bug in {high,low,band}pass docs
gwpy_gwpy
train
py
43264909b4866f7a8c82f09b5038e4e07d5f705f
diff --git a/src/components/icon/js/iconService.js b/src/components/icon/js/iconService.js index <HASH>..<HASH> 100644 --- a/src/components/icon/js/iconService.js +++ b/src/components/icon/js/iconService.js @@ -498,7 +498,7 @@ * Define the Icon class */ function Icon(el, config) { - if (el.tagName !=...
fix(icon): adds check for `el` before checking its `tagName`
angular_material
train
js
0c1debe5748b024c3cd795d956b5dbea8295ca27
diff --git a/clb/client_test.go b/clb/client_test.go index <HASH>..<HASH> 100644 --- a/clb/client_test.go +++ b/clb/client_test.go @@ -10,7 +10,7 @@ import ( var _ = fmt.Print // For debugging; delete when done. var _ = log.Print // For debugging; delete when done. -func ExampleRoundRobin() { +func Example_RoundRob...
style(tests): rearranging tests
benschw_srv-lb
train
go
5a836954898b3a355555fa21adf17b3453833469
diff --git a/.storybook/webpack.config.js b/.storybook/webpack.config.js index <HASH>..<HASH> 100644 --- a/.storybook/webpack.config.js +++ b/.storybook/webpack.config.js @@ -14,6 +14,6 @@ module.exports = function(config) { rules.less({ browsers }), ], }, - plugins: [...config.plugins, plugins....
chore: remove extractText plugin to fix storybook (#<I>)
intljusticemission_react-big-calendar
train
js
661e1ba5797d1ead003ca2221733bcac07062081
diff --git a/anyconfig/schema.py b/anyconfig/schema.py index <HASH>..<HASH> 100644 --- a/anyconfig/schema.py +++ b/anyconfig/schema.py @@ -156,14 +156,14 @@ def gen_schema(node, **options): if _type in _SIMPLE_TYPES: typemap = options.get("ac_schema_typemap", _SIMPLETYPE_MAP) - ret = dict(type=ty...
refactor: change variable name from ret to scm (schema object) in .schema.gen_schema
ssato_python-anyconfig
train
py
f00c8bb4180b05d0b14368f50bd83f465a51e2a0
diff --git a/commitlint.config.js b/commitlint.config.js index <HASH>..<HASH> 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -16,8 +16,8 @@ if (isPushEvent) { module.exports = { extends: ['@commitlint/config-conventional'], rules: { - 'header-max-length': [2, 'always', maxLineLength], - 'b...
ci: consider commit linting errors about length as warnings (#<I>)
ForestAdmin_forest-express-sequelize
train
js
428ba0c1cf09a84097e0641369f38df78945972b
diff --git a/packages/node_modules/@ciscospark/internal-plugin-ediscovery/src/report-generator.js b/packages/node_modules/@ciscospark/internal-plugin-ediscovery/src/report-generator.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@ciscospark/internal-plugin-ediscovery/src/report-generator.js +++ b/packages/n...
feat(ediscovery): switching from int to number
webex_spark-js-sdk
train
js
51a0638553b6aa95b8c0812edd3f5323267814d0
diff --git a/config/webpack.loaders.js b/config/webpack.loaders.js index <HASH>..<HASH> 100644 --- a/config/webpack.loaders.js +++ b/config/webpack.loaders.js @@ -30,7 +30,7 @@ module.exports = [ loader: 'html-loader', }, { test: /\.js$/, - include: /node_modules\/|\\paraviewweb\/|\\/, + include: /no...
fix(loaders): Fix loader rule used by other projects Fix broken loader rule which caused everything matching either node_modules or paraviewweb to be run through babel, instead of only things matching node_modules/paraviewweb/.
Kitware_paraviewweb
train
js
3ad938fc92586d6b4ede28d5c88b5dee9f10e894
diff --git a/packages/bonde-public/pages/mobilization.connected.js b/packages/bonde-public/pages/mobilization.connected.js index <HASH>..<HASH> 100644 --- a/packages/bonde-public/pages/mobilization.connected.js +++ b/packages/bonde-public/pages/mobilization.connected.js @@ -86,9 +86,6 @@ const plugins = [ Fi...
fix(public): resolve bug FinishDonationMessage
nossas_bonde-client
train
js
f57133174a67e588a11458b5ef666589a570eeeb
diff --git a/src/component/toolbox/feature/DataZoom.js b/src/component/toolbox/feature/DataZoom.js index <HASH>..<HASH> 100644 --- a/src/component/toolbox/feature/DataZoom.js +++ b/src/component/toolbox/feature/DataZoom.js @@ -240,30 +240,12 @@ function updateZoomBtnStatus(featureModel, ecModel, view, payload, api) { ...
fix(dataZoom): use itemStyle mixin to map style properties.
apache_incubator-echarts
train
js
3f139c8863532a3922faf6c584d260f4a509ae1f
diff --git a/test/index.js b/test/index.js index <HASH>..<HASH> 100644 --- a/test/index.js +++ b/test/index.js @@ -9,10 +9,7 @@ global.WEB_SOCKET_SUPPRESS_CROSS_DOMAIN_SWF_ERROR = null; global.WEB_SOCKET_DISABLE_AUTO_INITIALIZATION = null; global.WEB_SOCKET_SWF_LOCATION = null; -// node only tests -if (env.node) { ...
test: make url tests run on the browser
tsjing_socket.io-client
train
js,js
8915bc1d37f1b83fc9bbd3cfef337bd5f75e4779
diff --git a/src/client/Client.js b/src/client/Client.js index <HASH>..<HASH> 100644 --- a/src/client/Client.js +++ b/src/client/Client.js @@ -113,7 +113,8 @@ class Client extends BaseClient { /** * All of the {@link Channel}s that the client is currently handling, mapped by their IDs - * as long as sh...
docs:(Client): disambiguate the description of channels collection (#<I>) * Disambiguate the description of <client>.channels Although not explicitly said, the current wording makes it seem like all channels are cached and available at any time in this store. Hopefully this variation makes it a bit clearer. * ma...
discordjs_discord.js
train
js
ec0b424e42c9340934096eae1d703313ad45b5fb
diff --git a/test/runtime/Policies.go b/test/runtime/Policies.go index <HASH>..<HASH> 100644 --- a/test/runtime/Policies.go +++ b/test/runtime/Policies.go @@ -958,6 +958,7 @@ var _ = Describe("RuntimeValidatedPolicies", func() { It("Tests Egress To World", func() { googleDNS := "8.8.8.8" + googleHTTP := "google...
test: Add TCP request to egress world test
cilium_cilium
train
go
e451d49191649e2e9becee92ba79db6805e77b97
diff --git a/src/test/attrs.test.js b/src/test/attrs.test.js index <HASH>..<HASH> 100644 --- a/src/test/attrs.test.js +++ b/src/test/attrs.test.js @@ -105,17 +105,17 @@ describe('attrs', () => { }) it('pass attrs to style block', () => { - /* Would be a React Router Link in IRL */ + /* Would be a React Ro...
fix: console error in attrs test
styled-components_styled-components
train
js
65465deea1988171c8b1634c398ba076c548498f
diff --git a/lib/client.js b/lib/client.js index <HASH>..<HASH> 100644 --- a/lib/client.js +++ b/lib/client.js @@ -149,13 +149,14 @@ function _connect (client) { _reset = false } else { socket.resume() - client[kQueue].resume() } if (_callback) { _callback() _callback =...
fix: resume queue after callback resuming the queue before callback would cause the task to be unecessarily re-queued.
mcollina_undici
train
js
4acb8b056017535353bf6ee792e976dc7b5c89c9
diff --git a/packages/reactstrap-validation-select/AvSelect.js b/packages/reactstrap-validation-select/AvSelect.js index <HASH>..<HASH> 100644 --- a/packages/reactstrap-validation-select/AvSelect.js +++ b/packages/reactstrap-validation-select/AvSelect.js @@ -307,6 +307,9 @@ class AvSelect extends AvBaseInput { ...
fix(reactstrap-validation-select): prevents the provided styles from react-select from being overridden by the styles applied in error conditions
Availity_availity-react
train
js
5dea0fda51fe0cc7ce1e2fdb17f2dabe16b7213f
diff --git a/pkg/setting/setting.go b/pkg/setting/setting.go index <HASH>..<HASH> 100644 --- a/pkg/setting/setting.go +++ b/pkg/setting/setting.go @@ -359,12 +359,12 @@ func loadConfiguration(args *CommandLineArgs) { configFiles = append(configFiles, defaultConfigFile) Cfg, err = ini.Load(defaultConfigFile) - Cfg...
fix(settings): remove nil pointer exception
grafana_grafana
train
go
621ea96f2f130805b00e0eccdb14618e7cd31de1
diff --git a/tests/AuditingTestCase.php b/tests/AuditingTestCase.php index <HASH>..<HASH> 100644 --- a/tests/AuditingTestCase.php +++ b/tests/AuditingTestCase.php @@ -21,7 +21,6 @@ use OwenIt\Auditing\Resolvers\IpAddressResolver; use OwenIt\Auditing\Resolvers\UrlResolver; use OwenIt\Auditing\Resolvers\UserAgentResolv...
fix(Tests): env setup method
owen-it_laravel-auditing
train
php
156050027516389f9815b8c93e90c80b53d9d749
diff --git a/migrations/Version202203101426253772_taoLti.php b/migrations/Version202203101426253772_taoLti.php index <HASH>..<HASH> 100644 --- a/migrations/Version202203101426253772_taoLti.php +++ b/migrations/Version202203101426253772_taoLti.php @@ -30,7 +30,6 @@ use oat\taoLti\models\classes\Platform\Repository\LtiPl...
chore: update variable name in doc block
oat-sa_extension-tao-lti
train
php
988e241014ac5c6734e71d30c91f5af3bec53e8a
diff --git a/packages/build-tools/tasks/task-collections.js b/packages/build-tools/tasks/task-collections.js index <HASH>..<HASH> 100644 --- a/packages/build-tools/tasks/task-collections.js +++ b/packages/build-tools/tasks/task-collections.js @@ -121,7 +121,7 @@ async function clean(cleanAll = false) { dirs = ...
test: re-test optimized webpack build
bolt-design-system_bolt
train
js
65de08bddb334129a9baa6a872a8aa3bced5d07c
diff --git a/spotbugs/src/main/java/edu/umd/cs/findbugs/SAXBugCollectionHandler.java b/spotbugs/src/main/java/edu/umd/cs/findbugs/SAXBugCollectionHandler.java index <HASH>..<HASH> 100644 --- a/spotbugs/src/main/java/edu/umd/cs/findbugs/SAXBugCollectionHandler.java +++ b/spotbugs/src/main/java/edu/umd/cs/findbugs/SAXBug...
fix: fix the security hotspot reported by SQ <URL>
spotbugs_spotbugs
train
java
a73ca5475b54c7a598cc3b9b2729a603a8f0040e
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -26,7 +26,7 @@ function create (options) { redirect, exclude } = Object.assign({}, defaults, options) - const _port = redirectPort === 443 ? '' : (': ' + redirectPort) + const _port = redirectPort === 443 ? '' :...
fix: remove space from URL when port is not <I> (#<I>)
nuxt-community_redirect-ssl
train
js
49a6275281afc84cb8a806ec10a7302c08ae6c46
diff --git a/test/application/domain/verifier/useCases/getIssuerProfile.test.js b/test/application/domain/verifier/useCases/getIssuerProfile.test.js index <HASH>..<HASH> 100644 --- a/test/application/domain/verifier/useCases/getIssuerProfile.test.js +++ b/test/application/domain/verifier/useCases/getIssuerProfile.test....
test(Verification): var declaration position
blockchain-certificates_cert-verifier-js
train
js
75c964b4a54beb58281fe2190d2601f05254980f
diff --git a/src/Jobs/Contracts/Character/Contracts.php b/src/Jobs/Contracts/Character/Contracts.php index <HASH>..<HASH> 100644 --- a/src/Jobs/Contracts/Character/Contracts.php +++ b/src/Jobs/Contracts/Character/Contracts.php @@ -79,7 +79,7 @@ class Contracts extends AbstractAuthCharacterJob ]); ...
fix(contracts): fix a typo in contract model call
eveseat_eveapi
train
php
3cf0ce251092727da8e680945c6aa99654b49156
diff --git a/src/dna-base-component.next.js b/src/dna-base-component.next.js index <HASH>..<HASH> 100644 --- a/src/dna-base-component.next.js +++ b/src/dna-base-component.next.js @@ -13,16 +13,6 @@ import { DNAAttributesComponent } from './dna-attributes-component.next.js'; */ export class DNABaseComponent extends D...
refactor: add css scoped class in `DNAStyleComponent` instaed of `DNABaseComponent`
chialab_dna
train
js,js
8e968deda9f7a8a6dbb25a12f7ac208cee594ca3
diff --git a/js/poloniex.js b/js/poloniex.js index <HASH>..<HASH> 100644 --- a/js/poloniex.js +++ b/js/poloniex.js @@ -574,7 +574,7 @@ module.exports = class poloniex extends Exchange { result.push (trades[j]); } } else { - ...
fix: Poloniex markets inconsistency Poloniex define markets' IDs this way: QUOTE_BASE
ccxt_ccxt
train
js
cc122226f5ee01933c16655863cef861313d7d5f
diff --git a/nni/tools/nnictl/ts_management.py b/nni/tools/nnictl/ts_management.py index <HASH>..<HASH> 100644 --- a/nni/tools/nnictl/ts_management.py +++ b/nni/tools/nnictl/ts_management.py @@ -9,7 +9,7 @@ _builtin_training_services = [ 'remote', 'openpai', 'pai', 'aml', - 'dlc' + 'dlc', 'kub...
fix: Missing comma (#<I>)
Microsoft_nni
train
py
f3c9db17c52e3ad898f926c125d27af1ca7b75f4
diff --git a/classes/hypeJunction/Services/IconFactory.php b/classes/hypeJunction/Services/IconFactory.php index <HASH>..<HASH> 100644 --- a/classes/hypeJunction/Services/IconFactory.php +++ b/classes/hypeJunction/Services/IconFactory.php @@ -244,7 +244,7 @@ class IconFactory { * * @param \ElggEntity $entity Enti...
fix(icons): classname missing scope
hypeJunction_hypeApps
train
php
158ea1a6852c60d481eb10c3f6a29d0efb3513bf
diff --git a/docs/lib/url_generator.js b/docs/lib/url_generator.js index <HASH>..<HASH> 100644 --- a/docs/lib/url_generator.js +++ b/docs/lib/url_generator.js @@ -123,7 +123,7 @@ function normalizeNestedPaths (data) { return flatten(value, memo, parents.concat(key)) } - memo[key] = parents.concat...
docs: eslint use single quotes
cypress-io_cypress
train
js
22c17347df295838fdda216770f3166a350e24a4
diff --git a/lib/components/user/stacked-pane-display.js b/lib/components/user/stacked-pane-display.js index <HASH>..<HASH> 100644 --- a/lib/components/user/stacked-pane-display.js +++ b/lib/components/user/stacked-pane-display.js @@ -8,6 +8,7 @@ import { PageHeading, StackedPaneContainer } from './styled' * This com...
refactor(trip-page): clarify use of new state variable
opentripplanner_otp-react-redux
train
js
59aa37d708547bbaf0d94b30c74ebc81a8fd7b8e
diff --git a/src/cattrs/gen.py b/src/cattrs/gen.py index <HASH>..<HASH> 100644 --- a/src/cattrs/gen.py +++ b/src/cattrs/gen.py @@ -36,7 +36,11 @@ class AttributeOverride: omit: bool = False # Omit the field completely. -def override(omit_if_default=None, rename=None, omit: bool = False): +def override( + o...
fix: missing annotations from gen and make_unstructure_dict_fn
Tinche_cattrs
train
py
e9946c3f6cc38e73c9c5585816e5856634798294
diff --git a/test/api/connectivity_test.js b/test/api/connectivity_test.js index <HASH>..<HASH> 100644 --- a/test/api/connectivity_test.js +++ b/test/api/connectivity_test.js @@ -76,10 +76,12 @@ describe('Reconnection', function() { }); }); after(function() { + client.close(); server1.forceShutdown()...
test: make connctivity test more robust The key change here is forcing the final unary call to wait for the server to be ready. The native client was making the RPC, but didn't appear to have a valid connection at the time.
grpc_grpc-node
train
js
558017dcf0e041688d8f096302647fd8041ebde2
diff --git a/src/core/components/pubsub.js b/src/core/components/pubsub.js index <HASH>..<HASH> 100644 --- a/src/core/components/pubsub.js +++ b/src/core/components/pubsub.js @@ -24,7 +24,7 @@ module.exports = function pubsub (self) { } self._pubsub.on(topic, handler) - setImmediate(() => cal...
fix(pubsub): subscribe promises (#<I>)
ipfs_js-ipfs
train
js
7c70db859e2f3c07e6a4e78fe4357b6fbbfd0338
diff --git a/ui/src/utils/escape-key.js b/ui/src/utils/escape-key.js index <HASH>..<HASH> 100644 --- a/ui/src/utils/escape-key.js +++ b/ui/src/utils/escape-key.js @@ -1,13 +1,24 @@ import { isKeyCode } from './key-composition.js' let handlers = [] +let escDown = false export default { __install () { this...
feat(EscapeKey): Only accept ESC key if it was pressed while the app had focus #<I> (#<I>)
quasarframework_quasar
train
js
f22e04d0a9e6e1a9dac12c5b52b4652d8e0ea2ca
diff --git a/src/kff.ServiceContainer.js b/src/kff.ServiceContainer.js index <HASH>..<HASH> 100644 --- a/src/kff.ServiceContainer.js +++ b/src/kff.ServiceContainer.js @@ -303,6 +303,14 @@ kff.ServiceContainer = kff.createClass( */ loadService: function(serviceName) { + if(typeof serviceName === 'string') + { +...
feat(ServiceContainer): allow service name to contain spaces If service name contains space (or # character), strip first non-spaced segment of the string and use it as object path to find a service symbol. This allows for different services to be resolved to the same symbol but with different configuration.
karfcz_kff
train
js,js
ec6340833d35b2d55da4adade7d21916d039f30c
diff --git a/httprunner/v3/runner.py b/httprunner/v3/runner.py index <HASH>..<HASH> 100644 --- a/httprunner/v3/runner.py +++ b/httprunner/v3/runner.py @@ -91,6 +91,10 @@ class TestCaseRunner(object): raise finally: self.validation_results = resp_obj.validation_results + # s...
fix: log request & response meta data when test failed
HttpRunner_HttpRunner
train
py
73a2a6b9dcfecd1f5219460a4050a7903d6106c1
diff --git a/tests/amd/middleware.spec.js b/tests/amd/middleware.spec.js index <HASH>..<HASH> 100644 --- a/tests/amd/middleware.spec.js +++ b/tests/amd/middleware.spec.js @@ -261,6 +261,33 @@ define([ server.respond(); }); + + it('should not break everything if a middleware breaks', function (don...
test(middlewares): add test about middleware throwing error
stephanebachelier_superapi
train
js
f5c30fbfc1eece67b37f8301f327fbd14f037787
diff --git a/gosu-core/src/main/java/gw/internal/gosu/parser/ClassJavaClassInfo.java b/gosu-core/src/main/java/gw/internal/gosu/parser/ClassJavaClassInfo.java index <HASH>..<HASH> 100644 --- a/gosu-core/src/main/java/gw/internal/gosu/parser/ClassJavaClassInfo.java +++ b/gosu-core/src/main/java/gw/internal/gosu/parser/C...
perf: cache "enum" modifier, otherwise expensive making native call to Class#isEnum()
gosu-lang_gosu-lang
train
java
96f9311afbf190f80d4248c8152a9391f51ade1a
diff --git a/lib/featuresLoader.js b/lib/featuresLoader.js index <HASH>..<HASH> 100644 --- a/lib/featuresLoader.js +++ b/lib/featuresLoader.js @@ -59,7 +59,7 @@ const createCucumber = ( .join("\n")} `; -module.exports = function(_, filePath) { +module.exports = function(_, filePath = this.resourcePath) { l...
feat(featuresloader): allow to use featuresLoader with Webpack
TheBrainFamily_cypress-cucumber-preprocessor
train
js
65d78e05cb5b4ddb04ef93e85a95efe92ae09988
diff --git a/src/core/services/gesture/gesture.js b/src/core/services/gesture/gesture.js index <HASH>..<HASH> 100644 --- a/src/core/services/gesture/gesture.js +++ b/src/core/services/gesture/gesture.js @@ -5,7 +5,8 @@ var HANDLERS = {}; * It contains normalized x and y coordinates from DOM events, * as well as oth...
feat(gestures): add ability to disable all gestures for perf (#<I>) Fixes #<I>. Relates to #<I>.
angular_material
train
js
199f2001a68dc7c8050ef47137de197cb18685b3
diff --git a/models/points.go b/models/points.go index <HASH>..<HASH> 100644 --- a/models/points.go +++ b/models/points.go @@ -186,6 +186,8 @@ func (t FieldType) String() string { return "String" case Empty: return "Empty" + case Unsigned: + return "Unsigned" default: return "<unknown>" }
fix(storage): add string representation of the Unsigned FieldType
influxdata_influxdb
train
go
5353cb7f409aa07ccd84c9384d25c5f7248c9426
diff --git a/lib/all.js b/lib/all.js index <HASH>..<HASH> 100644 --- a/lib/all.js +++ b/lib/all.js @@ -1,33 +1,36 @@ 'use strict'; -const { forEach } = require('./internal/util'); const { InnerReceiver } = require('./internal/receiver'); const { internal } = require('./internal/util'); module.exports = function...
refactor(all): fix not to use `forEach`
suguru03_aigle
train
js
e073df8007572ba26b175c0fb1153ba988b3c059
diff --git a/packages/ringcentral-integration/modules/Conversations/index.js b/packages/ringcentral-integration/modules/Conversations/index.js index <HASH>..<HASH> 100644 --- a/packages/ringcentral-integration/modules/Conversations/index.js +++ b/packages/ringcentral-integration/modules/Conversations/index.js @@ -160,1...
fix: clean oldconversation (#<I>)
ringcentral_ringcentral-js-widgets
train
js
2ad6128890da3a4664f0543e8857b4b8549ac76e
diff --git a/lib/partialruby.rb b/lib/partialruby.rb index <HASH>..<HASH> 100644 --- a/lib/partialruby.rb +++ b/lib/partialruby.rb @@ -113,7 +113,7 @@ module PartialRuby return (" class #{classname} - #{object_ref self}.run(#{object_ref subtree}, Frame.new(binding,self) ) + #...
refactor: implemented recursive emul call in ruby_emul_class method
tario_partialruby
train
rb
82f578d3691b5c39ae412503d1195b2c7776e3f7
diff --git a/ladybug/monthlychart.py b/ladybug/monthlychart.py index <HASH>..<HASH> 100644 --- a/ladybug/monthlychart.py +++ b/ladybug/monthlychart.py @@ -999,6 +999,8 @@ class MonthlyChart(object): if unit in UNITS[key]: data_types.append(TYPESDICT[key]()) bre...
style(monthlychart): Ensure MonthlyChart still works with GenericType
ladybug-tools_ladybug
train
py
886f84b2edaff4733469a8f2cd130775b4ab1439
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -171,6 +171,8 @@ const _translators = [ // runtime req only supports module in user space switchToUserSpace(); (new Function(text))(); + // could be anonymous + userSpace.nameAnon...
fix: fix timing issue on anonymous module
dumberjs_dumber-module-loader
train
js
995dc496d4887508362c32b0ccd2484acfe3684b
diff --git a/src/components/toast/toast.js b/src/components/toast/toast.js index <HASH>..<HASH> 100644 --- a/src/components/toast/toast.js +++ b/src/components/toast/toast.js @@ -354,8 +354,9 @@ function MdToastProvider($$interimElementProvider) { } } - - return templateRoot.outerHTML...
fix(toast): apply theming correctly to custom toasts * Custom configurations for `md-toast` didn't receive any theming, because the interimElement service was applying the theming on the the `md-template` element, which was accidentally used as our template root element. Fixes #<I>. Closes #<I>
angular_material
train
js
d96f2ee58e7d7947da1d4ecbe3fd88db1c4ea4bb
diff --git a/src/locales/index.js b/src/locales/index.js index <HASH>..<HASH> 100644 --- a/src/locales/index.js +++ b/src/locales/index.js @@ -1,8 +1,10 @@ // Parent import en_US from './en_US' import ru_RU from './ru_RU' +import zh_CN form './zh_CN' module.exports = { en_US, - ru_RU + ru_RU, + zh_CN }
fix: export zh_CN locale
transloadit_uppy
train
js
b65a0553b903c8db1bf8b9661824d202cda6f04c
diff --git a/public/js/render/live.js b/public/js/render/live.js index <HASH>..<HASH> 100644 --- a/public/js/render/live.js +++ b/public/js/render/live.js @@ -323,7 +323,7 @@ var renderLivePreview = (function () { if (!$live.find('iframe').length) { iframe = document.createElement('iframe'); iframe.setAttr...
fix: allow alerts in the iframe again Fixes #<I> Props to @mikewest ❤
jsbin_jsbin
train
js
fc70fd1108d951dd0d74cb92267f95a13a44dd81
diff --git a/test/index.js b/test/index.js index <HASH>..<HASH> 100644 --- a/test/index.js +++ b/test/index.js @@ -150,3 +150,18 @@ describe('disabled history', function () { assert.strictEqual(logged3Msgs.length, 11); }); }); + +describe('enabled throwErrors', function () { + + var log4 = new Log('NameSpace4...
test: throwErrors case
romelperez_prhone-log
train
js
f848a66e24971359c89f295d2e1095f558a88312
diff --git a/packages/ui/app.js b/packages/ui/app.js index <HASH>..<HASH> 100644 --- a/packages/ui/app.js +++ b/packages/ui/app.js @@ -8,6 +8,7 @@ const _ = require('lodash') const bodyParser = require('body-parser') const qs = require('querystring') +const { version } = require('botpress/package.json') const { Ht...
feat(ui): report the proper bp version
botpress_botpress
train
js
7e1b926503022f29a6cf36d557180212b6e389cf
diff --git a/src/elements/Icon/Icon.js b/src/elements/Icon/Icon.js index <HASH>..<HASH> 100644 --- a/src/elements/Icon/Icon.js +++ b/src/elements/Icon/Icon.js @@ -45,7 +45,7 @@ function Icon(props) { const ElementType = getElementType(Icon, props) return ( - <ElementType {...rest} className={classes} /> + ...
fix(Icon): added aria-hidden attribute to icon (#<I>)
Semantic-Org_Semantic-UI-React
train
js,js
8e30474b81d99e16570de68dbcb064ad42b97afe
diff --git a/app/actions.js b/app/actions.js index <HASH>..<HASH> 100644 --- a/app/actions.js +++ b/app/actions.js @@ -412,3 +412,22 @@ export const moveFolder = (changes) => ({ parentId: changes.parentId, }, }); + +export const openTab = (patchId) => ({ + type: ActionType.TAB_OPEN, + payload: { + patchId...
feat(tabs): add actions for open/close/sort tabs
xodio_xod
train
js
b123be5612b73052da26e44044e6a63141d135b4
diff --git a/cmd/web-handlers.go b/cmd/web-handlers.go index <HASH>..<HASH> 100644 --- a/cmd/web-handlers.go +++ b/cmd/web-handlers.go @@ -306,7 +306,7 @@ func (web *webAPIHandlers) ListBuckets(r *http.Request, args *WebGenericArgs, re r.Header.Set("delimiter", SlashSeparator) // If etcd, dns federation configure...
fix: browser should listBuckets from etcd in global federation (#<I>)
minio_minio
train
go
9673e1162a581bc1c39ac94f62ce3cd2b66e78fe
diff --git a/auth_jwt.go b/auth_jwt.go index <HASH>..<HASH> 100644 --- a/auth_jwt.go +++ b/auth_jwt.go @@ -121,6 +121,9 @@ func (mw *JWTMiddleware) middlewareImpl(c *gin.Context) { // Reply will be of the form {"token": "TOKEN"}. func (mw *JWTMiddleware) LoginHandler(c *gin.Context) { + // Initial middleware defaul...
fix: Initial middleware default setting on login handle.
appleboy_gin-jwt
train
go,go
9ace604b63045ebbb066cab5e8508b51d0900a05
diff --git a/staging/src/k8s.io/client-go/tools/cache/reflector.go b/staging/src/k8s.io/client-go/tools/cache/reflector.go index <HASH>..<HASH> 100644 --- a/staging/src/k8s.io/client-go/tools/cache/reflector.go +++ b/staging/src/k8s.io/client-go/tools/cache/reflector.go @@ -322,7 +322,7 @@ func (r *Reflector) ListAndWa...
fix: reflector to return wrapped list errors This fix allows Reflector/Informer callers to detect API errors using the standard Go errors.As unwrapping methods used by the apimachinery helper methods. Combined with a custom WatchErrorHandler, this can be used to stop an informer that encounters specific errors, like r...
kubernetes_kubernetes
train
go
6ce253000391fdefca01676b5b877b3d192b98de
diff --git a/write/batcher.go b/write/batcher.go index <HASH>..<HASH> 100644 --- a/write/batcher.go +++ b/write/batcher.go @@ -99,6 +99,7 @@ func (b *Batcher) write(ctx context.Context, org, bucket platform.ID, lines <-ch } buf := make([]byte, 0, maxBytes) + r := bytes.NewReader(buf) var line []byte var more ...
refactor(write): reuse bytes readers
influxdata_influxdb
train
go
2844c7ddcda3b9d40fa42f72b69a658be41aa58b
diff --git a/modules/browser.js b/modules/browser.js index <HASH>..<HASH> 100644 --- a/modules/browser.js +++ b/modules/browser.js @@ -9,7 +9,7 @@ let noop = () => {} /** * Browser detection */ -let isBrowser = typeof window !== undefined +let isBrowser = typeof window !== 'undefined' /** * Browser functions ...
refactor: fix issue with detecting client/server
router5_router5
train
js
6ebda87d3fdf9d27cf51011e200ec19e994fc5e2
diff --git a/test/ext/promise/_array.js b/test/ext/promise/_array.js index <HASH>..<HASH> 100644 --- a/test/ext/promise/_array.js +++ b/test/ext/promise/_array.js @@ -30,7 +30,9 @@ module.exports = function (t) { Error: function (a) { t("reduce", require("../../../ext/array/reduce")); deferred([]) - .redu...
refactor: lint
medikoo_deferred
train
js
1fbf04766f5f1e51a9227d2ab6aca2569ed0acfc
diff --git a/packages/nitro-webpack/webpack-config/webpack.config.dev.js b/packages/nitro-webpack/webpack-config/webpack.config.dev.js index <HASH>..<HASH> 100644 --- a/packages/nitro-webpack/webpack-config/webpack.config.dev.js +++ b/packages/nitro-webpack/webpack-config/webpack.config.dev.js @@ -16,6 +16,7 @@ const i...
chore(webpack): add webpack mode
namics_generator-nitro
train
js,js
547c14b0c1d58ff2ba5e252ee2e6c98ec8bc5e12
diff --git a/build/build-docs.js b/build/build-docs.js index <HASH>..<HASH> 100644 --- a/build/build-docs.js +++ b/build/build-docs.js @@ -534,13 +534,13 @@ function getComponentInfo(one, lang, docs, name) { if (one.events) { // slot title docs += `\n<span class="vux-props-title">Events</span>\n` - docs...
docs: add version for events
airyland_vux
train
js
5dd455fdc727371ace36e4d3f9ab7a52d96fac45
diff --git a/templates/react/es6/grid/grid-editing/files/client/components/__path__/index.js b/templates/react/es6/grid/grid-editing/files/client/components/__path__/index.js index <HASH>..<HASH> 100644 --- a/templates/react/es6/grid/grid-editing/files/client/components/__path__/index.js +++ b/templates/react/es6/grid/...
fix: Set autoCommit so FIltering works with newly added records.
IgniteUI_igniteui-cli
train
js
316333d40aee04958eae2e1798094887cf3577f1
diff --git a/graphitesend/__init__.py b/graphitesend/__init__.py index <HASH>..<HASH> 100644 --- a/graphitesend/__init__.py +++ b/graphitesend/__init__.py @@ -1 +1 @@ -from graphitesend import * # noqa +from .graphitesend import * # noqa
fix: Init can use relative imports (#<I>) Using a relative import solves a discrepancy between Python <I> and <I>. For some reason, <I> brings all the module objects down to the expected `graphitesend.*` level using an absolute import, while <I> leaves the objects at the `graphitesend.graphitesend.*` level. The re...
daniellawrence_graphitesend
train
py
a127198a4b1f46f6b9bf07449fb0bf33319c71dd
diff --git a/lib/utils.js b/lib/utils.js index <HASH>..<HASH> 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -4,7 +4,7 @@ var _ = require("lodash"); var devIp = require("dev-ip")(); var Immutable = require("immutable"); var portScanner = require("portscanner"); -var filePath = require...
fix(utils): rename the confusing variable name `filePath` is used in L<I> - L<I>. And other files are using `path` as a variable name of path module.
BrowserSync_browser-sync
train
js
11072ba940d4351ce6ed0c9ea1dfd432e29565a3
diff --git a/scripts/build-dev-server-client.js b/scripts/build-dev-server-client.js index <HASH>..<HASH> 100644 --- a/scripts/build-dev-server-client.js +++ b/scripts/build-dev-server-client.js @@ -29,7 +29,7 @@ async function bundleDevServerClient() { banner: [ '<meta charset="utf-8">', '💎 Stencil...
fix(hmr): main script needs to be sync
ionic-team_stencil
train
js
917fbfaf368f2274f0928f8703b15a85a0c7bd6b
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 @@ -1597,13 +1597,10 @@ function httpNetworkFetch ( // 2. If aborted, then: function onResponseAborted () { - // 1. Finalize response for fetchParams and response. - ...
fix: fetch don't finalize on abort
mcollina_undici
train
js
151ac861ed7c49d82ca5eae03ccd627123861853
diff --git a/src/Keboola/Syrup/Controller/ApiController.php b/src/Keboola/Syrup/Controller/ApiController.php index <HASH>..<HASH> 100644 --- a/src/Keboola/Syrup/Controller/ApiController.php +++ b/src/Keboola/Syrup/Controller/ApiController.php @@ -49,10 +49,7 @@ class ApiController extends BaseController $this-...
fix: wrongly deprecated method
keboola_syrup
train
php
bd57e867657469b97bd29913478b7fcb082cfb4d
diff --git a/packages/vaex-core/vaex/groupby.py b/packages/vaex-core/vaex/groupby.py index <HASH>..<HASH> 100644 --- a/packages/vaex-core/vaex/groupby.py +++ b/packages/vaex-core/vaex/groupby.py @@ -170,7 +170,8 @@ class GroupByBase(object): grids[column_name] = values if isinstance(aggregate,...
fix(core): wrong count was reused when using selection, introduced in #<I>
vaexio_vaex
train
py
f1b5640323c9fd420b85198be5177894ab569a46
diff --git a/src/jsonapi.js b/src/jsonapi.js index <HASH>..<HASH> 100644 --- a/src/jsonapi.js +++ b/src/jsonapi.js @@ -46,21 +46,23 @@ function resource({document, model, included}) { const data = document[key] const relationshipModel = model.associations[key].target if (_.isArray(data)) { - relatio...
fix: single fetch did not return any results
netiam_contrib-rest
train
js
5eae46d8bd3c4cc3531e32814fe487acc97820e4
diff --git a/components/serverless-apollo-service/serverless.js b/components/serverless-apollo-service/serverless.js index <HASH>..<HASH> 100644 --- a/components/serverless-apollo-service/serverless.js +++ b/components/serverless-apollo-service/serverless.js @@ -1,13 +1,13 @@ const { join } = require("path"); const f...
fix: increase default memory to <I>
Webiny_webiny-js
train
js
3c7d8ab20f9c716652e92065767a5a44ffb21c13
diff --git a/src/util/scroll.js b/src/util/scroll.js index <HASH>..<HASH> 100644 --- a/src/util/scroll.js +++ b/src/util/scroll.js @@ -8,7 +8,8 @@ const positionStore = Object.create(null) export function setupScroll () { // Fix for #1585 for Firefox - window.history.replaceState({ key: getStateKey() }, '') + /...
fix: workaround replaceState bug in Safari (#<I>) Fix #<I> <!-- Please make sure to read the Pull Request Guidelines: <URL>
vuejs_vue-router
train
js
32dc3e221e364daf0e1638747857590aad1fc302
diff --git a/sample/src/about/about.js b/sample/src/about/about.js index <HASH>..<HASH> 100644 --- a/sample/src/about/about.js +++ b/sample/src/about/about.js @@ -21,7 +21,7 @@ export class About { attached() { // let bridge = System.get(System.normalizeSync('aurelia-materialize-bridge')); // this.version ...
chore(sample): bump darn version in about -.-
aurelia-ui-toolkits_aurelia-materialize-bridge
train
js
934723f9fe0f0a44ad161a2f394307d51d5b0aa2
diff --git a/scripts/setupProject.js b/scripts/setupProject.js index <HASH>..<HASH> 100644 --- a/scripts/setupProject.js +++ b/scripts/setupProject.js @@ -12,7 +12,7 @@ const execa = require("execa"); // Build all packages in the "packages" workspace. console.log(`🏗 Building packages...`); try { - ...
fix: build only the packages folder during setup-project
Webiny_webiny-js
train
js
58df3fa435230c7f8d218f23580b6a45454c297d
diff --git a/lib/plugins/index.js b/lib/plugins/index.js index <HASH>..<HASH> 100644 --- a/lib/plugins/index.js +++ b/lib/plugins/index.js @@ -935,8 +935,6 @@ pluginMgr.getResRules = function(req, res, callback) { getRulesMgr('resRules', req, res, function(pluginRulesMgr) { if (!pluginRulesMgr && resScriptR...
fix: repetitive injection res rules
avwo_whistle
train
js
905b82d97b603c463b2ade300e8f07e0d172253b
diff --git a/src/org/nutz/dao/impl/NutDao.java b/src/org/nutz/dao/impl/NutDao.java index <HASH>..<HASH> 100644 --- a/src/org/nutz/dao/impl/NutDao.java +++ b/src/org/nutz/dao/impl/NutDao.java @@ -1186,11 +1186,6 @@ public class NutDao extends DaoSupport implements Dao { .setAfter(_pojo_fetchInt); ...
fix: countByJoin没做对
nutzam_nutz
train
java