Vasek - Tom C
Vasek - Tom C
#7944 was an attempt to fix that issue, however it seems that it's not possible for now because: > Alright, I'm closing this PR since it doesn't support function's argument...
I'm closing this issue since we're not likely to use ECMA decorators until the proposal is fully integrated to Typescript. Please reopen this issue when that's the case and we...
It's possible to override the current node version, do you want to actually change the image itself? https://docs.dagger.io/manuals/developer/typescript/356352/runtime#nodejs If so, I can add that capabilities
> Yes, change the image not just the version or package manager. Okay I can make that happen, I'll do a change on the runtime :D
@Xiot Thanks for reporting this issue, we could solve this by allow user to implement their own Scalar or enum. We made a [PR](https://github.com/dagger/dagger/pull/7158) few weeks ago to add support...
> From a Typescript perspective I prefer unions of string literal over enums. Its generally closer to what I tend to use, as enums in typescript are weird I totally...
> One of the other feature requests that I raised, https://github.com/dagger/dagger/issues/7402, was to create a series of lint rules that would make it more clear that something, in this case...
> That what the point of a lint rule though. They are generally designed to warn you if you are doing something that is unwanted/unsafe. But there would definitely need...
Hey @Xiot 👋 Did the enum support helped you (#7498) or string literal is a necessary to match your need? I'm trying to mesure how we should prioritype this issue.
> I haven't had a chance to take a look at the enum stuff yet. Okay, let me know if it helps you :D