Abhilash Raj
Abhilash Raj
I think I agree that it is caused by #718 but I am not sure I fully understand why is that. 🤔 Can you get an older copy of the...
My suspicion is that after 5 levels of parsing blockquote, the `block.block_quote_rules` removes `block_quote` so that becomes an empty set of rules `[]`. And since there aren't any rules `m.lastgroup`...
> Are GitLab groups the same as organizations in GitHub? or are they a subgroup of organizations? They are like organizations on Github. You can see the one we are...
Well, the project is Mailman Core, which is a sub-project of Mailman Suite. All the builds for Mailman Core project are in RTD at https://readthedocs.org/projects/mailman/builds/ and the corresponding merge requests...
It seems like the `api` access level, which RTD requests and has access to, should grant it ability to work with the groups according to their [docs](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html#limiting-scopes-of-a-personal-access-token).
It would be good to know the exact status code of the response between 401, 403 and 404. My suspicion is more on 404 and not 403 because looking a...
I sort of verified my theory by simply create a PR from the same main repo and seeing if RTD is able to POST the status back to Gitlab and...
[  ](url) And the warning that I was talking about is this, which is created after every build that it couldn’t POST the response to when you login to...
Catching up on 4 years of conversations on b.p.o, this issue is way more complicated than it looks :) Most of the context (and one another associated patch) is present...