Alexandr Zarubkin
Alexandr Zarubkin
Good point. Can I find a list of them somewhere? I use the number of seconds since midnight as part of the generated file name. The files are continuously generated...
UTC is less convenient for visual search in the file list. I mean, the user might want to read a file corresponding to some event which is probably dated in...
> That's true. But with local time, you will have duplicate timestamps (when DST ends), and non-existing timestamps (when DST starts). That seems far worse. That's why I thought about...
`{Device_name}_{date}_{seconds_since_midnight}.csv`
I create a big zip file which I then save to disk. I would like to show a progress indicator while the file is saving. I'd like a real progress...
For future reference: I used the code like ```python counter = itertools.count() # https://stackoverflow.com/a/6309645/2404492 zipfly_object.paths = (i for i, v in zip(zipfly_paths, counter)) ``` i.e. I made Zipfly paths list...
Thank you. What if I need additional files like configuration, libraries, shell scripts?..
For example, I need to put a config.json to /etc/opt/myprogram/, and script.sh next to Python interpreter in the virtualenv bin subdirectory.
Please update the table. Pdfmake doesn't work for me, at least on `open()` method in Firefox 62.0 with uBlock Origin enabled. It works if I disable uBlock Origin.
Hmmm, isn't the connection between NiceGUI and browser based on the websocket which is based on TCP? How could messages be lost in that case? 🤔 Surely, the connection can...