elimintz
elimintz
Thanks for flagging this.
Yes, these are the correct links, thank you. In version two of Tailwind this is not true anymore and so it was removed from the docs. I will remove those...
Not sure what the problem is. Justpy should work without needing resources from the internet: https://justpy.io/tutorial/configuration/#quasar-version Maybe just try the simplest program and see if the problem persists?
Sorry, I did not explain myself well. The way I test this is disconnect my computer from the internet and run a program. This works. The whole stack can work...
Please take a look at https://justpy.io/tutorial/static/
Please check in which directory you are putting the downloaded file. By default the static directory is the directory the program is run from.
Thank you for this suggestion. This is an interesting suggestion that I think is easy to implement. I'll take a look an think that I can add this to the...
Thanks! This was a bug also in HighCharts. I fixed both.
You will need to use the web page's run_javascript method along with with the result_ready event as explained here: https://justpy.io/reference/webpage/#async-def-run_javascriptself-javascript_string-request_id-sendtrue If you create a simple example with this, please post...
Thanks for catching this, it is a bug in Justpy. The rowClicked and doubleClicked events have an additional field called source that is circular and cannot be stringified. I've change...