Joel Longtine
Joel Longtine
I was curious about custom scalars for mode/permissions for #3167, too, which is a `uint32`: [`type FileMode uint32`](https://pkg.go.dev/io/fs#FileMode). Not quite sure what that might mean for client code generation, though.
@sipsma @vito Found this code for creating custom scalars, by the by: https://github.com/graphql-go/graphql/blob/v0.8.0/examples/custom-scalar-type/main.go
I'm looking into this!
@sipsma I'm guessing this change (https://github.com/moby/buildkit/pull/3332) will be helpful for implementing source pinning? Looks like that dropped in the [v0.11.0-rc2 buildkit release](https://github.com/moby/buildkit/releases/tag/v0.11.0-rc2)
That's awesome! I can see it coming in handy!
@vikstrous2 @PierreR I've used https://github.com/homeport/dyff for creating diffs of outputs from CUE for CloudFormation. Quite nice. Works really well for semantic diffs. Worth a look! And, hopefully we can build...