Filippo Vigani

Results 13 issues of Filippo Vigani

I was playing around with the library - great work by the way - and encountered some issues when converting back to sRGB. I noticed them when creating an `awt.Color`...

I was wondering the reasoning behind the `AddEditScreen` not using the store to save its state. I would've liked to see how redux is supposed to be used in the...

So I started trying out the library following the readme and noticed that after collecting the advertisements flow, a scanner was registered, as per the log: `BluetoothLeScanner: onScannerRegistered() - status=0...

android

Are there any plans in implementing an interface to expose the methods via Kotlin coroutines and Flows? The reactive API is great but for Android or KMP users, using coroutines...

help wanted
question
feature-request

So far all language descriptors are hard-coded to be in English. It would be nice if there was i18n of the library so that the community can easily add new...

It would make sense to add the raw value to the class Tag on top of the already existing human-readable `description`, the same way that we have the `tagType` field...

* Android Studio version: Android Studio Giraffe | 2022.3.1 * Firebase Component: Remote Config * Component version: 21.4.1 (BOM 32.2.2) I'm seeing a crash from my bug tracker that appears...

api: remoteconfig

I'm having an issue trying to parse a markdown which has some emphasis around a link. * [x] `Parser` * [ ] `HtmlRenderer` * [ ] `Formatter` * [ ]...

Currently [addressRegion](https://schema.org/addressRegion) should be used for the "region" in which the locality of an address is. For the United States, it's the state, for other countries it should contain a...

Currently whenever we call `Store.stream(StoreRequest.cached...)...)` the only `Loading` we get is that of a `Fetcher`. This means that if we create a UI state folding the stream of `StoreResponse`s, we...

enhancement