Jeroen Op 't Eynde
Jeroen Op 't Eynde
This PR implements support for StatefulSets, which is pretty much the same as Deployments. To facilitate this I've abstracted out the processing of Deployment into logical functions so that both...
### What happened? Earlier this week we were updating our Terrajet based provider and ran into this panic while running `make generate`: ``` panic: runtime error: invalid memory address or...
Adding a config option: ``` // Some of the alerts use predict_linear() to fire alerts ahead of time to // prevent unrecoverable situations (eg. no more disk space). However, the...
Attempt to fix #16 in doc-util rendering, this is a bit more complex than I anticipated, I've used this example to test various places where dotted keys can be. ```jsonnet...
ref: https://github.com/folke/which-key.nvim#-colors
I found myself implementing this elsewhere and figured it'd be easy to support in stdlib. I ran `make test`, it succeeded for my changes but had unrelated failures, we might...
Rebased #665: > Introduces 5 new built-in methods to the stdlib: > - `regexFullMatch(pattern, str)` -- Full match regex > - `regexPartialMatch(pattern, str)` -- Partial match regex > - `regexQuoteMeta(str)`...
Fixes https://github.com/grafana/grafonnet/issues/149 In the Grafonnet community some folks asked for support on the Zabbix plugin. I'm taking the liberty to propose adding this to the repo but feel free to...
Followed the manual, I hope I did it right. It worked on my machine™
A plain example: ``` [I] ➜ cat vendor/read.jsonnet {} [I] ➜ jsonnet -J vendor --tla-code-file "file=read.jsonnet" -e 'function(file) std.toString(file)' "{ }" [I] ➜ jrsonnet -J vendor --tla-code-file "file=read.jsonnet" -e 'function(file)...