Sebastian Rutofski

Results 10 issues of Sebastian Rutofski

## Check these before submitting: - [x] The issue doesn't involve an [Unsupported Feature](https://github.com/airbnb/lottie-ios/blob/master/README.md#supported-after-effects-features) - [x] This issue isn't related to another open issue ## This issue is a: -...

Hey! The nim package is outdated for more than 2 months now. I tried to come up with an updated PKGBUILD file which seems to work on my system, but...

## Expected Behavior Detekt should not report `UselessCallOnNotNull` on `listOfNotNull` in the code snippet in "Steps to Reproduce" ## Observed Behavior Detekt reports `UselessCallOnNotNull` on the `listOfNotNull` in the snippet....

support
waiting for feedback

Hi, I'm trying out mutmut on https://github.com/SebRut/pygrocy and mutmut reports this mutant ([affected file](https://github.com/SebRut/pygrocy/blob/develop/pygrocy/data_models/meal_items.py)): ``` +++ pygrocy/data_models/meal_items.py @@ -13,7 +13,7 @@ def __init__(self, response: RecipeDetailsResponse): self._id = response.id self._name =...

I had to manually install `influxdb-client` to make it work.

Hey, I just installed devdash on Manjaro linux using the `devdash-bin` AUR package. (https://aur.archlinux.org/packages/devdash-bin) Upon running `devdash edit` I get the following crash: ``` panic: runtime error: index out of...

When running detekt in CI we sometimes get the following exception. Rerunning CI "fixes" the issue: ``` Execution failed for task ':app:detektPlayStoreDebug'. 08:44:58 > java.lang.IllegalStateException: Analyzing [REDACTED].kt led to an...

bug

Travis CI leads to issues with billing every know and then, migrating the complete CI to github actions could solve this and unify CI.

Refactor the tests in `test_grocy.py` so we can get rid of the responses depedency

enhancement