Momo Kornher
Momo Kornher
> However, in my python environment, I feel like using python tools and not being dependent on nodejs environment. I know eventually implicitly I still depend on it, but better...
@RomainMuller might have insights on the jsii side of things
The Build Artifact on both the build and release workflows don't have `+x` either. Unfortunately it doesn't contain the release bundles, but I wouldn't be surprised if that's where it...
After some research, it might be related to this issue: https://github.com/actions/upload-artifact/issues/38
Workaround documented here: https://github.com/actions/upload-artifact#maintaining-file-permissions-and-case-sensitive-files
I'm not sure to be honest. We might have to play around with options to see which we hate the least? - Tar would be generic, but I doubt the...
> To me, the main argument against that approach is that it leaves a subtle landmine in every user-space `JsiiProject`. I fully agree with that. The best fix would be...
And `pipx run projen new awscdk-app-py` also works! This is great. Good work everyone and especially @jmalins 🥳
Does either of you have the skills handy to test if this also works with the Go and Java packages?
Note to myself: The current implementation is writing configs to a js file, which is then included by a consumer. I'm not sure we can easily support functions in the...