News

Generally, this is a good idea for public ones. It's more than cosmetics, it's about exposing documentation to the user. For example, some IDEs show docstrings on hover (this is PyCharm): And PEP 257 ...
After the latest update, VSCode terminal escapes characters in .env variables (e.g., : becomes \x3a), breaking environment loading. Issue doesn't occur in external terminals. The text was updated ...