Momo Kornher

Results 484 comments of Momo Kornher

> Ok, ignore this. I upgraded to the latest version of docusaurus and they support CommonMark now instead of having to use MDX so this is no longer an issue....

Hey everyone, quick update. I have "finalize" the list based on everyone's feedback. However this is going to be a living document and we can still make changes. However they...

Some notes on not included/changed items: - "Change task runner to use dependsOn, rather than imperative instructions" Not MUST, because I don't think it comes up often enough compared to...

> I would really not like to see turborepo, nx, lerna in projen. I have used https://github.com/google/wireit in a few projects and it is magical, does just what it is...

> I think another useful bit of the related functionality here, perhaps, would be to isolate projen task runner from projen synthesizer. Because now, in CI and other envs, the...

@DeadlySquad13 Thanks for pointing this out. I've reopened the issue. Contributions are welcome!

> I guess this is still not fixed. :( I get the same error when creating python project @lzmkhan can you run `pip` independently of projen? I'm wondering if this...

Thanks @amit-cubit for reporting. What happens if you try running this command: ``` cmd.exe /c "pip --version" ``` This checks if `cmd.exe` can find `pip`. Which is what projen does...

Thanks for running the command @amit-cubit I'm still trying to reproduce this. Not entirely sure what the issue is yet. 😕

Hmm. You could try using the `--pipenv` or `--poetry` flag. Maybe they can deal better with Windows.