Vasek - Tom C

Results 236 comments of Vasek - Tom C

I'm currently hitting an issue with `ts-morph`, I'll need to change the way I actually resolve typedef in case of intersection. I opened an issue, hopefully I can get unblock...

Update related to the Type resolution: I'm having an issue with `ts-morph`, he's not able to properly resolve some types for some reason so I'll need to change my strategie...

Ts-morph is doing such a weird job on type resolution.. it can resolve a node to a complete different type and it's not consistent... ``` node: test: TestEnum = TestEnum.A...

I still need to write tests for them, will do tomorrow!

Test added, however the CI look super bad, I'm trying to make it green

After fixing my issue with type handling, I'm seeing such a weird error on that PR: All the `sdk check` steps are failing for the same reason: ``` error: No...

I'm trying your suggestion, see if it fixes my issues

The lint error doesn't seem related to my changes, I'm trying locally to see if I can repro https://dagger.cloud/dagger/traces/d36cdff1f83c06434901bb028379210b?span=341b0c4c8564184f#341b0c4c8564184f

Lint is good locally, so guess it was a flack, gonna run the CI until it's green so I can merge that one

> Is there a way we can make this change without breaking modules that have already been published to the daggerverse? Can we change the behavior based on the engineVersion?...