Anthony

Results 454 comments of Anthony
trafficstars

I believe this is due to the generic `Foo` syntax, in references, we have removed Sphinx's named linking in order to support this syntax. An option here might be to...

Ah yes, this is also a per-domain syntax that we'd have to handle in this domain. I've created #48 to address this feature.

`~` prefix parsing was moved to #48, but forgot to mention that here. I think handling this with a space might work, I don't know if this needs to handle...

Here's an example of some of the release information that Meta::CPAN uses: https://metacpan.org/pod/release/MARKOV/XML-Compile-1.58/lib/XML/Compile.pm For example: author information, links to dependencies (something we can parse out via AST), links to other...

Okay, well at least I'm not the only one :sweat_smile: > I found myself this pretty useful, but sometimes pretty distracting and annoying to understand the error I really like...

The database seems to be hit a project query repeatedly: ![image](https://github.com/readthedocs/readthedocs.org/assets/1140183/e2a768c9-4826-4b22-8a22-8842d0960f54) If I fix the template error and reload, this query is executed, but only 2 times and response time...

Ah I learned a new thing about debug toolbar! You can inspect/see the code and stack around the query in the debug toolbar SQL pane. This is a clue. When...

Yet another clue: - If I edit a top level template (`projects/project_dashboard.html`) and remove `load i18n`, the response is very quick - If I edit an include from this top...

I found this discussion, and hoped it was related, but so far nothing there seems to help: https://forum.djangoproject.com/t/changing-queryset-repr-to-avoid-unexpected-queries/21272/22?page=2 I've disabled debug toolbar, logging, and debug mode entirely. This must be...