Harold

Results 8 comments of Harold

Just curious, is this something that really belongs in the library? Not every app (or every call) needs the same approach. In a couple apps I solved it with queues...

@awebartisan Almost all my calls to Shopify are queued. But what I basically do: After every call I save the current call limits reported back by Shopify (per shop and...

Anyone found a workaround for this?

@luin could you merge this PR and create a new release? 💯

Same issue when trying to install phpredis on a MacBook Air with a M1 processor.

Does this also fix the ugly alignment in the sidebar?

When I try to run this: ``` import tempfile import os temp = tempfile.TemporaryFile() temp.write(b'foo bar') temp.seek(0) print(temp.read()) temp.close() ``` Then it does work, so python is able to write...