Matthew Olenik
Matthew Olenik
I haven't had a chance to try to work this into the current codebase, unfortunately. However, I started working with the HCL2 API, and it simplifies a _lot_ of the...
Oops, awaiting merge still, work wasn't finished.
HCL2 is essentially a complete rewrite of the language, and the API works in a fundamentally different way. It prompted me to essentially do a full rewrite, including a new...
@apparentlymart thank you so much for your comment, I really appreciate your input! I actually rewrote hclq at hack week at work a while ago, but haven't had time to...
Hi sebglon! Could you clarify your question? Do you mean you want to list all the keys underneath "toto"?
I believe issue #10 addresses this. I'm making improvement to key querying and you should be able to do this soon.
That's not random, that's for writing a payload and making it available to the injected code. In my project I used this to pass a string and make it available...
I'm seeing this on macOS Monterey 12.3.1, currently using this same workaround
This seems like a pretty severe bug. `1.0.0-beta1` is not considered less than `2.0.0`! https://play.golang.org/p/y8V58z5BGWx Also appears to be the case in 1.5: https://play.golang.org/p/AysuEhbnFJs
I must be missing something...how does any of that have bearing on a version starting with major version 1 being less than a version starting with 2? Should I open...