Erik Sipsma

Results 249 comments of Erik Sipsma

Buildkit v0.11 is adding a way of retrieving execution logs after a build finishes, so hopefully that will make it somewhat easier to implement this relative to the huge song+dance...

@shykes it has not been released yet, there's a few more issues that we need to close before we do the next release: https://github.com/dagger/dagger/milestone/16 Most of those PRs have approval...

@shykes your concerns make sense, I was approaching this from the perspective that we're getting a ton of requests around all this and wanted to find the quickest possible solution...

Splitting this issue out into separate ones for individual items. In addition to the list in the description, made a few new ones for specific points brought up here: *...

Are we considering the container-to-host case (i.e. I want to run a dev webserver in dagger and access it from my browser) to be the same as host-to-container? In theory...

> DNS addresses would not be user-configurable, to avoid collisions. Instead they would be a content-addressed hash. For Bass I use base32 + xxh3 to get short addresses like GRLO5DSIPLJPQ....

Great catch, on a less urgent note we'll also run into problems representing dates w/ unix time after 2038 :-) My immediate thought is to create a custom scalar that...

Added a test now. Also had to add support for specifying `localhost:0` where a random port is chosen; I needed it to minimize conflicts between different tests but seems nice...

I realized that once we have the CLI use `engine.Start` directly all the changes to the Go SDK in this PR will not be needed, so I'm going to put...