Daniel Schmidt

Results 142 comments of Daniel Schmidt

Thank you for pointing this out, I opened a PR to fix this and added one that runs `depcheck` on PRs so we don't run into this issue again :)...

We added the source maps a while back on request of a user wo wanted to improve the jump to definition experience during development. I can see that the size...

I tried to reproduce this and for me it worked fine with `0.20.1`. For me it resulted in this cdk code (i made it a stack and copied it into...

That's an unfortunate bug, I think as a workaround you could use e.g. [git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules) to download the module and reference it as a local module in your `cdktf.json` file.

Hey there, there problem seems to be the usage of cross stack references within custom constructs, the workaround you mentioned is the correct thing to do, although it should ideally...

We might not have the capacity for a permanent fix soon, but we are open for community PRs on this topic 👍

You can improve the stability by limiting the performance: `cdktf get --parallelism=3` for example. Regarding the fixed version: we came from an open version range, leading to accidental upgrades of...

The problem is that this task is more often then not memory bound, so CPUs is not really a good measurement. It also heavily depends on the providers (you could...

Yeah this part is a bit confusing and we don't really call the reason it explicitly in our documentation, so we should definitely add a section. Synth synthesizes all stacks...