Maxime Robert

Results 58 comments of Maxime Robert

Here is a test. N.B.: in an ideal world, your tests should not depend on skimdb.npmjs.com

@prestonator If I'm not mistaking, Strapi only supports extending the *server* part of a plugin. The problem in this plugin is that the configuration is in the React *front* part...

Hi @timmyteo. I can try to finish but I'm not sure I'll have time.

@timmyteo Here is what I came up with from your branch: https://github.com/CycloneDX/cdxgen/compare/master...marob:cdxgen:feature/issue-1107

I've created [this MR](https://github.com/CycloneDX/cdxgen/pull/1130) that should replace this one.

PURL specification is not defining any size limit and we should expect it to be arbitrary long (see https://github.com/package-url/purl-spec/issues/289). I'd suggest storing as TEXT (or similar) in database to remove...

Si on supprimer `ngx-translate-multi-http-loader` on peut supprimer `deepmerge` de `allowedCommonJsDependencies` (cf : https://github.com/ProgrammeVitam/vitam-ui/pull/1920#discussion_r1661195466)

@prabhu That would'n work for 2 reasons: - `l.split(delimiter)` returns an array that doesn't have a `split` function - the `--` String would only appear after executing `.replace(/ /g, "-")`...