Dennis Kugelmann
Dennis Kugelmann
From version `v0.21.0` to `v0.27.2`, the type of `onUploadProgress` and `onDownloadProgress` was just `any`. https://github.com/DigitalBrainJS/axios/blame/v0.20.0/index.d.ts#L62-L63 https://github.com/DigitalBrainJS/axios/blame/v0.21.0/index.d.ts#L62-L63 https://github.com/DigitalBrainJS/axios/blame/v0.27.2/index.d.ts#L94-L95
@DigitalBrainJS yes it's understandable ☺️
Jap this is really a thing. As Polymer already has so many nodes in your DOM tree. I don't want to add another custom element just for an alias in...
Live demo: https://jsfiddle.net/ojk7er8u/
Oh well I saw you merged a pull request with this issue to the snowfall.js, I just saw the jquery version, where you still work with top and left!
This would also allow representing arrays like this: `string[]` which I believe is not even possible now 🤔
@KKimj this PR would be obsolete as there is an ongoing effort to remove `package:js` in favor of `package:web`. See this issue: https://github.com/firebase/flutterfire/issues/12027 So it will likely not be merged...
To be clear the PR I was opening is mostly for FirebaseAuth where handling different error codes is essential and with the current approach you have to write weird and...
@c2thorn here is the dedicated issue
@c2thorn did you have time to look into this?