Christian Fiderer
Christian Fiderer
Thanks for taking a closer look!
I have a similar situation, having to set up different (but similar) fixtures for groups of tests. With `Ordered` containers, the `BeforeAll` and `AfterAll` nodes run as intended, but the...
I’m also yearning for a new release, especially as the latest Notary release refers to some dead modules.
I think it is a pain in the ass that people have to do arbitrary shell scripting magic because the --filter logic needs to match the exact number of slashes....
We're using Go templates in YAML files - and the space insertion breaks them. Furthermore, type checking doesn't work where templates are used (e.g. if the template expands to an...
Our stuff is not Helm-related - it just uses the YAML as input to the Go template engine. So for the time being, the file in question is not pure...
> Don't use it in production env. There is a memory leak case in it. @flyingrx This is a very broad and far-reaching accusation. Please be more specific.
Seems that @flyingrx is not willing to stand by his words.
About the support for older Go versions: the [`github.com/sagikazarmark/slog-shim`](https://github.com/sagikazarmark/slog-shim) package provides a means to migrate to `slog` before adopting Go 1.21.
Looks as if you are at Go 1.21 now... with #2377