Daniel Schmidt

Results 104 issues of Daniel Schmidt
trafficstars

### Description In languages like Python where there are no strong types users with invalid configuration (e.g. camel cased vs snake cased attribute keys) might not spot their mistake if...

enhancement
language/python
upstream/jsii
priority/important-longterm
ux/debugging

### Description As of https://github.com/hashicorp/terraform-cdk/pull/2920 we can handle missing attributes / blocks in HCL. The missing properties are typed as `any` in TS, this cold be more precise. ### References...

enhancement
priority/backlog
feature/convert
size/medium

### Description `export type TerraformResourceBlock = unknown;` leads to uncertainty within converts code base, we should improve the type. ### References _No response_ ### Help Wanted - [ ] I'm...

enhancement
priority/important-longterm
tech-debt

### Describe the bug When we run `jsii-pacmak -v --target dotnet` in the build process of [cdktf-provider-oci](https://github.com/cdktf/cdktf-provider-oci) we run into ~50 errors across all sorts of resouces that all appear...

bug
p1

Hi there 👋 I'm trying to use `nokhwa` (built from this main branch) to show my webcam video in an iced application. I am pretty new to this ecosystem, so...

I am running SourceKitten on [EarlGrey](https://github.com/google/EarlGrey) (`EarlGrey/Core/GREYInteraction.h`) with the goal to generate Javascript on the base of it. For this I need to get the argument and return types of...

Hi there, First of all thanks for this great library! I would like to use it for some image fields with a nice Image Picker. My question is if there...

Accepting PRs

There is a type of span in zipkin that does not resemble a client request or a server request. We should therefore introduce the kind "local" to do this. The...

We currently have flaky E2E tests, because zipkin is an external system we interact with. There are some ways to imrpove this situation: - [ ] Poll for a specific...