Artur Paikin

Results 58 comments of Artur Paikin

Hi! Thanks so much for the transform. And `csjs`. I added the option, but also renamed the transform, since I’m using it without `csjs` (with this https://github.com/arturi/template-css) and I think...

Can we merge this to main already, since main is now 3.x?

@nikhilmahajan27 could you edit your comment, adding a link to the project? thanks :)

Thank you for reporting. Could be related to issues you investigated yesterday @Murderlon @goto-bus-stop?

Agreed, we could probably do better with detecting network issues. Tus actually has [`retryDelays`](https://github.com/tus/tus-js-client#tusdefaultoptions) for this purpose, and in `@uppy/xhr-upload` we set a timer to abort requests when there’s no...

It is currently possible with “My Device” or “Browse files” buttons, you get the standard system dialog, which on mobile devices includes the “take picture” option. But you are likely...

Could you share a screenshot, please? If it’s the same Dashboard on the same device, behaviour shouldn’t be different with the Vue wrapper or vanilla JS.

> `exclude: ['instagram']` I’d go with: nothing specified — include all, otherwise explicitly list what to include: `plugins: ['instagram', 'dropbox', 'facebook', 'webcam', 'audio']` — control the order of icons/buttons too,...

> I'm more a fan of exclude because people tend to go for the provider preset if they want at least a couple, so exclude tends to be shorter. Yes,...

> Not if Presets are allowed to take options Yes, but if we don’t limit preset’s options to `params` (absolute must for Transloadit key) and `sources` — we end up...