Jonathan Vanasco

Results 268 comments of Jonathan Vanasco

What you said makes sense on a quick skim, but I won't have the bandwidth to really think about this or participate in this discussion for the near future.

I was going to draft a similar fix, but saw this pending.

I was surprised to see there is no way to trigger 429 (or other) rate limits. Different CAs have different limits, so I understand it's hard to model these These...

Now that #10245 is merged (originally #10174), this should be able to be closed.

In case anyone needs something similar, here is a version of the code I used: ```python import hashlib import os from typing import Dict from typing import Optional import uuid...

> I can see some kind of hashable object as a key but not a tuple of strings, we have a separate API get_multi() for that. I'm trying to think...

> if we do change this part, maybe we could add also the other flag suggested here? https://github.com/sqlalchemy/alembic/discussions/1483#discussioncomment-9920270 A quick online search suggests that may be a good idea. It...

I have been started to get similar issues on Github Actions this afternoon. Everything has been fine for the past week, but now some of my test runs in a...

Can you share what happened? Things were broken most of yesterday, then started working again. Things have been working fine today. I had a GitHub support ticked open on this,...