ben-auo
ben-auo
Ref: https://github.com/emitter-io/emitter/issues/234 & https://github.com/emitter-io/javascript/issues/7 So where is the "latest" version? These are all different - http://cdn.emitter.io/js/emitter.js - https://raw.githubusercontent.com/emitter-io/javascript/refs/heads/master/sample/emitter.js - https://github.com/emitter-io/javascript/releases/tag/v0.1.3
+1 Persistence like https://nanomq.io/docs/en/latest/rule/config-file.html#data-persistence-with-sqlite with the option to republish a topic would be awesome
> worth checking out before defaulting to SQLite Oh yes, definitely. That was just a quick example that came to mind. Some other ideas: - https://github.com/rqlite/rqlite - https://github.com/Expensify/Bedrock - https://github.com/apple/foundationdb/...
Also got an error using Void Linux as root: ``` # xbps-install -Sy git podman yq # git clone https://github.com/midzelis/zquickinit.git # cd zquickinit # ./zquickinit.sh builder ... 118 downloaded, 118...
https://doc.embedfire.com/linux/rk3588/quick_start/zh/latest/quick_start/lubancat/lubancat5.html https://www.amazon.com/TP-Motherboard-Source-Linux-Development-0GB/dp/B0D8L17D8H
> added this to the [v2.0.0](https://github.com/slackhq/nebula/milestone/16) milestone
Never mind, after running `sudo podman system reset` the bake worked
Hmm.. the error returned when I then tried to run `./run-bakery bake bundle customized-efi-amd64` Thoughts?
New error with that version: ``` $ ./run-bakery bake image customized-efi-amd64 Trying to pull ghcr.io/silitics/rugix-bakery:v0.8... Pulling image //ghcr.io/silitics/rugix-bakery:v0.8 inside systemd: setting pull timeout to 5m0s Getting image source signatures Copying...
Here you go: ``` $ mkdir /tmp/test && cd /tmp/test $ podman system reset -f $ curl -sfSO https://raw.githubusercontent.com/silitics/rugix/main/bakery/run-bakery && chmod +x ./run-bakery $ ./run-bakery shell Trying to pull ghcr.io/silitics/rugix-bakery:v0.8......