Vasek - Tom C
Vasek - Tom C
I'm closing this issue since we now supports enum and it already covering that use case, feel free to reopen that issue if this feature is still important and there...
@Xiot Thanks for your report! > However it seems that the prototype isn't actually preserved when the object is used from another module. It's because we currently do not support...
Hey @Xiot, I was thinking about this issue recently, I think I could create some custom linter rules in the TS init template to catch some stuff. I'm not sure...
Yeah I would like to do it as eslint rules, I've never work on that kind of thing but I'm sure there's nice doc explaining how to do that. >...
> Renaming dagger to .dagger > Including the exclude property in my project's tsconfig.json file: "exclude": ["dagger"] This is the right way! Your Dagger module shouldn't be included in your...
Should I close this issue? @vikram-dagger maybe adding some docs about that would be nice btw
> ... although it seems this is actually a TypeScript directive, do you think it is useful to have in our docs? Yes, but it might be useful to document...
I'm closing this issue since this issue isn't an actual action item but more of a reporting, that should be part of the #8711 and a larger monorepo specific doc
> Expose functions as json in dagger functions. Make sense to support this capability. > In the meantime, what is the best way today to introspect a Dagger module and...
> I notice you don't pass a target path in client add. Should we make that mandatory? It would make it more clear what is going on, if the command...