You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If possible this library should support arbitrarily sized files. The structure contained within said files may not be parseable while streaming, so this may not be really solvable in the general case.
Currently the workaround for this is exporting not everything into a single giant file, but exporting exporting notes in reasonably-sized (under 1GB) chunks.
The text was updated successfully, but these errors were encountered:
If possible this library should support arbitrarily sized files. The structure contained within said files may not be parseable while streaming, so this may not be really solvable in the general case.
Currently the workaround for this is exporting not everything into a single giant file, but exporting exporting notes in reasonably-sized (under 1GB) chunks.
The text was updated successfully, but these errors were encountered: