John Vilk

Results 165 comments of John Vilk

Yeah! That's the trick. It's hard to explain without a diagram, and as a one-person dev team on this project, it's hard to find time to invest resources into good...

I'm happy to accept PRs that improve compatibility here.

Oh, that's odd! I'll take a look when I have some free cycles. btw, is the 2.0 code using a fresh database, or a version created with 1.4.3? (either design...

Interesting. I think I'd wait for it to become more stable; it would be a lot of churn to keep up with an experimental API.

@notiv-nt Interesting; I wonder if Emscripten changed their internal API. Could you open a PR so I can review and potentially merge?

> Do I already get this behavior by releasing the local object I originally use for BrowserFS.install()? Since the installed file system is global, I believe you'll need to `install`...

Hey there! Can you `console.log` the error and show me what it contains? As-is, I can't tell what the problem is.

@wmhilton this has been [proposed before](https://github.com/jvilk/BrowserFS/issues/171). The issue is security. Without an authentication mechanism, it's a bit of a security issue. And when you get into authentication mechanisms, you're basically...

@wmhilton Ahh, I see. Forgive me; I've had a few people suggest the server before, so I binned you in with them. That does seem like a good idea. I...

Yeah, you've got it, but there's some subtleties here you should know. You'll need to also make a `File` class that wraps the file descriptors that Node returns. Internally, BrowserFS...