Lettnem
lettnem.bsky.social
Lettnem
@lettnem.bsky.social
Have you tried uv? It completely changed my Python experience in a positive way. Look at using tools if you need to install something globally docs.astral.sh/uv/guides/to...
Using tools | uv
A guide to using uv to run tools published as Python packages, including one-off invocations with uvx, requesting specific tool versions, installing tools, upgrading tools, and more.
docs.astral.sh
January 25, 2025 at 10:00 AM
There is a good example in the GitHub issue for a case where this would be useful github.com/golang/go/is...
proposal: testing/synctest: new package for testing concurrent code · Issue #67434 · golang/go
This is a proposal for a new package to aid in testing concurrent code. // Package synctest provides support for testing concurrent code. package synctest // Run executes f in a new goroutine. // /...
github.com
November 20, 2024 at 11:01 PM