dev-null-undefined
dev-null-undefined
jq ".data.homKit" data.json ```json { "homeKitLimit": false, "sn": null } ``` jq ".data.powerflow" data.json ```json { "pv": "381.9(W)", "pvStatus": -1, "bettery": "209.09(W)", "betteryStatus": 1, "betteryStatusStr": null, "load": "141.81(W)", "loadStatus": -1,...
Getting permision denied on linux fixed by using chown on `/dev/bus/usb/003/014` To be the "file" was owned by root so I hade to `sudo chown $USER: /dev/bus/usb/003/014` Which then made...
https://github.com/api7/wasm-nginx-module/blob/0b4b31d6ecfdbc587e8ea455ed6e920a98aadff1/src/vm/wasmtime.c#L114 Correct me if I am wrong but couldn't we just reuse the same VM over and over as long as the VM configuration is the same. And pretty much...
https://github.com/snowfallorg/nix-software-center/blob/216eb549f1ec222c2877d2194f2987527954f2c4/default.nix#L49