Denis Vaumoron
Denis Vaumoron
what do you think of an option in the configuration file in addition to the flag ?
Hi @jjbustamante, The methods in DockerClient interface return struct, the goal is to populate them with the data returned by the ContainerEngine implementation, the Image implementation returned by the method...
I didn't get the point with the DCO check, it doesn't accept my signed-of-by, but looking at https://github.com/buildpacks/rfcs/commit/714a7f0637d75968d1bf3938aedb3e493f39a10b, it seems possible to use your true name with an email with...
I rebase and reword my commit in order to have the waited signed-off-by
[go-callvis](https://github.com/ondrajz/go-callvis) doesn't seem to help for that, it does not keep track of object passed as argument. The diagram from @jjbustamante is more helpful than those I obtain with go-calvis
To be more accurate, you are limited to path calling some part of a package (pkg/client) from another (cmd/pack), the resulting graph is not very readable
I think HCL is pretty readable and expressive, and programmatic manipulation can already be done with JSON, so i am not sure the gain worth the cost.
I don't get your point, you can work with YAML, and use a little converter to feed opentofu with a JSON version, but I am unsure about the inclusion in...
If the need is widespread, a simple (and pretty ugly) way to do this is to make the conversion from YAML to JSON before sending the bytes to the HCL...
That's not clearer, just prove you don't get my point, the intermediate JSON only purpose is feeding opentofu (could be in .gitignore), users can use and read the YAML, your...