Mattias Wadman

Results 839 comments of Mattias Wadman

btw maybe https://github.com/ergochat/readline could be of interest

Hi, the code itself looks ok but don't think i've heard anyone ask for such addition before. Maybe other maintainers have? we're usually quite conservative with adding new functions.

> Not so long ago, there was a major performance issue that justified such conservatism. It's my understanding that the performance overhead problem has been largely resolved. Does anyone know...

Seem to be that slurp is per file atm: ```sh $ jaq -- -sc .

If you ok with using fq i've used a tar hack a few times to output multiple files. Something like this: Copy tar code from https://github.com/wader/fq/wiki/snippets into tar.jq then ```sh...

Agree that it would be nice with more I/O features. In my view the biggest issue is how to make it all fit nicely together, e.g https://github.com/jqlang/jq/pull/1843 includes file handles...

Hi, yeah not great error message. I think this might be related to https://github.com/jqlang/jq/issues/501? the parser currently return this error on lots of syntax issues.

Hello, there is https://github.com/jqlang/jq/pull/3063 that hopefully can get merged at some point

Did a draft PR #3146 I wonder what @nicowilliams referred to about as this being fixed in master? maybe reporting of current `name:line` of input on uncaught error? that is...