Psionic K
Psionic K
Build an operator into a container. Probably Roperator. Static build nice to have but fine to start without. Containerd since Docker runtime on the way out. I'm making the README's...
# Psuedo Code This section describes what happens and then maps the concept to actual code entry point ### Generating the Cargo.nix **main.rs** - Use cargo lib to get toml...
Probably 95% of crate dependency failures on Linux are due to missing native deps that are trivially identifiable via the Cargo toml `links` field. Build.rs crates frequently attempt to build...
Seems like there's some gaps in pre-commands or the stack model. There's two problems I can't quite get to work perfectly. I've tried numerous combinations, `transient--do-stay` or invoking `(transient-setup ...)`...
I've found so far several examples of predicates not being reflected when they have changed. The entire prefix must be called to show the change. Workarounds with `(transient-setup 'prefix)` would...
Currently the `transient-arguments` ignores lisp variables and other variable types. Getting the values out of a prefix is honestly pretty painful if the expectation was to call `(transient-variables 'prefix-symbol)` and...
This is pretty nit-picky, but when setting levels, while the UI works per-key, the level is updated and persisted for the command. The result is that my current demo doesn't...
In situations where intuitive behavior exists, these commands don't do anything: `vterm-toggle-backward` Several vterms are open. Expected this to toggle between them with some negative sort. If no vterm open,...
Hitting CI before I punch the unstable branch. History snapshot of where current work picks up from open PR's
Binaries that want to load some resources may need these to be copied into the `bin` and or `out` outputs. At present there is no way to cue the `mkcrate-utils.sh`...