Momo Kornher

Results 261 comments of Momo Kornher

@phitoduck Hi and thanks for this detailed report! I think you're right, the most appropriate way to implement this would be in publib. Since support already exists for NPM with...

Yeah that error actually makes sense. Node.js supports modules only in `*.mjs` files or when the nearest parent `package.json` file contains a top-level field ["type"](https://nodejs.org/api/packages.html#type) with a value of "module"...

I like this idea! How can we build this in a way that makes for the best Debug Experience, while not sacrificing the shift-left? E.g. how can we prevent that...

Great thoughts! I reckon an additional check in the PR workflow would be enough as a starter. Other options are: - In your face: Change the marker to say "DEV...

I'd really like to get more eyes and opinions on a feature like this. We probably want a RFC and share that on cdk.dev. If you're happy to implement a...

As a starter we can pull out the the existing interfaces from [Task](https://github.com/projen/projen/blob/main/src/task.ts) and [Tasks](https://github.com/projen/projen/blob/main/src/tasks.ts) and see how compatible they are with other Task runners and what's missing (for [wireit](https://github.com/projen/projen/compare/main...rybickic/wireit)...

> I think we just have to accept that it is not possible to pass args to a "pipeline" task (i.e. the root task that calls other tasks). > But...

For posterity: [wireit proposal](https://github.com/projen/projen/issues/1826)

You can try running `projen --no-post` but it also disables other stuff.

Hi @floydspace ! I'm not actually sure this is supposed to work or even possible to work with jsii. Background: Projen is a TypeScript project with [jsii bindings](https://aws.github.io/jsii/) for Python...