Omar Rizwan

Results 53 comments of Omar Rizwan

cool! do you know if the FUSE filesystem gets exposed to Windows applications? re: the hang, I would look at the browser console for the extension to see if it...

update from @nightlark trying MinGW + WinFsp: https://twitter.com/rmast/status/1350344895882412032

awesome! I will hopefully merge it sometime in the next few days. I don't have a Windows machine atm -- would be great if someone on here could test it...

(do we _want_ to depend on Cygwin? I feel like WSL [or whatever they call it now] is probably ascendant among Windows users?)

interesting. I think only stuff [in the `debugger/` subfolder](https://github.com/osnr/TabFS/blob/fef9289e3a7f82cda6319d5f19d5a5f13f3cc44b/extension/background.js#L349) should actually require the debugger and trigger the warning. (i.e. not `title.txt`, `url.txt`, etc). it's possible that something in your userspace...

Yeah. I'll think about how to document that better. I sort of feel like we should have... like... an autogenerated tree / table of contents / listing of all the...

Interesting, thanks for the report! I'm glad to hear you can distribute the signed extension without going through the store. Maybe that could be a continuous integration step to generate...

Yeah. I'm not sure how exactly we could do that with the current `create` file setup (you read it right afterward?); might need to change approach. Maybe you can make...

We could make it so that if you read it right afterward _from the same file handle_, you get the result (each caller would open it with a different handle)....

yup: https://github.com/osnr/TabFS/blob/dcce4221a2122c2d62c2f6c45761374dc8e08ecb/test/test.c#L44 yeah, I should document this when I have time -- or you're welcome to file a pull request also