Nick Dellosa

Results 11 comments of Nick Dellosa

![Screenshot 2024-04-25 at 9 33 58 AM](https://github.com/dagster-io/dagster/assets/14113438/82b29fa6-5181-45b0-b041-d6962a00e09d) Just tried this and am also seeing this issue with dagster 1.7.2.

@benpankow I hacked your type system 😅 By creating a custom metaclass that inherits from `ConfigScalar` for my custom datatype and overriding `_get_non_none_public_field_values` in my resource, I was able to...

Hey @pzarabadip, @mjclarke94! So I'm not sure whether Dagster intends to support custom types, or types without 1:1 JSON serialization, or not. But I'll use your example to showcase my...

> This workaround is very neat to see! Right now, the chief constraint to the Pydantic config layer is that it's translated to the older Dagster config system under the...

Based on the extensive discussion on this issue [here](https://github.com/moby/buildkit/issues/2343). I think this can potentially be solved by either a) aliasing the upstream image in the build context of the downstream...

Okay so I did some exploration here - unfortunately I was unable to get something working. Buildx drivers other than the default docker driver are [totally unable to pull images...

Confirmed that bake works pretty nicely!

> Looks good, thanks! > > Let's get this in so we can start iterate on it, if needed :) Just saw this and did a double take because I...

Upon further investigation, the CI issue seems to be a caching issue actually. I added a `--print-stacktrace` to the CI step that was failing and it succeeded. Then I tried...

> Currently using [ConnectRPC](https://connectrpc.com) over gRPC for our RPC communication. It would be better if `protobuf_source(s)` target also support `connect` as an option in addition to [`grpc`](https://www.pantsbuild.org/2.18/reference/targets/protobuf_sources#grpc) currently. > >...