PierreDemailly

Results 8 comments of PierreDemailly

This is because this repo don't use angular client (I wonder why...) Run `npm i @angular/cli ` then create angular.json file at your project root with this content: (change you're...

@microsoft-github-policy-service agree

Hi, yes we can add support for async validators easily, however im not fan to introduce a more complex way to support this (resolvers). We need to think how to...

Yes an object response seems good to me 👍 I'm not fan to export kleur, also note that we show the error in red already and i wonder if there...

> since the custom prompt can extend the existing one and then the methods can be overwritten Yes, but it look like you're talking about you're own custom prompt (outside...

> That sounds like the best solution which would support all use cases but requires a full refactor and could/will result in a breaking change ( which is ok for...

![image](https://github.com/NodeSecure/cli/assets/39910767/fde5d8ac-035f-4e7d-a225-2a37c06a95ce) CLI also needs i18n improvements, missing i18n for `config` & `config create` Note that we cannot translate sade -> https://github.com/lukeed/sade/blob/8aa4a69e95fbfba88cf49082713900ecbe27f183/src/utils.js#L67 Maybe its an opportunity to build our own package...

Sounds good to me 👍 We might need to refactor the validation first so that we have something more robust for the transformer. Would you like to work on it?