Thayne McCombs
Thayne McCombs
Could this be replaced by the new memory api?
Looking at the current code, it looks like chef now automatically dearmors the key. But I think there is now a related issue, where if the original downloaded file is...
Actually, I don't think the original issue has anything to do with dearmoring. Looking at the debig logs, it seems that there is a bug in the not_if condition for...
Ok, I tracked this down. I'm pretty sure, that this should be fixed by https://github.com/chef/chef/pull/15008 But it appears that that is not in version 18.7.10. is there any chance that...
I think it would be possible to do something like that, but it would add a lot of complexity, and doing it unconditionally could hurt performance in cases where you...
Still needs tests. I haven't figured out how the tests are organized yet.
@amberkushwaha931 I don't understand what you are trying to say. what data field and vendor info? what is the selected file ratio and contability graph?
Any update on this?
What is the reason for not adding this feature? Having to invoke the aws cli for each file individually is significantly slower, since you have to pay the cost of...
Would it make sense to implement Project for types like Option and maybe Result with something like ```rust impl Projectable for Option { type Inner = ::Inner; } impl Project...