Momo Kornher

Results 261 comments of Momo Kornher

I agree. We need to make sure the contract for task runners is right. Then we can implement a default choice for the batteries-included projects based on that.

Closing this here in favor of #2051 We need an API first before we choose a tool.

Note that npm v9 changes the packing rules https://github.blog/changelog/2022-10-24-npm-v9-0-0-released/#%E2%9A%A0%EF%B8%8F-notable-breaking-changes

@gradybarrett Sorry for coming back to this so late. I finally had some time to look more into the issue of manual releases. ### Release As far as I understand...

Closing this in favor of the documented manual release process (#2137). Still very open to contributions in that area, but I'd like us to work towards a better end goal...

There is also a huge issue with running Docker in Docker on GitHub action and sharing files on the file system. I had a to write a nasty workaround: https://github.com/mrgrain/streamlink-serverless/blob/main/projenrc/WorkflowDockerPatch.ts...

@AljoSt Have you tried running `projen new --from `? `--from` takes an npm spec and pretty much just passed it on to run `npm install --save-dev -f --no-package-lock `. In...

@AljoSt Did this answer your question?

@AljoSt I'm going to close this issue, assuming you've solved the problem. The feature should already be supported by projen.

@aleclarson Sorry to dig out this old issue, but have you ever come across a nice solution for this problem? I've run into a similar issue where I'd like the...