Ze'ev Gilovitz

Results 11 comments of Ze'ev Gilovitz

Hi @debora-ito we're using version 2.10.41. It does look like there have been some changes to InstanceProfileCredentialsProvider recently. I'll try upgrading to 2.10.73.

It looks like the issue is still present after upgrading to 2.10.73, although it is definitely less severe. Requests to update credentials take around 1 second instead of 5 seconds....

There has been progress! You can checkout https://github.com/ZeevG/python-forecast.io/tree/2.0.0 which is a branch I have been working on. Currently, it uses the dict method for options although it would be a...

I haven't had as much time to work on this as I have had in the past but the project is still alive. I make sure to address critical bugs...

Fair enough. I mean the whole thing is just a very light weight wrapper. The reason I prefer the options dictionary approach is that it hides a lot of the...

And good point about urlencode. I'll keep that in mind.

Sweet! Open a PR. Since it should be backwards and forwards compatible I'd be happy to approve it.

Hey, I have had time to do some work on it. The good news is that everything seems to be working pretty well including geocoding. I've used an API similar...

@balloob @fabaff Are you able to tell me a bit more about why you need this timeout? I'm a bit hesitant to add a fixed timeout in case it is...

Hi, some preliminary work has been made on this feature in the V2 branch. Unfortunately I haven't worked on it in quite a while but I think most things should...