Ronnie

Results 4 comments of Ronnie

I also stumbled on it. It could be caused by django_otp. The TOTPDevice Model has a **ThrottlingMixin**. After entering a wrong code the ThrottlingMixin could throw the error: **VerifyNotAllowed.N_FAILED_ATTEMPTS**. django_otp...

I currently use a patchfile in my CI chain as follows: src-cordova/fix-ios-black-screen.patch ``` diff --git a/CordovaLib/Classes/Private/Plugins/CDVWebViewEngine/CDVWebViewEngine.m b/CordovaLib/Classes/Private/Plugins/CDVWebViewEngine/CDVWebViewEngine.m index a07bf290..82356def 100644 --- a/CordovaLib/Classes/Private/Plugins/CDVWebViewEngine/CDVWebViewEngine.m +++ b/CordovaLib/Classes/Private/Plugins/CDVWebViewEngine/CDVWebViewEngine.m @@ -270,7 +270,9 @@ static void...

I did some work to create a multiplex channels consumer: https://gist.github.com/ronnievdc/dd65a1ba1fef86ba73e37faeaaf06de2 Assume you have 2 websockets on one page and want to expose both consumers / channels over one websocket...

I've added the group label to the option's data-text attribute (data-text=": "). The benefit is the the tags contain also the group label and searching for the group label shows...