Hugo van Kemenade
Hugo van Kemenade
You can get this directly from the PyPI JSON API without needing to set up or use BigQuery quota: https://pypi.org/pypi/norwegianblue/json For example: ```python >>> import json, requests >>> package =...
Please see PR https://github.com/python/planet/pull/594.
This sounds similar to https://github.com/termcolor/termcolor/issues/30. I suggest checking if there's a VSCode setting like https://github.com/termcolor/termcolor/issues/30#issuecomment-1557541229, otherwise to report it to VSCode, similar to https://youtrack.jetbrains.com/issue/PY-43798.
Thanks! Let's leave it as standalone.
I don't think you meant to include the first commit https://github.com/dateutil/dateutil/pull/1377/commits/6cdad1d4486408c047914feaa87914c2e86cd398?
> I’ll be doing one right after cffi 2.0 is released. CFFI 2.0 is out! 🚀 https://github.com/python-cffi/cffi/releases/tag/v2.0.0
I'm not a maintainer here, but Python 3.9 is only receiving security updates and is EOL in October: https://devguide.python.org/versions/ And Sphinx itself supports 3.11+: https://www.sphinx-doc.org/en/master/internals/release-process.html#python-version-support-policy Can you upgrade to a...
> Thank you for your comment. > > `sphinx-autobuild` itself requires Python >= 3.9, and many library projects have this requirement. Therefore, it still has value for at least half...
I think this depends on terminal support. Running `python -c "from termcolor import colored; print(colored('Test', 'grey', attrs=['strike']))"` with iTerm on macOS, I get: The grey doesn't really show up on...
@malemburg Please see the question above, or can we close this?