-
**Is your feature request related to a problem? Please describe.**
Full disclosure, I'm not a python power user, so I may well be missing something obvious with python itself.
I'm building a video…
-
I want to start thinking about creating the next version of Pyfancy. Just some things I want to do. Instead of just styling the terminal I now want Pyfancy to work for all things terminal such as prog…
-
I was forcing colorize mode so that I would still see the color when I piped the output to grep:
```shell
$ gron -c "https://api.github.com/repos/tomnomnom/gron/commits?per_page=1" | grep name
js…
-
It seems you just updated the app? I've been using it on my OG Pebble watch, and it's broken. Both the watch app and the settings screen on my phone app simply crashes when I load them
-
I am trying to determine why the colours in the ASCII-art word 'update' are faded; see the left pane in the image below. Perhaps it is because in Tilix I changed the green background colour. I did tha…
-
Color codes work fine but the formatting codes don't work.
-> http://minecraft.gamepedia.com/Formatting_codes
Masy updated
10 years ago
-
## Description of the enhancement
PR #1470 contains the first implementation of vocabulary search results page. This needst to be built upon, before we have a demo-ready feature for the search in …
-
Not sure how easy this would be in this context, but when I looked at the VS-extension sample "DecoratorSample" a while ago I was able to use options to decorate a text found via a RegEx:
Background…
-
The DWG writer methods for MultiLeader, MultiLeaderStyle etc. are not yet implemented.
The DXF write methods should be added.
We will implement it and open a PR.
-
```
What steps will reproduce the problem?
1. Set header field to left table.align["xyz"] = "l"
2. Wrap header field with ansi colors table.header(['\033[34mxyz\033[0m'])
3. Print table
What is the …