Paweł Rychlicki
Paweł Rychlicki
@szmarczak, thanks. Is there any reason why this is not possible in promise API? The streams example looks a bit complicated compared to promise API... In the linked streams documentation...
Thank you for all the hints. I managed to make it work with Promise API, which was my main goal 🎉. I have two questions though as I find two...
Added console.logs there and the conclusions are: * `this._request.write` is not called after cancelation * the `(error?: Error | null) => { ... }` callback is called once after the...
BTW. There is no way to remove `uploadProgress` event listeners, right?
No, unfortunately, that doesn't help. I added a `console.log` at the very beginning of this callback and it is not called anywhere close. I mean it doesn't seem to be...
Heh. I was in a hurry to catch the weekend and didn't get your question right :) I divide the files into chunks and upload a few in parallel. Every...
I tried to reproduce this with a test but the below code fires the event only once so it behaves **correctly**. I guess it is because there are only two...
Sorry for this late response. I removed a workaround from my code and tried to reproduce this issue with no luck so looks like it has been successfully fixed 🎊
> It took a bit of time, but with `v2` `OverlayScrollbars` should work with all virtual scroll libraries. I've created a small example for `FixedSizeList` here: https://stackblitz.com/edit/react-8glpkm?file=index.js and also an...
@KingSora, wow, that was blazing fast 💪 I can confirm the newest version is working as expected. Thank you so much for your quick fix! Best package maintenance ever 🎉