Sören
Sören
Hey everyone, I have found a bug related to android app deployment. When installing the android example app via `deploy: default apk`, everything works as expected. I can connect to...
For some reason `listFiles` decided to list `values-el-rGR` before `values`. This meant `keysIndex` was not set, leading to a null pointer exception. Fixed by first processing the `values` dir, and...
**Describe the bug** Disabling the `Trapezoid` param does not work when the probe depth is >= 7.0 The [specification](https://github.com/clariusdev/solum/blob/master/specifications.md#parameter-controls) of the `Trapezoid` param does not mention which depths are supported,...