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
b117cc46df1b5b704051c87cadf6d25576206a7f
diff --git a/src/Client.js b/src/Client.js index <HASH>..<HASH> 100644 --- a/src/Client.js +++ b/src/Client.js @@ -183,7 +183,7 @@ class Ack { */ const defaults = { - ackWaitTimeout: 20000, + ackTimeout: 20000, auth: {}, binaryType: 'arraybuffer', decoder: JSON.parse, @@ -316,7 +316,7 @@ class Client ex...
refactor: rename option BREAKING CHANGE: rename ackWaitTimeout to ackTimeout.
an-sh_ws-messaging
train
js,js
02843608c43a195d1c8544c3d30642d0419b33b2
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -108,7 +108,6 @@ Prompt.prototype._run = function( cb ) { }) .takeUntil(done$) .doOnCompleted(function() { - console.log('COMPLETED'); self.searchMode = false; self.render(); return fal...
fix(vim-nav): fixing delete button return
sumanjs_suman-inquirer-directory
train
js
aed700072cac31139bbd1ebcb753708d3aa36a34
diff --git a/views/default/forms/comment/save.php b/views/default/forms/comment/save.php index <HASH>..<HASH> 100644 --- a/views/default/forms/comment/save.php +++ b/views/default/forms/comment/save.php @@ -42,6 +42,18 @@ if (can_attach_files()) { $params = $vars; $params['expand'] = false; $params['#type'] = 'at...
chore(views): update comment save form for elgg_view_field
hypeJunction_hypeInteractions
train
php
07410de61d62f4e9f051ec75aa89037e64388fd7
diff --git a/lib/components/narrative/narrative-itineraries.js b/lib/components/narrative/narrative-itineraries.js index <HASH>..<HASH> 100644 --- a/lib/components/narrative/narrative-itineraries.js +++ b/lib/components/narrative/narrative-itineraries.js @@ -100,6 +100,9 @@ const mapStateToProps = (state, ownProps) => ...
docs(narrative-itineraries): Add comment to unify dispatched method signature.
opentripplanner_otp-react-redux
train
js
d6edb05c4128dee14720d7e27a2d557aee186d2b
diff --git a/src/main/java/com/conveyal/gtfs/validator/ServiceValidator.java b/src/main/java/com/conveyal/gtfs/validator/ServiceValidator.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/conveyal/gtfs/validator/ServiceValidator.java +++ b/src/main/java/com/conveyal/gtfs/validator/ServiceValidator.java @@ -185,8...
refactor(validator): add clarification comment and revert variable renaming
conveyal_gtfs-lib
train
java
25bf3dac574cef610f4578d242a43bf1d742a1e3
diff --git a/js/src/sidebar.js b/js/src/sidebar.js index <HASH>..<HASH> 100644 --- a/js/src/sidebar.js +++ b/js/src/sidebar.js @@ -85,6 +85,10 @@ class Sidebar extends BaseComponent { return DefaultType } + static get NAME() { + return NAME + } + // Public show() {
fix: implement the static method "NAME"
coreui_coreui
train
js
c6e1ee0e77ee39d3dbf3890378b8483da40b0020
diff --git a/packages/cli/lib/commands/create.js b/packages/cli/lib/commands/create.js index <HASH>..<HASH> 100644 --- a/packages/cli/lib/commands/create.js +++ b/packages/cli/lib/commands/create.js @@ -105,8 +105,16 @@ module.exports = async (name, starter = '') => { } if (starter) { + const officialTemplat...
refactor(cli): support gridsome-starter-name syntax (#<I>)
gridsome_gridsome
train
js
cc51a833815f26441ccd2fed240e6a4dcac18db5
diff --git a/source/application/layouts/index.js b/source/application/layouts/index.js index <HASH>..<HASH> 100644 --- a/source/application/layouts/index.js +++ b/source/application/layouts/index.js @@ -4,6 +4,7 @@ function layout(props) { <head> <title>${props.title}</title> <meta name="viewport" content="w...
fix: avoid favicon requests for demos
patternplate-archive_patternplate-server
train
js
d843d07915f05c466d133a6369ee7d0212ef9bbe
diff --git a/test/runAll.unmocked.spec.js b/test/runAll.unmocked.spec.js index <HASH>..<HASH> 100644 --- a/test/runAll.unmocked.spec.js +++ b/test/runAll.unmocked.spec.js @@ -344,6 +344,16 @@ index <HASH>..<HASH> 100644 // Remove lock file await fs.remove(`${cwd}/.git/index.lock`) + + // Luckily there is...
test: update test for restoring changes
okonet_lint-staged
train
js
937c3ac6dad70eac38932f414c1c8ab21ebee717
diff --git a/test/test-client-server.js b/test/test-client-server.js index <HASH>..<HASH> 100644 --- a/test/test-client-server.js +++ b/test/test-client-server.js @@ -919,6 +919,49 @@ var tests = [ }, what: 'Pipelined requests with intermediate rekeying' }, + { run: function() { + var self = this, + ...
test: add test for push after EOF
mscdex_ssh2
train
js
54f083b46b36d4e2308ed39c8ff466d6b33b781d
diff --git a/public/js/lib/utils.js b/public/js/lib/utils.js index <HASH>..<HASH> 100644 --- a/public/js/lib/utils.js +++ b/public/js/lib/utils.js @@ -1,8 +1,6 @@ 'use strict'; (function (Shoutbox) { - var sounds = null; - var Utils = function (instance) { this.sb = instance; };
refactor: remove unused sounds
Schamper_nodebb-plugin-shoutbox
train
js
97918ad1fed4621d9d1336fc2cb0b25df8ed318a
diff --git a/rarbgapi/tests/test_rarbgapi.py b/rarbgapi/tests/test_rarbgapi.py index <HASH>..<HASH> 100644 --- a/rarbgapi/tests/test_rarbgapi.py +++ b/rarbgapi/tests/test_rarbgapi.py @@ -238,6 +238,9 @@ def test_torrents( assert torrent.seeders is None assert torrent.leechers is None + with p...
test: add case for get not exist torrent attribute
verybada_rarbgapi
train
py
08bef09fde48f66a024b3414886aa6166e6331d3
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -53,6 +53,7 @@ setuptools.setup( "Programming Language :: Python :: 3.10", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", +...
chore: advertise typing status in classifier (#<I>)
pypa_readme_renderer
train
py
ccf078a7fa39ba5dac6805e5fa6920fdcb765572
diff --git a/src/resources/views/squads/buttons/squads/kick.blade.php b/src/resources/views/squads/buttons/squads/kick.blade.php index <HASH>..<HASH> 100644 --- a/src/resources/views/squads/buttons/squads/kick.blade.php +++ b/src/resources/views/squads/buttons/squads/kick.blade.php @@ -1,5 +1,5 @@ <div class="float-ri...
fix(squads): hide kick button from non admin/moderators
eveseat_web
train
php
d24ca35fdcfd29a5abded647b92cff4fcf0e1909
diff --git a/packages/utils/src/index.js b/packages/utils/src/index.js index <HASH>..<HASH> 100644 --- a/packages/utils/src/index.js +++ b/packages/utils/src/index.js @@ -62,6 +62,7 @@ const WATCH_GLOB = [...TEST_GLOB, ...SRC_GLOB]; const DEFAULT_TRANSFORM_EXCLUDE_PATTERN = [ '**/node_modules/**', './node_module...
fix: exclude `scripts` by default (#<I>)
qlik-oss_after-work.js
train
js
a5cef03138867cb4cfc6cd35a1069bb29ffbd2bf
diff --git a/services/datalad/datalad_service/tasks/description.py b/services/datalad/datalad_service/tasks/description.py index <HASH>..<HASH> 100644 --- a/services/datalad/datalad_service/tasks/description.py +++ b/services/datalad/datalad_service/tasks/description.py @@ -30,7 +30,8 @@ def update_description(store, d...
fix: Encode dataset_description.json as unescaped utf-8 on disk
OpenNeuroOrg_openneuro
train
py
98be0c2b45c2c6baa4ba1c3f6906f347251e590e
diff --git a/Gulpfile.js b/Gulpfile.js index <HASH>..<HASH> 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -50,7 +50,8 @@ gulp.task('commands', function () { gulp.task('file-system', function () { var _fs = {}; var _ignore = [ - '.DS_Store' + '\\.DS_Store', + '.*\\.swp' ]; var root = 'src/js/lib/fs...
fix: prevent reading .swp files from file system
tadeuzagallo_zsh.js
train
js
542b0e88bf0240a2faf425de55e95d71c0099233
diff --git a/cobra/core/reaction.py b/cobra/core/reaction.py index <HASH>..<HASH> 100644 --- a/cobra/core/reaction.py +++ b/cobra/core/reaction.py @@ -739,6 +739,14 @@ class Reaction(Object): _id_to_metabolites = dict([(x.id, x) for x in self._metabolites]) for metabolite, coefficient in iteritems(m...
refactor: copy added metabolites from other models (#<I>)
opencobra_cobrapy
train
py
aeb249d94c522f9eedcd623cb2c32add3beb227a
diff --git a/test/integration/transaction.js b/test/integration/transaction.js index <HASH>..<HASH> 100644 --- a/test/integration/transaction.js +++ b/test/integration/transaction.js @@ -36,8 +36,8 @@ const queryFormat = '{\'city\': str}' const responseFormat = '{\'tmp\': num}' const queryFee = 30000 const oracleTtl...
test(transaction): Fix ttl for oracle transactions (#<I>)
aeternity_aepp-sdk-js
train
js
9353083ecaf31563873911ae8778480c5ff298f3
diff --git a/hdl_toolkit/synthetisator/rtlLevel/signal/utils.py b/hdl_toolkit/synthetisator/rtlLevel/signal/utils.py index <HASH>..<HASH> 100644 --- a/hdl_toolkit/synthetisator/rtlLevel/signal/utils.py +++ b/hdl_toolkit/synthetisator/rtlLevel/signal/utils.py @@ -77,18 +77,20 @@ def vecWithOffset(src, width, offset): ...
fix: vecWithOffset- width evaluation, new: connectUnpacked - exclude
Nic30_hwt
train
py
4bfa8519d18f9ee4a58cd2bb9a3bd54b5a27baa7
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -7,7 +7,7 @@ var loaderUtils = require('loader-utils'); module.exports = function(content) { this.cacheable && this.cacheable(); - var query = loaderUtils.parseQuery(this.query); + var query = loaderUtils.getOptions(this)...
fix: updated to latest loader-utils
bhovhannes_svg-url-loader
train
js
55161ce2ad69f2cc6443905ecc890ab22c944b01
diff --git a/node-tests/unit/utils/save-cordova-xml-test.js b/node-tests/unit/utils/save-cordova-xml-test.js index <HASH>..<HASH> 100644 --- a/node-tests/unit/utils/save-cordova-xml-test.js +++ b/node-tests/unit/utils/save-cordova-xml-test.js @@ -1,11 +1,12 @@ 'use strict'; const expect = require('../../help...
style(save-cordova-xml): Update test to separate file under test from helper and dependancies
isleofcode_splicon
train
js
4043569fbacb325fe7f1d1839f5d64549c032c20
diff --git a/engine.js b/engine.js index <HASH>..<HASH> 100644 --- a/engine.js +++ b/engine.js @@ -19,7 +19,7 @@ module.exports = function(source, config){ let viewsLoaded = false; function loadViews(source) { - for (let item of source.flatten(true)) { + for (let item of source.flattenDeep()) ...
fix(engine): update to remove deprecated flatten behaviour
frctl_consolidate
train
js
904350e8821fef5b6b8a4814b14a7c7c26d04bd2
diff --git a/test/poisons/slow-open.js b/test/poisons/slow-open.js index <HASH>..<HASH> 100644 --- a/test/poisons/slow-open.js +++ b/test/poisons/slow-open.js @@ -13,7 +13,7 @@ suite('poison#slowOpen', function () { function next(err) { expect(err).to.be.undefined - expect(Date.now() - init).to.be.at...
fix(test): timers are not perfect
h2non_toxy
train
js
9c7cb48e920c862e79757e6f0fd6983df7547efa
diff --git a/lib/mixins/link-getters.js b/lib/mixins/link-getters.js index <HASH>..<HASH> 100644 --- a/lib/mixins/link-getters.js +++ b/lib/mixins/link-getters.js @@ -14,7 +14,9 @@ import memoize from 'lodash/memoize' export default function mixinLinkGetters (items, includes) { const linkGetter = memoize(getLinksFr...
fix(sync): disable link resolution for entries without fields For example deleted entries from the Sync API
contentful_contentful.js
train
js
5e837bf8ef0735193597372cd2d85e31a8f715b9
diff --git a/commitizen/cz/cz_conventional_commits.py b/commitizen/cz/cz_conventional_commits.py index <HASH>..<HASH> 100644 --- a/commitizen/cz/cz_conventional_commits.py +++ b/commitizen/cz/cz_conventional_commits.py @@ -7,7 +7,7 @@ __all__ = ['ConventionalCommitsCz'] def parse_scope(text): if not text: - ...
fix: parse scope (this is my punishment for not having tests)
Woile_commitizen
train
py
52e95468d865cdb3e772275615b6487390387b2e
diff --git a/generators/client/files-react.js b/generators/client/files-react.js index <HASH>..<HASH> 100644 --- a/generators/client/files-react.js +++ b/generators/client/files-react.js @@ -32,11 +32,11 @@ const files = { '.eslintrc.json', 'tsconfig.json', 'tsconfig.t...
fix: do not break logo during generation
jhipster_generator-jhipster
train
js
cf2b1db4f34df433182835ba2459d7ae9e675b95
diff --git a/restless/preparers.py b/restless/preparers.py index <HASH>..<HASH> 100644 --- a/restless/preparers.py +++ b/restless/preparers.py @@ -148,6 +148,32 @@ class SubPreparer(FieldsPreparer): 'created': 'created_at', }) + If you want to pass the same object handled by the outer prepare...
docs: example of use of the current obj in subpreparer It's possible to pass the current object to a subpreparer if needed. To do it, one need to pass a empty lookup string. This is the current behaviour of `SubPreparer` and it is handy for preparing a flat data structure into a nested one. This commit adds the desc...
toastdriven_restless
train
py
0eec2bb796af856ce6cdc3178f768244cc976b76
diff --git a/python/setup.py b/python/setup.py index <HASH>..<HASH> 100755 --- a/python/setup.py +++ b/python/setup.py @@ -100,7 +100,7 @@ if platform.system() == 'Darwin': setup( name='neuroglancer', - version='1.0.13', + version='1.0.14', description='Python data backend for neuroglancer, a WebGL-b...
chore(python): bump package version to <I>
google_neuroglancer
train
py
1066a03ee7f07706fb7b81a693885a003ab55d70
diff --git a/engine/src/main/java/org/camunda/bpm/engine/repository/ProcessDefinitionQuery.java b/engine/src/main/java/org/camunda/bpm/engine/repository/ProcessDefinitionQuery.java index <HASH>..<HASH> 100644 --- a/engine/src/main/java/org/camunda/bpm/engine/repository/ProcessDefinitionQuery.java +++ b/engine/src/main/...
chore(engine): remove unrelated note on sorting - this note is only useful when the user actually sorts by semanticVersion otherwise the user shouldn't assume any specific ordering related to #CAM-<I>
camunda_camunda-bpm-platform
train
java
a3651e48eb029eb869262212dd6ef013fecbc186
diff --git a/lib/eventhub/message.rb b/lib/eventhub/message.rb index <HASH>..<HASH> 100644 --- a/lib/eventhub/message.rb +++ b/lib/eventhub/message.rb @@ -101,8 +101,9 @@ module EventHub # copies the message and set's provided status code (default: success), actual stamp, and a new message id def copy(status_...
fix: message.copy to deep copy
thomis_eventhub-processor
train
rb,rb
417462efb300ca9c5e9ffa7421eb27718a8a3956
diff --git a/packages/vaex-core/vaex/functions.py b/packages/vaex-core/vaex/functions.py index <HASH>..<HASH> 100644 --- a/packages/vaex-core/vaex/functions.py +++ b/packages/vaex-core/vaex/functions.py @@ -192,7 +192,7 @@ def ismissing(x): if mask is None: mask = np.zeros(x.length, dtype=...
fix(core): ismissing would always compare to None, making it really slow to use isna as well
vaexio_vaex
train
py
cdac12875fbaafa566f94b05ac04df48fe9d137f
diff --git a/quasar/src/mixins/panel.js b/quasar/src/mixins/panel.js index <HASH>..<HASH> 100644 --- a/quasar/src/mixins/panel.js +++ b/quasar/src/mixins/panel.js @@ -144,7 +144,7 @@ export const PanelParentMixin = { }, __swipe (evt) { - this.__go(evt.direction === 'left' ? 1 : -1) + this.__go((th...
fix(quasar): RTL support for panels
quasarframework_quasar
train
js
796d9aca0efe6b7b6cbaf95673b11a50f5e3a674
diff --git a/lib/ditty/policies/user_policy.rb b/lib/ditty/policies/user_policy.rb index <HASH>..<HASH> 100644 --- a/lib/ditty/policies/user_policy.rb +++ b/lib/ditty/policies/user_policy.rb @@ -26,7 +26,7 @@ module Ditty end def delete? - create? && user.super_admin? == false + create? && record&...
fix: Allow user deletion, but can't delete super users
EagerELK_ditty
train
rb
1ba875c78e81f32134f6b7bb32328685fbbd4ddb
diff --git a/src/Sentinel.php b/src/Sentinel.php index <HASH>..<HASH> 100644 --- a/src/Sentinel.php +++ b/src/Sentinel.php @@ -925,7 +925,7 @@ class Sentinel return call_user_func_array([$roles, $method], $parameters); } - $methods = ['getRoles', 'inRole', 'hasAccess', 'hasAnyAccess']; + ...
feat: Add inAnyRole to the list of static methods (#<I>) Calling Sentinel::inAnyRole() wouldn't work while Sentinel::inRole() was working in the same context.
cartalyst_sentinel
train
php
b3a78f59de5c12d2c7da6a7c6e31ec5b46c1ae5f
diff --git a/packages/grpc-native-core/src/client_interceptors.js b/packages/grpc-native-core/src/client_interceptors.js index <HASH>..<HASH> 100644 --- a/packages/grpc-native-core/src/client_interceptors.js +++ b/packages/grpc-native-core/src/client_interceptors.js @@ -646,7 +646,7 @@ function getCall(channel, path, o...
refactor: drop usage of _.get
grpc_grpc-node
train
js
80bbe9ebd7b96cf4685f99272562a66eda721039
diff --git a/test/k8sT/Services.go b/test/k8sT/Services.go index <HASH>..<HASH> 100644 --- a/test/k8sT/Services.go +++ b/test/k8sT/Services.go @@ -1645,10 +1645,8 @@ Secondary Interface %s :: IPv4: (%s, %s), IPv6: (%s, %s)`, helpers.DualStackSupp // behavior on the iptables-backend for kube-proxy. httpURL = g...
test: Remove nop condition from tests "RunsWithKubeProxy || RunsWithoutKubeProxy" is of course always true.
cilium_cilium
train
go
4fe967d8d8873d63145c1f4bc07314a87904a166
diff --git a/scripts/rewrite-decl-statements-for-closure-test.js b/scripts/rewrite-decl-statements-for-closure-test.js index <HASH>..<HASH> 100644 --- a/scripts/rewrite-decl-statements-for-closure-test.js +++ b/scripts/rewrite-decl-statements-for-closure-test.js @@ -202,7 +202,8 @@ function transform(srcFile, rootDir) ...
feat(infrastructure): Add newline at end of js files as part of the transform. (#<I>)
material-components_material-components-web
train
js
e44a27e5bb754e1efc7876ef2edc6850721a9065
diff --git a/packages/cozy-scripts/config/webpack.config.preact.js b/packages/cozy-scripts/config/webpack.config.preact.js index <HASH>..<HASH> 100644 --- a/packages/cozy-scripts/config/webpack.config.preact.js +++ b/packages/cozy-scripts/config/webpack.config.preact.js @@ -1,6 +1,6 @@ 'use strict' -process.env.__FI...
fix: rename config variable __FILE_EXT__ to __ENTRY_EXT__ :pencil2:
CPatchane_create-cozy-app
train
js,js
7cadc6680e2f934d627402e01cce0c89883c2d28
diff --git a/packages/cli-plugin-deploy-pulumi/esServiceRole/index.js b/packages/cli-plugin-deploy-pulumi/esServiceRole/index.js index <HASH>..<HASH> 100644 --- a/packages/cli-plugin-deploy-pulumi/esServiceRole/index.js +++ b/packages/cli-plugin-deploy-pulumi/esServiceRole/index.js @@ -5,7 +5,11 @@ const { green } = re...
fix: only execute hook for `api` stack
Webiny_webiny-js
train
js
d73a40b7113d512df981cb8497791e3db68e3bea
diff --git a/lib/anycable/config.rb b/lib/anycable/config.rb index <HASH>..<HASH> 100644 --- a/lib/anycable/config.rb +++ b/lib/anycable/config.rb @@ -112,20 +112,6 @@ module AnyCable SENTINEL_RXP = /^([\w\-_]*)\:(\d+)$/.freeze - unless {}.respond_to?(:transform_keys!) - using(Module.new do - re...
chore: drop Ruby <I> backports
anycable_anycable
train
rb
9c55593ae6a7308176710665f8bec094d4cadc2e
diff --git a/gitlab/base.py b/gitlab/base.py index <HASH>..<HASH> 100644 --- a/gitlab/base.py +++ b/gitlab/base.py @@ -261,6 +261,11 @@ class RESTManager(object): _obj_cls: Optional[Type[RESTObject]] = None _from_parent_attrs: Dict[str, Any] = {} + _computed_path: Optional[str] + _parent: Optional[RES...
chore: add type hints to gitlab/base.py:RESTManager Add some additional type hints to gitlab/base.py
python-gitlab_python-gitlab
train
py
4676c08c808bca1aebff0049fa7577dbcafca9bc
diff --git a/nodes/events-state-changed/events-state-changed.js b/nodes/events-state-changed/events-state-changed.js index <HASH>..<HASH> 100644 --- a/nodes/events-state-changed/events-state-changed.js +++ b/nodes/events-state-changed/events-state-changed.js @@ -206,7 +206,7 @@ module.exports = function (RED) { ...
fix(event-state): Pass the correct level of the event to msg.data
zachowj_node-red-contrib-home-assistant-websocket
train
js
72d61903fea4057e6465e8c991711a9a0b2705d0
diff --git a/packages/link/Link.js b/packages/link/Link.js index <HASH>..<HASH> 100644 --- a/packages/link/Link.js +++ b/packages/link/Link.js @@ -62,6 +62,7 @@ const AvLink = ({ <Tag href={url} target={target} + style={{ textDecoration: 'underline' }} onClick={(event) => onClick && onCli...
feat(link): adding underline for all links <I> compliance
Availity_availity-react
train
js
bba1589230884f854e42e7e00c992c3560c1b430
diff --git a/src/js/module/Buttons.js b/src/js/module/Buttons.js index <HASH>..<HASH> 100644 --- a/src/js/module/Buttons.js +++ b/src/js/module/Buttons.js @@ -561,7 +561,7 @@ export default class Buttons { $catcher.css({ width: this.options.insertTableMaxSize.col + 'em', height: thi...
fix(Button): change mouseup to mousedown
summernote_summernote
train
js
0e01a786797a2a8f6f3686e068d50de712d59fac
diff --git a/tests/integration/routes/session-test.js b/tests/integration/routes/session-test.js index <HASH>..<HASH> 100644 --- a/tests/integration/routes/session-test.js +++ b/tests/integration/routes/session-test.js @@ -440,7 +440,8 @@ test('GET /session?include=foobar', function (t) { }, getSessionRouteOptions...
test: <I> invalid ?include=<path> -> <I> Bad Request
hoodiehq_hoodie-account-server
train
js
5eeea486325f881b2b800a59fffe7831faa1f138
diff --git a/packages/cerebral-todomvc/src/modules/app/actions/postTodo.js b/packages/cerebral-todomvc/src/modules/app/actions/postTodo.js index <HASH>..<HASH> 100644 --- a/packages/cerebral-todomvc/src/modules/app/actions/postTodo.js +++ b/packages/cerebral-todomvc/src/modules/app/actions/postTodo.js @@ -1,14 +1,13 @@...
fix(todomvc): fix the timeout when posting Todo
cerebral_cerebral
train
js
4a913580b3fc3367769ba67601865e2309564245
diff --git a/tests/test_graphers_render_analyzers.py b/tests/test_graphers_render_analyzers.py index <HASH>..<HASH> 100644 --- a/tests/test_graphers_render_analyzers.py +++ b/tests/test_graphers_render_analyzers.py @@ -8,7 +8,7 @@ import numpy as np from tempfile import NamedTemporaryFile import os -PLOT = True +PL...
fix(test_graphers_render_analyzers): Switch interactive plot option to false
Parisson_TimeSide
train
py
40ea3ab365b73452197b26fdee541a65527ee463
diff --git a/patchwork/connection.py b/patchwork/connection.py index <HASH>..<HASH> 100644 --- a/patchwork/connection.py +++ b/patchwork/connection.py @@ -245,13 +245,13 @@ t.start() """ status = None self.last_command = command + self.last_stdout = '' + self.last_stderr = '' ...
fix: avoid last output mismatch in case of an exception during command execution
RedHatQE_python-stitches
train
py
ee886d1f8dc81f3298e0bfb830b856fdd714e4f4
diff --git a/lib/configure.js b/lib/configure.js index <HASH>..<HASH> 100755 --- a/lib/configure.js +++ b/lib/configure.js @@ -37,8 +37,8 @@ module.exports = async () => { const targetDirectories = uniq( builds.map(({ paths }) => addSep(paths.dist.replace(addSep(cwd()), ''))) ); - gitIgnorePatterns.push(tar...
fix(configure): Handle array of target directories (#<I>)
seek-oss_sku
train
js
19a10d7f489d0bf3cda5d8da8189a9aa85d94d33
diff --git a/pyethereum/blocks.py b/pyethereum/blocks.py index <HASH>..<HASH> 100644 --- a/pyethereum/blocks.py +++ b/pyethereum/blocks.py @@ -303,9 +303,9 @@ class Block(object): @classmethod def init_from_parent(cls, parent, coinbase, extra_data='', - now=time.time()): + ...
fix: timestamp as int
ethereum_pyethereum
train
py
3924a34f130014de8496e9b25ea783a7f7155e95
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 @@ -58,7 +58,13 @@ async function clean() { ]; break; ...
fix: prevent pattern lab's styleguide folder from getting wiped when the the build tools clean task is run
bolt-design-system_bolt
train
js
0bba69c1b302cfdb79ec289064a826537395eda4
diff --git a/packages/okam-build/lib/processor/js/transform/visitor.js b/packages/okam-build/lib/processor/js/transform/visitor.js index <HASH>..<HASH> 100644 --- a/packages/okam-build/lib/processor/js/transform/visitor.js +++ b/packages/okam-build/lib/processor/js/transform/visitor.js @@ -116,14 +116,27 @@ function tr...
fix(okam-build): fix ant app component page init
ecomfe_okam
train
js
7f7ec23c28769495631022cf5d9882020a7bd2ba
diff --git a/script/prepare-release.js b/script/prepare-release.js index <HASH>..<HASH> 100755 --- a/script/prepare-release.js +++ b/script/prepare-release.js @@ -36,9 +36,6 @@ async function getNewVersion (dryRun) { } let bumpScript = path.join(__dirname, 'bump-version.py') let scriptArgs = [bumpScript, '--bu...
chore: dont pass --stable through to bump-version.py (#<I>) I want to clean up this "stable" and "beta" code smell eventually but for now this will unblock the <I>.x releases.
electron_electron
train
js
8f286b755b47e2c0d0db5027d656ec20aa5b8fff
diff --git a/packages/core/botpress/src/about.js b/packages/core/botpress/src/about.js index <HASH>..<HASH> 100644 --- a/packages/core/botpress/src/about.js +++ b/packages/core/botpress/src/about.js @@ -10,7 +10,7 @@ module.exports = projectLocation => { name: packageJson.name, version: packageJson.versio...
fix(core): correctly get author information from bots It currently works if the `author` field is a string, but it can also be an object (which is quite common), and that would cause the botpress server to crash on startup. For example: <URL>
botpress_botpress
train
js
b0a6db910da882bceacc6087bb43abd36cbdb87d
diff --git a/src/http-api/resources/files.js b/src/http-api/resources/files.js index <HASH>..<HASH> 100644 --- a/src/http-api/resources/files.js +++ b/src/http-api/resources/files.js @@ -94,9 +94,12 @@ exports.get = { if (err) return handleError(err) pack.finalize() - reply(pack).header...
fix(http): get handler reads the stream
ipfs_js-ipfs
train
js
205e73ebddae245a77d1bb0446374b47fd08d48a
diff --git a/src/helpers/manifest.js b/src/helpers/manifest.js index <HASH>..<HASH> 100644 --- a/src/helpers/manifest.js +++ b/src/helpers/manifest.js @@ -9,12 +9,28 @@ export const getManifest = async path => { export const getFields = async path => { const manifest = await getManifest(path) - return ( + const...
feat: Update after field modification ✌️
konnectors_konitor
train
js
8617456878cad71e4199a434fd5d3415aeaa4415
diff --git a/packages/remark-prismjs/index.js b/packages/remark-prismjs/index.js index <HASH>..<HASH> 100644 --- a/packages/remark-prismjs/index.js +++ b/packages/remark-prismjs/index.js @@ -4,7 +4,7 @@ const visit = require('unist-util-visit') const loadLanguages = require('prismjs/components/index') module.export...
fix(prismjs): load all languages (#<I>)
gridsome_gridsome
train
js
3ae3a44a72d4260281f4f800061608bb9472c2e3
diff --git a/model-api/bpmn-model/src/main/java/org/camunda/bpm/model/bpmn/instance/MultiInstanceLoopCharacteristics.java b/model-api/bpmn-model/src/main/java/org/camunda/bpm/model/bpmn/instance/MultiInstanceLoopCharacteristics.java index <HASH>..<HASH> 100644 --- a/model-api/bpmn-model/src/main/java/org/camunda/bpm/mo...
chore(bpmn): add setter and getter to interface related to #CAM-<I>
camunda_camunda-bpm-platform
train
java
24fb2bfb5f2d4d9d52f10ac2470ba985867a0306
diff --git a/packages/razzle-plugin-scss/index.js b/packages/razzle-plugin-scss/index.js index <HASH>..<HASH> 100644 --- a/packages/razzle-plugin-scss/index.js +++ b/packages/razzle-plugin-scss/index.js @@ -113,7 +113,7 @@ module.exports = { options: hasPostCssConfig() ? undefined : { postcssOp...
fix(razzle-plugins): postcss options not applied by razzle-plugin-scss
jaredpalmer_razzle
train
js
18af70eef1d8d61113b5fe10e9a7af338421fd6d
diff --git a/packages/bonde-admin-canary/src/scenes/Dashboard/scenes/Chatbot/components/ChatbotPersistentMenu.js b/packages/bonde-admin-canary/src/scenes/Dashboard/scenes/Chatbot/components/ChatbotPersistentMenu.js index <HASH>..<HASH> 100644 --- a/packages/bonde-admin-canary/src/scenes/Dashboard/scenes/Chatbot/compone...
fix(canary): change campaign diagram on db to json
nossas_bonde-client
train
js
2d6c5677148b1d552140aa422e8f4018b46080ef
diff --git a/src/ServiceProvider.php b/src/ServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/ServiceProvider.php +++ b/src/ServiceProvider.php @@ -63,10 +63,6 @@ class ServiceProvider extends \Illuminate\Support\ServiceProvider $configPath = __DIR__ . '/../config/debugbar.php'; $this->publishe...
fix: Route caching Route caching when the `artisan route:cache` command execute.
barryvdh_laravel-debugbar
train
php
ccc93d4ccb022bba0b94112e89aea11a775e6b0d
diff --git a/core/src/setup.js b/core/src/setup.js index <HASH>..<HASH> 100644 --- a/core/src/setup.js +++ b/core/src/setup.js @@ -62,6 +62,7 @@ ons.IfElement = IfElement; ons.ActionSheetElement = ActionSheetElement; ons.ActionSheetButtonElement = ActionSheetButtonElement; ons.AlertDialogElement = AlertDialogElement...
fix(ons-alert-dialog-button): Added element to ons object.
OnsenUI_OnsenUI
train
js
ab1b0ec4aca19a2ab9cb19bf1d7b9a3ad0a40579
diff --git a/cmpserver/plugin/plugin_test.go b/cmpserver/plugin/plugin_test.go index <HASH>..<HASH> 100644 --- a/cmpserver/plugin/plugin_test.go +++ b/cmpserver/plugin/plugin_test.go @@ -195,7 +195,8 @@ func TestMatchRepository(t *testing.T) { d := Discover{ Find: Find{ Command: Command{ - Command: []st...
test: fix plugin var test for OSX (#<I>)
argoproj_argo-cd
train
go
ead99a53b7c1838fa2061d22f7ee07a3612bfb3f
diff --git a/src/rest/RequestHandler.js b/src/rest/RequestHandler.js index <HASH>..<HASH> 100644 --- a/src/rest/RequestHandler.js +++ b/src/rest/RequestHandler.js @@ -153,7 +153,7 @@ class RequestHandler { // Retry the specified number of times for possible serverside issues if (item.retries === this.mana...
fix(HTTPError): the path property should actually be the path
discordjs_discord.js
train
js
90d3de04ce4b0a4ee7a21c80dc906e0dc2cecaec
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -1,6 +1,9 @@ -import {HttpClient} from 'aurelia-fetch-client'; -export {Rest} from './rest'; +import {Config} from './config'; +export {Config} from './config'; +export {Endpoint} from './endpoint'; export f...
feat(plugin): Expose Config and Resolver
SpoonX_aurelia-api
train
js
ba7f8e8a0a793beea678c5e782859e2dfc51704a
diff --git a/tmuxp/server.py b/tmuxp/server.py index <HASH>..<HASH> 100644 --- a/tmuxp/server.py +++ b/tmuxp/server.py @@ -27,9 +27,9 @@ class Server(object): ''' The :term:`tmux(1)` server. Container for: - :attr:`Server._sessions` [:class:`Session`, ..] - :attr:`Session._windows` [:class:`Window...
docs: 3 periods for ellipsis in list
tmux-python_tmuxp
train
py
496d3016278bb109b7d616b676916e9b158409fe
diff --git a/tests/Filesystem/HelperTest.php b/tests/Filesystem/HelperTest.php index <HASH>..<HASH> 100644 --- a/tests/Filesystem/HelperTest.php +++ b/tests/Filesystem/HelperTest.php @@ -345,10 +345,6 @@ class HelperTest extends TestCase // 7 = 4+2+1 分别代表可读可写可执行 mkdir($sourcePath, 0444); - //...
refactor(filesystem): code poem
hunzhiwange_framework
train
php
9b6b0fd321c98d4e7001d13099ed3f762253857a
diff --git a/src/components/VTabs/VTabsItems.js b/src/components/VTabs/VTabsItems.js index <HASH>..<HASH> 100644 --- a/src/components/VTabs/VTabsItems.js +++ b/src/components/VTabs/VTabsItems.js @@ -1,6 +1,10 @@ +import Touch from '../../directives/touch' + export default { name: 'v-tabs-items', + directives: { ...
fix: Import Touch directive in VTabsItems VTabsItems doesn't work with a-la-carte as it tries to use the touch directive without importing it Fixes #<I>
vuetifyjs_vuetify
train
js
46367642b0c80e6efaf26c6d9cd5277d7a2ff5d0
diff --git a/src/timestamp/Timestamp.js b/src/timestamp/Timestamp.js index <HASH>..<HASH> 100644 --- a/src/timestamp/Timestamp.js +++ b/src/timestamp/Timestamp.js @@ -31,6 +31,9 @@ export default class Timestamp extends Component { }; } componentDidMount() { + this.initDate(); + } + initDate() { co...
fix(Timestamp): Receive props issue.
uiwjs_uiw
train
js
1414a9fd822700609024aa2cef782d63cfb0bce4
diff --git a/build/tasks/aria-supported.js b/build/tasks/aria-supported.js index <HASH>..<HASH> 100644 --- a/build/tasks/aria-supported.js +++ b/build/tasks/aria-supported.js @@ -16,7 +16,10 @@ module.exports = function(grunt) { * as `axe` does not exist until grunt task `build:uglify` is complete, * hence ca...
fix: ensure correctly generated axe is required by `aria-supported` build step (#<I>)
dequelabs_axe-core
train
js
48fe3ae97c68aec45cdbeb74c47c8aa92404d23e
diff --git a/test/cluster/cluster.go b/test/cluster/cluster.go index <HASH>..<HASH> 100644 --- a/test/cluster/cluster.go +++ b/test/cluster/cluster.go @@ -201,6 +201,7 @@ func (c *Cluster) Shutdown() { if err := deleteBridge(c.bridge); err != nil { c.logf("error deleting network bridge %s: %s\n", c.bridge.name, ...
test: Avoid deleting bridge devices twice
flynn_flynn
train
go
2540313d7e8d8425f3ae593e9d6a07c8195cd235
diff --git a/src/js/core/img.js b/src/js/core/img.js index <HASH>..<HASH> 100644 --- a/src/js/core/img.js +++ b/src/js/core/img.js @@ -109,7 +109,7 @@ export default { if (this.dataSrcset && window.devicePixelRatio !== 1) { const bgSize = css(this.$el, 'backgroundSize'); - ...
fix: background images are shown too large on retina displays in Img component
uikit_uikit
train
js
c5278da12cd02f783146292506f4c8682ceddaf3
diff --git a/packages/components/bolt-code-snippet/src/code-snippet.standalone.js b/packages/components/bolt-code-snippet/src/code-snippet.standalone.js index <HASH>..<HASH> 100644 --- a/packages/components/bolt-code-snippet/src/code-snippet.standalone.js +++ b/packages/components/bolt-code-snippet/src/code-snippet.sta...
feat: add SQL and Java support to the Code Snippet component
bolt-design-system_bolt
train
js
a5a7117297b11b3fb5ced5317307c5872ec7e7e1
diff --git a/lib/bulk/ordered.js b/lib/bulk/ordered.js index <HASH>..<HASH> 100644 --- a/lib/bulk/ordered.js +++ b/lib/bulk/ordered.js @@ -10,7 +10,8 @@ var common = require('./common'), Define = require('../metadata'), BSON = require('mongodb-core').BSON, Batch = common.Batch, - mergeBatchResults = common.me...
refactor(bulk-ordered): migrate to using `executeOperation` NODE-<I>
mongodb_node-mongodb-native
train
js
06c440fba6c3a3d44766391af4dd79a36655b929
diff --git a/lib/manager/gomod/artifacts.js b/lib/manager/gomod/artifacts.js index <HASH>..<HASH> 100644 --- a/lib/manager/gomod/artifacts.js +++ b/lib/manager/gomod/artifacts.js @@ -57,7 +57,7 @@ async function getArtifacts( const volumes = [config.localDir, process.env.GOPATH]; cmd += volumes.map(v => `...
fix(gomod): bug in getArtifacts env (#<I>)
renovatebot_renovate
train
js
31c5bb10a93d6f2d5debf79f0949987eb3f41a1d
diff --git a/src/Cell.js b/src/Cell.js index <HASH>..<HASH> 100644 --- a/src/Cell.js +++ b/src/Cell.js @@ -124,7 +124,7 @@ export default class Cell { */ setBackground(colorName = 'none') { const color = colorName.toUpperCase(); - this._background = COLORS[color] ? color : 'none'; + this._background =...
fix(cell): Fix issue with checking on own property
kittikjs_cursor
train
js
9c3872f497c09ab91d9e1f66d9bbc1a3fa17b25b
diff --git a/bin/update-ranges.php b/bin/update-ranges.php index <HASH>..<HASH> 100644 --- a/bin/update-ranges.php +++ b/bin/update-ranges.php @@ -19,7 +19,7 @@ include('vendor/autoload.php'); echo "Requesting range information...\n"; $client = new Client(); -$url = 'https://www.isbn-international.org/?q=bl_proxy/G...
fix: update urls used in range updater
biblys_isbn
train
php
ee32a17d1810f59721a1b2044823d0b2f81d6a1d
diff --git a/content/payment-required.js b/content/payment-required.js index <HASH>..<HASH> 100644 --- a/content/payment-required.js +++ b/content/payment-required.js @@ -6,5 +6,5 @@ module.exports = () => Hello! You have set your repository to private. From now on Greenkeeper is no longer free. We have disabled ...
docs(payment-required): Update payment-required. pricing text
greenkeeperio_greenkeeper
train
js
d1a85aed95a10ead59b968d8f69960308677b3b3
diff --git a/trainerdex/http.py b/trainerdex/http.py index <HASH>..<HASH> 100644 --- a/trainerdex/http.py +++ b/trainerdex/http.py @@ -127,7 +127,7 @@ async def json_or_text(response: aiohttp.web.Response) -> Union[Dict, str]: class Route: - BASE = "https://www.trainerdex.co.uk/api/v1" + BASE = "https://trai...
fix: Update for new domain Whilst the API v1 will remain alive at .trainerdex.co.uk until EOL, the trainerdex.app is the preferred domain going forward.
TrainerDex_TrainerDex.py
train
py
c83281981a3c5f4aad9fd3a1df252d63e44f402b
diff --git a/tests/integration/ApiTestCase.php b/tests/integration/ApiTestCase.php index <HASH>..<HASH> 100644 --- a/tests/integration/ApiTestCase.php +++ b/tests/integration/ApiTestCase.php @@ -137,7 +137,7 @@ class ApiTestCase extends TestCase $config->setOauthUrl($_SERVER['COMMERCETOOLS_OAUTH_URL'])...
test(Integration): typo
commercetools_commercetools-php-sdk
train
php
277b9e566cf8042ee20aa14bf83d53bbf63465a0
diff --git a/tests/conftest.py b/tests/conftest.py index <HASH>..<HASH> 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -3,12 +3,13 @@ from git import Repo from git.exc import GitCommandNotFound from dvc.repo import Repo as DvcRepo -from .basic_env import TestDirFixture, logger +from .basic_env import Tes...
test: use caplog.at_level() to restore log level after test
iterative_dvc
train
py
29a850a5b1ad73df72ff585be74f4112e22ce8d4
diff --git a/packages/cli/src/commands/run.js b/packages/cli/src/commands/run.js index <HASH>..<HASH> 100644 --- a/packages/cli/src/commands/run.js +++ b/packages/cli/src/commands/run.js @@ -27,7 +27,7 @@ const cliVerbosityToCometdLogLevel = (verbosity) => { */ const run = (command, config, declaration) => { cons...
fix(push): Push fails due to miswritten skipProvisioning
zetapush_zetapush
train
js
3954e868d4146f537b950bce3606bce3bbf32814
diff --git a/server/api.js b/server/api.js index <HASH>..<HASH> 100644 --- a/server/api.js +++ b/server/api.js @@ -48,8 +48,11 @@ api.GET('/query', async (req, res) => { let clients = Object.create(null) function unwatch(stream) { - clients[stream.clientId].delete(stream) - stream.destroy() + let streams = clien...
fix: check if client is connected before deleting a single stream
aleclarson_wch
train
js
3bb16ca5365f0154d7b1d1a659379d11e5866b81
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -1,8 +1,10 @@ -import 'babel-polyfill' import $ from 'cheerio' import MetaTagsParser from './parsers/metatag-parser' import MicroRdfaParser from './parsers/micro-rdfa-parser' import JsonldParser from './par...
fix: multiple babel polyfills
indix_web-auto-extractor
train
js
3e3fa4ba1218cb21236714fffee2b716cc55be14
diff --git a/lib/client/client.js b/lib/client/client.js index <HASH>..<HASH> 100644 --- a/lib/client/client.js +++ b/lib/client/client.js @@ -238,6 +238,8 @@ Client.prototype.add = function add (name, entry, controls, callback) { save[k].forEach(function (v) { attr.addValue(v.toString()) }...
fix: client.add not adding buffers properly Fixed while getting AD thumbnailPhoto to work.
joyent_node-ldapjs
train
js
71dd50ef7de6628600a7d7aa740cae04dbb73ae4
diff --git a/src/redirects.js b/src/redirects.js index <HASH>..<HASH> 100644 --- a/src/redirects.js +++ b/src/redirects.js @@ -8,6 +8,9 @@ module.exports = { }; function createRedirects(redirectMap, dest) { + if (!redirectMap) { + return Promise.resolve(); + } console.log(`\nGenerating redirects...`); return s...
fix: do not choke if no redirect-map is given
sinnerschrader_schlump
train
js
e5e1efb14e35b1315c8d6e9b2f6069620c1d4acb
diff --git a/ibis/backends/conftest.py b/ibis/backends/conftest.py index <HASH>..<HASH> 100644 --- a/ibis/backends/conftest.py +++ b/ibis/backends/conftest.py @@ -352,6 +352,11 @@ def alltypes(backend): @pytest.fixture(scope='session') +def struct(backend): + return backend.struct + + +@pytest.fixture(scope='se...
test(backends): add struct/struct_df fixtures
ibis-project_ibis
train
py,py
ffd86949259d8970013a701a8b2ea00dfb09c628
diff --git a/test/integration/binary.js b/test/integration/binary.js index <HASH>..<HASH> 100644 --- a/test/integration/binary.js +++ b/test/integration/binary.js @@ -81,6 +81,9 @@ describe('node-static (CLI)', function () { }), fixturePath ], timeout - 9000, { condition: ...
test: add errBack for debugging
cloudhead_node-static
train
js
3d9b9fe36f9bdf3e03bb9855d317853340e2a015
diff --git a/query/stdlib/testing/end_to_end_test.go b/query/stdlib/testing/end_to_end_test.go index <HASH>..<HASH> 100644 --- a/query/stdlib/testing/end_to_end_test.go +++ b/query/stdlib/testing/end_to_end_test.go @@ -31,9 +31,11 @@ func init() { } func TestFluxEndToEnd(t *testing.T) { + t.Skip("flaky test: https:...
chore(query): disable flaky end to end tests for flux (#<I>)
influxdata_influxdb
train
go
8d969ab121223c32bb41d26724e5f814bc0bef16
diff --git a/sample/app/contacts/contacts.js b/sample/app/contacts/contacts.js index <HASH>..<HASH> 100644 --- a/sample/app/contacts/contacts.js +++ b/sample/app/contacts/contacts.js @@ -92,7 +92,7 @@ angular.module('uiRouterSample.contacts', [ // between 1 and 4. // Since this state is also a c...
docs(sample): fix a drift from the code
ui-router_angular
train
js
33afe1e8f49a65feef166cd1a04ea4a376c5e4da
diff --git a/src/request.js b/src/request.js index <HASH>..<HASH> 100644 --- a/src/request.js +++ b/src/request.js @@ -252,9 +252,10 @@ const refreshServerUrlByRouter = () => { const setServerUrlByRegion = (region = 'cn') => { getServerURLPromise = new AVPromise(); + const promise = getServerURLPromise; // 如果...
fix: use proper closure to prevent getServerURLPromise from being resolved more then once (#<I>)
leancloud_javascript-sdk
train
js
e82f455d8cfa63289a4f32c5edd6a6c666d537e7
diff --git a/lib/manager/npm/extract/index.js b/lib/manager/npm/extract/index.js index <HASH>..<HASH> 100644 --- a/lib/manager/npm/extract/index.js +++ b/lib/manager/npm/extract/index.js @@ -58,6 +58,9 @@ async function extractPackageFile(content, fileName, config) { throw error; } const packageJsonName = pa...
refactor: log npm package.json name
renovatebot_renovate
train
js
6053abca9fff9635791818a496cfbb0b96aba5b2
diff --git a/src/components/VSelect/VSelect.js b/src/components/VSelect/VSelect.js index <HASH>..<HASH> 100644 --- a/src/components/VSelect/VSelect.js +++ b/src/components/VSelect/VSelect.js @@ -408,9 +408,9 @@ export default { }, genListWithSlot () { return this.$createElement(VSelectList, this.listDa...
refactor(VSelect): removed unnecessary if, changed div to template
vuetifyjs_vuetify
train
js
94d82db1f554577ccd4b50eca44f15db133e3fbe
diff --git a/packages/cli-plugin-deploy-pulumi/commands/deploy/buildPackages.js b/packages/cli-plugin-deploy-pulumi/commands/deploy/buildPackages.js index <HASH>..<HASH> 100644 --- a/packages/cli-plugin-deploy-pulumi/commands/deploy/buildPackages.js +++ b/packages/cli-plugin-deploy-pulumi/commands/deploy/buildPackages....
fix: add "package" word after the package name
Webiny_webiny-js
train
js
71c359ea0f7290a10945ef9d340ecf7e20a67b94
diff --git a/test/integration/response-test.js b/test/integration/response-test.js index <HASH>..<HASH> 100644 --- a/test/integration/response-test.js +++ b/test/integration/response-test.js @@ -244,7 +244,7 @@ const Dredd = require('../../src/dredd'); ); it('prints four failures for each non-matching sta...
test: adjust tests to fit changes in Gavel's output Changes made in <URL>
apiaryio_dredd
train
js
3f5af819ed11c0c0cafdff700f883e4d269df9a6
diff --git a/lib/init.js b/lib/init.js index <HASH>..<HASH> 100644 --- a/lib/init.js +++ b/lib/init.js @@ -95,6 +95,10 @@ module.exports = function(req, res, next) { req.isHttps = true; delete req.headers[config.HTTPS_FIELD]; } + if (req.headers['proxy-connection']) { + req.headers['connection'] = req....
fix: Handle request header proxy-connection
avwo_whistle
train
js,js
78ec140a26b952f42ea494f87b871ae50befa03f
diff --git a/src/Views.php b/src/Views.php index <HASH>..<HASH> 100644 --- a/src/Views.php +++ b/src/Views.php @@ -372,7 +372,7 @@ class Views return false; } - if ($this->sessionDelay && $this->viewSessionHistory->push($this->viewable, $this->sessionDelay)) { + if (!is_null($this-...
fix: delayInSession not working
cyrildewit_eloquent-viewable
train
php
d1890aa402007c570dfa74fd93acb64b52adc1bb
diff --git a/common/fdlimit/fdlimit_test.go b/common/fdlimit/fdlimit_test.go index <HASH>..<HASH> 100644 --- a/common/fdlimit/fdlimit_test.go +++ b/common/fdlimit/fdlimit_test.go @@ -17,7 +17,6 @@ package fdlimit import ( - "fmt" "testing" ) @@ -30,7 +29,7 @@ func TestFileDescriptorLimits(t *testing.T) { t....
fix: linter warning (#<I>)
ethereum_go-ethereum
train
go
5a6600f3343410a263440fcda5ee0b12f70b5b2b
diff --git a/lib/utilities.js b/lib/utilities.js index <HASH>..<HASH> 100644 --- a/lib/utilities.js +++ b/lib/utilities.js @@ -1,6 +1,6 @@ var React = require('react'); var hyphenPatternRegex = /-([a-z])/g; -var CUSTOM_PROPERTY_OR_NO_HYPHEN_REGEX = /^--[a-zA-Z-]+$|^[^-]+$/; +var CUSTOM_PROPERTY_OR_NO_HYPHEN_REGEX = /...
fix(utilities): allow numbers in custom style names
remarkablemark_html-react-parser
train
js,js