Wei Ouyang
Wei Ouyang
> > `https://downloads.imagej.net/fiji/archive/20201104-1356/fiji-linux64.zip` > > It seems you're running an outdated Fiji installation which I believe ships an old version of SCIFIO that doesn't include the fix for `StringToDatasetConverter` and...
Hi, thanks for pointing this out, I started to look into this because I am working on a ImJoy(https://imjoy.io) plugin for ImageJ. For me, I tend to think there is...
Hi, thanks for looking into this. It would be really useful for supporting sending N5 or NGFF image url to the server and load it as a virtual file object...
Thanks for the answer. I agree both challenges exists, however I think at least we can aim for mounting the files and folders that already exposed to the browser sandbox....
> In the short term what we could offer is to support more data types (beside String and Uint8Array) in the /str/ filesystem. We could for example allow to mount...
@alexp-sssup I am trying to patch the /str mount [here](https://github.com/imjoy-team/imagej.js/blob/f45a89fbf0a247cbda8dce55e18ea95a73f97751/src/index.js#L128-L237), the idea is to provide a `strReadAsync` function that will dynamically read requested chunks with a `FileReader`. However, I do...
@alexp-sssup I tried for quite a while on this, but couldn't make it through. Please take a look at the `strReadAsync`, see if you can spot any obvious issue: ```javascript...
Thanks for the quick response. The menu item works on mobile, but I noticed that I will need to scan all the UI elements including buttons and input boxes, also...
Thanks for testing, yes, I can confirm the buttons are working, but not the menu and input boxes. Could you try a ` java.awt.MenuItem`? I can open the menu but...
I see, thanks for the clarification and sharing your thoughts. I just tried `20200819/loader.js`, `20200819_2/loader.js` and `20200727/loader.js` which I found in the recent chats in the gitter channel. However, non...