klauweg

Results 9 comments of klauweg

The "other phone" is lineage 17 (based on android 10 as far as i know). And yes, battery optimization is disabled for conversations on both phones.

I think this error is related to the issue: The following simple code causes a halted cpu too: ```python from microWebSrv import MicroWebSrv import _thread import gc mws = MicroWebSrv()...

At least the MicroWebServer is useless at the moment. As soon as a garbage collection happens, the cpu is halted. Until now i was unable to reproduce the error with...

Since i'm new to esp32/arduino/lorawan/c++ this cost me hours until i found this pull request :-). Why can't it be merged with master soon?

Hm, i thought about some tricks with the scheduling feature already. It would be easy if there where an option to prevent a script from running with multiple Instances. But...

Maybe it could be feasible to create scheduling entries by a wrapper for script-server before starting it. Every configured script with enabled scheduling gets a one-shot entry let's say for...

That was easy :-). Of course it would be useful to have a sort of static indicator for running scripts. But i think i will find this myself. Thank you!

I don't know if this is very clever, but it works: ``` .main-app-sidebar .scripts-list a.collection-item .menu-item-state.executing { background-image: url("../theme/run-button.png"); background-size: cover; } .main-app-sidebar .scripts-list a.collection-item .menu-item-state.executing .preloader-wrapper.active { display:none; }...

i have observed this behavior on a beaglebone. It seems to be related to my usual settings that shows git status on statusline with the status plugin. (status.branch, status.hash....). Maybe...