Stephen Warren

Results 6 comments of Stephen Warren

Eliza, I would not say that fixing documentation is useless. That's a little demeaning. FWIW, this bug is fixed upstream already by 49d063cb3532 "proc: show mnt_id in /proc/pid/fdinfo".

https://gitlab.com/gitlab-org/gitlab/-/merge_requests/78364 https://gitlab.com/gitlab-org/gitlab/-/merge_requests/73069/diffs#1246552930c7d15d9888238d19f23329f673f4d6_52_52 BTW, I wrote a script to continually hit this endpoint, and found that the Retry-After header isn't sent for it:-(

@JohnVillalovos I don't believe that change will solve my original issue. There are no rate-limit or retry headers at all when the rate limit is hit on `/users/:id`: `for i...

I haven't filed a bug Gitlab support did notify me that the server-side changes would affect my usage, and I mentioned to them that python-gitlab should handle this based on...

You can probably get it working by emulating x86-64 on ARM by: * `apt install qemu-user-static` on the (ARM) host * copy the (ARM) host's qemu-x86_64-static to /usr/bin/qemu-x86_64-static in the...

Relevant background discussions: https://stackoverflow.com/questions/2942426/how-do-i-specify-a-pointer-to-an-overloaded-function