Al Bui
Al Bui
I just need to do nsz -c "a folder that contains subfolder" and folder structure is preserved.
Yeah my bad, I didn't mean compression with -c Just that --create and --extract could be opposite of each other (reversible) and --create could be supporting directories with subfolders.
I hope the devs have a solution for this.
I need to create mitosheet within a page like any nicegui/streamlit components Mitosheet must not reset the page I can get the edited data and use it to plot charts,...
Working. Closed.
@LiteralGenie where do you suggest I put `audio_downloader.audio_handler.close()` (which line) I put it ``` logger.info('Downloaded "%s": %s', song.display_name, song.download_url) audio_downloader.audio_handler.close() ```
Thanks. It helped.
@aarondr77 I have TIME_STAMP in this format: 11/13/2023 2:53:57 PM And mitosheet converts to 1,699,887,105,494 without me asking. I would prefer they leave it as string but there is no...
This is kinda important, my software append statistics rows like max/min/count at the very end Cannot delete if one cannot see, so they still have to use excel to remove...
Yes it is affecting dash applications, between Dash sessions, even when the ids are all different, they keep pulling dataframes from previous sessions, and cannot be cleared until server is...