Erik Sipsma
Erik Sipsma
Totally agree that the base image can't be fixed, in addition to what you mentioned we will also run into company compliance issues eventually. Besides just customization of the base...
Also, while I'm not opposed to publishing our own OCI images and such, I do like how we currently avoid that by using LLB in the engine. It would be...
@helderco we don't have a timeout in Go or Node for the build as a whole, which I think is probably the preferable behavior. I think the ideal should be...
I did some *very* preliminary experimentation with this the other day (not functional at all, just half-written playing around code): https://github.com/sipsma/dagger/commit/5ba6adc67d315dc5f5e80c221e4fea438ca542a8 A few notes for whenever we come back to...
> It has been done with Go codegen package. This issue is meant for extensions, specifically the ability to take source code and derive a schema from it. Clarified the...
Modules implementation has support for typescript
We actually used to support this on accident because the old client codegen was including an extension's own schema when generating code for that extension. That approach is appealing in...
> User can write a dagger script in Go, and enjoy the experience - @sipsma @aluzzardi how should we track if this specific experience is being completed? * This PR...
@mircubed I made a placeholder issue yesterday: https://github.com/dagger/dagger/issues/3316 I can work on this quickly. I will need to know where we should actually link users to but I'll write out...
Is there any time frame on when we want this to land by? I am happy to cleanup the proof-of-concept commit, just might not have time in the next 2...