Results 165 comments of Daniel

Just chiming in here regarding the OOM issue: I believe it's FUD today and you're safe to update and use the workarounds detailed in this thread. The OOM issue with...

> I still want to do this, but it will be technically incorrect. People can re-assign Map! Also, some environments will not have Map. Great to hear! I think that...

> VS Code and JetBrains' IDEs both produce a lightbulb, near the gutter, when an action is available I hate that and got annoyed by the lightning bolt too. I...

I'm also having issues with yarn berry (4.0.2) and `spawn`, this is on node `v21.5.0` on `Ubuntu 22.04.3 LTS` on a gcloud `t2a-standard-1` instance. Doing ``` const spawnedProcess = spawn(command,...

Appreciate this, since even just taking the sortable list example and rendering 1000 items makes this library unbearably slow. I built out on this and added a bunch more memoisation...

Sometimes it also gives me this random result, maybe because I have the mppsolar service running at the same time? But even with it stopped I can't set the charging...

> set battery charge voltages might be blocked by eg battery type setting (i know this was true for earlier pi30 inverters) I have tried doing `sudo mpp-solar -P pi17infini...

Yeah, it doesn't work with a different voltage either Expand log ``` ubuntu@ubuntu:~$ systemctl --user stop mpp-solar ubuntu@ubuntu:~$ systemctl --user status mpp-solar ○ mpp-solar.service - MPP Solar Service Loaded: loaded...

Ahh, I see @PaulEPop, thanks for the information. I wonder how the WatchPower/SolarPower PC application does it then, because that one can set the voltages via USB… ttyUSB0 is serial,...

I see. Sad that you can't use solid :( What are you using instead? Going without type declarations right now but if I write some later I'll add them here.