Mitchell Hashimoto
Mitchell Hashimoto
@ambify I think to begin, a blanket all required and all not required bool would make sense to the Config. In the future, a better way to do it more...
Yes if you write a test and make a PR, I will merge the fix. This looks like a bug to me.
I’d be open to changing the error result into a rich error type, I think that’d be the easiest way.
Do you have "weak types" enabled on the mapstructure config? (Or are using `WeakDecode`)? I'm going to keep this open regardless because I think that pointers directly to the correct...
I'm good with this. Is there a test case that can be written (even if it only passes/fails on certain platforms/architectures) that we can have to prevent regressing this?
I just bootstrapped from scratch again on my own on both my Mac and Windows and it worked fine on both. I did update the README and Makefile to revert...
> Did you use UTM? Maybe there is something different with the nix iso I used or even my mac specs. I have a 2020 M1 with 8GB RAM. Is...
> @mitchellh are you on VMWare Player or Pro? Just realized that my vm did't boot with EFI at all, and there isn't any mentioning of UEFI in the vm...
The issue is that the builder uses `instance_eval`, which is horrible. I need to fix this to use a regular Ruby block. I'll keep this issue open until that is...
SkipEntry was added quite a bit later so its very likely that it just wasn't thoughtfully added to all code paths. I also agree that your description of slice behavior...