Momo Kornher
Momo Kornher
Test are run with `ts-node` and the a pre-compile step runs `cdk synth` which also run `ts-node`. The compile step should not be necessary here. Given that your original post...
Replaced in favor of #2179 which uses conventional commits for a similar behaviour.
Hi @AminFazlMondo and thanks for your contribution! I'm not strictly against this change, but would you please go into more details about the motivation behind this? > There is also...
That seems odd @AminFazlMondo I haven't came across this in any of my repos nor am I seeing reports of this. Would you be able to split this out into...
@AminFazlMondo Thanks for the reproduction! 👍🏻 The private registry would explain how it's not a wider issue yet. Can you confirm how you are handling the config for your private...
> My earlier comment was result of my investigation, I was not able to test that. But I have followed these steps by running them manually and it worked. @AminFazlMondo...
@Chriscbr I've drafted the PR until we've addressed these complex issues. I tend to agree with @rix0rrr's last suggestion - creating new classes will be a more straight forward transition....
@Chriscbr That's a very good point you raise re liskov. projen feels much more like composition rather than inheritance. Which again reminds me of CDK: an App (Stack) is composed...
Also should support [NO_COLOR](https://no-color.org/)
There is a lot of scope for what a monorepo is. I'm wondering how much projen should concern itself with this. 🤔 Saying that, we can already see the community...