James Prevett

Results 264 comments of James Prevett

@emeryberger, does 382e770 include what you are looking for?

@evanw Any updates on this? I like this library and would contribute, but it uses a custom programming language I have no experience with.

Hi @vitorio, I'm the current BrowserFS maintainer. *See message below* ~~To clarify, browser-fs is not a fork of [jvilk/BrowserFS](https://github.com/jvilk/browserfs), it is the original project. The change to using an organization...

An update with BrowserFS: I made the decision to create a fork, for a number of reasons. Please read the notice in the readme of [jvilk/BrowserFS](https://github.com/jvilk/browserfs). All my future work...

Closing this since it is part of #24

Reopening since this will be done separately from #24, due to the internal API changes that will be needed.

Noting my thoughts on how the watch features can be implemented, keeping in mind that the goal is to implement the various watch functions: File changes must be detected and...

This PR also fixes some types with readable-stream so that they work correctly with Node's `ReadStream` and `WriteStream`, that way it is possible to do: ```ts import { Readable }...