Omar Rizwan
Omar Rizwan
Hmm. It's hard to say what exactly is going wrong if `fs/tabfs` doesn't obviously crash on startup (it's really only meant to be run by the browser; we're just running...
You could port some subset of Unix/shell utilities into the browser and have them control the browser from inside the browser (the extension could talk to the shell-page over a...
Hmm. This is good work, but I'm not sure I actually want to make it easier to install just yet (especially if it's at the cost of making the extension...
I think the tab needs to be focused for the debugger to be invocable? Not sure
Thanks! I never thought about that -- I'm actually surprised it comes so close to working, but it makes sense. Right now, TabFS [kills all other instances of TabFS](https://github.com/osnr/TabFS/blob/11834af93650645b902d3c1974f26d85f775c1f8/fs/tabfs.c#L216) on...
Cool! Let's leave this issue open until we make this work better out of the box. I think with the latest releases, you can at least set an environment variable...
Huh. I don't have any ideas off the top of my head, but I should look into this more. Could you make a Web page of your own with a...
hey Ryan! Good to hear from you. yeah been a while! This is cool. I think it'll be pretty useful to be able to platform-check pull requests that come in....
Cool! Sounds promising so far
maybe with WinFUSE: https://github.com/billziss-gh/winfuse it sounds like this may work with Windows processes too? or maybe with Dokan FUSE instead of WSL/WinFUSE? https://dokan-dev.github.io/ I don't plan on getting to this...