Jakub T. Jankiewicz

Results 1284 comments of Jakub T. Jankiewicz

It don't work with just browser, it have node.js require in output files the same as lighting-fs you can't use it for instance in Codepend using some npm CDN service....

So lighthing-fs is not actually replacement for BrowserFS you can't use it in the same way. BrowserFS is broken because you can't actually ise path in service worker but this...

Ok, nice that you have stack trace but this doesn't say anything. Can you at least show the code that generated that error? And what kind of environment do you...

@josh-sachs-epic why would you want to use the browser library in Node? LightingFS is a replacement for the node fs module for the browser. Can you just use the node...

It's not isomorphic-fs it's a library that can be used in isomorphic-git in the browser.

Looking at the issue description and GitPod it seems this is fixed.

How to use tuples and records in REPL?

This also may be because of my regex for regexes: ``` var re_re = /^\/((?:\\\/|[^/]|\[[^\]]*\/[^\]]*\])+)\/([gimy]*)$/; ``` Your regex is quite fragile you can't have escaped `\/` inside regex literal.

What about shebang? `#!/usr/bin/node` If comments are stripped this at least should be preserved.

@seanmorris maybe you should create PR, but I'm not sure if contribution are accepted.