Ben Grabham
Ben Grabham
Ok, worth reopening this issue then @squat as the PR wasn't for this? It would be nice if there was also a flag to disable it so an annotation isn't...
@ioolkos Is this complete? It looks like you still only publish an amd64 image, not an arm64 image https://hub.docker.com/r/vernemq/vernemq/tags
@ioolkos It does not: ``` $ kubectl logs vernemq-0 Permissions ok: Our pod vernemq-0 belongs to StatefulSet vernemq with 1 replicas /vernemq/bin/vernemq: line 385: /vernemq/bin/../erts-13.2.2.1/bin/escript: cannot execute binary file: Exec...
Hey @codeadict, did you manage to take a look into this? (Not needed for me anymore though as I'm running it on an amd64 host now)
I guess my ask here was for the operator to support generic config maps just by them having a label on them. I don't particularly want to go through each...
@sago35 Something else which I don't think exists yet, is attribute descriptors which i think are required to setup a BLE HID Keyboard, right?
I've started using unit_threaded after looking at them all. It requires a slight dub.json hack to make it work but I preferred its syntax over the others. Let me know...
Yes, I tried using that. I didn't like that I had to invoke `dtest` instead of overriding `dub test`. So, I actually use `dtest` inside my `dub.json`. It is a...
Note: I didn't put `dub fetch dtest` in there for multiple reasons: - It's slow - If you have no internet connection it breaks - Why try and get it...
Hey, I gave this a go and found two issues: 1. You've removed some functionality like `WithMaxTimeDelay` but the options silently apply. I'm assuming this is what you meant when...