Bacluc

Results 145 comments of Bacluc

Current lint erros: ``` /home/lucius/projects/ecamp/ecamp3/main/frontend/src/components/activity/content/columnLayout/ResizableColumn.vue 20:15 warning The `$listeners` is deprecated vue/no-deprecated-dollar-listeners-api /home/lucius/projects/ecamp/ecamp3/main/frontend/src/components/buttons/ButtonAdd.vue 7:11 warning The `$listeners` is deprecated vue/no-deprecated-dollar-listeners-api /home/lucius/projects/ecamp/ecamp3/main/frontend/src/components/buttons/ButtonCancel.vue 2:55 warning The `$listeners` is deprecated vue/no-deprecated-dollar-listeners-api /home/lucius/projects/ecamp/ecamp3/main/frontend/src/components/buttons/ButtonContinue.vue 2:48...

Seems that the lint rule rewrites the event identifier where you register the event, but not the place where you emit the event. Fixed with https://github.com/ecamp/ecamp3/pull/5170/commits/fc71576bb37bd0143a1db3a4b7eb7dc4b4138032

More rule applications were here: #5122

> Eslint 9 uses a new configuration format by default (called "flat configuration"). So this PR would need some config changes before we can upgrade to eslint9. > > For...

The following depdencies currently block the upgrade: - https://github.com/import-js/eslint-plugin-import/issues/2948 - https://github.com/eslint-community/eslint-utils/issues/183 - https://github.com/typescript-eslint/typescript-eslint/issues/8211 (not yet released)

Solution 1 for Thesis: "the frankenphp container stops responding" # Revert back to a classic php fpm setup The thesis is, that the frankenphp is not yet production ready and...

Solution 2 for Thesis: the frankenphp container stops responding # Use the prod frankenphp api image for the e2e tests This seems to work (and hopefully so, we want to...

Solution 3 for Thesis: the frankenphp container stops responding # Add retries in cypress and restart the api container This also seems to work. Firefox crashes a lot if you...

# Fix request and assertion order in httpCache.cy.js - https://github.com/ecamp/ecamp3/pull/6954 or - https://github.com/ecamp/ecamp3/pull/6953

fixed with - https://github.com/ecamp/ecamp3/pull/6953