platinops
platinops
I'm encountering issues with the performance of `Plotly.react` (or `Plotly.addTraces`) when used on a graph with multiple mapbox raster layers that are all plotted below a scattermapbox layer. The following...
According to the [docs](https://justpy.io/reference/configuration/), the justpy.env file should be in the directory from which the program is run. The default static directory however is the same folder: `STATIC_DIRECTORY = config('STATIC_DIRECTORY',...
Would it be possible to add the [Quasar File Picker](https://quasar.dev/vue-components/file-picker) as a component? I tried to add it as a child of the QInput component (see below), but when I...
The [Page Events](https://justpy.io/tutorial/page_events/) section of the Justpy tutorial shows a way to gradually load 3000 div's instead of all at once, in order to improve user experience. How I experience...
Uvicorn has the ability to automatically restart the server when a file changes. I currently use this functionality by starting the uvicorn server as follows (while [adding](https://justpy.io/tutorial/deployment/#more-complex-deployment) the argument `start_server=False`...
### First Check - [x] I added a very descriptive title here. - [x] This is not a Q&A. I am sure something is wrong with NiceGUI or its documentation....
### Description I was trying to create a custom element to dynamically load the items from a long list that I do not want to transfer entirely to the client....