elimintz
elimintz
I usually set CRASH to True in the justpy.env file: ```python # If set to True, the program terminates if there is an error in an event handler CRASH =...
An example would be very helpful, if possible.
It is a weird bug. For now, I don't have an answer as to why this is happening but there is a simple workaround. Change onButtClitck to: ```python def onButtClick(self,b):...
Good catch. I will make this change.
Interesting. How do you make a Vue application work in Svelte? You encapsulate all the JavaScript including the Vue library with Svelte code and compile it?
How do you handle the Quasar components? Or plots? If I understand correctly, it is not just a matter of writing a wrapper. You rewrote https://github.com/justpy-org/justpy/blob/master/justpy/templates/js/html_component.js ? It is a...
Since most people are not expert on cookie security I think that whatever method is used, the defaults should be ones that are recommended here: https://blog.miguelgrinberg.com/post/cookie-security-for-flask-applications My initial thought when...
Yes, when a series is disabled, there is an option for its label to move down
I see why this would be useful. I will add this in a future version. Currently the run_api method does not allow getting values. The work around I would recommend...
Your program works well for me so I think it may be related to this issue: https://github.com/elimintz/justpy/issues/148 Please install websockets: `pip install websockets` and let me know if this solves...