Matthieu LAURENT
Matthieu LAURENT
This PR aims to add support for Xonsh to atuin.
The old url just lead to the main page
## xonfig ``` +------------------+-----------------+ | xonsh | 0.14.1 | | Python | 3.11.5 | | PLY | 3.11 | | have readline | True | | prompt toolkit | 3.0.39...
Hello, i recently updated from [a062059](https://github.com/ayn2op/discordo/commit/a062059bd982085036c5ad0d022e78a2f067f093) to [f8c5805](https://github.com/ayn2op/discordo/commit/f8c58057945b1ded2f78dc0956ea25aa281a0b31), and i've been getting an issue i didn't have before. For some reason, on the new version, some old direct messages are...
Python 3.11 added StrEnum, that can replace using `MyEnum(str, Enum)`. This adds that usage to the Enum parameter type docs, while also keeping the old usage for users on older...
This adds two pre-commit hooks: - `statix-fix`, to automatically run `statix fix` - `statix-check`, to automatically run `statix check` Unfortunately, pre-commit can't automatically install statix due to pre-commit/pre-commit#2931, and it...
The title is pretty self-explanatory, it would be nice if scrapers could be added for wishlists like they are for collections.
## Problem Currently, if a template is changed, all your old items that used that templates will still be using the old fields, and you have to go through each...
It would be nice to be able to force a collection / item to be public even with a private profile. This could maybe be done with a new visibility...
Currently, the "lent on" input is a plain-text input, despite it expecting a date. It also doesn't default to any value, and should probably default to the current date, as...