Results 14 comments of Denis Zhbankov

As I see it, it's just not possible because xeditable deliberately detaches field value from the model to perform its own data checks (onbeforesave, etc.) _before_ updating the model back....

Fixed the issue by adding more babel plugins into the test environment, my `babel.config.js` now looks like: ```diff module.exports = { env: { test: { plugins: [ 'transform-require-context', + 'babel-plugin-transform-typescript-metadata',...

Any updates on this?

Thanks, @brion, worth a try.

Nope, only the maintainer can )

Do you have any floating messages or console errors in a browser? ![screen shot 2017-12-26 at 18](https://user-images.githubusercontent.com/4822417/34359442-19e9a4fc-ea69-11e7-8911-1faa63da49f1.png)

Guys, have a look at: https://github.com/uqee/sticky-cluster for ipv6 support.

@elad, yes, you're definitely right

How large? Only number of files counts or their sizes too? I need to reproduce it to confirm and fix)

Whoa, that's huge. Would you checkout a [fix/large-files](https://github.com/uqee/angular-evaporate/tree/fix/large-files) branch to try some ideas if I commit them here?