Martín Conte Mac Donell
Martín Conte Mac Donell
This was broken in strict mode. I honestly am not sure how this worked before since `lineDrawAnimRef` (https://github.com/Eliav2/react-xarrows/blob/master/src/Xarrow/Xarrow.tsx#L175) will always be `undefined` (if no drawing animation happens), therefore `handleDrawAmimEnd` is...
After [this PR](https://github.com/rust-lang/cc-rs/pull/943), the rust-std assets built in CI (nightly/beta/stable/etc) have an incorrect deployment target on darwin. rust-std was relying on. rusts' default targets when `IPHONEOS_DEPLOYMENT_TARGET` was not set and...
This change consumes the response body in case of an error with a non-json content-type for debugging purposes. Without this, it's not possible to see what the server returned on...