php4fan
php4fan
I've been able to watch more closely, and it turns out, when the issue happens, **there's an unexpected reset** very shortly after the normal reset. This might be a hardware...
> The unexpected reset is NOT happening during write/commit Turns out **I was wrong about that**! It may be happening during a write/commit. > How short is "very shortly" ?...
If I used SPIFFS instead of EEPROM, would that be safe against a reset/power-off in the middle of writing? By "safe" I mean you end up with either the new...
> Hi, did you find a solution yet ? Yes, I use `EEPROM_Rotate`. I think it's this one: https://github.com/xoseperez/eeprom_rotate My issue was that there sometimes is a sudden reset very...
I disabled format-on-type long ago. I hate when the code moves around as I type. I also hate when indentation gets adjusted after I've started typing instead of when I...
> This issue was inactive for a long time and will be automatically closed Again, this is stupid. It's either fixed or it isn't. If it isn't, no progress having...
I'm not entirely sure this is always the case, but I'm now under the impression that the hanging and watchdog messages only start when I attempt to destroy the gemwin...
This almost never shows up but sometimes it does:  and when it does it works. I guess that should always show up when Pd hangs, right? And that must...
> could you disable the pipewire module (just delete the gem_videoPIPEWIRE.so file). That ~~seems to work~~ (EDIT: [not](https://github.com/umlaeute/Gem/issues/471#issuecomment-2755902635)) with the help patch and another equally minimal patch I've built. With...
For a few days I've been testing version 92089a6 with the (diff-)patch I posted [here](https://github.com/umlaeute/Gem/issues/473#issuecomment-2746366206) (my naive attempt to fix the crashes caused by #473), where I **forgot to delete...