Roy Wellington Ⅳ

Results 9 comments of Roy Wellington Ⅳ

Well, I wish I'd see this sooner. I've been struggling with `PyRustTypeBuilder` for a few days ago, and was running into the closure thing as well. I've switched to `py_class!`;...

Sorry it's taken a while to get back to this; first, thanks so much for implementing those! I ran into a bit of trouble, all of it in my code,...

Oh perfect! Not sure why I didn't run across that in my debugging yesterday. (Though maybe it was for the better — I learned a lot about how to inspect...

Oh, not sure how much this matters, but: ``` :172:1: 172:9 error: macro undefined: 'py_error!' :172 py_error ! { "__aenter__ is not supported by py_class! yet." } } ; {...

> What version of Windows are you using? Is that on a high resolution screen? Linux. It's my Thinkpad T460p, whose display I think qualifies as hi-DPI (it's ~210 pixels/inch)....

Just noting that I seem to have a use-case affected by this; I'm adding annotations for use w/ `mypy` to some code that takes latitude/longitude values; so, ```python def foo(lat,...

Looking at the implementation, I think I can answer this. [The Wikipedia article on TOTP](http://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm) notes, emphasis mine, > Both the server and the client compute the token, then the...

> since at this point I am not sure what Cockroach could have done to have acted differently from vanilla PG. I can replicate this with vanilla Postgres & `aiopg`,...

My working theory on this issue is that `aiopg` isn't managing the async events it is waiting on properly. We need to call `.poll()`, during which `psycopg2` will evaluate the...