Camille Troillard

Results 19 comments of Camille Troillard

Hello Eric, Using the options { deep: true, observable: false }, **and** calling isValid from a computed function triggers the performance problems for me. Best, Camille

Would really love to have this feature! Is there a flexible workaround at the moment? We would prefer not hard-code the rules in our application right now.

Thanks Clayton, sounds good.

Hello, We have the same problem. Given that deleting the file may not succeed (e.g. backend failure), it is necessary to re-emit this event when the file has been fully...

I would also like to add that it is not possible to delete the file before uploading it because it would defeat the resumable nature of’ the upload...

Hi Marius, Here are the settings we use: ``` { endpoint: this.endpoint, retryDelays: [0, 3000, 5000, 10000, 20000], metadata: { ... }, onProgress: (bytesUploaded, bytesTotal) => { ... }, onSuccess:...

Hi, May I ask you if you have made progress on this project? Thanks!