variadico

Results 27 comments of variadico

If installing via the AUR, then try the `-git` version of this package. https://aur.archlinux.org/packages/remarkable-git Worked for me. I guess the non-git version is just outdated.

Freezes for me as well on Arch. ``` $ gnome-shell --version GNOME Shell 40.2 $ gnome-pomodoro --version Pomodoro 0.19.1 $ echo $XDG_SESSION_TYPE wayland $ uname -r 5.12.14-arch1-1 ``` Installed via...

Would be nice to have this. It would clean up my code a little. Also, kinda expected this already because `x509.Certificate` has a `Raw` field. Though, I get they're different...

These images have been updated to work on ARM. We tested on ARM 64 Ubuntu. * [natsio/jetstream-controller:0.3.1](https://hub.docker.com/r/natsio/jetstream-controller/tags?page=1&ordering=last_updated) * [natsio/nats-boot-config:0.5.4](https://hub.docker.com/r/natsio/nats-boot-config/tags?page=1&ordering=last_updated) * [natsio/nats-server-config-reloader:0.6.2](https://hub.docker.com/r/natsio/nats-server-config-reloader/tags?page=1&ordering=last_updated) * [natsio/nats-box:0.6.0](https://hub.docker.com/r/natsio/nats-box/tags?page=1&ordering=last_updated) * [natsio/prometheus-nats-exporter:0.8.0](https://hub.docker.com/r/natsio/prometheus-nats-exporter/tags?page=1&ordering=last_updated)

With `readOnlyRootFilesystem` set, it seems even writing files in the OS's default temp dir wouldn't be allowed, at least in my testing with Alpine. The reason we used `.` for...

Is this still an issue? I wasn't able to reproduce. This is the config file I used for nats-kafka. ``` nats: { Servers: ["localhost:4222"], } stan: { ClusterID: "foo-cluster", ClientID:...