Chris Kyrouac
Chris Kyrouac
In case anyone else wants an easy way to toggle fading the inactive pane text, there's a PR here: https://github.com/odedlaz/tmux-onedark-theme/pull/26
A similar issue I encountered when running `install to-existing-root` from a standard Fedora Workstation install which uses a btrfs subvolume for `/home`, the `home` subvolume was taking up the majority...
hmm interesting, earlier in the week this was happening regardless of which base image I used. Just went to verify that and now this bug only happens with the `-dev`...
so this works now using any base image. I'm not sure what changed. I guess something in the base images or in quay.io?
Interesting idea! It makes a lot of sense to me in general. One concern I have is around the shared state in `/var` and `/etc`. This might not be a...
I was about to make a PR with something similar. This works for me to select any run configuration from any filetype: ``` local function flatten_dap_configurations() local configurations = require('dap').configurations...
@cgwalters fyi
> Would it also make sense to support the container plugin? IIUIC, the image produced by podman can be run both with podman run, or, converted to qcow2, as a...
@happz This is ready for a review. I added some docs, tests, and code to cleanup the container images.
@happz thanks for the review! I believe I addressed all your suggestions.