Manuel Kaufmann
Manuel Kaufmann
Estaría bueno que cada vez que se crea un evento, el sitio mande un mail a la lista de PyAr para informar que ese evento: - va a suceder -...
Esta página http://python.org.ar/wiki/Material tiene un montón de archivos adjuntos que no se muestran en ningún lado al visualizar la página. La única forma que hay de verlos es entrar a...
Hi, I just installed this plugin into my [emacs configuration](https://github.com/humitos/emacs-configuration) and I'm having an issue when folding (close) all the nodes with `origami-close-all-nodes` in a python file with more than...
This is a no-action issue for now. The idea is to start collecting ideas, user experiences and more from the community regarding the "The Tectonic Typesetting System", https://tectonic-typesetting.github.io/en-US/ I quickly...
We are doing nothing with these `log.exceptions` and they are not interfering with the build process or the user experience. However, they are shown as _errors_ in the logs when...
This is a small issue to track this task somewhere. The idea comes from #9241 which has a little more context.
With the introduction of `CANCEL_OLD_BUILDS` we are moving away from the `DEDUPLICATE_BUILDS` feature since these scenario is managed in a better way by the new feature. Closes #7306 Related #9549...
We allow users to create _outgoing webhooks_ to send events to third party services. This is done via the model https://github.com/readthedocs/readthedocs.org/blob/8fbc1b1299d251fd62f2f73c64fae956e0126f5f/readthedocs/projects/models.py#L1527-L1558 One thing that I noticed is that if the...
Read the Docs executes some code in the build process on behalf the user to facilitate the on boarding process. This means that you can just put some `.rst` or...
Since we are using `self` to store data used by methods to be called in the “future”, it’s hard to know if the order of them can be altered. It...