TurtleOrangina

Results 26 comments of TurtleOrangina

Of course! Let me know if you want any changes.

2 month reminder :). I read in a different PR that you are working on some larger refactoring, but wouldn't it make sense to get the simpler things that are...

I have fixed this with a PR that reduces the amount of events created by the engine. Maybe not the approach you were suggesting @archimag - but it works and...

Use `uv remove tortoise-orm`. The square brackets are a extra feature that should be enabled inside of tortoise-orm. As a usability improvement, it would be an idea to change the...

Ideally `uv run` would auto-complete all commands from `.venv/bin` as well. Typically I do things like `uv run ruff check` or `uv run mypy .` or `uv run my_entrypoint` -...

> I tweaked this into the below and pasted into `~/.zshrc`. It works perfect (support arbitrage arguments). > > function uvrun() { > uv run "$@" > } Sadly this...