jsen-
jsen-
While working on JS rust interop crate, I'm trying to serialize function arguments on the javascript side and deserialize into a tuple with appropriate number of elements on the rust...
Input from an empty file, I think, should be handled as there is nothing to do, but instead it's trying to read inputs from `stdin`. ``` $ parallel 'echo {}'...
Hi, the constructor of HTTPParser and HTTPParser.reinitialize should be called with a parameter HTTPParser.RESPONSE instead of "RESPONSE". This took me a few hours to figure out so, if someone uses...
I was trying to run multiple instances of `deno_core::JsRuntime` within one tokio task, but got: ``` Finished dev [unoptimized + debuginfo] target(s) in 0.03s Running `target/debug/test1` [Ok(()), Ok(())] [Ok(()), Ok(())]...