core icon indicating copy to clipboard operation
core copied to clipboard

A filesystem, anywhere.

Results 42 core issues
Sort by recently updated
recently updated
newest added

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....

bug
question

If it is , updated readme in BrowserFS or link to the ZenFS in BrowserFS issues would be grateful.

question

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,...

enhancement

Originally [jvilk/BrowserFS#163](https://github.com/jvilk/BrowserFS/issues/163) By @amir-arad

enhancement

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....

enhancement

@pyramation, I noticed your [fork](https://github.com/pyramation/file-ts) of ZenFS. Would you mind telling me more about your use case?

question

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...

question

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`,...

ci/cd
postponed

We need to actually update `mtime` when performing operations.

bug

> 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...

enhancement