Piotr Kowalski
Piotr Kowalski
Same here, even on empty `.task/`
I found a root cause of this bug - it is due to wrong docker volume or empty `~/.task` and/or `~/.taskrc` - Especially when using taskwarrior-web in a docker. This...
I also have this issue, but only with settings as below:    When I change the size to smaller than 9 or bigger, then it's OK:  
I have the same issue. I made a `docker-compose.yml` and run the app ``` ❯ cat docker-compose.yml version: '3' services: app: build: context: . dockerfile: Dockerfile ports: - 5679:80 deploy:...
I fixed the problem simply by commenting out the theme from my `.taskrc` and restring the docker ``` ❯ cat .taskrc | grep theme # Color theme (uncomment one to...
@kdheepak I checked in the repo, in the README.md etc but I can't find anywhere how to open `Projects` or `Calendar` Tab. ``` ❯ taskwarrior-tui --version taskwarrior-tui 0.23.7 ```
+1
Workaround - install extension `@andrea-falco/lens-multi-pod-logs` and install `stern` from GitHub. It allows to tail all pods for the same `DeploymentSet` and has nice coloring and wraps the log lines. I...
Please help on this feature, highly requested
Also interested in this feature