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
Maybe I missed something but is there any way to tell how much fuel was used by wasmtime instance? Or even to set how much fuel it can use at...
Fixes https://github.com/wulfgarpro/history-sync/issues/28
There seems to be an issue with multiline commands where the next line is empty? At least it looks like it Before running zhps && zhpl ``` : XXXX.... :...
I might be missing something, but to me, it looks like this field has never been used. https://github.com/Kong/ngx_wasm_module/blob/3bed27836bb402143c6cbde17994b1d11a1084bc/src/common/proxy_wasm/ngx_proxy_wasm_properties.c#L36
https://github.com/Kong/ngx_wasm_module/commit/ab3d1fd151436ad878bc389873d98891a444dcac#r158286866