Mario Vejlupek

Results 5 issues of Mario Vejlupek

Steps to reproduce ``` 10:27:56 in ~/Downloads/kubeseal-test ➜ kubectl create secret generic mysecret --dry-run --from-literal=foo=bar -o yaml >mysecret.yaml 10:28:13 in ~/Downloads/kubeseal-test ➜ cat mysecret.yaml apiVersion: v1 data: foo: YmFy kind:...

enhancement
help wanted

We have run with our users to metrics with more than 300 characters, so suggestion about length would be nice in docs. Suggestion is based on https://docs.datadoghq.com/developers/guide/what-best-practices-are-recommended-for-naming-metrics-and-tags/#rules-and-best-practices-for-naming-metrics

- [x] Src - [x] Update dependencies - [x] Switch to `interval_ms` instead of `interval` - [x] Log failed connections on e.g. lookup error or unable to connect - [x]...

We have encounter case where we need to test multiple elements in single test as you can see here https://github.com/wc-catalogue/blaze-elements/blob/master/packages/collapsible/Collapsible.test.tsx#L53 So I have got idea that we can enhance waitFor...

When you will try to backup huge dir, which will not fit into tmp volume tergum will fail without explanation. We should check if there is approximately enough space and...