rbm
rbm
I'm having the problem exactly as originally described. Version `0.9.1`.
The cert is dead again.
I am also investigating [smart-splits.nvim](https://github.com/mrjones2014/smart-splits.nvim).
Thanks. I think ultimately I would be happy to migrate to `smart-splits.nvim` as it also supports ssh, but I like a lot about `tmux-tilit` that I would like to upgrade...
Thank you. If I may clarify, the ideal would be to enable users to employ any of the navigation plugins and also define the navigation keys, I think. The `ctrl`...
I was having this issue, and unsatisfied with a `chmod 777` solution, so I've devised this answer instead. First, an example podman quadlet description `~/.config/containers/systemd/weechat.container` ```ini [Unit] Description=Terminal IRC client...
This is still incorrectly closed as solved, despite 2 better solutions offered. I have tried to investigate why the permissions error arises in the first place but have been unable...
Mounting the directory isn't the solution there, really. They're entering the container with the `-u`/`--user` option, bypassing the permissions error entirely. This is not necessary in any other container I...
I was unable to reproduce the issue with this new quadlet configuration. https://git.mcgee.red/redbeardymcgee/podbox/src/branch/main/quadlets/weechat Notes from the commit: > This may not be correct still. However, `podman attach weechat` works >...
I am speculating that the permissions error goes away when the persistent data volume is managed by docker or podman, rather than created manually by the user. In my quadlet...