Fabrice-Geslin-LaPoste-BGPN
Fabrice-Geslin-LaPoste-BGPN
Hi, did you try --no-override option ? regards,
That what I did in a local variable before invoking the compare function but I consider this as a hack and I'd prefer having 2y supported natively by the library...
@anton-johansson may be you've hit this issue : https://issues.apache.org/jira/browse/LOG4J2-954
Hi @trentm , when do you plan to publish a version with this improvment ?
Hi, not sure to understand why npm fails in this case since the peer dependencies declaration "^5.0.0" should allow for compatible minor or patch version above 5.0.0. So the condition...
@hainenber type stripping is also enabled by default in node 22 since version 22.18.0 (see https://nodejs.org/en/blog/release/v22.18.0)
@pnoebauer @dhmlau FYI i've solved the issue with : ` // Workaround issue https://github.com/loopbackio/loopback-next/issues/11096 // introduced by https://github.com/loopbackio/loopback-next/commit/82a33cc840266c1707f73a1b3e71a0224e456f26 this.bind(RestBindings.REQUEST_BODY_PARSER_OPTIONS).to({ validation: { discriminator: true, }, }); ` but it means [commit](https://github.com/loopbackio/loopback-next/commit/9fa35934b067ae804e3cd19c06b9d290571da798)...