Joshua Sirusstara

Results 7 comments of Joshua Sirusstara

yes, correct! I only added recaptcha for the non SSO log in. Sure i can redirect it. On Mon, 7 Oct 2024, 19:20 snipe, ***@***.***> wrote: > Hi there -...

> I've been boned by the silent recaptcha before, since I run over a VPN from Portugal - additionally, we already have throttling and BFP on the login/forgotten password pages....

I've opened a new pull request for the dev branch. If you have time, I'd appreciate your review, thank you.

> This is really nice work, truly. I'm going to show a bit of my ass here and ask whether this is actually needed. We have users that already have...

> @joshuasir Hey! Were you able to somehow work around the issue? Hi, unfortunately no, but I manage to use ref to capture my canvas draw changes as stream bytes...

@OlekVano Hi, sorry for the late response here is my code implementation example ``` const mediaRecorderRef = useRef(null); function record(canvas: HTMLCanvasElement, time: number = 5000) { // init media recorder...