itchyny

Results 231 comments of itchyny

Instead of hard coding, it would be great if command line arguments and formatting strings have individual id attributes. We can extract by pattern `.*:` from entry bodies.

No, this is positive NaN with payload so nan123 is parsed as one value. This is confusing behavior though.

I just wanted to mention the numbers are consumed as a part of NaN token, knowing it's not actually handled in the execution. https://jqplay.org/s/7vOnfN4jJIM

We run check on CI so it works for us. Looks like an issue of NO_COLOR support, but I have no clue. Please describe more information about how you build...

@polluks Can you try the following commands on the terminal? ``` /home/stefan/g/jq/jq --version NO_COLOR=1 /home/stefan/g/jq/jq -n . | od -tc NO_COLOR=1 script -qec /home/stefan/g/jq/jq -n . /dev/null | od -tc...

`$SHELL --version` `export X=1; f() { printenv X; }; X=2 f`

Can you try with `/bin/sh -c`? `/bin/sh -xc 'NO_COLOR=1 script -qec "/home/stefan/g/jq/jq -n ." /dev/null | od -tc'`

@polluks Did you find any other clue? You're the only one that can debug step by step so appreciated if you can find the cause yourself. Otherwise I'm thinking of...