Results 11 comments of Omar Altayyan

> I can confirm this isn't working with same error on WSL2. > > `WARNING:root:Bind of container ueg-web_app_1 was skipped since it has invalid source path /run/desktop/mnt/host/c/Users/Jeremy/Documents/GitHub/ueg-web` Sadly for WSL2...

any ideas why including ``` ``` instead of the above scripts causes a "React is not defined" error? do i need to include something else, sorry but the docs seem...

> Hi @omaraltayyan, sorry for the lack of follow up, Gallery was entered into maintenance mode and didn't have someone following up issues. Since it's been a while since you...

@3lvis i remembered something about this PR, we actually tested this and deployed it, it makes the behavior much better, so now if the limit of the selection is 1,...

> Hi is this implemented as I too was looking someway if only one image selection is allowed then it should be like when a new image is selected the...

@fredludlow if this helps, changing the imports of three.js of `Geometry` and `Face3` to ``` import {Geometry, Face3} from 'three/examples/jsm/deprecated/Geometry'; ``` Makes the code compatible with the newest three.js

> Please make sure your Redis placement is in the same availability zone as your server. Multi-AZ will allow you to access your server from multiple AZs. I am sorry...

same happened to me, this extension is really helpful, @primal100 can you please check this?

@Celebrandil can you please take some of your time to answer, sorry to insist but i gotta use this in my school project which is only a few weeks away

@Celebrandil here is a video i made to illustrate the problem: [https://youtu.be/ine41zFnmpk](https://youtu.be/ine41zFnmpk) this is the code used for drawing ``` image.convertTo(image, CV_8UC1); for (int i = 0; i < imageSiftData.numPts;...