Momo Kornher

Results 261 comments of Momo Kornher

> Joking aside, what you are really asking is "I am a maintainer, and do not have subject matter expertise in the area, so how do we vet the changes?"....

You can always manipulate files using the low level API: https://projen.io/escape-hatches.html#object-file-patches

Not sure what's going on. The last CI/CD build on main was still successful: https://github.com/projen/projen/actions/runs/7734258354/job/21087924904 🤔 Doesn't seem related to your change.

@timothymathison See https://github.com/projen/projen/pull/3320#issuecomment-1923644372 I't will probably take me over the weekend to get this sorted. Apologies.

Yeah yeah, I'll get to it. 🤣 It's been a hectic week.

Sorry this is taken a bit longer than usual. I should have some more time next week.

Sorry this took so long. Do you know the feeling when you're going into what you expect to be a quiet week, and then it isn't? 🙈

Before you get into development, can you write (or update) a pseudo documentation page illustrating how this new API would be intended to be used? This might be better done...

Agree re `black` and `flake8`. Not sure I'm a huge fan of `minPythonVersion` and `maxPythonVersion`. I always felt the python way of defining it as a dependency is better. Is...

Yep, `NodeProject` doesn't handle this great. With all of this, we should start by adding new components without integrating them into the `PythonProject` at the start.