Roman

Results 428 comments of Roman

After I have deleted this branch, it does not seem to re-occur. Maybe the branch was left there after a failure?

[GitHub stale bot considered harmful](https://drewdevault.com/2021/10/26/stalebot.html)

[GitHub stale bot considered harmful](https://drewdevault.com/2021/10/26/stalebot.html)

This works: ``` new vscode.DevContainer(turbo, { dockerImage: { image: 'node', }, }) ``` I guess when setting `devContainer: true` on the project, it doesn't set any defaults and then because...

1. `image` based on the officially published images and project type Some "official" containers from MS, but maybe also we can custom built some for CDK. https://github.com/microsoft/vscode-dev-containers/tree/main/containers 2. task to...

[GitHub stale bot considered harmful](https://drewdevault.com/2021/10/26/stalebot.html)

[GitHub stale bot considered harmful](https://drewdevault.com/2021/10/26/stalebot.html)

IMO projen shall remain an unopinionated "config manager", and not be concerned with running tasks. I think it is going too far already by taking over all tasks and NPM...

@andrestone If you are still looking to contribute, you know where to find me 😁 I'm working on a few solutions in this space, as a third-party component.

I have a similar use-case, but even more fine-grained. The API I am using has limits per-user. Our systems manages multiple user tokens to fetch data from the API. I'd...