Graham Borland

Results 10 comments of Graham Borland

I'm also getting this error on the `descriptor` field in this code. The code was generated by [OpenAPITools](https://github.com/OpenAPITools). I tried adding `@NativeCoroutinesIgnore` to that field but it made no difference....

I was able to work around the `Generating a MembersInjector or Factory...` error by pulling the injected fields out into a base class, and leaving the generics in the subclass.

One year on, any more status updates? Any plans to incorporate changes from [Badoo's fork](https://github.com/badoo/RIBs)?

My workaround was to make sure Jitpack is last in the repository list. Jitpack's documentation does say: > Note: when using multiple repositories in build.gradle it is recommended to add...

Do we have an ETA on the `deliver*ToView` methods?

There is similar strange behaviour with `deliverLatestToView` (the variant without the caching). Again, this delivers all of the items which should have been dropped while the view was detached, but...

If the cache behaviour is intentional, then I think it doesn't match [the documentation](https://github.com/grandcentrix/ThirtyInch/blob/master/rx/src/main/java/net/grandcentrix/thirtyinch/rx/RxTiPresenterUtils.java#L34-L36): > If the transformer receives a next value while the previous value has not been delivered,...

When you have a Java clock (e.g. injected from DI on Android) and you want to pass it to a KMP library using kotlinx-datetime.

Calendars, finance apps (your monthly bank statement), fitness apps (you ran how far this month?), sales reports... the concept of a specific month in a specific year is ubiquitous.