Alexis Métaireau
Alexis Métaireau
You're correct, thanks for bringing this up. I believe it's a tradeoff we're doing right now, to ease the life of the users. Some more context: - the `id` of...
We want to display the authentication page in all cases, and ideally merge the project creation form with the one from the homepage.
I can run the failing test with ```bash .venv/bin/pytest -W ignore::DeprecationWarning ihatemoney/tests/api_test.py -k test_member_edition_keep_data -s ```
From what I understand: - When no data is provided, the form falls back to its default values, rather than using the already-present data - There is an extra `form.fill(member)`...
This is actually manyfold. - The solution for the weight was to pass the obj to the Form, - For the activation, it was trickier: WTForms considers that [no value...
Thanks! I'm actually unsure this is the whole story. Behind this we need to call `make update-translations` and when I do it (after rebasing #1279) I don't see the translated...
I think we would need to store the pictures on the host, as files.
Neat, that seem to be the easy path forward.
I was opposed to it, and then had the use case myself a few years back. Rather than keeping the tickets somewhere around at my place, it seems to make...
I actually would advocate for removing currencies all together. I'm not using this feature so I might be too optimistic, but I actually believe it's part of the features that...