Bartłomiej Biernacki

Results 6 comments of Bartłomiej Biernacki

+1 - now it is really hard to use this library as a part of bigger system with multiple Stripe clients, as api_key variable is global and not thread-safe.

Well, I am aware I am not able to do this in json schema. What I was looking for was a way to create a form based on given schema...

Maybe we could try to refresh `_machines_cache` if it is empty before a call (or just after _base_uri does not respond). In both case we need to handle a case...

In current version any situation in which `_machines_cache` is empty and `_base_uri` does not respond cannot be recovered. We use static server list so in our case refreshing `_machines_cache` with...

For mine usecase I believe it would be enough to recreate _machine_cache. In current implementation when _machine_cache and whole cluster is up again expect one machine (one set as _base_uri)...

This isn't so specific, imagine a case when whole cluster goes down (client raises error on trying to connect to the last node) and after that cluster goes up without...