Pascal Polleunus
Pascal Polleunus
**SOLVED** while writing this so, let's keep it for reference⦠**TL;DR:** As mentioned in the documentation: > `my_order` is the first field in the ordering tuple of the modelās Meta...
Wouldn't it be better to define the default value of the CSS variables in the CSS file and to not define them via the `style` prop? That way, it's easy...
Use case: Need to change settings for a given view, independently from the global settings. In CBV, one can customize the `Paginator` by overriding the `get_paginator()` method provided by the...
Add an option "filename pattern" in the package settings so that we can use different names than `.todo`. Or allow to name the file `TODO` without leading dot (so that...
Currently we can see items on the watchlist screen. Please allow to open the detail view of a title by clicking on it. If technically not possible, at least do...
From the list of titles, search results or detail view of a title, please allow to add a title to my watchlist.
For the `GUID` Type, the code from SQLAlchemy says that for non-PostgreSQL databases, it's "storing as stringified hex values"⦠but as far as I understand [this code](https://github.com/dmontagu/fastapi-utils/blob/v0.2.1/fastapi_utils/guid_type.py#L48), it's actually storing...
When creating a project using a local path, shouldn't it be stored as absolute path in the `answers_file`? If created using `copier . /path/to/destination`, it's saved as `_src_path: .`. One...
The documentation says: `default: Leave empty to force the user to answer.` When not specifying the `default` key, the default value is `None`; perfect. But the prompt shows `š¤ [None]:`....
I went a bit crazy 𤪠and designed this⦠BTW: I renamed `--pretend` into `--dry-run`. And `copy` should maybe be `create`. The [demo script](https://gist.github.com/ppo/b822097c69f618eb3fcd7de079c3e96d). 