Zack Kollar

Results 25 comments of Zack Kollar

You probably can't open new windows in Cordova and other application wrappers, this would require a modal overlay that could appear over the screen.

Any progress on this as bug fix for the latest version? Any ideas on the cause?

Are you using the API correctly though? I got this working just from example code.

Make sure the form has multipart encoding and make sure you are passing `request.FILES` to your Form.

@makslevental Currently trying to implement your work around, but I'm running into issues with authenticate throwing a 400 after the pop-up closes. Not entirely sure what's up. I'll post again...

So it's been 2 weeks, and I still have no idea what's going on with the popup work around.

The bug only happens on mobile. I should probably open my own issue.

Any new advice besides implementing `deserialize_stringified_any` and it's visitor? Thanks @Pzixel for the quick fix, did you just know that would work because you know serde well or is that...

I decided to go with not making my root configuration struct deserializable, and then using a prefix for each nested struct inside something like this: ```rs #[derive(Deserialize, Serialize, Debug)] pub...