Jonathan Rietveld
Jonathan Rietveld
If it helps at all, I have no issues running containers through Podman.
An uninstall and reinstall fixed the issue. I don't know why I didn't try that, but consider this problem solved.
This problem doesn't just apply to `hx-swap-oob`, it applies to any selector HTMX uses. The following snippet yields an error similar to the one in this issue: ```html Click me...
@sde-cdsp I believe that's actually a different issue. The original post wants to use an extended CSS selector, but the whitespace broke parsing of it. I believe that was fixed...
Also ran into this issue, changing `cniVersion` in the config file didn't fix it. As a workaround, enabling the podman socket and using docker-compose does work. Edit: when using docker-compose,...
> Using Nobara OS (Fedora based), I had the error: `could not find system library 'alsa' required by the 'alsa-sys' crate`. This got fixed by: `sudo dnf install alsa-lib-devel` Chiming...
I also wanted to customise the logrotate functionality (I prefer rotating by filesize rather than by schedule) and found this issue. Agree with @chaptergy that mounting a custom logrotate file...
Considering that PR got merged, I think this issue can be closed!
Related: when I press ctrl+delete with my app open, it panics due to a `tea.unknownCSISequenceMsg`. Exact same situation, although I will admit I have no need to press ctrl+delete. This...