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
More of a "maybe" issue. I personally have never seen UFOZ (zipped UFO packages) in the wild but apparently they do exist. Loading them would probably mean decoupling reading and writing files to disk and (de)serializing them into structures (i.e. have from_path and from_bytes methods on various structs where the former calls the latter.
The text was updated successfully, but these errors were encountered:
More of a "maybe" issue. I personally have never seen UFOZ (zipped UFO packages) in the wild but apparently they do exist. Loading them would probably mean decoupling reading and writing files to disk and (de)serializing them into structures (i.e. have
from_path
andfrom_bytes
methods on various structs where the former calls the latter.The text was updated successfully, but these errors were encountered: