Ayman Bagabas
Ayman Bagabas
> If you don’t mind, let’s pull `WithPanicHandler` from the PR (unless it’s needed right now for Soft Serve). Otherwise, would prefer to consider it a bit more before we...
Hi @piggynl Why does it fail to build for `riscv64`? Do you know any well-maintained alternatives? EDIT: I think this is a good alternative [subtle](https://pkg.go.dev/github.com/google/tink/go/daead/subtle)
FWIW, [keygen](https://github.com/charmbracelet/keygen) now supports password-protected keys.
> Hey @aymanbagabas can I close this issue? No, not yet. The mentioned pr only updates the dependency which now supports encrypted keys but charm still does not support encrypted...
If you install `charm` from our pre-packaged deb/rpm/brew, you should get [bash|zsh|fish] autocompletion out-of-the-box. Otherwise, you could do `charm completion zsh > /usr/local/share/zsh/site-functions/_charm && chmod +x /usr/local/share/zsh/site-functions/_charm`
Make sure you're using the right SSH key when you push to your server. Try debugging using `export GIT_SSH_COMMAND='ssh -vv'`. You could also specify the `IdentityKey` to use in your...
Hi @nikolaishields! You could mirror upstream by pushing code to soft-serve using Github Action. We're using [soft-serve-action](https://github.com/charmbracelet/soft-serve-action) to mirror repositories. See [soft-serve.yml](https://github.com/charmbracelet/meta/blob/main/.github/workflows/soft-serve.yml) for an example.
Does the led light up when you do ```sh echo 1 | sudo tee /sys/devices/platform/huawei-wmi/leds/platform::micmute/brightness ```
@EnginAcikgoz this means there is nothing wrong with `huawei-wmi`. What desktop environment are you using? When I use GNOME or KDE, this simply works fine because these DEs know how...
@m1khal3v could you upload the output of `alsa-info.sh`? Also what happens if you mute the mic from GNOME sound settings?