Artur Paikin

Results 58 comments of Artur Paikin

Updated, needs a local test of all of the examples, please @aduh95, this is an easy one to screw up.

But that’s what I did? https://github.com/transloadit/uppy/pull/3946/files#diff-b9a6c3b2d50c22e037af96fcb0f6dadf88dfeed09b3b4b88d71ad2ed83e8c924 Ah, you mean the /examples, non-website.

Hi @narioinc, is there any update on this, did you manage to fix it? We’d appreciate your PR.

We could hide the complete checkmark when showing `remove` button, but what if we need to indicate the file that can be removed is uploaded, @nqst? Should we move the...

> I'd limit such an appearance for that particular case only, though Every time new conditions come up, I think about supporting it and having `if if if if if...

This is because one error comes from the individual file error, and the other from the batch, from uppy.upload() Promise. It was not trivial to refactor this properly when we...

This is an issue with `aria` (and thus accessibility) too, I’m currently struggling with it: since I have a nested tree of elements that I want to put attributes like...

Same issue on Fedora 36 deep sleep with Nextcloud Desktop Appimage 3.5.0.

@yoshuawuyts thank you! your solution works ✨ (proof: http://requirebin.com/?gist=0f7bb3b03959448e120f02d506f4cd7e) However, made me think and try other solutions: 1. React: http://esnextb.in/?gist=ec75c4fe3443dc16920a6d740415c090 2. Virtual-DOM + hyperx + main-loop: http://requirebin.com/?gist=ecda5235da884da9335eb8029ccdcff9 Both work fine,...