Dennis Frenken
Dennis Frenken
I noticed that the order seems to matter. Building `aarch64` first consistently works for me while building `x86_64` first consistently fails. This is when compiling after `cargo clean`...results get random...
AFAIK, environment variables are always text. I'd expect the following output to be equivalent ``` NAME=John Doe AGE="99" ``` Where are you passing the output to and do you actually...
Sounds the like planned [record types](https://docs.ruuda.nl/rcl/types/#record-types) feature will help with that. Once you have that type you could do ``` let out: TYPE_HERE = { ... }; out ```
The error says ``` 10000.mt.us.iot.dreame.tech. A: dial tcp 1.1.1.1:853: i/o timeout ``` I suspect that your issue is DNS related. 1.1.1.1 is cloudflare, 853 is DoT (dns over tls) and...