David Flemström

Results 60 comments of David Flemström

The issue still happens with the error chains in different modules though.

To clarify, right now it can't! But it depends on V8 which is a huge dependency, I'm not sure if that's good for a library.

I think now you should be able to use it as a dependency, given that the V8 dependency is gone.

@alerque I'm grateful that you're considering packaging this tool, and I will try to catch up on the changes blocking this from happening!

Looks like I could re-use some concepts from your link, but I'd like to match the color support of the JSON module if possible, like in this screenshot: ![json highlighting](https://github.com/dflemstr/rq/blob/master/doc/image/highlighting.png?raw=true)...

@laktak oh I didn't realize you're the author of that library... Makes sense! I changed the formatter in `serde_json` version `0.9.0` (not yet released), see here: https://github.com/serde-rs/json/blob/v0.9.0/json/src/ser.rs#L803 I think the...

I guess the parsed `Header` struct could be preserved in the deserializer, would that work for your use-case? How would you like that to look?

Hm, it's really tricky to build a nice interactive program. I use a lot of shell features when entering bash commands such as history search, interpolating environment variables, using the...

This one is a bit tricky because I'd need to implement dynamic capnp parsing like I did with `serde-protobuf` and `serde-avro`. I probably can't use the existing capnp library (well,...