Nick Sellen
Nick Sellen
If anybody is interested, I implemented a MultiCroppa component for a project, it consists of: - [MultiCroppa.vue](https://github.com/yunity/karrot-frontend/blob/94edc029bdeabad0d291206b7421373984f61f4e/src/offers/components/MultiCroppa.vue) - [function to convert to multipart form data](https://github.com/yunity/karrot-frontend/blob/94edc029bdeabad0d291206b7421373984f61f4e/src/offers/api/offers.js#L8-L38) - ... then the backend...
I'm not sure if the logic for returning the correct message is quite correct yet though, it works by holding onto the message for the last rule that returned false...
You mean there would then be two fails to fail a predicate check? - return false - raise a certain exception If so, it would seem confusing to me to...
I just ran into this too @nevermin9 and created a PR https://github.com/vue-leaflet/vue-leaflet/pull/218 :)
I think the existing notifications should already be role aware. Although I could have missed some .. I'm sure it could be improved too, -------- Original Message -------- On 10...
> I didn't find tests for modifying a series when an individual ~~pickup~~ _activity_ was changed - from the code it looks like it's possible, but I didn't try it...
Hey! Thanks for your PR :) From the original issue (https://github.com/karrot-dev/karrot-frontend/issues/2436) there is a link to a django docs to show how to use the password validators that are already...
(I copied in the comment from https://github.com/yunity/karrot-frontend/issues/1619#issuecomment-754326542 to keep the discussion to the PR, seems best!) > @nicksellen Right now I'm not in any groups, I'm trying to set up...
Great! I like the idea of using the serializer to show different info as you did, a complexity is that because we keep the frontend up to date (via signals...
> Next, I'll add the bit to actually assign the role when there's at least one trust. And to remove it again when trust is revoked and there's less than...