Momo Kornher
Momo Kornher
I believe you see these issues in your projects, however I don't. So I would really appreciate a reproduction example.
Hmm. This is an issue with `projen-github-action-typescript`, which defines very specific (imo incorrect) requirements for projen: https://github.com/projen/projen-github-action-typescript/blob/main/package.json#L64C15-L64C25 Running the following works (or at least until I hit another error). ```...
> I have, as of yet, been unable to fully deploy a project without a peerDependency with projen. I don't think this is necessarily a problem, but I also am...
There will be bigger changes and some deprecations as part of https://github.com/projen/projen/pull/3162 Closing this one here in favor of those. Lesson learned is certainly we need to be more explicit...
Thanks @garysassano This seems like a reasonable suggestion, but difficult to implement (see below). I think there's just no real story for this kind of "migration" in projen at the...
@mergifyio update
Initial investigation: - The data passed via `__new__` is required to correctly "create" project for the first time. - The assumption appears to be that `projen new` will add additional...
I want to first make sure I understand you correctly: You are building custom abstractions for projen. And because your team is using Python, you are building these abstractions directly...
> It turns out that due to a limitation of the JSII, when we try inheriting from ObjectFile in Python like so, we aren't able to modify the private attributes...
I suspect that on windows the file ends up being added to git with `mode 100644` - maybe because the permissions get messed up? But that's how it ends up...