ryenus

Results 75 comments of ryenus

will this be fixed? I'm still seeing the same error as in previous comment.

It would be nice to have a command line option like `-B`, with `--batch-mode` being the long option, to allow the user to disable the runIndicator dots when set. And...

@apparentlymart & @crw, thanks a lot for looking into this. I don't have much insight into the HCL internals yet, but regarding the visibility and/or scope of `each`, I thought...

Is it possible to treat the proposed one as a syntactic sugar, then leverage something like a preprocessor to implicitly convert it to the one with an explicit `for` expression?...

An easy fix would be just quote the referenced args: ```fish set -l requestComp "%[9]s=0 '$args[1]' %[3]s '$args[2..-1]' '$lastArg'" ``` But I'm not sure what would happen if `$args[2..-1]` includes...

How about using `cp -R -n `, more specifically the option `-n` to skip existing files. Similar to `-u|--update` on Linux. > -n Do not overwrite an existing file. (The...

How about using temporary directories and/or files named with some random part?

Thank you @jandubois ! Verifying with subtraction indeed make it more obvious: | Command/Expression | Result |:-------------------:|:-----: | `jq -n '3 - 2 - 1'` | `0` | `yq -n...

> Just in case it wasn't obvious, you can avoid these issues by always adding parenthesis explicitly: Agreed, for array concatenation, another workaround is to wrap the 2nd operand also...

BTW, even if it's just in the current tab, I believe Warp needs a better indicator when user input is sent to multiple panes. At least disable dimming because all...