-
`$` immediately followed by any characters will cause an error when used in a json array. The error is Uncaught TypeError: Cannot read property '2' of undefined in simpleParse js file.
$1, $2, $3 ar…
-
Much more useful. Do an `IFERR=` or whatever. Maybe allow SHIFT+ESCAPE to make it crap out (if there's room).
-
```
FileSet.find('[foob]')
Attempted to init base path `prod`, but it already exists
URI::InvalidURIError: bad URI(is not URI?): http://127.0.0.1:8080/fedora/rest/prod/[f/oo/b]/[foob]
from /usr/lo…
-
Hi,
when I used the command
"snakemake --configfile example_config.yaml --use-conda --cores 10 --conda-prefix /tmp"
I got the error.
"
/TOBIAS_snakemake/Snakefile:45: SyntaxWarning: invalid es…
-
`MiniMessage::escapeTags` does not replace single backslashes (`\`) with double blackslashes (`\\`), preventing it from being useful in escaping literal strings for deserialization. It is unclear whet…
-
### Issue description
The issue is described in detail in https://github.com/tmux/tmux/issues/4175, but it was locked so I could not reuse it. While building from master makes this better, it's sti…
-
Shouldn't this VSCode extension also provide the inverse functionality - to un-escape a string? For example:
```
"Some multi-line strings\nare worth\"un-escaping\"\ndon't you think?"
```
would be …
jad45 updated
11 hours ago
-
### Bug Report Checklist
- [X] I have tried restarting my IDE and the issue persists.
- [X] I have pulled the latest `main` branch of the repository.
- [X] I have [searched for related issues](https:…
-
We currently check if `r` is escaping in `f` by saying that it does *not* if a) `r` is not syntactically present and b) `f[r -> True] =B= f[r -> Fales`.
Both of these are incorrect. If you have eff…
-
**Description:**
The ANSI escape sequence `[38;5;246m[3m` is not being processed correctly, resulting in incorrect text formatting.
**Expected behavior:**
The sequence should change the text …