Fethi Gürcan
Fethi Gürcan
This issue is same for me, it happens when we use multiple models and it happens for non-first models. Hightlight is ok but Outliner draws at wrong place.
Hello again, As a workaround, I have overwritten the .add method of StreamerFileDb by injecting outside. The good news is, it still uses same file system API, however as my...
I did not measure but it seems same or may be feels small performance improvement due to service worker on separate thread. I have an question according this. do we...
Hello, @agviegas currently I just get and read the code of alpha6 without executing. Generally code seems ok but I am not sure that if you can define a DEDICATED...
I have tested by quick copy pasting to my code. I have directly copied the Blob block. Blob inline script works fine as dedicated web worker. So, the problem is...
I have done some test and experiments; first thing that I have detected that these 2 methods are conflicting with worker creation: (in my env, I set this property just...
Yes you are right it must be about lifecycle of worker.(Other assumptions proved as false) But, I noticed another thing yesterday, I was tested with my (patched) code which depends...
Hello @agviegas , This seems ok. In this patch, I directly patched the prototype first, cause I have detected some internal calls to this method also. But the important change...
> Hey @agviegas > > Just faced this error in Flutter using the InAppWebView to display some models. Is there any update on this? > > And @fethigurcan are you...