Stavros Ntentos

Results 257 issues of Stavros Ntentos

Especially with a portable local history, it is very hard to keep track of what is where. An option to display _only_ the filename (with time stamp etc) could be...

enhancement

Inspired by `"history_on_close": false`, you could create a bar whenever the file is opened (or even a user-wanted one), to keep a visual track of what is where (could be...

enhancement

## Expected Behaviour I can debug `swallow_startup_errors` wall of error ## Actual Behaviour ```python >>> import socket; socket.socket(socket.AF_INET, socket.SOCK_STREAM).connect(/home/luser/.local/share/anaconda/run/anaconda-5/anaconda.sock) File "", line 1 import socket; socket.socket(socket.AF_INET, socket.SOCK_STREAM).connect(/home/luser/.local/share/anaconda/run/anaconda-5/anaconda.sock) ^ SyntaxError: invalid...

Would you kindly publish checksums on released artifacts? MD5, SHA1, SHA256 should cover enough ground, and make distribution a tad bit more secure.

Recommendation is just to minimize I/O / waiting time. _Unless, 1 file operation feeds separate threads for all hashes_ _Then, maybe it minimizes CPU performance?_ _Obviously I have no idea...

Is there a reason not to compare against the full command line? It could allow for more fine-grained control. So change * `pgrep -fn` vs `pgrep -n`, and * `pidstat...

It would be nice if the image contained also small utils like `less` for easier interaction with the image. I understand it's not the full image, but I cannot imagine`less`...

tool-request

Self-explainatory, instead of saving to "\user\current\AppData\Roaming\Championify", save to "./"

enhancement

**Describe the bug** A clear and concise description of what the bug is. I think the `fastforward: false` merge option is not honored. **To Reproduce** Ideally, reproduce the issue [with...

:bug: Bug

I know it's not the projects' responsibility to give half-baked solutions to do X or Y ... however, it is a bit complicated to figure out by one's self what...