Andrew J Westlake
Andrew J Westlake
Currently quickjs-rs is not able to handle async functions that return undefined. Functions like `async () => { }` or `async () => undefined` will throw the following error: ```...
I really wanted to use this library because of the speed and the succinctness of the generated code, but I had a couple of problems generating the protocol buffers in...
I looked at the protobuf definitions and saw that a replay or a map could alternatively be specified by an array of bytes. I was wondering if it was actually...
I was wondering if there was some sort of equivalent to `Arc::ptr_eq` for `Gc`. I've been converting a project with lots of `Arc` references over to `Gc` and there are...
It seems like these conversions will be useful to users, so I think we should integrate some of the existing solutions into the library. @ThibaultLemaire has created bindings from Rust...
Removed `into_future` in favor of a `PyFuture` struct as described in #4
WIP: aiming for 0.21 release - might cherry-pick changes into a 0.20.1 patch if it takes too long though - [x] Combine Runtime and ContextExt (Runtime is never used without...