-
Hi,
I had to use an older version of Node (v6.14.3). I was running into the issue of #41
When I run bytenode with the option like:
`$ bytenode --no-flush-bytecode output.jsc`
I get the foll…
ghost updated
4 years ago
-
This crate could provide a minimal encoding of the methods and notifications in the protocol.
```rust
pub trait Request {
type Param;
type Result;
// Has to be a method as associate…
-
Hey,
I have a use-case where I perform higher-level diagnostics on top of existing structures, and in order to provide nice errors to the user I need to have access to the span information where a …
-
On lib.rs search for "serde" doesn't find the "serde" nor "serde_json" crates: https://lib.rs/?serde
These crates are in the index: https://lib.rs/?crate_name:serde https://lib.rs/?crate_name:serde…
-
Hi,
I am running a RPC server in many machines and accessing it using many clients each has 3 threads from another machines. However, I got the following error:
```
thread 'worker thread 2' pan…
-
For a project, I would like to be able to manipulate Rust syntax trees from a different language. Rather than implementing a Rust parser in the other language, I would like to have Syn parse the code …
-
When we may expect the next release?
-
Hi all,
First of all thank you for the amazing work here. I really enjoy using this lib.
After using it for a while, I've started using the `JSONCONS_MEMBER_TRAITS_DECL` Macro for serializing / d…
-
We want to add JSON serialization for the plan nodes. Currently, the plan node PR is in the process of being reviewed, but we can still make progress on the serialization while thats happening. If you…
-
I have a custom deserialization for a struct, and I'd like to perform the same deserialization to a HashMap of those structs.
Currently, I have a structure like this:
#[derive(Serialize, Des…