Momo Kornher

Results 484 comments of Momo Kornher

> > I guess we could have a `projen/projen-samples` repo. But maybe starting with a simple `projen/awesome` list is going to be easier. This could obviously link to a samples...

Thanks for bringing this to my attention @marciocadev While this was closed by stale bot, I'm not sure I would have kept it open myself. Can you elaborate more on...

You're right! projen should probably follow all recommended feature flag values on generation.

That's the plan, but I think we will need https://github.com/nodejs/corepack/issues/95 to land in corepack for this to work nicely. I suppose in the mean time this would be a user...

What is the actual issue with this behavior by the way? This is a private method used only in a few specific internal scenarios.

This is the error: ``` /bin/sh: rsync: not found ``` The `package` task (which is called as part of `build`) assumes that `rsync` is available on the machine when in...

Thanks for the feedback. I can understand your decision. We should document the lack of proper windows support better.

Closing for now. The CI part of this task just requires rsync to be available. That's just how it's going to be until we have landed further improvements to the...

Just to confirm, your report here is that while `prettier` is added to the `extends` array, it is not added as the last item like it should be?

Thanks for the confirmation. That makes sense and I guess most people would want `prettier` to be last in this instance. There might be a a reason to not have...