Amey
Amey
Definitely a bug, I'm not doing anything with changing the UID, but `consul-template` needs to be told where to find the token. This YAML doesn't work: ``` apiVersion: v1 kind:...
I've opened pull request https://github.com/raganwald/javascript-allonge/pull/96 that adds these annotations (and {:lang="ruby"} for the handful of ruby blocks)
For me it made the controller not boot up. None of the keys were responding, and even the ON led on the teensy was off.
Tried with those changes, same behavior. Are there any debug prints I can provide that might help you see what the MCU is doing?
Tried running both examples, both passed and I saw success prints in the serial monitor after the _get sample. Also it seems to have changed something in my teensy: now...
The problem with vault-0 not showing up was related to a misconfiguration on my part of the PVC, but the YAML being invalid is still an issue.
#2848 has been resolved, but this bug still exists.
Apparently `nix` works around this issue with [this block](https://github.com/NixOS/nixpkgs/blob/0699530f08290f34c532beedd66046825d9756fa/nixos/modules/programs/zsh/zsh.nix#L286-L300) https://github.com/NixOS/nix/issues/5445#issuecomment-954273357
As far as I can tell, this isn't actually fixed. I'm still seeing the same error with a fresh install of `home-manager`. @typetetris Is it fixed for you?
I'm installing `home-manager` on a non-nixOS system with: ``` nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager nix-channel --update export NIX_PATH=$HOME/.nix-defexpr/channels:/nix/var/nix/profiles/per-user/root/channels${NIX_PATH:+:$NIX_PATH} nix-shell '' -A install ``` When I run `home-manager switch`, I get ```...