Alex Suraci

Results 359 comments of Alex Suraci

Relaying this idea from Discord so it doesn't get lost: To support `dagger generate`-ing with a path you want to regenerate, when we run a generator we could inspect its...

This feels like a bug with the `plain` UI frontend, especially if those spans are already marked `ui.encapsulated` (don't have a trace handy to confirm).

> @vito what's the reason again that telemetry is included with the generated module code as opposed to just being imported? Now that I think of it besides being noisy...

Nice - seems like a good start! Ended up more complicated than I thought, which could be legit since my suggestion was naive. AFAIK `git apply` works without needing it...

Still a bit hesitant to do this, but not blocking, considering we've already tried the status quo for long enough. The failure mode to me would be if the pain...

> Perhaps this is easier to implement by piggypacking on an existing directive (`+ignore`) which is already supported by all SDKs? But will SDKs allow passing a string instead of...

The main blocker is dialing in the language design. There's a solid foundation right now, but I still have quite a few things to figure out: * [x] Boolean `&&`...

Quick note: for this to work I think we'll want to think of it like a 3-way merge of patches (or applying patches repeatedly, depending on the API shape). That...

@eunomie Ah yeah binary files will have to be handled. FWIW, one of the reasons I opted for using `git diff` internally is that it supports `git diff --binary` which...