Zsolt Ero
Zsolt Ero
I believe sending the old email should be optional. It's a very common scenario for users to not have access to their old email anymore (for example they changed companies)...
@aeneasr if this gets implemented, could you please make the double verification optional? I think the single verification of the new email would be adequate for most use cases and...
But will there be a flow to simply require the user to validate the new email before changing? I thought this ticket was for that as well. For example, right...
So the plan is to have either the current flow which doesn't allow any kind of verification, or to have this complicated double verification flow only? I believe the need...
OK, I've collected my thoughts. The key issue is that email deliveries can be up to 5-10 minutes. It happens with many email provider, for example the default provider of...
This has helped me run this project in Xcode 9, which otherwise I couldn't, even using Xcode 8's built in converter.
I have this error now, upon pressing D. S and test-webcam works OK. face detection lock = True bpm plot enabled OpenCV Error: Assertion failed (mat.isContinuous()) in unknown function, file...
Sorry, this is still active. Pulled latest today, but still have the original bug: ``` bpm plot enabled OpenCV Error: Assertion failed (mat.isContinuous()) in unknown function, file .. \..\..\opencv-2.4.4\modules\core\src\opengl_interop.cpp, line...
Mathematically I cannot imagine a situation where you'd like to round multiple small numbers before summing them. I'd just round everything at the very last step and keep floating point...
Is there a branch of this project or a starter template for using FastAPI latest + SQLAlchemy 2 + Pydantic 2? I'm starting a new project with FastAPI latest +...