Manuel Kaufmann
Manuel Kaufmann
We have been testing this for some weeks now and we haven't seen any issue with it. We are ready to remove the feature flag and make this the default...
We currently have this structure in out data: ```json "packages": { "pip": { "all": [ { "name": "Sphinx", "version": "3.4.5" } ] ``` and we are doing queries like: ```sql...
We are currently saving all the keys as-is, without any transformation. This is good for some data, but for some other, like `pip` packages, this makes the queries to be...
We already are generating `sitemap.xml` for all projects by default. Although, we don't consider any `sitemap.xml` generated by Sphinx at all. This issue is the continuation of #557 and this...
When running tests locally we are executing **252 migrations** that consume **33.43 seconds**. This is tedious when running just a single test. I think we can reduce this time by...
It would be good to add one or two paragraph about the project we are highlighting. See https://github.com/readthedocs/sphinx-hoverxref/pull/229
``` File "/home/humitos/.local/share/fades/fb6e98e2-3d4a-4bfa-9ef7-3c412a16eafd/lib/python3.7/site-packages/Xlib/protocol/display.py", line 166, in __init__ raise error.DisplayConnectionError(self.display_name, r.reason) Xlib.error.DisplayConnectionError: Can't connect to display ":0.0": b'Invalid MIT-MAGIC-COOKIE-1 key' ``` After installing and running it, ``` fades --check-updates -d pysenteishon...
Aquí https://github.com/edvm/pysenteishon/commit/f105f6355bc5195779e678ad8cd017c87c8c1fc4 se agregó la posibilidad de mover el mouse utilizando un Touchpad en el celular, sin embargo no se ha encontrado una alternativa que funcione en MacOSX aún. Deberíamos...
Each time the documentation is built, the Python version is compiled, which takes several minutes. I recommend you to avoid compiling that particular PATCH Python version and stick with the...
I'm not sure why an older version of this Sphinx extension is used here and there is no comment about it, so I'm upgrading it to see if it works...