Manuel Kaufmann
Manuel Kaufmann
It seems we already have a PR for this at https://github.com/readthedocs/readthedocs.org/pull/10927
Hi @Daltz333. I understand your concern here. We are a very small team maintaining too many projects and we weren't able to prioritize work on improvements/features on this repository. The...
I went ahead and opened https://github.com/readthedocs/readthedocs.org/pull/12348 to add this header to all external domains.
> Since we are using `Max()` to get the latest build and the latest successful build for each project, we could probably use `select_related` instead here which will make everything...
@stsewd you have been taking a look at the project listing page performance in the last week, so you may find this PR useful for your research. If not, we...
I used `display: flex` to make the flyout display correctly at the bottom of the navbar. Let me know if that's OK.
We are migration our GitHub OAuth app to a GitHub App and we won't use the same webhook approach, so this may not be an issue anymore. @stsewd do you...
Thanks for reporting this. It's indeed an issue on this theme in the way it generates in a custom way the flyout. This issue will be solved once we deploy...
That makes sense to me 👍. I'll see if we have that data on the first request and make the decision there before start consuming the resulting pages
I took a quick look at this today and I don't think it's possible to implement it without a considerable refactor. 1. we are using this GitHub endpoint now https://docs.github.com/en/rest/reference/repos#list-repositories-for-the-authenticated-user...