Jakob Beckmann
Jakob Beckmann
Looks very good! There are a few small things I found out while testing this: 1. `rec` in the function call of `mkTmuxPlugin` is superfluous. 2. In `${with pkgs; lib.makeBinPath...
I have invested a little more into it, but still didn't manage to get the binary to be exposed under `/run/current-system/sw/bin` ... Maybe a good idea would be to just...
No worries. I tried various things, but I did not manage to get the binary exposed in the PATH. I have too little understanding of how derivations work as it...
Tests are flaky I guess. The `workload_identity_component_interface` test should not be affected by this PR in any way.
> @f4z3r awesome work on this! I think you did an awesome job, planning on giving it a more thorough review this week. > > I think the only thing...
As noted here: https://github.com/wasmCloud/wasmCloud/pull/4425#issuecomment-2859972595, I managed to squeeze a week from work from the 16th to the 20th of June during which I will essentially try to contribute as much...
I would be interested in implementing this. Looking at the implementation of the operator I am a bit confused as to why the `Application` side of things was not implemented...
I am also having this issue. It seems that this is related to the subprocess that is initialized (with `nvim --headless --embed`) is stuck in blocking mode (waiting for input)....
> f you run `nvim --embed --headless`, do you see anything printed? Nope I do not. Should I? I also tried running with `nvim --embed --headless -u NONE` to ensure...
Hi @thomastaylor312 I am afraid that is not how daemonsets work. Kubernetes Daemonsets will always schedule a pod on _all_ eligible nodes based on selectors. Thus what you enter as...