Tim Stack

Results 189 comments of Tim Stack

The vte crate (https://crates.io/crates/vte) might be useful here. Stripping the escape sequences before putting the string through parsers would probably be something to try.

So, I'm taking a whack at this and running into an issue with `eval_borrowed()`: https://github.com/rcoh/angle-grinder/blob/7b356efa1c8beb653808ad85a129c0fbff7f6d49/src/operator.rs#L57 Since the lifetime of the result is the same as the input HashMap, I don't...

> can you just implement `Evaluatable` instead of `EvalutatbleBorrowed`? Hmm, I don't think so... most things seem to call `eval_borrowed()` and it has a big match for the `Expr` enum...

I removed borrowed and have it working. I'll try to implement the `Cow` version. ... but, there's a lifetime in the `Cow` type signature. Won't that still cause the same...

Do you happen to remember what is left to do here?

I'd like to see this as well, it's part of the motivation for trying to improve error messages. I was also expecting to print out a preview of the records...

I think you need to pass `-tt` to force the pty allocation. But, really, this isn't a supported use case at the moment. Can you do it the other way...

I'm not seeing this anywhere else, can you run `ps` and see which process is blocked?

Ah, sorry, didn't realize you were using `brew install --HEAD`. For some reason, compiling the "data_scanner_re.cc" file with some optimizations takes a really long time. I had worked around this...

It looks like you're using v0.9.0 of lnav, which is quite old at this point. Can you please upgrade to a newer version (v0.10.1 is the latest) and see if...