core
core copied to clipboard
A filesystem, anywhere.
Hi! I'm not sure what about others but in my case TS doesn't see any types when i try to import anything from `@zenfs/core`. It seems `"typesVersions"` is the reason....
If it is , updated readme in BrowserFS or link to the ZenFS in BrowserFS issues would be grateful.
It would be nice to support devices and device files. This is more of a long-term goal, for after the 1.0 release. Implementing devices through files would be really easy,...
Originally [jvilk/BrowserFS#163](https://github.com/jvilk/BrowserFS/issues/163) By @amir-arad
ZenFS does not currently track the sizes of backends, which is needed by `statfs` and would also benefit end users by giving them insight into the storage statistics of backends....
@pyramation, I noticed your [fork](https://github.com/pyramation/file-ts) of ZenFS. Would you mind telling me more about your use case?
Hi there, My project requires storing lots of data, around 100 megabytes. I would like to use `zen-fs` on browser environment. It's important to note that the data needs to...
Right now, the emulation layer is tested. We should also test the various backends and file system types. This can be done by writing a set of tests for `FileSystem`,...
We need to actually update `mtime` when performing operations.
> I just had this idea as a way to implement the file-system watcher described in https://github.com/jvilk/BrowserFS/issues/163 > > We could have a backend that wrapped another file system and...