Tilmann Becker

Results 19 issues of Tilmann Becker

Good morning, I found some fresh dependencies for you! You can check the site at https://circleci-update-dependencies.dev.karrot.world to make sure everything looks ok.

The usual process to join a group right now is to sign up, find the group and submit the application. The alternative is to send out invitations. Our statistics show...

ux-improvement
stale

Output: ``` $ stylelint 'src/**/*.{vue,sass}' App.vue: When linting something other than CSS, you should install an appropriate syntax, e.g. "postcss-html", and use the "customSyntax" option ... src/App.vue 20:5 ✖ Unknown...

I noticed that activity.feedbackDismissedBy is a list of users that already dismissed the feedback for this activity, but the frontend only needs to know if the current user dismissed the...

code-improvement
backend

...because it adds two history entries due to redirect. ``` https://karrot.world/#/group/26/place/2122 -> https://karrot.world/#/group/26/place/2122/activities ``` I think this due to https://github.com/karrot-dev/karrot-frontend/pull/2444, but could have been there earlier.

I opened a thread on the community forum about this: https://community.foodsaving.world/t/how-to-handle-much-wanted-pickups/214 Now awaiting feedback and see if it makes sense to propose a feature.

product-question
important

From Sylvia, EfA: > Gibt es die Möglichkeit, dass auch der Austritt eines Nutzers, z.B. aus unserer EfA-Gruppe angezeigt wird. > Ich wollte gerade nachsehen, wieviele Helfer bei EfA in...

ux-improvement
important

Currently, users can drop out from joined pickups at any time. This causes problems when no replacement person can be found (then all the tasty food goes to waste). It's...

feature
important

Good morning, I found some fresh dependencies for you! This Pull Request contains updates done by `pip-compile --upgrade --no-annotate` and in `mjml`, `yarn upgrade --latest`. Please check the changes before...

vuex-connect seems incompatible with Vue 3. I discovered those issues so far: - no default `Vue` import (currently used for `Vue.extend`, which [has been removed](https://v3.vuejs.org/guide/migration/global-api.html#vue-extend-removed)) - render function doesn't provide...