Javi Nievas
Javi Nievas
I've made a workaround creating a ``` from django.forms.widgets import DateTimeInput, TimeInput [..] class TimePicker(TimeInput) ``` Making it inherit from TimeInput instead of DateTimeInput, make everything work. I've also modified...
Just create an .htaccess with that content: <IfModule mod_rewrite.c> RewriteEngine on RewriteRule .\* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] </IfModule> And it works. The problem is related to how fcgi works. Hope this helps.
I've just found the way to workaround this. Before performing the redirect to the authorization uri, I store the ._client.code_verifier on the browser session, so, when the callback uri is...
You can use it like this, as mentioned before: ``` import ScrollPosStyler from 'scrollpos-styler'; ``` But I've found it not to be initialized always correctly. I needed to force a...
I've tried in Firefox and Chrome and the behaviour is just the same. Didn't happened any of those things. Maybe your problem is somewhere else?