-
Would be cool to render ANSI color codes in text (and maybe even rich) output.
-
Steps to reproduce:
```sh
deno install --log-level trace npm:zustand
```
Ansi color displays correctly in terminal.
But with this:
```
deno install --log-level trace npm:zustand &> log
```…
-
- [x] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions.
- [x…
-
I don't believe tracy can display ansi characters so it's just added characters that obfuscate span names.
I saw that ansi support for tracing_subscriber is a feature flag so it might only be possibl…
-
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.94.2
- OS Version: Windows 11 24H2
Steps to Reproduce:
The ANSI Escape sequence didn't work as expected on…
-
### Cargo.toml
```toml
[package]
name = "anstream-test"
version = "0.1.0"
edition = "2021"
[dependencies]
anstream = "0.6.18"
```
### src/main.rs
```rust
use anstream::{print, println};…
-
## Describe the bug
The 16 ANSI colors currently do not map correctly to base16.
### ANSI Colors
![image](https://github.com/user-attachments/assets/fd02b0b5-b7de-46e1-a8aa-00c605426cda)
#…
-
### Bug description
Colors or R warnings (see 1 in the figure) in Quarto are marked with symbols (see 2, 3). These symbols must not be present.
### Steps to reproduce
````qmd
```{r}
with(ai…
-
### Describe the bug
I don't have a clear reproduction for this bug, but I am posting it here in case anyone has experienced similar problems.
I have a sparkline in my right prompt that displays…
-
```
th encode64([ansi(,This is a colored encoding.)]) => AmMjMTIzNDU2A1RoaXMgaXMgYSBjb2xvcmVkIGVuY29kaW5nLgJjLwM=
th decode64(AmMjMTIzNDU2A1RoaXMgaXMgYSBjb2xvcmVkIGVuY29kaW5nLgJjLwM=) => #-1 CONVERS…