lv_binding_js icon indicating copy to clipboard operation
lv_binding_js copied to clipboard

feat:Implement automatic page reloading

Open Gary-Hobson opened this issue 1 year ago • 2 comments

Monitor file changes and automatically update the page if the file is modified

This is very helpful for developing applications, it can see page changes without restarting the application

Gary-Hobson avatar Oct 18 '23 20:10 Gary-Hobson

Oh wow I just missed this! Thanks for sending out! I will take a look over the next few days!

derekstavis avatar Nov 15 '23 14:11 derekstavis

Alright. I've gotten this to work (sometimes) on my environment. However, I noticed a few issues:

  1. When reloading the file it crashes

https://github.com/lvgl/lv_binding_js/assets/1611639/2ab8c7ae-208f-4f9c-acd4-8f553b4b61c3

  1. When quitting there seems to be a leak:
image

derekstavis avatar May 03 '24 04:05 derekstavis

Since txiki was merged this is not compatible anymore. It will require some rework

derekstavis avatar Aug 05 '24 01:08 derekstavis