WildOrangutan

Results 22 issues of WildOrangutan

### Why - Problem description I'm looking at [ProductImage](https://github.com/openfoodfacts/openfoodfacts-dart/blob/master/lib/model/ProductImage.dart) class and wondering if `size` really has to be nullable, since there is also `ImageSize.UNKNOWN`. I'm not the most familiar with...

🖼️ images

#### Issue Since `TokenExpirationHandler` needs to be `Serializable`, it limits what kind of dependencies you can have. Dependency injection is not possible because of it, which makes it hard to...

I find scrolling through the icons a bit annoying. I would suggest implementing searching based on text keywords.

I've noticed in change logs, that configuration cache support was added. But, when using latest spotless version, my Android studio, still produces a [warning](https://user-images.githubusercontent.com/5972966/222399703-5b39b96b-f377-4763-8bb4-319a9429fae2.png), that spotless in not compatible. With...

question

Hey, love your work, but I have an observation to add, from my experience. It seems like everything is organized in "feature" packages (e.g. `movies`, `login`, etc.). This doesn't seem...

Using `error(throwable)` is kind of bad thing to do. It will result in `throw IllegalStateException(throwable.toString())`. ## Expected Behavior of the rule Fail lint, if `error()` argument is of `Throwable` type.

help wanted
rules

Hey, could you please provide an example, how to use `RetainedInstanceStore` instead of ViewModel. I'm looking at following documentation and have a hard time imagining how that would work. https://bumble-tech.github.io/appyx/navigation/integrations/viewmodel/...

Hey, would it be possible to add a simple example in documentation, that demonstrates how to pass result from child to parent, when using Appyx navigation? Or maybe add a...

It seems like tab is closed, when you click "x" icon, immediately on "mouse down" event. I think it would be better to close it on "mouse up". Sometimes you...

type: enhancement

When you change task, and tap "start new period", task changes to previously used task. I'm not sure if this is the intended behavior, but selected task seems to be...