Showing only posts tagged python. Show all posts.

I am looking for a blog post titled something like "Poetry considered harmful". It was about how Poetry forces developers to bump up the minimum version of Python just to use the latest version of a developer tool, such as black.

Do you have the link to the blog post I am talking about?

maybe fast but its dependency resolver is worse than

Case in point: try in a fresh virtualenv

pip install sphinx sphinx-rtd-theme

and see what version you get for sphinx-rtd-theme. uv tries too hard to get to sphinx 8.x and as a result you get an ancient theme.

:python:

Using for extended period opened up my eyes on how "open-source" VSCode really is - not much actually. For , it is the ms-python extension which make it usable and does not work without weird hacks:.

github.com/VSCodium/vscodium/w

github.com/VSCodium/vscodium/d

Once could use Jedi instead of Pylance, but it does not offer fancy features like refactoring, adding imports. Open source LSP servers like exist. Time for a hard U-turn to ?

page 1 | older articles »