Mateo Tibaquirá

Results 110 comments of Mateo Tibaquirá

@ekelvin what does the library need to avoid Prototype Pollution completely? this?: ```diff - if (key === '__proto__' || key === 'constructor' || key === 'prototype') + if (key ===...

@developit can `node-fetch` be updated to `v3.1.0` please?

This just worked for me: ``` nga.field('products', 'embedded_list') .label('Product in Discount') .targetFields([ nga.field('product', 'reference') .label('Product') .targetEntity(admin.getEntity('products')) .targetField(nga.field('name')) .singleApiCall(ids => ({'_id': ids })) .remoteComplete(true), ``` The singleApiCall can be ommited I...

@harvesthq There's any idea if this will be merged? I'm a third party developer of the Zikula Web Application Framework, and we're interested to include Chosen on the bundled libraries,...

I will redo this PR without the dependencies updates I found that `@angular/compiler-cli` `ngcc` introduced the mandatory `compileUndecoratedClassesWithAngularFeatures` from v10, and it means that for some reason, `"ng-packagr": "^9.1.0"` is...

I just realized that normal `build` doesn't work, but `build --prod` does, because Ivy is disabled Maybe the non-working npm scripts could be removed and leave only the working ones.

Thanks @alan-agius4 now I will try to upgrade my monorepo of libraries :)

@edbzn for me the `git HEAD` is going crazy, any hint please? is there something I could do to avoid this chain effect? are some of them running in parallel?...

For the record, I just forked this package and updated it to Angular 11+ It's available at `@myndmanagement/text-mask`

For the record, I just forked this package and updated it to Angular 11+ It's available at `@myndmanagement/text-mask`