Mike Stoddart

Results 29 issues of Mike Stoddart

I'm getting an error from the Django Debug Toolbar with my wizard. I'm not saying that Django Merlin is at fault; but is my wizard missing something? I can avoid...

I created a wizard with one form. When the user submits that form, I add another step dynamically based on the user's submitted data. When the user submits this new...

question

I'd like the ability to include an array of modules. These would be loaded asynchronously and Namespace would invoke my callback once they are all loaded. ``` Namespace.include(["file1", "file2", "file3"],...

Am I right in thinking that scripts included using Namespace.js can't be debugged using Firebug or Chrome's dev tools? They don't appear in the list of known scripts. Is there...

### Description ### Info * d-m-p version : 0.34.0 * Maven version (`mvn -v`) : ``` Java version: 1.8.0_265, vendor: Red Hat, Inc, runtime: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.265.b01-1.fc31.x86_64/jre Default locale: en_US, platform encoding:...

I'm getting this error: `?error=invalid_request&error_description=The request is otherwise malformed` Which I think is the `invalid_request` error from one of these django-oidc-provider code: ``` # Nonce parameter validation. if self.is_authentication and...

After I login I get this error: ``` ClientIdError at /openid/authorize No exception message supplied ``` The POST to /openid/authorize includes the "next" parameter: ``` /openid/authorize?response_type=code&scope=openid+email&client_id=517813&redirect_uri=http://192.168.1.30:12000/oidc/callback/&state= ``` But when it...

If I'm composing a new text to someone, and they send me a message while I'm typing, their message isn't added to the conversation. I have to send the text...

bug

This is probably a silly question, but how can I initialise a ByteBuffer instance from an existing ArrayBuffer? Thanks

I'm getting a warning from Firefox: ``` Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952...