Andrei Kun

Results 5 comments of Andrei Kun

We encountered same issue and we end up importing from dist instead of primary entrypoint something like this: `const jsonld = require('jsonld/dist/jsonld.js');` Unfortunately, we still experience `"Unhandled promise rejection TypeError:...

I was able to improve performance up to 50% by removing lt-scrollable and ember-scrollable from lt-body file. Plus ember-wormhole but that does not seems to have any impact. Also i...

+1 as I am able to reproduce this quite often and seems to be very annoying to our clients

As workaround, I tried to set the loading variable to false once I've got the data from server. In the same time, I used a cancel request logic onBlur and...

Try using webpack.ProvidePlugin({tinycolor: "tinycolor"})