Mitchell Hashimoto

Results 349 comments of Mitchell Hashimoto

No problem @erikh thanks for all your help up to this point. I don't see a future where I'll be using this project again, so it may be best to...

> oh, to clarify, I think dropping 1.10, and 1.11 support is probably worth it if it causes you to write unnecessary workarounds or other complexity. > > @mitchellh I...

Pretty odd. I expect its some weirdness with the C API. Steps forward would be: 1. Determine if `mrb_run` is supposed to work with procs at all. 2. If yes,...

(Note: not telling you you have to do this, just posting that thats what the steps are in general)

Yeah I figured that would cause friction. So I'm not sure. I realize too that storing that much data for all objects on large configs might be painful, so maybe...

Going to tag this with enhancement since I think this is more of a feature request, I don't think this is anything we ever supported. :)

So I think the only thing we can do here is: - For primitive types we can do equality automatically - For non-primitive types we'd need a equality function provided....

I just opened a PR to fix #199 (PR: https://github.com/genuinetools/img/pull/326) but that will not resolve this exactly. The layer digests do match exactly but the root digest does not _if_...

Extending Apple's syntax would make the most consistent UX but I imagine using HCL2 expressions would be easier. I don't want to get stuck interpolating every string again with `@env:`...

This is interesting. It'd definitely be worth investigating for sure. I don't have time right now to look into this but I'd be down to have this built-in. I think...