Mattias Wadman

Results 823 comments of Mattias Wadman

Now the draft PR has has a `multi_document` options for both decode and encode to force multi document mode. If you have go installed you should be albe to try...

Is this related to https://github.com/jqlang/jq/pull/3326?

Interesting, and i'm also quite confused 😬, but what version of jq did you test? i get this but maybe you meant the wiki and latest jq is not in...

> Next, and now we are getting to your issue, [@wader](https://github.com/wader), I tried `jqjq`, and I found that it yields the same result as `jq` for `1, 2 as $x...

Aha my bad i was too quick, assumed `|` and `... as ... |` had same precedence but only now noticed in the wiki that `as`-binop has higher precedence. But...

"bla" as in bla bla bla? 😬🤔

Hi, there is an a bit more active fork of readline at https://github.com/ergochat/readline that includes this fix a lot more https://github.com/ergochat/readline/pull/11 maybe interesting

For reference, [jaq](https://github.com/01mf02/jaq) implements it like this: ```sh $ jaq -n 'def @upcase: ascii_upcase; "world" | @upcase "hello \(.)"' "hello WORLD" ```

@myaaaaaaaaa now jqjq does it the same way at jaq 🥳 but as you say even more general would be nice but then would we extend the the standard library...

Hey! hmm this is a bit suspicious in the CI error log: ``` go: downloading github.com/gopacket/gopacket v1.2.0 # runtime/cgo cgo: C compiler "gcc" not found: exec: "gcc": executable file not...