-
Basically, `cat` is an unsafe way to display text. `cat -v` is safer.
According to README, I believe bat doesn't implement this security feature. Unlike cat, bat is only used for human-readable out…
-
Invalid escape sequences were [Deprecated in 3.6](https://docs.python.org/dev/whatsnew/3.6.html#deprecated-python-behavior) now Python 3.12 seems to get a bit angry about it, giving warnings:
```
/o…
-
## Description of the issue
Docker Compose v2 (`compose-go`) is stripping out escape characters when inside of a quoted string in a command (might happen in other circumstances).
If it's not in a …
milas updated
1 month ago
-
### Discussed in https://github.com/orgs/allure-framework/discussions/2485
Originally posted by **kuerbisbeule33** April 8, 2024
If I generate the Allure report, I notice that the raw ANSI es…
-
This seems related to #55 and #104 but those are both closed as completed and this issue is still present on v1.0.1.
## Example
```shell
flynt -tj -s "'\u2122'.join(('a', 'b'))"
```
Results in:…
-
[How to file a helpful issue](https://www.qubes-os.org/doc/issue-tracking/)
### The problem you're addressing (if any)
The current existing code of [libqrexec-utils/do_replace_chars](https://githu…
-
After removing any *.pyc file from the repository so that Python is forced to parse everything again, Python 3.12.4 displays some warnings about suspicious use of escape sequences in some of the regul…
-
I've been looking around for something to optimize ansi escape sequences and I thought of your ansi crates and tabled.
I can't remember if we've talked about this before but It would be nice to ha…
-
When executing certain commands, at least `jira init`, `jira issue create` and `jira epic create`, raw escape sequences are visible.
E.g.
```
$ jira init
? Installation type: [Use arrows to mo…
-
For example, I have a text input on my screen, but I want to do something when the user presses `^D`. I don't want that `d` to go into the text input.
I don't control the text input so I can't wrap…