-
Given
```
s
-
I’ve been looking for the right logging library, and I think this is it!
I have just one complaint: **I would like more built-in control over colorization.**
I just started using winston this …
-
❓**Is your feature request related to a problem? Please describe.**
The logs are super boring to look at and sometimes hard to differentiate between each line.
📝**Describe the solution you'd like*…
-
**Describe the bug**
I am using **chroma** with the Colorize plugin and I want to use the aliases that the Colorize plugin provides: `ccat` (for `colorize_cat`) and `cless` (for `colorize_less`) to…
-
Hello!
I'm looking for a keywords highlighting feature.
Such as INFO, ERROR, successful.
And that it should work on all terminal output. That is, not through bashrc.
mobaxterm has this functi…
-
I'm using Andromeda Colorize but it's not italic, so how do I gain an italic version of it?
-
From an internal discussion with @bricelam: ANSI escape sequences FTW: `.LogTo(m => Console.WriteLine("\x1b[1;30m" + m + "\x1b[22;39m"))`
A cheatsheet: https://github.com/dotnet/efcore/blob/main/sr…
-
Current Behavior - After selecting an image, inputting a target color and replacement color, and then pressing colorize, the target color on the entire image is swapped.
Feature Request
A rectang…
-
Hi there, loved your work! I wanted to ask about your code (especially the CityScaped fine-tuned version) and how to reproduce the qualitative results in the paper (fig.6). I downloaded the checkpoint…
-
```python
class Color(Enum):
scarlet = "scarlet"
pink = "pink"
orange = "orange"
blue = "blue"
purple = "purple"
from colorama import init, Fore, Style
init()
def …