Ammar Askar
Ammar Askar
This one is handled by https://github.com/TkTech/notifico out of the box which we are already using for Github push notifications on IRC.
> Make bpo read-only and keep Roundup running; I really like this option but coupled with (3), maybe a read-only instance could be available on `archive.bugs.python.org` or similar and then...
Just fyi: it might be possible to implement this on 3.11 where we now expose column information for bytecode: https://docs.python.org/3.11/reference/datamodel.html#codeobject.co_positions
#11 and https://blog.ammaraskar.com/iclicker-reverse-engineering/ might interest the original poster and @Th3OnlyN00b. I did see code relating to sequenced questions/alphanumeric modes but I didn't go too in depth into it.
I'd say 400 (https://tools.ietf.org/html/rfc2616#section-10.4.1)
A non-python example, searching for `ciphertext` in [pyca/cryptography](https://github.com/pyca/cryptography), the glossary `ciphertext` term is pretty low on the page and hidden among mentions of it within autodoc pages.
Hey Maciek, I'd like to solve this in a way that isn't a breaking change. I believe Sphinx 3.x has a lot of potential incompatibilities with 2.x and a lot...
Sorry for the late reply Tom, but you should be able to use the Sphinx option: > **-W** > Turn warnings into errors. This means that the build stops at...
Hmm, since this is a breaking change I wonder if there's a way to add this as an option in the action, so anyone can override the sphinx version with...
Right but a lot of people are pinned to `@master` right now, so even with the versioning it would break them.