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
aa4f9dac2fa03e86b4b3fab8a208285edba3cbcc
diff --git a/notify.go b/notify.go index <HASH>..<HASH> 100644 --- a/notify.go +++ b/notify.go @@ -32,3 +32,12 @@ func (p *PubSubNotif) Listen(n network.Network, _ ma.Multiaddr) { func (p *PubSubNotif) ListenClose(n network.Network, _ ma.Multiaddr) { } + +func (p *PubSubNotif) Initialize() { + for _, pr := range p....
fix: treat peers already connected to the host before pubsub is initialized as valid potential pubsub peers
libp2p_go-libp2p-pubsub
train
go,go
593a61bba1643a70923ba608761de98dbdcaf7d9
diff --git a/arq/connections.py b/arq/connections.py index <HASH>..<HASH> 100644 --- a/arq/connections.py +++ b/arq/connections.py @@ -282,7 +282,7 @@ async def create_pool( async def log_redis_info(redis: 'Redis[bytes]', log_func: Callable[[str], Any]) -> None: - async with redis.pipeline(transaction=True) as ...
fix: info commands are not allowed inside transactions at least in redis <I> (#<I>)
samuelcolvin_arq
train
py
f2dac514bf26d10e21279a303ad03e21f3601806
diff --git a/lib/api-client/resources/job-definition.js b/lib/api-client/resources/job-definition.js index <HASH>..<HASH> 100644 --- a/lib/api-client/resources/job-definition.js +++ b/lib/api-client/resources/job-definition.js @@ -39,4 +39,10 @@ JobDefinition.list = function(params, done) { }); }; +JobDefinition....
chore(job-definition): expose get operation related to CAM-<I>
camunda_camunda-bpm-sdk-js
train
js
fc513332e1e4f1e8127100ef4962621927ca46de
diff --git a/src/modules/FlagIcon.js b/src/modules/FlagIcon.js index <HASH>..<HASH> 100644 --- a/src/modules/FlagIcon.js +++ b/src/modules/FlagIcon.js @@ -4,9 +4,11 @@ import PropTypes from "prop-types"; import Flag from "./internal/Flag"; /** - * Draws flag icon loaded with Webpack `url-loader` or `file-loader`. +...
docs(FlagIcon): add links to webpack loaders and rollup plugins.
umidbekkarimov_react-flag-kit
train
js
e8c45f907832385c56aef11761a3998bdd708c7a
diff --git a/src/load-commands.js b/src/load-commands.js index <HASH>..<HASH> 100644 --- a/src/load-commands.js +++ b/src/load-commands.js @@ -4,11 +4,11 @@ function requireCommands () { const cmds = { // add and createAddStream alias add: require('./api/add'), + cat: require('./api/cat'), createAd...
feat: add alias for cat under files
ipfs_js-ipfs
train
js
248fa14ca07a17fb7f92c45863ba2e694689bd0c
diff --git a/views/cypress/plugins/index.js b/views/cypress/plugins/index.js index <HASH>..<HASH> 100644 --- a/views/cypress/plugins/index.js +++ b/views/cypress/plugins/index.js @@ -16,10 +16,11 @@ module.exports = (on, config) => { } }); + // sets path for downloads on('before:browser:launch', (bro...
fix: setting download dir for headless mode
oat-sa_tao-core
train
js
af41fe0fafbc81e91219ac4640c86ea55ba6c4a1
diff --git a/test/unit/model/sharedStimulus/factory/CommandFactoryTest.php b/test/unit/model/sharedStimulus/factory/CommandFactoryTest.php index <HASH>..<HASH> 100644 --- a/test/unit/model/sharedStimulus/factory/CommandFactoryTest.php +++ b/test/unit/model/sharedStimulus/factory/CommandFactoryTest.php @@ -108,9 +108,6 ...
chore: Remove instantiation of uneeded User mock from test
oat-sa_extension-tao-mediamanager
train
php
713ae90f34a3eb2b91f95794894369f66b2b226c
diff --git a/rn-kitchen-sink/demoList.js b/rn-kitchen-sink/demoList.js index <HASH>..<HASH> 100644 --- a/rn-kitchen-sink/demoList.js +++ b/rn-kitchen-sink/demoList.js @@ -135,7 +135,7 @@ module.exports = { title: 'DatePicker', // 必须 description: '日期选择', icon: 'https://os.alipayobjects.com/rmsportal...
fix: date-picker demo can not be found
ant-design_ant-design-mobile
train
js
794bbaf8242e251adf3f49f5a61974c62a5ee990
diff --git a/packages/build-tools/__tests__/multi-lang/.boltrc.multi-lang.js b/packages/build-tools/__tests__/multi-lang/.boltrc.multi-lang.js index <HASH>..<HASH> 100644 --- a/packages/build-tools/__tests__/multi-lang/.boltrc.multi-lang.js +++ b/packages/build-tools/__tests__/multi-lang/.boltrc.multi-lang.js @@ -9,11 ...
fix: multi-lang boltrc
bolt-design-system_bolt
train
js
9ee864ca0110174c122f5a0d192811ef2fbbef14
diff --git a/packages/browser/test/integration/suites/breadcrumbs.js b/packages/browser/test/integration/suites/breadcrumbs.js index <HASH>..<HASH> 100644 --- a/packages/browser/test/integration/suites/breadcrumbs.js +++ b/packages/browser/test/integration/suites/breadcrumbs.js @@ -63,10 +63,11 @@ describe("breadcrumbs...
test: Update broken XHR instrumentation test
getsentry_sentry-javascript
train
js
9f5c04f0d9560bb0c272a8f60c12a6d8ea5ebc1f
diff --git a/actor/base/src/main/java/org/getopentest/base/TestActor.java b/actor/base/src/main/java/org/getopentest/base/TestActor.java index <HASH>..<HASH> 100644 --- a/actor/base/src/main/java/org/getopentest/base/TestActor.java +++ b/actor/base/src/main/java/org/getopentest/base/TestActor.java @@ -1387,8 +1387,18 @...
feat(actor): log line number for JS errors
mcdcorp_opentest
train
java
e3eea9470beaa459dbc949ce3530438bf97ca913
diff --git a/system/HTTP/IncomingRequest.php b/system/HTTP/IncomingRequest.php index <HASH>..<HASH> 100755 --- a/system/HTTP/IncomingRequest.php +++ b/system/HTTP/IncomingRequest.php @@ -51,6 +51,8 @@ class IncomingRequest extends Request * Set automatically based on Config setting. * * @var bool + ...
docs: make @deprecated IncomingRequest::$enableCSRF that is not used
codeigniter4_CodeIgniter4
train
php
a8bf3e378d2881805c0abdc8312576c1375fefa1
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -138,8 +138,8 @@ html_theme_options = { 'github_banner': True, 'show_powered_by': False, 'extra_nav_links': { - 'invenio-formatter@GitHub': 'http://github.com/inveniosoftware/invenio-forma...
docs: autodoc configuration and HTTPS fix * Replaces HTTP links with HTTPS where possible.
inveniosoftware_invenio-formatter
train
py
c079f32d05806546b16dc479cfd102094b83a8aa
diff --git a/ui/src/plugins/Notify.js b/ui/src/plugins/Notify.js index <HASH>..<HASH> 100644 --- a/ui/src/plugins/Notify.js +++ b/ui/src/plugins/Notify.js @@ -519,7 +519,7 @@ export default { }) const el = createGlobalNode('q-notify') - createChildApp(getComponent($q), parentApp).mount(el) + c...
chore(Notify): remove obsolete param to one function call
quasarframework_quasar
train
js
62649965ebc19cae4c2d9953736ac29847315afd
diff --git a/packages/@vue/cli-service/lib/Service.js b/packages/@vue/cli-service/lib/Service.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli-service/lib/Service.js +++ b/packages/@vue/cli-service/lib/Service.js @@ -248,7 +248,9 @@ module.exports = class Service { } // normlaize some options - res...
test: fix baseUrl normalization
vuejs_vue-cli
train
js
49c9a46443f15aaeaf9e00ac8f273d4a92f5eb56
diff --git a/africastalking/AfricasTalkingGateway.py b/africastalking/AfricasTalkingGateway.py index <HASH>..<HASH> 100644 --- a/africastalking/AfricasTalkingGateway.py +++ b/africastalking/AfricasTalkingGateway.py @@ -273,19 +273,21 @@ class AfricasTalkingGateway: # Userdata method def getUserData(self): ...
fix: change http method post to get on getUserData
AfricasTalkingLtd_africastalking-python
train
py
f222e507debb5e5cc5f9418081bb9e51ebc99daf
diff --git a/actor-sdk/sdk-core/core/core-js/src/main/java/im/actor/core/js/JsFacade.java b/actor-sdk/sdk-core/core/core-js/src/main/java/im/actor/core/js/JsFacade.java index <HASH>..<HASH> 100644 --- a/actor-sdk/sdk-core/core/core-js/src/main/java/im/actor/core/js/JsFacade.java +++ b/actor-sdk/sdk-core/core/core-js/sr...
feat(js): Adding send voice message method
actorapp_actor-platform
train
java
a4d1e54f9127dbef277d4d0c13c6655f20ce9f09
diff --git a/packages/core/webpack.build.js b/packages/core/webpack.build.js index <HASH>..<HASH> 100644 --- a/packages/core/webpack.build.js +++ b/packages/core/webpack.build.js @@ -15,7 +15,8 @@ module.exports = env => { filename: "bundle.js", chunkFilename: "[name].chunk.js", libraryTarget: "umd", - li...
fix: custom global object in UMD bundle generated by webpack
carbon-design-system_carbon-charts
train
js
72a5138b155fe33b2580d592bba8eabf52ae284c
diff --git a/app/helpers/dashboard_helper.rb b/app/helpers/dashboard_helper.rb index <HASH>..<HASH> 100644 --- a/app/helpers/dashboard_helper.rb +++ b/app/helpers/dashboard_helper.rb @@ -8,7 +8,7 @@ module DashboardHelper cache_key = "news-feed-#{posts_last_updated_at}" news_feed = Rails.cache.fetch(cac...
fix: display news/note dashboard items in reverse chronological order
cortex-cms_cortex
train
rb
5958562d1f88a1a20701559494ea67dc781e466a
diff --git a/webpack.config.dev.js b/webpack.config.dev.js index <HASH>..<HASH> 100644 --- a/webpack.config.dev.js +++ b/webpack.config.dev.js @@ -1,3 +1,4 @@ +const ip = require('ip'); const path = require('path'); const webpack = require('webpack'); const autoprefixer = require('autoprefixer'); @@ -12,7 +13,7 @@ c...
fix(webpack): fix dev server auto reload
idiotWu_smooth-scrollbar
train
js
834fc5eb4f2ed6d338cb4479426b173ff8f84c32
diff --git a/src/settings.js b/src/settings.js index <HASH>..<HASH> 100644 --- a/src/settings.js +++ b/src/settings.js @@ -235,7 +235,7 @@ parseShrink = function(val) { } const size = shrink[1] * shrink[2] if (size > MAX_SQUARE_SIDE * MAX_SQUARE_SIDE) { - // Synthetic limit of 75 Mpx + // Synthetic limit...
chore: update comment about max image size
uploadcare_uploadcare-widget
train
js
160d6a8a6872781ca7a9bc9b0b1064f9a7321ca1
diff --git a/src/GoogleMap.js b/src/GoogleMap.js index <HASH>..<HASH> 100644 --- a/src/GoogleMap.js +++ b/src/GoogleMap.js @@ -97,10 +97,12 @@ export default class GoogleMap extends Component { // // In this state, the DOM of google.maps.Map is already initialized in // my innerHTML. Adding extra R...
chore(GoogleMap): update current version to include <I>
tomchentw_react-google-maps
train
js
d30988f652c22567f0086d525990fb94c1742cc6
diff --git a/packages/ui-toolkit/src/topology/node/info.js b/packages/ui-toolkit/src/topology/node/info.js index <HASH>..<HASH> 100644 --- a/packages/ui-toolkit/src/topology/node/info.js +++ b/packages/ui-toolkit/src/topology/node/info.js @@ -60,7 +60,13 @@ const GraphNodeInfo = ({ data, pos }) => { const healthy ...
fix(ui-toolkit): proper use of HealthyIcon healthy prop
yldio_joyent-portal
train
js
bcb2d32fcb820a1f20a4b459d3486680db247988
diff --git a/packages/okam-core/src/extend/data/observable/base.js b/packages/okam-core/src/extend/data/observable/base.js index <HASH>..<HASH> 100644 --- a/packages/okam-core/src/extend/data/observable/base.js +++ b/packages/okam-core/src/extend/data/observable/base.js @@ -226,8 +226,12 @@ export default { ...
fix(okam-core): fix nested nextTick cannot trigger nested nextTick
ecomfe_okam
train
js
665afed3c20f1d74ba4b2ef65d0eb5130e558433
diff --git a/packages/netlify-cms-widget-relation/src/RelationControl.js b/packages/netlify-cms-widget-relation/src/RelationControl.js index <HASH>..<HASH> 100644 --- a/packages/netlify-cms-widget-relation/src/RelationControl.js +++ b/packages/netlify-cms-widget-relation/src/RelationControl.js @@ -1,7 +1,7 @@ import R...
fix(bundle-size): don't import react-select twice (#<I>)
netlify_netlify-cms
train
js
955e5072dc0afd1b2982f8c6d28dc39ca5f7c866
diff --git a/pkg/resources/spotinst/resources.go b/pkg/resources/spotinst/resources.go index <HASH>..<HASH> 100644 --- a/pkg/resources/spotinst/resources.go +++ b/pkg/resources/spotinst/resources.go @@ -99,7 +99,7 @@ func listInstanceGroups(svc InstanceGroupService, clusterName string) ([]*resour var resourceTracke...
fix: prevent igs with same suffix from being deleted
kubernetes_kops
train
go
b814760deb0ab3221c50efab9b7541d8f0040e05
diff --git a/packages/chevrotain/docs/.vuepress/config.js b/packages/chevrotain/docs/.vuepress/config.js index <HASH>..<HASH> 100644 --- a/packages/chevrotain/docs/.vuepress/config.js +++ b/packages/chevrotain/docs/.vuepress/config.js @@ -83,7 +83,7 @@ module.exports = { { text: "APIs", - link:...
chore: adapt to new typedoc generate api site
SAP_chevrotain
train
js
baca5b7aa339e8739e5c80810cecb7349a198141
diff --git a/lib/aggregation_cursor.js b/lib/aggregation_cursor.js index <HASH>..<HASH> 100644 --- a/lib/aggregation_cursor.js +++ b/lib/aggregation_cursor.js @@ -89,7 +89,9 @@ var AggregationCursor = function(bson, ns, cmd, options, topology, topologyOptio // Topology Options topologyOptions: topologyOptions...
fix(AggregationCursor): adding session tracking to AggregationCursor The session was not stored on the state of the AggregationCursor, so we are adding it on here.
mongodb_node-mongodb-native
train
js
bf44863265677ca28c60ecb9827abadaff4cd229
diff --git a/src/Listener/ViewListener.php b/src/Listener/ViewListener.php index <HASH>..<HASH> 100644 --- a/src/Listener/ViewListener.php +++ b/src/Listener/ViewListener.php @@ -567,7 +567,7 @@ class ViewListener extends BaseListener } /** - * Extract a field value from a either the CakeRequest::$data ...
fix: update deprecated calls to get request data
FriendsOfCake_crud-view
train
php
bf864276094606ff5e0b3b3b4555559a607d3a3c
diff --git a/packages/portal-api/lib/data/index.js b/packages/portal-api/lib/data/index.js index <HASH>..<HASH> 100644 --- a/packages/portal-api/lib/data/index.js +++ b/packages/portal-api/lib/data/index.js @@ -2530,7 +2530,7 @@ class Data extends EventEmitter { const handleMetrics = (err, metrics) => { i...
fix(portal-api): don't propagate prometheus errors
yldio_joyent-portal
train
js
2c77247a86672686277112dd7b49dc653d8f4744
diff --git a/src/history/base.js b/src/history/base.js index <HASH>..<HASH> 100644 --- a/src/history/base.js +++ b/src/history/base.js @@ -15,8 +15,7 @@ import { createNavigationDuplicatedError, createNavigationCancelledError, createNavigationRedirectedError, - createNavigationAbortedError, - NavigationFailu...
fix(errors): avoid unnecessary log of errors
vuejs_vue-router
train
js
ef2df7ca1c3a98b1bb041a1299baa70c499f0850
diff --git a/src/client/polyfills/dom.js b/src/client/polyfills/dom.js index <HASH>..<HASH> 100644 --- a/src/client/polyfills/dom.js +++ b/src/client/polyfills/dom.js @@ -98,7 +98,18 @@ Element.getRootNode() /*! Element.isConnected() */ -!function(e){"function"!=typeof e.isConnected&&(e.isConnected=function(){var e=...
fix(ie): fixed isConnected polyfill
ionic-team_stencil
train
js
55e761e3a2eec5150f2b6ddc2fa9a7e2c4dfbbc9
diff --git a/lib/cursor.js b/lib/cursor.js index <HASH>..<HASH> 100644 --- a/lib/cursor.js +++ b/lib/cursor.js @@ -255,6 +255,7 @@ Cursor.prototype._find = function(callback) { // Promote id to long if needed self.cursorState.cursorId = typeof id === 'number' ? Long.fromNumber(id) : id; self....
feat(cursor): store operation time from initial query Needed for NODE-<I>
mongodb-js_mongodb-core
train
js
a3a4c33c4799b4bdcc8c16c436df38d66cffe0fe
diff --git a/lib/WebAssemblyGenerator.js b/lib/WebAssemblyGenerator.js index <HASH>..<HASH> 100644 --- a/lib/WebAssemblyGenerator.js +++ b/lib/WebAssemblyGenerator.js @@ -28,7 +28,7 @@ const initFuncId = t.identifier("__init__"); /** * Removes the start instruction * - * @param {ArrayBuffer} state - unused state +...
style: few jsdoc fixes
webpack_webpack
train
js
3f40319b6f289dc425e78c2563ec0e9ae7306b38
diff --git a/packages/webpack/lib/configs/node.js b/packages/webpack/lib/configs/node.js index <HASH>..<HASH> 100644 --- a/packages/webpack/lib/configs/node.js +++ b/packages/webpack/lib/configs/node.js @@ -123,7 +123,7 @@ module.exports = function getConfig(config, name) { new EnvironmentPlugin({ NODE_ENV: 'dev...
fix(webpack): re-enable node source maps Currently, node source map support is broken in dev and static builds. This change makes sure it is working again, but it also implies slower (re)builds during.
untool_untool
train
js,js
6f9a33431fd919ed079f4ab6d2e48b7b7ba3aefe
diff --git a/client/src/auth.js b/client/src/auth.js index <HASH>..<HASH> 100644 --- a/client/src/auth.js +++ b/client/src/auth.js @@ -2,6 +2,7 @@ import queryParse from './util/query-parse' import { Observable } from 'rxjs/Observable' import 'rxjs/add/operator/do' import 'rxjs/add/operator/map' +import 'rxjs/add/ob...
fix: Add missing rxjs imports (#<I>) * add missing rxjs imports * semicolon
rethinkdb_horizon
train
js,js
ff81bbe1f3fd4319087f27d3edaf6efcdc2d025a
diff --git a/src/components/media_control/media_control.js b/src/components/media_control/media_control.js index <HASH>..<HASH> 100644 --- a/src/components/media_control/media_control.js +++ b/src/components/media_control/media_control.js @@ -667,7 +667,7 @@ export default class MediaControl extends UIObject { i...
fix(mediacontrol): disable keyboard events on mobile
clappr_clappr
train
js
c32d91ccd8fca49f295ce98abd778d60cf99e821
diff --git a/scheduler/scheduler.go b/scheduler/scheduler.go index <HASH>..<HASH> 100644 --- a/scheduler/scheduler.go +++ b/scheduler/scheduler.go @@ -68,6 +68,6 @@ func (s *Scheduler) ScheduleJob(job *job.Job, machines map[string]machine.Machin target := rand.Intn(len(machineSlice)) machine := machineSlice[target]...
fix(scheduler): Replace a println with log.Println
coreos_fleet
train
go
adbad58659b8ebf73b36827706b8b4339116c082
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -89,10 +89,10 @@ module.exports = function flowReactPropTypes(babel) { let toAdd = null; if (type === 'default') { - toAdd = impTemplates.default({ NAME: tid(local), LOCAL: tid(loca...
fix(templates): Stricter substitution usage (#<I>) - Do not provide unused subs to babel templates - Fixes Babel v7
brigand_babel-plugin-flow-react-proptypes
train
js
9999acb94e158f12026513cb43f780b4f0ec25fd
diff --git a/src/processor/intents/creeps/build.js b/src/processor/intents/creeps/build.js index <HASH>..<HASH> 100644 --- a/src/processor/intents/creeps/build.js +++ b/src/processor/intents/creeps/build.js @@ -141,7 +141,8 @@ module.exports = function(object, intent, {roomObjects, roomTerrain, bulk, roomC ...
fix(processor): add missing nextDecayTime field for new road object
screeps_engine
train
js
58d36b98661996401d320fc3827d4a6385f1b581
diff --git a/packages/midway-bin/lib/cmd/dev.js b/packages/midway-bin/lib/cmd/dev.js index <HASH>..<HASH> 100644 --- a/packages/midway-bin/lib/cmd/dev.js +++ b/packages/midway-bin/lib/cmd/dev.js @@ -6,6 +6,11 @@ class DevCommand extends require('egg-bin').DevCommand { this.usage = 'Usage: midway-bin dev [dir] [opt...
chore: change default framework in dev
midwayjs_midway
train
js
0d87166919db4f542de768237c02a6c06d7b0f0e
diff --git a/lib/platform/git/storage.js b/lib/platform/git/storage.js index <HASH>..<HASH> 100644 --- a/lib/platform/git/storage.js +++ b/lib/platform/git/storage.js @@ -76,9 +76,9 @@ class Storage { await resetToBranch(config.baseBranch); await cleanLocalBranches(); await git.raw(['re...
refactor: measure git seconds with one decimal place
renovatebot_renovate
train
js
9462f1c8b18e0ecbe4bccf9f63ef39b3542b1860
diff --git a/webapps/pages/processDefinition.js b/webapps/pages/processDefinition.js index <HASH>..<HASH> 100644 --- a/webapps/pages/processDefinition.js +++ b/webapps/pages/processDefinition.js @@ -374,7 +374,7 @@ ngDefine('cockpit.pages.processDefinition', [ function setDefaultTab(tabs) { var selectedTabI...
chore(cockpit): add null check process definition and instance view
camunda_camunda-bpm-platform
train
js,js
69c248d279d355a1662daa7216cbf58c2e86ea1e
diff --git a/packages/plugin-mercury/src/errors.js b/packages/plugin-mercury/src/errors.js index <HASH>..<HASH> 100644 --- a/packages/plugin-mercury/src/errors.js +++ b/packages/plugin-mercury/src/errors.js @@ -13,7 +13,7 @@ export class ConnectionError extends Exception { * @param {CloseEvent} event * @returns...
refactor(plugin-mercury): make sure errors fail gracefully for incomplete events
webex_spark-js-sdk
train
js
98b4659dc6a1c6306fab2108ea4bec042ee1bf84
diff --git a/packages/node_modules/@webex/plugin-attachment-actions/src/attachmentActions.js b/packages/node_modules/@webex/plugin-attachment-actions/src/attachmentActions.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/plugin-attachment-actions/src/attachmentActions.js +++ b/packages/node_modules/@we...
docs(attachment-actions): fix typo in attachmentActions.js [skip npm] Missing closing parenthesis
webex_spark-js-sdk
train
js
c813fff67cc67aca3334ee936ba5e33acbd402d1
diff --git a/test/socket.js b/test/socket.js index <HASH>..<HASH> 100644 --- a/test/socket.js +++ b/test/socket.js @@ -52,7 +52,7 @@ describe("Socket", function() { done(); }); - it("uses custom timeout when provided", done => { + it.skip("uses custom timeout when provided", done => { const c...
test: skip flaky test This test fails in CI on chrome <I> / Windows <I>.
socketio_engine.io-client
train
js
8529106ca6c533d379353dc81eab55c04168e7f1
diff --git a/plugins/Admin/webroot/js/admin.js b/plugins/Admin/webroot/js/admin.js index <HASH>..<HASH> 100644 --- a/plugins/Admin/webroot/js/admin.js +++ b/plugins/Admin/webroot/js/admin.js @@ -33,9 +33,11 @@ foodcoopshop.Admin = { if (preselectedOrderDetailIds) { preselectedOrderDetailIds = pres...
fix: avoid js error after changing pickup day
foodcoopshop_foodcoopshop
train
js
303c4b80631b678f23aa3176e48d69725f24f151
diff --git a/tests/test_metamodel.py b/tests/test_metamodel.py index <HASH>..<HASH> 100644 --- a/tests/test_metamodel.py +++ b/tests/test_metamodel.py @@ -272,6 +272,11 @@ class TestDefineModel(unittest.TestCase): self.assertEqual(a, xtuml.navigate_one(b).A[1]()) + @expect_exception(xtuml.ModelE...
test: make sure undefined data types throw a model exception
xtuml_pyxtuml
train
py
f33957ea0a802bae44c49e2c4ce1c180ca2c7db1
diff --git a/taskqueue/taskqueue.py b/taskqueue/taskqueue.py index <HASH>..<HASH> 100644 --- a/taskqueue/taskqueue.py +++ b/taskqueue/taskqueue.py @@ -314,6 +314,10 @@ class TaskQueue(ThreadedQueue): return executed + def block_until_empty(self, interval_sec=2): + while self.enqueued > 0: + time.sleep...
feat: block_until_empty() which polls every 2 seconds by default
seung-lab_python-task-queue
train
py
4e7c9c265a7539ea41e6c6abb19c37b6f3e28e07
diff --git a/test/fixtures/assignment/fixture.js b/test/fixtures/assignment/fixture.js index <HASH>..<HASH> 100644 --- a/test/fixtures/assignment/fixture.js +++ b/test/fixtures/assignment/fixture.js @@ -1,5 +1,5 @@ var assert; -assert = require('assert'); +assert = require('assert/strict'); function add (a, b) { ...
test: modify assignment fixture to test strict mode
unassert-js_unassert
train
js,js
cbc4627dfe32ec5eb31e52852ccd8f6e9594e560
diff --git a/scripts/serverless.js b/scripts/serverless.js index <HASH>..<HASH> 100755 --- a/scripts/serverless.js +++ b/scripts/serverless.js @@ -31,11 +31,6 @@ const processSpanPromise = (async () => { const wait = require('timers-ext/promise/sleep'); await wait(); // Ensure access to "processSpanPromise" ...
feat(Telemetry): Remove `send` invocation from `serverless` script
serverless_serverless
train
js
997747327937612981bc13040d1e95c5ba84fda9
diff --git a/src/types/multiCheckbox.js b/src/types/multiCheckbox.js index <HASH>..<HASH> 100644 --- a/src/types/multiCheckbox.js +++ b/src/types/multiCheckbox.js @@ -71,6 +71,10 @@ export default ngModule => { // Must make sure we mark as touched because only the last checkbox due to a bug in angular. ...
fix: User's onChange event should get called if given
formly-js_angular-formly-templates-bootstrap
train
js
35cf87eba484e983bd3ebd6f257a9e36bd37a581
diff --git a/src/scale.js b/src/scale.js index <HASH>..<HASH> 100644 --- a/src/scale.js +++ b/src/scale.js @@ -5,7 +5,7 @@ var rescaleUtil = require('rescale-util'); var RescaleError = rescaleUtil.RescaleError; -exports.scale = function scale(x, scale) { +exports.scale = function scaleNormalised(x, scale) { if (...
fix(style): change name of de-anonimysed function to avoid confusion
javiercejudo_scale
train
js
0e42760154ad7e53fdb2c85e2c1dbbb9cae90472
diff --git a/system/Router/Router.php b/system/Router/Router.php index <HASH>..<HASH> 100644 --- a/system/Router/Router.php +++ b/system/Router/Router.php @@ -278,8 +278,6 @@ class Router implements RouterInterface * if any. Relative to APPPATH.'Controllers'. * * Only used when auto-routing is turned ...
docs: remove @deprecated This method is used by Toolbar.
codeigniter4_CodeIgniter4
train
php
41d20ea9d1ed6e7de0433865539051f896966ec3
diff --git a/lib/action_handler/installer.rb b/lib/action_handler/installer.rb index <HASH>..<HASH> 100644 --- a/lib/action_handler/installer.rb +++ b/lib/action_handler/installer.rb @@ -26,7 +26,7 @@ module ActionHandler installer = self initializer = Module.new.tap do |m| - m.define_method(:ini...
fix: Use send to call define_method because it is private I don't know why the current tests have passed and the sample app has worked.
ryym_action_handler
train
rb
111cfa9b2bcdc475118f22c156b83f5fc26fae38
diff --git a/src/Application.php b/src/Application.php index <HASH>..<HASH> 100644 --- a/src/Application.php +++ b/src/Application.php @@ -308,7 +308,7 @@ class Application extends BaseApplication ); } - return $reflection->getConstant('NAME'); + return $adapterClass::getName(); ...
fix(Adapter): validateAdapterClass() must use getName() Constant usage is removed
gushphp_gush
train
php
76fc955e4bf6e45204e2e5e7433992c2edd043af
diff --git a/components/dropdown/menu.js b/components/dropdown/menu.js index <HASH>..<HASH> 100644 --- a/components/dropdown/menu.js +++ b/components/dropdown/menu.js @@ -224,7 +224,7 @@ export default class DropdownMenu extends Intact { // will not hide when click the other component. #221 if...
fix: hide when the clicked element has been removed
ksc-fe_kpc
train
js
f621badd3f32430f4a436059ea18bf99bfeeb75e
diff --git a/src/authentication.js b/src/authentication.js index <HASH>..<HASH> 100644 --- a/src/authentication.js +++ b/src/authentication.js @@ -83,8 +83,9 @@ export class Authentication { setResponseObject(response: {}) { if (response) { - if (this.config.keepOldResponseProperties){ - var oldRe...
refactor(authentication): apply coding rules
SpoonX_aurelia-authentication
train
js,js
e33732e4ace0bdcfe4b98e6b7489e5ded3262f90
diff --git a/engine/src/main/java/org/camunda/bpm/engine/runtime/EventSubscriptionQuery.java b/engine/src/main/java/org/camunda/bpm/engine/runtime/EventSubscriptionQuery.java index <HASH>..<HASH> 100644 --- a/engine/src/main/java/org/camunda/bpm/engine/runtime/EventSubscriptionQuery.java +++ b/engine/src/main/java/org/...
chore(engine): fix eventType filter javadoc Related to CAM-<I>
camunda_camunda-bpm-platform
train
java
864fc1218e6366b9c1d8b1b3832e06049c238d8c
diff --git a/tests/unit/test_gitlab.py b/tests/unit/test_gitlab.py index <HASH>..<HASH> 100644 --- a/tests/unit/test_gitlab.py +++ b/tests/unit/test_gitlab.py @@ -20,6 +20,7 @@ import copy import logging import pickle from http.client import HTTPConnection +from typing import List, Optional, Union import pytest ...
test: fix broken test if user had config files Use `monkeypatch` to ensure that no config files are reported for the test. Closes: #<I>
python-gitlab_python-gitlab
train
py
62fbcc3f86866802f0b58e135c9636282421b712
diff --git a/test/test.js b/test/test.js index <HASH>..<HASH> 100644 --- a/test/test.js +++ b/test/test.js @@ -384,6 +384,26 @@ module.exports = function (createFn) { }) }) + it('200 GET Products?sort=price', function (done) { + request.get({ + url: util.format('%s/api/v1/Products...
chore(tests): add case for sort option
florianholzapfel_express-restify-mongoose
train
js
35db88c84df838fe04a007cf4375cb0a7142d1bd
diff --git a/internal/tests/ast.go b/internal/tests/ast.go index <HASH>..<HASH> 100644 --- a/internal/tests/ast.go +++ b/internal/tests/ast.go @@ -22,9 +22,11 @@ func prepareTest(c *TestCase) { c.Posix = f } if f, ok := c.bash.(*File); ok && f != nil { + c.All = append(c.All, f) c.Bash = f } if f, ok := ...
test: actually have all ASTs in .All Bumps the ast coverage from <I>% to <I>%.
mvdan_sh
train
go
923c945b4bcacebafcd5e0210b485dfb702558c6
diff --git a/src/structures/Guild.js b/src/structures/Guild.js index <HASH>..<HASH> 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -1415,7 +1415,7 @@ class Guild { return collection.sort((a, b) => a.position !== b.position ? a.position - b.position : - Long.fromString(...
fix(Guild): sort roles with the same position in the correct order (#<I>)
discordjs_discord.js
train
js
8c365404e939aa82dd2969724175f9eb0171c547
diff --git a/lib/util/index.js b/lib/util/index.js index <HASH>..<HASH> 100644 --- a/lib/util/index.js +++ b/lib/util/index.js @@ -814,7 +814,7 @@ function parseRuleJson(rules, callback) { } else { readRuleList(rule, function(data) { defer.resolve(data); - }); + }, true); } retu...
feat: support matching multiple rules with the same name
avwo_whistle
train
js
5acfd4a40e3840b4530e72c1250ac0bd5c6a97ce
diff --git a/examples/tif_hologram.py b/examples/tif_hologram.py index <HASH>..<HASH> 100644 --- a/examples/tif_hologram.py +++ b/examples/tif_hologram.py @@ -10,9 +10,10 @@ wavelength, and reconstruction distance are taken from the corresponding `Python example <http://shampoo.readthedocs.io/en/latest /getting_start...
docs: add intersphinx mappings and update library alternatives
RI-imaging_qpformat
train
py
e66235ca8e6d043087f727768c8a30cfd5d125f6
diff --git a/stellar_base/transaction.py b/stellar_base/transaction.py index <HASH>..<HASH> 100644 --- a/stellar_base/transaction.py +++ b/stellar_base/transaction.py @@ -132,7 +132,7 @@ class Transaction(object): memo_type = tx_xdr_object.memo.type memo_switch = tx_xdr_object.memo.switch if ...
fix: import from xdr error(with text memo)
StellarCN_py-stellar-base
train
py
279098d76c7b8c88f9455d76e234ab768db7a332
diff --git a/pook/__init__.py b/pook/__init__.py index <HASH>..<HASH> 100644 --- a/pook/__init__.py +++ b/pook/__init__.py @@ -9,4 +9,4 @@ __author__ = 'Tomas Aparicio' __license__ = 'MIT' # Current version -__version__ = '0.1.14' +__version__ = '0.2.0'
feat(version): bump to <I>
h2non_pook
train
py
13101676940e0be2afe0cacde3aba84c0f91de6e
diff --git a/src/resources/views/includes/sidebar.blade.php b/src/resources/views/includes/sidebar.blade.php index <HASH>..<HASH> 100644 --- a/src/resources/views/includes/sidebar.blade.php +++ b/src/resources/views/includes/sidebar.blade.php @@ -10,20 +10,18 @@ <div class="sidebar"> <!-- Sidebar user panel -...
feat(ui): remove profile block for admin user
eveseat_web
train
php
349b7d8565d9271218a4064de6b7d8f36e4ef181
diff --git a/docs-site/.boltrc.js b/docs-site/.boltrc.js index <HASH>..<HASH> 100644 --- a/docs-site/.boltrc.js +++ b/docs-site/.boltrc.js @@ -39,10 +39,6 @@ const config = { // path.relative(process.cwd(), path.dirname(require.resolve('@bolt/components-sticky/package.json'))), ], }, - 'bolt-ass...
refactor: switch to using the automatic @bolt-assets Twig namespace vs having to register manually
bolt-design-system_bolt
train
js,js
e8b040c6603b0fd5ef74b077ae334357075eb38b
diff --git a/tests/parser/functions/test_abi.py b/tests/parser/functions/test_abi.py index <HASH>..<HASH> 100644 --- a/tests/parser/functions/test_abi.py +++ b/tests/parser/functions/test_abi.py @@ -81,7 +81,7 @@ def foo(s: MyStruct) -> MyStruct: "components": [{"type": "address", "name": "a"}, {"type": "uint2...
test: Returning a struct now returns it's components, not a tuple
ethereum_vyper
train
py
e3b1664ac3c4d0de05c25ea2527dacb3eaa4dd9b
diff --git a/packages/node_modules/@webex/plugin-meetings/src/metrics/index.js b/packages/node_modules/@webex/plugin-meetings/src/metrics/index.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/plugin-meetings/src/metrics/index.js +++ b/packages/node_modules/@webex/plugin-meetings/src/metrics/index.js @...
fix(plugin-meetings): add browser info to call-analyzer events
webex_spark-js-sdk
train
js
097feb11d07d0e8536ea324bf500d8ea4797c886
diff --git a/packages/package-scripts/lib/readme/title.js b/packages/package-scripts/lib/readme/title.js index <HASH>..<HASH> 100644 --- a/packages/package-scripts/lib/readme/title.js +++ b/packages/package-scripts/lib/readme/title.js @@ -59,10 +59,19 @@ module.exports = ({ pkg }) => tree => { badges: fp.filter(...
fix(package-scripts): Badges are new line delimited
MechanicalHuman_hnp-utilities
train
js
fa1d67d3fc10f1c5a2c253b3c3609db4be9c599c
diff --git a/src/foremast/pipeline/create_pipeline_manual.py b/src/foremast/pipeline/create_pipeline_manual.py index <HASH>..<HASH> 100644 --- a/src/foremast/pipeline/create_pipeline_manual.py +++ b/src/foremast/pipeline/create_pipeline_manual.py @@ -27,7 +27,8 @@ class SpinnakerPipelineManual(SpinnakerPipeline): ...
fix: Use filename for Pipeline name See also: #<I>
foremast_foremast
train
py
a45687181612ea8802ebf69662f3bf34e9e30c77
diff --git a/node-tests/unit/utils/rasterize-list-test.js b/node-tests/unit/utils/rasterize-list-test.js index <HASH>..<HASH> 100644 --- a/node-tests/unit/utils/rasterize-list-test.js +++ b/node-tests/unit/utils/rasterize-list-test.js @@ -1,11 +1,12 @@ 'use strict'; const expect = require('../../helpers/expe...
style(rasterize-list): Update test to separate file under test from helper and dependancies
isleofcode_splicon
train
js
d8413fc2abf3eaffc25255e3f4abe9f8cbbab40f
diff --git a/lib/pack.js b/lib/pack.js index <HASH>..<HASH> 100644 --- a/lib/pack.js +++ b/lib/pack.js @@ -249,17 +249,6 @@ function transBabel(data) { function extractTsDefinition(data, modName, dependencies) { const comments = extractBlockCmts(data); - let imports = ''; - - if (dependencies) { - ...
chore: reduce ts definition size
liriliri_licia
train
js
f953e1337c6c5c3367b54838126c121655d45491
diff --git a/packages/progress-bar/src/stylesheet.js b/packages/progress-bar/src/stylesheet.js index <HASH>..<HASH> 100644 --- a/packages/progress-bar/src/stylesheet.js +++ b/packages/progress-bar/src/stylesheet.js @@ -23,9 +23,9 @@ function getProgressBarFillIndeterminateRules(themeData) { right: `2px`, ...
fix: blend end of gradient into background
Autodesk_hig
train
js
34fbb7c5a717ad52cbec376a978f37658025bb01
diff --git a/lib/platform/github/index.js b/lib/platform/github/index.js index <HASH>..<HASH> 100644 --- a/lib/platform/github/index.js +++ b/lib/platform/github/index.js @@ -476,7 +476,19 @@ async function getBranchStatus(branchName, requiredStatusChecks) { const commitStatusUrl = `repos/${ config.repository ...
fix(github): try/catch getCommitStatus check
renovatebot_renovate
train
js
0352f995e67927c308bb56c08a5c925ddd8fa1c1
diff --git a/gridsome/lib/webpack/createBaseConfig.js b/gridsome/lib/webpack/createBaseConfig.js index <HASH>..<HASH> 100644 --- a/gridsome/lib/webpack/createBaseConfig.js +++ b/gridsome/lib/webpack/createBaseConfig.js @@ -276,13 +276,6 @@ module.exports = (app, { isProd, isServer }) => { config.module.rule(type...
fix(webpack): don’t cache static-query (#<I>)
gridsome_gridsome
train
js
a1d5be7ef6e14cdbb803c30b430c7227cada18ad
diff --git a/src/auth0Lock.js b/src/auth0Lock.js index <HASH>..<HASH> 100644 --- a/src/auth0Lock.js +++ b/src/auth0Lock.js @@ -43,7 +43,7 @@ export class Auth0Lock { this.lock = this.lock || new PLATFORM.global.Auth0Lock(provider.clientId, provider.clientDomain); - const openPopup = new Promise(function(res...
refactor(auth0Lock): replace bind(this) by =>
SpoonX_aurelia-authentication
train
js
d016e625636dca6c803d0cc061316bb5e150d4dc
diff --git a/src/flow.js b/src/flow.js index <HASH>..<HASH> 100644 --- a/src/flow.js +++ b/src/flow.js @@ -104,7 +104,8 @@ event.stopPropagation(); event.preventDefault(); var dataTransfer = event.dataTransfer; - if (dataTransfer.items && dataTransfer.items[0].webkitGetAsEntry) { + if (da...
fix: check if item is present on non file drop action
flowjs_flow.js
train
js
002dcd53e053c3239b186851cc2c2a053a28d8ed
diff --git a/app/actions.js b/app/actions.js index <HASH>..<HASH> 100644 --- a/app/actions.js +++ b/app/actions.js @@ -413,13 +413,6 @@ export const moveFolder = (changes) => ({ }, }); -export const openTab = (patchId) => ({ - type: ActionType.TAB_OPEN, - payload: { - patchId, - }, -}); - export const clos...
fix(tabs): remove unneded actions
xodio_xod
train
js,js
8946322b956ae6795e6ea0a700423469982bcdd5
diff --git a/src/components/autocomplete/js/autocompleteController.js b/src/components/autocomplete/js/autocompleteController.js index <HASH>..<HASH> 100644 --- a/src/components/autocomplete/js/autocompleteController.js +++ b/src/components/autocomplete/js/autocompleteController.js @@ -116,7 +116,7 @@ registerSe...
fix(autocomplete): fixes positioning logic to fire at the correct time Closes #<I>
angular_material
train
js
3e8a7bfafbcffd1ff026a9ee45f94553ebf851f4
diff --git a/lib/request.js b/lib/request.js index <HASH>..<HASH> 100644 --- a/lib/request.js +++ b/lib/request.js @@ -785,7 +785,7 @@ AWS.Request.addPromisesToClass = function addPromisesToClass(PromiseDependency) if (resp.error) { reject(resp.error); } else { - // define $respon...
chore: typo (#<I>)
aws_aws-sdk-js
train
js
235b98e18d0402cfbeb36858c2637bcf9cd13f45
diff --git a/Model/Service/OrderStatusHandlerService.php b/Model/Service/OrderStatusHandlerService.php index <HASH>..<HASH> 100644 --- a/Model/Service/OrderStatusHandlerService.php +++ b/Model/Service/OrderStatusHandlerService.php @@ -195,7 +195,8 @@ class OrderStatusHandlerService */ public function capture...
fix: set correct order status comment for virtual order captures
checkout_checkout-magento2-plugin
train
php
aabdd567ee62d0d48fad499ee5decbb5d7d6b939
diff --git a/lib/debugger/clients/explorer.js b/lib/debugger/clients/explorer.js index <HASH>..<HASH> 100644 --- a/lib/debugger/clients/explorer.js +++ b/lib/debugger/clients/explorer.js @@ -25,7 +25,7 @@ WdRepl.prototype.initClient_ = function() { client.setBreakpoint({ type: 'scriptRegExp', - targe...
fix(debugger): breakpoint isn't set properly for windows
angular_protractor
train
js,js
697aef2a3cf24654c77d40387298591a9223c0f1
diff --git a/Client/RestClient.php b/Client/RestClient.php index <HASH>..<HASH> 100644 --- a/Client/RestClient.php +++ b/Client/RestClient.php @@ -49,6 +49,14 @@ class RestClient extends AbstractClient implements ClientInterface $this->client = $guzzle; } + /** + * @param array $defaults GuzzleHt...
docs: Documented last change
keboola_juicer
train
php
ed2447e64f1a2f2b1c6b73b33df9b7a9ab6edb51
diff --git a/user_guide_src/source/database/utilities/001.php b/user_guide_src/source/database/utilities/001.php index <HASH>..<HASH> 100644 --- a/user_guide_src/source/database/utilities/001.php +++ b/user_guide_src/source/database/utilities/001.php @@ -4,7 +4,7 @@ $model = new class () extends \Cod...
docs: fix tricky sample code
codeigniter4_CodeIgniter4
train
php
5a0bb62fff72c68356b7502690edb93fe13f7a7e
diff --git a/src/DragHelper.js b/src/DragHelper.js index <HASH>..<HASH> 100644 --- a/src/DragHelper.js +++ b/src/DragHelper.js @@ -67,7 +67,14 @@ export default { }, dragStart (event: Event, f: (event: Event) => { left: number, top: number }) { - if (this.disabled || !this.isInTarget(event.target)) ...
fix: disallow dragging other than main mouse button (fix #<I>)
ktsn_vue-range-slider
train
js
e83fe75756c2278177c132d9808c4369b0584195
diff --git a/test/runner/runner.go b/test/runner/runner.go index <HASH>..<HASH> 100644 --- a/test/runner/runner.go +++ b/test/runner/runner.go @@ -701,10 +701,14 @@ func (r *Runner) updateStatus(b *Build, state string) { } url := fmt.Sprintf("https://api.github.com/repos/flynn/flynn/statuses/%s", b.Commit) + d...
test: Added failure count to GitHub CI hook failure notice
flynn_flynn
train
go
34571449e972755e6a4d2a95339ee040bf4eda34
diff --git a/lib/HttpClient.js b/lib/HttpClient.js index <HASH>..<HASH> 100644 --- a/lib/HttpClient.js +++ b/lib/HttpClient.js @@ -386,9 +386,9 @@ function rawRequest(opts, cb) { method: req.method, path: opts.path, url: opts.href, - success: (err) ? fal...
chore: improve test coverage for #<I> (#<I>)
restify_clients
train
js,js
03174c67cf5fab071452f3bbf0395caaec07c195
diff --git a/Gruntfile.circle.js b/Gruntfile.circle.js index <HASH>..<HASH> 100644 --- a/Gruntfile.circle.js +++ b/Gruntfile.circle.js @@ -226,6 +226,10 @@ module.exports = function gruntConfig(grunt) { config.concurrent.test = config.concurrent.test || {}; config.concurrent.test.tasks = config.concurrent.tes...
chore(tooling): generate keep alives differently
webex_spark-js-sdk
train
js
9823d26649542643ff3600df812fea7e75019e59
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -13,7 +13,7 @@ const debug = require('debug')('lint-staged') // but do this only in TTY mode if (process.stdout.isTTY) { // istanbul ignore next - process.env.FORCE_COLOR = true + process.env.FORCE_COLOR...
fix(cli): Correct value for FORCE_COLOR env var (#<I>) The "support-color" package expects to parse an integer value. Code was wrongly assigning a boolean when envvars are strings. Don't see how this ever worked. Additionally removed resetting of `process.exitCode` to its default value, and migrated `process.exitCod...
okonet_lint-staged
train
js
fe3100ff0e33cf80890c798ba76e48322c2b26d1
diff --git a/packages/eslint-config/index.js b/packages/eslint-config/index.js index <HASH>..<HASH> 100644 --- a/packages/eslint-config/index.js +++ b/packages/eslint-config/index.js @@ -29,4 +29,10 @@ module.exports = { globals: { wx: true, }, + + settings: { + react: { + version: "999.999.999", + ...
fix(eslint-config): get rid of annoying react version warning
36node_sketch
train
js
d6a45e5f479071a8f07d2db5316d08e174ff0de3
diff --git a/lib/config/index.js b/lib/config/index.js index <HASH>..<HASH> 100644 --- a/lib/config/index.js +++ b/lib/config/index.js @@ -113,6 +113,9 @@ async function parseConfigs(env, argv) { function mergeChildConfig(parentConfig, childConfig) { logger.trace({ parentConfig, childConfig }, `mergeChildConfig`)...
fix: handle null child config in merge (#<I>)
renovatebot_renovate
train
js,js
4b9cc03202f5b0ed38461ccec071296e5debe6e6
diff --git a/controller/CompatibilityChecker.php b/controller/CompatibilityChecker.php index <HASH>..<HASH> 100644 --- a/controller/CompatibilityChecker.php +++ b/controller/CompatibilityChecker.php @@ -73,7 +73,8 @@ class CompatibilityChecker extends \tao_actions_CommonModule 'browser' => $this->getBrows...
feat: tells if the browser is running on a mobile device
oat-sa_extension-tao-clientdiag
train
php
57283db3e182809c629f589fada6e9a64ff0c685
diff --git a/vyper/parser/parser_utils.py b/vyper/parser/parser_utils.py index <HASH>..<HASH> 100644 --- a/vyper/parser/parser_utils.py +++ b/vyper/parser/parser_utils.py @@ -348,9 +348,11 @@ def add_variable_offset(parent, key, pos, array_bounds_check=True): ] ) ...
fix: use bytes-array from struct as a mapping key
ethereum_vyper
train
py
54d01069afb077d42a0e732cd50235ca8129b0b9
diff --git a/bin/cli.js b/bin/cli.js index <HASH>..<HASH> 100755 --- a/bin/cli.js +++ b/bin/cli.js @@ -28,7 +28,10 @@ function cliMain () { details => console.error(`added ${details.pkgCount} packages in ${ details.runTime / 1000 }s`), - err => console.error(`cipm failed:\n${err.message}\n${...
fix(bin): Set non-zero exit code on error (#<I>)
zkat_cipm
train
js
81923d4f928c5baae1bc09ba8b6f6f54e074d31e
diff --git a/lib/templates/plugin.js b/lib/templates/plugin.js index <HASH>..<HASH> 100644 --- a/lib/templates/plugin.js +++ b/lib/templates/plugin.js @@ -27,8 +27,7 @@ const Client = { install () { if (!Vue.prototype.$storyapi) { Vue.prototype.$storyapi = new StoryblokClient({ - accessToken: '<%=...
fix: moved customParent option into $storybridge
storyblok_storyblok-nuxt
train
js
f8e147bcd072638ffedad2319fae4c3e2a7e6f19
diff --git a/test/k8sT/Tunnels.go b/test/k8sT/Tunnels.go index <HASH>..<HASH> 100644 --- a/test/k8sT/Tunnels.go +++ b/test/k8sT/Tunnels.go @@ -88,7 +88,7 @@ var _ = Describe("K8sValidatedTunnelTest", func() { } status.ExpectSuccess() - Expect(status.IntOutput()).Should(Equal(4)) + Expect(status.IntOutput()).S...
test: Increase line count for bpf tunnel list command After introducing TablePrinter for all bpf-related commands, `bpf tunnel list` command has a header, which increases the line count by 1.
cilium_cilium
train
go
2101a0d905fa8d8ca1889fb2f0cc3837271bfa37
diff --git a/src/request/browser-request.js b/src/request/browser-request.js index <HASH>..<HASH> 100644 --- a/src/request/browser-request.js +++ b/src/request/browser-request.js @@ -59,6 +59,7 @@ module.exports = (context, callback) => { xhr.onerror = onError xhr.ontimeout = onError xhr.onabort = () => { + ...
fix: force stop connect/socket timers on error/abort
sanity-io_get-it
train
js