James Prevett

Results 84 issues of James Prevett

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

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

@atrauzzi: > Cool library, I've been looking for something like a browser-side [flysystem](https://flysystem.thephpleague.com/). > > Out of curiosity, do you have any plans to implement S3 support (both authenticated via...

enhancement

@RangerMauve: > [IPFS](https://ipfs.io/) is a protocol that uses contrent-addressable file storage in a peer-to-peer network. I think it would be useful to support it as a storage mechanism to reduce...

help wanted

Attempting to use `configure` with backend options gives an error with the type. You can get around it by casting to `BackendConfiguration`, like this: await config({ '/data': { backend: WebAccess,...

bug