HackerTrans
TopNewTrendsCommentsPastAskShowJobs

oprypin

no profile record

Submissions

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

nightly.link
1 points·by oprypin·5 năm trước·0 comments

comments

oprypin
·2 năm trước·discuss


    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 năm trước·discuss
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 năm trước·discuss
https://fabiensanglard.net/floating_point_visually_explained...

Not a graph, but gets much closer to answering this.
oprypin
·5 năm trước·discuss
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 năm trước·discuss
That would be https://mkdocstrings.github.io/ except it currently doesn't have implementations for any of those languages.
oprypin
·6 năm trước·discuss
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...