Charlotte Van Petegem
Charlotte Van Petegem
I can reliably reproduce this issue by starting playback with the media controls of my smartwatch. (Android 12, Oneplus 6T) Smartwatch is a Garmin Vivoactive 4.
You need to send a message in the control room containing `oauth true`. That's what made that work for me, at least.
> Where would you type such thing? > Thanks for your help (the login on the slack integration bot fails for me) The message I posted is for self-hosted bridges.
For anyone stumbling onto this in the future, you can avoid having to set NIX_PATH by using the following (as roberth hinted): ``` #!/usr/bin/env -S nix shell --impure --expr "(import...
Any reason this isn't merged?
There is also my issue where some variables (e.g. EDITOR) are overridden by `/etc/zprofile`.
https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/shells/zsh/default.nix#L59 (which eventually sources `set-environment`, which contains lines like `export EDITOR=nano`.
That is my actual `/etc/zprofile` (or rather, I don't have an `/etc/zprofile` at the root). I don't have `programs.zsh.enable` at the nixos level (because there should be no need to...
Yeah, I'm pretty sure I agree that this is something that should be fixed in nixpkgs. I did enable `programs.zsh.enable` as a workaround. (Something I did not realize is that...
I'm not sure how VSCode tasks work, but if honcho is launched from VSCode, I would expect it to be killed when VSCode is closed? Killing the honcho process also...