Nicolas VERINAUD

Results 6 issues of Nicolas VERINAUD

In the context of my app I need to retrieve the peripheral in order to get the identifier. The problem is that, on Android, it [registers a broadcast receiver](https://github.com/JuulLabs/kable/blob/main/core/src/androidMain/kotlin/Peripheral.kt#L137) every...

bug

I added a simple `amb` operator between 2 signals. A better approach would be to create `+(RACSignal *)amb:(id)signals` but I couldn't figure it out fast enough for now. Open to...

When calling `connect` it connects and subscribes correctly to the underlying signal. Then, disposing the returned `RACDisposable` unsubscribe correctly from the underlying signal. Then, reconnecting no longer subscribe to the...

Hi, First of all thank you for your work ! I encounter an issue with the insets and the content size of the gridView. Setting a left or right inset...

First of all, thanks for your work, it's very promising ! I thought about this earlier this week and I came up with an API I'd like to see in...