13 points | by notmarkeloff 3 days ago
6 comments
If you're going to let an LLM write docs, at least let them write to the target of the dev. this README seems more internal, or more like a pitch, i suppose. It's weird.
But why? Mise does this and more. It can install binaries from github, gitlab, uv, npm, and many more.
But isn't this built into uv already? Just point the sources table to GitHub.
https://docs.astral.sh/uv/concepts/projects/dependencies/#pr...
AFAIK uv installs python packages only. This fetches and runs binaries from Github.
Ah. Missed that. Thank you
from TFA
uv run ohbin run rg -- TODO src/
If you're going to let an LLM write docs, at least let them write to the target of the dev. this README seems more internal, or more like a pitch, i suppose. It's weird.
But why? Mise does this and more. It can install binaries from github, gitlab, uv, npm, and many more.
But isn't this built into uv already? Just point the sources table to GitHub.
https://docs.astral.sh/uv/concepts/projects/dependencies/#pr...
AFAIK uv installs python packages only. This fetches and runs binaries from Github.
Ah. Missed that. Thank you
from TFA
yeaaah