Martin Puza

Results 8 comments of Martin Puza

Sure: {"VERSION":"0.27.2","isFormData":true,"toString":"[object Object]","props":["constructor","append","getParts"]}

I think it's more readable without the stringify: Weirdly enough, iOS shows the same output stringified, but works - however, there's no "exception":

Different device, but still getting the same error, so it should be identical: ``` product ReactNative Platform false axios:isStandardBrowserEnv false axios:isFormData true [with content type] This is awesome [without content...

Any updates on the issue? We're using carthage 0.20.1 and recently ran into this again. Interestingly enough, an older version (with older repos ofc) worked fine. Some repos use non-release...

Alright, thanks for the update. @aleph7 Looks great, I'll try that, thanks!

Yes, this no longer creates an error. When sending FormData, there seem to be intermittent errors when sending (NetworkError, Socket closed) that don't seem to appear on iOS - but...

I just came across this; i wanted to have a "busy" indicator that works across all requests, regardless of what it's doing, it's working when the request succeeds or gets...