Fabian Affolter

Results 130 comments of Fabian Affolter

Any plan to fix this? If not then we need to look for a different solution as the Home Assistant integration is useless if the update is not working. I...

> As a side note, is this repo considered recommended for new installations? Thank you! With Nabucasa's decision a few years back to focus on HAOS and move away from...

Can you release create a new release with the changes? The package for Fedora doesn0t build [anymore](https://bugzilla.redhat.com/show_bug.cgi?id=1675274). Thanks

`requests` doesn't have a default timeout like browsers do and most providers appreciate if the client is taking care about the connections they initiated. Sure, chances are high that servers...

Result of `nixpkgs-review pr 308093` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review) 2 packages built: ssh-mitm ssh-mitm.dist

Any chance for tags?

PR was ignored and dependency added with a constraint (https://github.com/alexdelorenzo/limiter/commit/f822774b93eee2dd97488a60665469449a379c26).

I see the same with the `domain_lookup` example: ```bash $ python domain_lookup.py Traceback (most recent call last): File "/home/fab/Documents/repos/spyse-python/examples/domain_lookup.py", line 8, in d = client.get_domain_details('tesla.com') File "/home/fab/Documents/repos/spyse-python/spyse/client.py", line 157, in...

It looks like that the limiter doesn't cover the first requests ([`self.account = self.get_quotas()`](https://github.com/spyse-com/spyse-python/blob/main/spyse/client.py#L78)) and the actual request for the data comes to fast.