Alberto Ballano

Results 19 issues of Alberto Ballano

Hi there! Seems that if the user is somehow trying to crop a not-really-local image (let's say from an app that provides the photo with "content://" schema, maybe Google Drive?)...

bug

By default, the selected value should be the plus, since the normal use flow is to add something and then show the check, not the other way around.

enhancement
PR welcome
Hacktoberfest

This might come handy to save the users from self-importing this themselves, although I'm wondering if [this guide in the arrow readme](https://github.com/arrow-kt/arrow/blame/master/README.md#L105) was then accurate to the previous state 🤔...

Hi there, I think it'd be very helpful if the app could support theming, maybe just adding a default parameter to each chart type with the colors used inside?

enhancement
good first issue

Hi there, thank you for the work in this lib, I've been using it for a bit and I noticed that the chart doesn't show the exact values for the...

As per #116 #117 #118, currently ListK, NonEmptyList, SequenceK and Ior cannot be worked out with the current fx system in place, so we need to figure something out.

See for example Semigroup's `maybeCombine` signature: `fun A.maybeCombine(b: A?): A` None of the generated Semigroup instances generate the nullable parameter and therefore this function cannot be properly used.

bug

Currently the only benchmark that is running is Queue, but with its current configuration is often wrongly reporting `BadPerformanceBenchmarkError`. We should re-enable benchmarks with a proper configuration to remove any...

Some parts in Arrow Fx have critical parts that we might be able to optimize using this tool: https://github.com/JakeWharton/confundus Some pre and post analysis would be required so we make...

enhancement

First of all, thank you for such a wonderful guide, it's been very fun to follow and play with it. I've noticed a crash when folowing the text guide so...