David Farrington

Results 77 comments of David Farrington

i needs to fit within 32 bits, `random.getrandbits(32)` will avoid collisions, if you sent two with 0, then you wouldn't know which one you were receiving in the `response_handler`, nor...

This is due to the latest release not being available on pypi, perhaps install from github (until https://github.com/djacobs/PyAPNs/issues/163 is resolved) the issue has been resolved here https://github.com/djacobs/PyAPNs/commit/1842c40d8b9586643097c9ad142c5e447408d14f

Unfortunately not, and I read in the docs that the model is forwards compatible across versions (admittedly I'm going backwards) https://xgboost.readthedocs.io/en/stable/tutorials/saving_model.html#a-note-on-backward-compatibility-of-models-and-memory-snapshots It seems there is something that might need tweaking...

@whawker any movement on this ? Thanks

Given its a one line change, perhaps you can make a pull request for this? - Fork this repo - Make your changes - Create a pull request against this...

Well, by intermittent, I mean it would fail consistently for an unspecified amount of time, but then magically start working again later. I had tried deleting the sync state file,...

I'll see if I can reproduce it tomorrow morning, though for any rate limit issues, I'd imagine receiving a 429 error as opposed to a 400. I'll try to dig...

I have been able to reproduce this quite easily, just by having the sync watcher running, then creating a brand new file.. I got into the stack trace to get...

Any movement on this ? Thanks for great work so far

*bump, this is also affecting me, any news on a workaround ? why not inspect the type annotations (if present) and use that to bias the type ?