Nila

Results 14 issues of Nila

Using kubectl cp we can download or upload files to the pods. It would be handy to have that feature available during a remote console session. Shift + are already...

feature

I've added the possibility to add descriptions to: A) Autogenerated fields B) FieldFunc fields I think this is a rather simple way to do it (regarding the options). I'd need...

For issue #102 Should we log a deprecation notice if we detect ingress objects using the old annotation? Could be done easily in matcher.go if we add a zap logger...

In NGINX ssl-redirect is controlled by the "ssl-redirect" annotation. I saw you implemented this functionality by it being enabled by default and the annotation "disable-ssl-redirect" to turn it off. I...

Hey there! Thank you for providing us with a precompiled binary to use with the Kossel Printer! Its working great, except that I have to preheat manually... If I do...

https://tip.golang.org/doc/go1.20#errors

enhancement

The results in our GH Actions Benchmarks seem flaky. For Example: https://github.com/go-mojito/mojito/commit/3c7481a46f933ec5a395ceb5519ea479133a8c46

.mojito is not a format recognised by most editors. We should document the .mojito format a bit so people know how to use it.

Addresses issue #92 and also switches the implementation of the stdlib logger to `slog`

### Description The logging system is causing a lot of allocations related to fields even when using a zero-allocation logging backend like zerolog. https://github.com/go-mojito/mojito/blob/cab236e346064194081441bc6696edc9a551ab77/pkg/logger/util.go#L7-L12 ### How to Reproduce Use fields...

bug