Zak Cutner

Results 22 comments of Zak Cutner

Okay, I think that might be easiest to discuss with some code—I'll open a draft PR to suggest some potential improvements.

Thanks for all the advice! I've opened pull request #1416 to discuss this further, let me know your thoughts.

I'm also facing this problem with the Docker CLI, because it embeds files in a `data` directory (https://github.com/docker/cli/blob/v23.0.1/cli/compose/schema/schema.go#L62): ``` compilepkg: [...]/external/com_github_docker_cli/cli/compose/schema/schema.go:62:12: could not embed data/config_schema_v*.json: no matching files found ```

Hello! I was wondering if there's been any more progress on this? I think that even an `SQLValuer()` method on `pgtype.Map`, as discussed above, would be very useful to make...

@quasilyte @cristaloleg Just bumping this, would it be possible to get this merged?

No problem, thank you so much for getting back to me! > Generally I would generally be surprised if, for a method with a signature like: > ```go > NewFoo(ctx...

Hi @clintsowada! > Only if I set the `ref` value to something that is not the UUID I retrieved from the API. If you change the `ref` of a rule...

After some more investigation, it appears that a change a while back mistakenly broke the logic that is meant to prevent drift when the `ref` field is being used. Sorry...

Thanks for getting back to me @mxinden! > Is there a use-case for this outside of testing? Not that I've encountered 🙂 > Are you aware of any Prometheus client...