Wei Ouyang
Wei Ouyang
I see this error from time to time, and it cause the entire app to crash: ``` Uncaught (in promise) no such method: sun.awt.image.ImageWatched$WeakLink.lambda$update$0(ImageObserver,Image,int,int,int,int,int)Boolean/invokeStatic ``` and error points to line...
Being able to mount TypedArray under /str is very practical feature, and this is how I send data to the java app. However, if it's a huge file (e.g. several...
Hi, I have a compiled java app that now works on mobile devices, however, the UI elements doesn't seem to respond to touch event. I had to patch manually one...
Currently, we need to patch the window object to make it work in web-worker or service worker. ``` const window = self; importScripts('https://cdn.jsdelivr.net/npm/imjoy-rpc@latest/dist/imjoy-rpc.min.js'); ```
Javascript support [getter and setters](https://www.w3schools.com/js/js_object_accessors.asp), and so does Python, would be nice to support them so we can access remote properties of an object.
Try it out here: https://deploy-preview-26--imagej.netlify.app/?version=2 WARNING: the compiled files are large, depending on your internet speed, it takes very long to load.
This PR uses [taiko](https://taiko.dev/) to do end-to-end testing Here is an automatic recording of the test: 
This PR aims to integrate the changes in the itk-vtk-viewer, to enable support for multi-scale images. The main issue for now is the coordinate system is not in sync with...