Joe Gordon
Joe Gordon
Closing as the question has been addressed, if you still have questions please re-open
@moisesguimaraes I am goin to disable the related test until this has been resolved so we don't block other changes on this test failing.
I did get it working with vmprof-flamegraph but I had a few issues: - The code is mislabeled on pypi as supporting python 2.7 (universal wheel) - This is something...
Thanks for the bug report, java support definitely has a some edge cases remaining. If you can provide a full (synthetic?) stack trace that is currently failing I can look...
Unfortunately the only way I know how to debug why a match wasn't found is by being able to locally reproduce the issue. which means having a copy of the...
Our next release, 4.0.0, will support Python 3.10 76416eded5c5f358977a126d4c6c3d2b9263de8b 6b32537e9f12e5da7c9f5d2a6132b3936f2be3c4
I was able to use a custom Retry class to handle the retry headers and make sure to trigger a retry on a 403 https://docs.github.com/en/rest/overview/resources-in-the-rest-api#checking-your-rate-limit-status ```python class RateLimitRetry(urllib3.util.retry.Retry): def get_retry_after(self,...
@LucBerge I used it with PyGithub the way @EnricoMi has it in his PR. via the `retry` kwarg to `Github` @EnricoMi thanks for converting this into a PR. Based on...
> I don't think the maintainers ever had any plans for adding it themselves since they don't use ElastiCache. (or didn't when I last looked at it.) That is still...
if you turn on memcached verbose mode you might be able to get enough information to reproduce / isolate the error. That way we can see what keys and calls...