Roger Curley
Roger Curley
So my actual use case is diffing jsons. But you don't need the full complexity of json here to have this issue. Say you want to diff `Vec`s. Now in...
Hmm, okay. I don't think that would achieve my goals: adding another feature-flagged type definition would require embedding code that would be pretty specific to my application into rustyline, which...
> https://github.com/kkawakam/rustyline/blob/master/src/lib.rs#L745-L746 ? Yes exactly.
Okay, I've figured this out. A different dependency of my project (`cpuprofiler 0.0.3`) had a dependency on `cfg-if v0.1.2`. The 0.3.3 release advertises itself as compatible with `cfg-if v0.1.2`, because...
This actually causes 2 problems for me. There's the issue mentioned above about erroneous input. But also, if I'm making a guess in keen (which you sometimes need to do...
Hey, I wrote a similar project a while ago: [Jex](https://github.com/rocurley/jex). While the UI looks a lot better here, I didn't have this problem. I believe the difference is that I...