David Bialik
David Bialik
I have no solution, but a workaround that I am using (for commands that I don't want to go into the history e.g. containing passwords) 1. Type command and use...
Did anyone ping him as described in the official @zsh-users description string? > Zsh community projects (not directly affiliated with the zsh project). If you have a project you want...
Would it be an easier to make sure that the empty line is removed on the first run? This might result in less pretty output, but would ensure idempotency. Just...
This seems to be much trickier than I thought (And not that common; the number of comments and reactions is not that high). Just wanted to let you know that...
On my M2 based MacBook I got the example (default) docker compose setup working by changing the `docker-compose/docker-compose.yml` file in the following ways: - Changing the elasticsearch image to `docker.elastic.co/elasticsearch/elasticsearch:7.17.21-arm64`...
:+1: announcement: http://hisham.hm/htop/ github repo: https://github.com/hishamhm/htop
I found a pretty easy workaround for this problem: You need to set your own colors for the guides (at least `indent-guide-stack` and `indent-guide-active`, because those can _hide_ your cursor)...
@gilbertohasnofb Glad that my workaround helped someone. I wanted to have a different color for the active indentation level, but I will try out the `60%` setting.