Stephan

Results 12 issues of Stephan

Currently, one can only configure the `failureRatio`, but it would be nice if I could specify the `window` and other values, when constructing a new CircuitBreaker.

If you have persistent flags in cobra subcommands, envy ignores them.

Not sure if this something you want to fix in the your defaults, but this was quite surprising to us: Mysql 8 comes with a plugin called "mysql x" that...

planned

I am trying to apply a filter and then pick the first element from the resulting set and just trying things wildly :) JSONPath: `$.items[?(@.available && @.id>1),0].id` ``` parsing error:...

This was a very confusing error for me: ``` task "foo" { apply = "echo {{param `foo}} {{param `bar`}}" } ``` Error: ``` * root/module.bootstrap/module.node-exporter/task.foo: template: DependencyTemplate:1: bad character U+0060...

bug

Most of the cloud providers have a (http based) metadata api for nodes to fetch some information about themself. It would be nice if converge would have a url module...

enhancement
i-want-a-pony

Page: https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/generatoroptions/ The links for `field-name-configMapGenerator` and `field-name-secretGenerator` just lead back to the page. I am not sure where they are supposed to link.

lifecycle/rotten

Hi there, I just started reading the README and was wondering about the first table (comparsing sort to br). What is the difference between the second and third row? It...

Happy birthday to v3.0.1 - its been 5 years 🍰 On the serious side: Can we get a release? Today I fought a bit with the BadToken error and was...

Input: ``` | A | B | |-----|----| | Foo | `a | b` | ``` Leads to this output: ``` | A | B | |-----|----| | Foo |...