-
Test escaping and direct qutoes to be on the safe side
-
**Error details**
The documentation says that the escape character `\` behaves in the same way that it generally does for Python. To my understanding, in Python the escape character only applies to 1…
-
Some allocations in Roc functions never escape to the host. For example, let's say I run this code in an `update` (which would use reference counting by default, not bump allocation):
```elm
decod…
-
-
### NextUI Version
2.4.8
### Describe the bug
When the Escape key is pressed while the select dropdown is open, all selected options are deselected. This behavior is unexpected, as the Escape key s…
-
### Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [X] I'm not able to find an [open issue]…
-
Hello @motdotla and thank you for creating dotenv nodejs library 👍
## Feature Request
Could dotenv nodejs library support escape sequences (e.g `\" \t`) ?
At the minimum can it be aligned w…
-
### Description of the Issue
When SQL language is selected and a `LIKE` clause contains the combination `ESCAPE '\'`, then the closing `'` is treated as escaped but it should not.
Treating the las…
-
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…
-
### Question
How would I run:
C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.40.33807/bin/Hostarm64/arm64/cl.exe test.c in nushell, aside from cding to the directory.
### …