Oscar Nylander

Results 10 issues of Oscar Nylander

First off, thank you for the great tool. Reproduction steps: 1. Load the following VectorDrawable into an ImageView: ```xml ``` 2. Run `avocado` on the aforementioned VectorDrawable: ` $ avocado...

**Describe the bug** When using the Drop In-SDK, in certain cases (as explained in reproduction steps), the `DropInService` gets retained after `onDestroy`, leading to bugs caused by out-of-lifecycle method calls...

- [X] Did you check to see if this issue already exists? - [X] Is this only a single feature request? Do not put multiple feature requests in one issue....

enhancement
4 - medium/high priority

Expected behaviour is to not see any data from previous Profile Screen-opens when opening the screen for a different user.

bug
4 - medium/high priority

Expected behaviour is that Swipe-Refresh can be activated regardless of error states.

bug
4 - medium/high priority

Dependency Injection can: - Help reduce the amount of reliance on singletons - Reduce the amount of glue code necessary - Improve the testability of the codebase I recommend `hilt`,...

refactor
2 - low/medium priority

As a strategy for managing dependencies, Gradle Version Catalogs is the most scalable approach for managing dependencies. In particular, it makes defining common versions a breeze. Read more: https://docs.gradle.org/current/userguide/platforms.html#sub:conventional-dependencies-toml

refactor
1 - low priority

Expected behaviour is that posts get marked as viewed immediately after having been viewed.

bug
4 - medium/high priority

Infinite scroll can unintentionally promote unhealthy consumption patterns. Paging can help create natural 'exit points', which in turn improves user agency over their consumption patterns.

enhancement
4 - medium/high priority

Hey! First off, thank you for the great util, Jake. And all the other cool stuff you've built througout the years. I'm having an issue where `pidcat`, installed from `brew`,...