Ophir LOJKINE
Ophir LOJKINE
What is this 2d.js ? I don't have anything against using an external library, but if we do so, then we should probably switch the frontend to use some kind...
Good that we could get rid of 2d.js. I find the tool a little bit unintuitive as it is. I think we should completely remove the original delete on hover...
The svg standard defines a function to list the elements inside a rectangle: [`getIntersectionList`](https://www.w3.org/TR/SVG11/struct.html#__svg__SVGSVGElement__getIntersectionList). Unfortunately, browser support isn't there yet (there is an [11 years old bug report in Firefox](https://bugzilla.mozilla.org/show_bug.cgi?id=501421)),...
And if you want to test your changes on large boards, you can download the [ic](https://wbo.ophir.dev/boards/ic) board: http://wbo.ophir.dev/download/ic There is also [ic2](https://wbo.ophir.dev/boards/ic2), and [ic3](https://wbo.ophir.dev/boards/ic3) .
Can you provide your server logs for the time when it crashed ?
I don't see any error in the logs. What happened exactly? How did the server "fail" ?
Interesting... Are the boards in question large? What is the number of users and the number of boards?
Next time this happens, could you record the requests made during pageload, export them as HAR, and report the result to me ? https://developers.google.com/web/tools/chrome-devtools/network/reference
On firefox it's on the little cogwheel on the top right of the network panel of the developer tools. On chrome it's on the little arrow pointing down on the...
you should be able to simulate n different users by opening n different private browsing browser windows