Abrar Rahman Protyasha

Results 79 comments of Abrar Rahman Protyasha

> Well, I'm not sure whether it's a bug of WebDriver of Firefox, double clicking is not stable, so, the test would cause intermittent failures. Ah, I'll try experimenting locally...

None of the test failures are relevant. Thank you for your contribution!

Hi @jcarpinelli-bdai! Thanks for the ping. I've been reviewing some `ros2_control` PRs as time allows so this would be a nice personal exercise, sadly because of my day job I...

Closing this issue now that https://github.com/web-platform-tests/wpt/pull/47395 has merged.

> @aprotyas could we use the original implementation and add it to `StdLibExtras.h` like 👇 ? > > ```c++ > #if !(defined(__cpp_lib_to_underlying) && __cpp_lib_to_underlying >= 202102L)) > namespace std {...

> libc++ support can unfortunately never be assumed from compiler support alone; the PS build was out of commission for weeks recently as we scrambled to get a full C++20...

@MarcusMcKenzie I suspect this makeshift solution might come back to bite if there's any API changes between OpenCV 3.x and OpenCV 4.2 and ORBSLAM3 happens to call incompatible functions 😢...