Victor Hugo Gomes
Victor Hugo Gomes
closes #113 needs more testing and some code refactoring
got this erro when I try to install in manjaro 32-bit with `yaourt -S upterm` ``` npm ERR! path /tmp/yaourt-tmp-labatata101/aur-upterm/src/upterm-0.4.3/node_modules/npm/node_modules/fs-write-stream-atomic npm ERR! code ENOENT npm ERR! errno -2 npm ERR!...
Currently, there is no support for folding python's multiline string, e.g.: ```python multiline = """Lorem Ipsum dolor sit amet """ ``` Also if you put a multiline string inside a...
Ruff version: v0.1.6 Ruff reports a syntax error for the following code ```python with 0 as *x: pass ``` While the python `ast` module parses with no error. ```shell $...
You can see it inside the red square. A little gap between the icon and the name would be nice! 
**Describe the bug** I have a test that prints a colored output, but when executing this test outside of the folder containing the test, the colored output is not shown....