Owen Nelson
Owen Nelson
@rickwebiii good notes. Thanks for that! Today, Estuary drops a lot of the information sent by cargo during a publish since we simply don't have a good way to record...
I actually never figured out how to unyank via cargo. TIL!
> So maybe just parsing the JSON for each crate and all is the better way. I'll work on that. Parsing the index files makes the most sense in terms...
A long term goal of mine will be to remove the need to shell out, so if we can avoid it for this, it'd be better. I'd be happy to...
@mattdeboard I took a look at the diff and I think things are looking pretty good. I had a couple of thoughts. Since the landing page currently acts *a bit*...
I've got a handful of concerns about this idea, but they may not be blockers. Jotting some notes. Right now each of these crates is independently versioned/tagged. We've got projects...
Note to self: it'll probably be smart to cut releases for all 3 crates _prior to making this change_ since there are a handful of changes across all 3 pending...
Hi @MarcAntoine-Arnaud - interesting request. So, I suppose what you're looking for is essentially the same thing as [jq_rs::compile()](https://docs.rs/jq-rs/0.4.1/jq_rs/fn.compile.html) but without allocating a string per input. I think essentially how...
Ah, maybe I misunderstood. I thought @MarcAntoine-Arnaud was asking about something akin to the `--stream` flag instead of `--slurp`. Slurp sounds as though it would have the opposite impact on...
Relatedly, there was a question about selecting JQ versions here https://github.com/onelson/jq-src/issues/4