Andrey Nering

Results 252 comments of Andrey Nering
trafficstars

Hi @joshuatz, This is an interesting idea, indeed! Shouldn't be difficult to implement.

Hi @hans-d, As far I understand, `stderr` is not exclusive for errors. By convention `stderr` usually outputs logs in general, while `stdout` is for _actual_ ("useful") application output. Given these...

Hi @klauern, That's indeed an interesting idea. The YAML formatting rules can be a bit tricky to test, though. I don't if [go-yaml/yaml](https://github.com/go-yaml/yaml/) would allow us to check if there...

I just found out that there's a package for YAML formatting from Google: https://github.com/google/yamlfmt It seems that it'd be possible to import as a library and have a builtin format...

> Will this support docker-compatibles? (`nerdctl`, `podman`, etc...) @endigma I never had any contact with Podman yet. I mentioned it because some people have asked for it on the past....

Thanks for the tips @no0dles! These are issues I didn't think I would face. Good reminder to test on different OSes as well.

Closing in favor of #448. I started this PR as a proof-of-concept, but without being sure if it was a good idea or not. I end up not having enough...

Hi @pd93, I like this proposal. The biggest reason on why we were avoiding changes like this is because it's a breaking change, but with the new proposal pattern we're...

@pd93 I'd say that this is a bug. It should be available for templating, yes.