teroshan
teroshan
Doesn't look that hard, I guess we should modify `RecipeManager.php` to add this. A list of RSS feeds urls should be queried from ttrss' database, matched against the url of...
@anubhavcodes in case you haven't managed to fix your docker container DNS issue, just in case it can help you check that it isn't related to this issue: https://github.com/tailscale/tailscale/issues/12108 Specifically...
I didn't know that `uv run` could also run binaries, my expectation for its behaviour was actually in line with what I found on [this documentation page](https://docs.astral.sh/uv/guides/scripts/#declaring-script-dependencies): As in I...
> As a minor note, Hatch and Poetry also recursive infinitely when used this way. `pipx run` doesn't for me
I was similarly confused by this, so I'll mention this here for future users searching issues for this: As someone who used `pipx`, I was using `pipx run standalone-script` or...