ztmr

Results 23 comments of ztmr

@ebraminio If we are going to draw graphics and possibly some more hypertext, I would really like to be able to specify coordinates where to render it, not just blindly...

@rs: Oh, of course, how could I forget about CUP! :o)

I am having issues with git as follows: - a clean repository clone - change a file - run `git status` first time: shows many other files labeled as changed...

Can we at least make the CNI path configurable in the meantime? I am trying to run Ignite on NixOS which has CNI package but does not install it in...

One more thing: ignite is passing the paths to go-cni, so it would be nice if go-cni itself detected some kind of env var with overrides and this way, we...

I don't like calling OS commands from Terraform, but this is a simplified version of what we have done as a workaround for now: ```terraform resource "local_file" "environment-infra-yaml" { sensitive_content...

@schollii you are absolutely right! Our use-case however is to run this in GitOps-style pipeline, so there is no human interaction or any pre-existing files. That's why we chose not...

Same observations here, I was not sure if it is me or the software...

Not sure if I understood this issue correctly: if you allow configuration to be in the POM directly, is there any chance this configuration can be inherited from the parent...

Our compiler has its own section in config file, so it does not matter if we put it there or to compiler_options in the same config file. The reason why...