itchyny
itchyny
I would argue that `unicode_` prefix would help users understand the difference against `ascii_*`. There are use cases that we really want to avoid unicode case conversions. Non-prefixed filters will...
I would like to hear Turkish people to their opinion about `upcase | downcase` isn't an identity operation for their lower case alphabets. ```sh $ ./jq -n '"cgiosu", "çğıöşü" |...
Okay, rebase this PR, please. Also tests are needed.
@wader That wouldn't work with the intention of this issue; `--exit-status`.
I agree with adding `-q, --quiet` options, since it covers JSON file validation use case without `--exit-status` option (on validating a JSON file; the content could be just `false`).
Maybe still different in arguments order? ```sh ❯ jq -nc '[1,2,3] | setpath(0,1,2 | [.]; 4,5)' [4,2,3] [1,4,3] [1,2,4] [5,2,3] [1,5,3] [1,2,5] ❯ xq -nc '[1,2,3] | setpath(0,1,2 | [.];...
> When any other type of value is passed to it, `map_values(x)` > behaves the same as `map(x)`. Not always. At least I can give a counterexample as follows. ```bash...
Unrelated topic but proposed syntax likely conflicts: #543, #859.
See https://github.com/jroimartin/gocui/pull/74.
@vito-c (CC @Freed-Wu) I'm facing this issue, too. Please do not expect autoload scripts in ftdetect scripts.