Nils K
Nils K
If I understand correctly you mean functions like python venv's `deactivate`? Those also do not work with bash and thefuck: ``` [septatrix@thinkpad-e570 ~]$ function asdf() { echo asdf; } [septatrix@thinkpad-e570...
Though would that not also apply to other shells like bash or zsh when using oh-my-zsh or similar? They too provide a `-i` flag to load functions and aliases. Also...
I am not sure since when this issue exists but it also occured to me that fish complaints because the `history merge` command does not take any arguments so I...
Alternatively you could replace the `eval $(thefuck --alias)` with a function (as it is done for the fish shell). This way the alias is only evaluated when the command is...
The underlying problems seems to be that the route does not get applied to the application. The cause is a very restrictive check: https://github.com/tiangolo/fastapi/blob/f0388915a8b1cd9f3ae2259bace234ac6249c51a/fastapi/routing.py#L713-L721 This should be expanded to work...
I would also suggest pypy for Python
After playing around a bit with it I am already eagerly awaiting BS 5.3. A few things however I noticed (until now, maybe more follow when using it more): 1....
Oh also dark mode toggle on the examples/gallery would be fantastic (especially the cheatsheet)
A backwards compatible implementation could be archived using `... ~ :is(label, .some-new-class)` and the implicit label could then declared deprecated and be marked for removal in v6. Also I have...
If there are no other aspects to consider I could work on this myself (though only in a few weeks) and create a PR if this feature is desired.