Ward Loos

Results 6 issues of Ward Loos

Helm v3 changed the `--timeout` flag from `int` to `time.Duration` so it now requires a unit of duration, e.g. `300` becomes `300s` or `5m0s`. Since Helmsman v3.x.x only works with...

Hi, I'd like support for secret variables. By this I mean that the value isn't shown when you run `envman print`. Use case for this is to print the env...

**Describe the bug** Fleek doesn't seem to be able to handle a dot in the package name, e.g.: `nodePackages.yarn` It just reports that the branch is already up to date....

**What this PR does / why we need it**: Fix `loki.querierAddress` helper distributed check. The current if statement effectively checks if the string is non-empty. **Which issue(s) this PR fixes**:...

size/S
area/helm

As reported before in https://github.com/cdgriffith/Box/issues/164#issuecomment-1359179014 The current behavior of `default_box_create_on_get` is not what you would expect and eliminates a large part what makes `default_box` useful in the first place. In...

bug

Box `b` should not contain `'foo': {'bar': {}}` after the get. ``` >>> b = Box.from_yaml('a:\n b: c', default_box=True, default_box_create_on_get=False) >>> b Box({'a': {'b': 'c'}}) >>> b.foo.bar Box({}) >>> b...

bug