Johan Sommerfeld
Johan Sommerfeld
Yea, I'm ramping up for a PR of the asyncio code. Though I would attack the documentation after that.
Interesting. We removed the centralized async engine when we dropped gevent support. but allowing different implementations for async/await could be cool.
hopefully closes #75, #73 and #60
Hi, Thanks for your input, I'll try and replicate. In the meantime you could try the dev_1.0 branch, which I don't think have any breaking changes for most use cases
Yea I managed to. Trying to figure out what has changed. it looks like the communication between nodes has changed. I'm seeing sometihg with an atom called `alias` that I...
@jozip ok, don’t know how that interface is, and if it has changed. From my quick look it seems to be interfering with the ref, and it’s actually otp24 that...
looking at the code of otp, it looks like they’re using an improper list for this, https://github.com/erlang/otp/blob/8b21f5c8aaa3e13046c26ecb889dae4f5dcdd70c/lib/stdlib/src/gen.erl#L281-L284 Maybe there is a roundtrip bug there so it doesn’t return as it...
@jozip yea I've just verified that a roundtrip `binary -> term -> binary` with an improper list isn't consistent. so we start with an improper list and end up with...
@dtip I've made a PR that has native implementation as well. Tried it a bit and it looks like it works agin (only tried ping and example1 TBH). If you...
Hi, Thanks for chipping in. I haven't got my environment setup right now, I'll try to get to this soon.