Sebastian Korfmann

Results 39 issues of Sebastian Korfmann

![Screenshot 2023-06-24 at 13 23 57](https://github.com/vercel-labs/ai/assets/136789/c701a317-38f3-4140-94b6-4ab02e66736b) The `docs` section towards the bottom is odd and links are broken. Looks like duplication.

### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do...

bug
cdktf-cli
needs-research
priority/awaiting-more-evidence

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement
priority/important-longterm

I'm seeing this error https://github.com/vercel/next.js/issues/49373 when trying to deploy the example via Vercel. Here's an excerpt from the build logs. ``` - warn Entire page /signin deopted into client-side rendering....

replace 'target' with 'path' in README example 

**Is your feature request related to a problem?** When a project has lots of dependencies / build artifacts in the local project folder, uploading them to the remote instance might...

good first issue
help wanted

This will enable shipping polyglot libraries in - Typescript - Python - C# - Java

That's how it's generated: ```ts const b = new S3Bucket(this, 'b', { acl: "private", bucket: "mybucket", tags: { Name: "My bucket" } }); //... origin: [{ domainName: b.bucket_regional_domain_name!, originId: s3_origin_id!,...

When a resource A is referenced in another resource B, resource A should be rendered first. That's how it's generated: ```ts // ... origin: [{ domainName: b.bucketRegionalDomainName!, originId: s3_origin_id!, s3OriginConfig:...

The `./test.tf` example renders `tags` like this: ```ts const ubuntu2 = new Instance(this, 'ubuntu2', { ami: "ami-0ff8a91507f77f867", availabilityZone: "us-east-1a", instanceType: "t3.nano", tags: [ [{ name: "MyInstance2" }] ] }); ```...