Eduard Bess

Results 6 comments of Eduard Bess

Hi @iventru @chrispage1 I've take a look at the problem. This media package does not follow the nova-field idea perfectly. That's why is is not that easy to fix this...

Hi @leo-unglaub When you upload multiple big-sized images the component generates base64 urls for displaying the thumbnails. That might be the problem. I guess one option would be to generate...

@leo-unglaub Yap, as mentioned before, it's the base64 memory issue. A better way to keep the functionality and reduce the memory issue is to resize the selected upload-images using a...

Hey @LorenzoSapora Are you trying to set some custom properties on the initial upload?

I got same problem going further to the query builder. It is loading child classes dynamically to avoid circular deps, eg _QueryBuilder.ts_: ```ts insert(): InsertQueryBuilder { this.expressionMap.queryType = "insert" //...