HackerTrans
トップ新着トレンドコメント過去質問紹介求人

oprypin

no profile record

投稿

Show HN: Get URLs to GitHub Actions build artifacts, link to the latest build

nightly.link
1 ポイント·投稿者 oprypin·5 年前·0 コメント

コメント

oprypin
·2 年前·議論


    uv pip compile --exclude-newer=2019-12-02
https://docs.astral.sh/uv/pip/compile/ • https://docs.astral.sh/uv/reference/cli/#uv-pip-compile
oprypin
·3 年前·議論
I think the commenter meant that it can produce such an inconsistent result if the identifier names add up to approximately the line length, but the example didn't actually make it so; the identifiers are much shorter than that.
oprypin
·3 年前·議論
https://fabiensanglard.net/floating_point_visually_explained...

Not a graph, but gets much closer to answering this.
oprypin
·5 年前·議論
MkDocs has a good plugin system, and it's definitely possible to add a plugin to check each code block according to some rules. I know because I made one :)

https://oprypin.github.io/mkdocs-code-validator/ https://github.com/crystal-lang/crystal-book/pull/503
oprypin
·5 年前·議論
That would be https://mkdocstrings.github.io/ except it currently doesn't have implementations for any of those languages.
oprypin
·6 年前·議論
Same. But for me there has been one particular recurring kind of breakage. Python version upgrades (most recently 3.8 -> 3.9) invalidate all manually installed packages and virtualenvs. Mitigated by using Arch packages for Python packages instead...