Hannes Dorfmann

Results 270 comments of Hannes Dorfmann

Thanks @jhowens89 for your kind words and to bring this up interesting discussion. I'm sorry guys that I can't contribute much to this discussion right now because Im super busy...

what are you exactly looking for? Schedulers work like with any other RxJava example. Bagus Erlang schrieb am So., 20. Okt. 2019, 01:29: > — > You are receiving this...

Hi, can you share any Stacktrace please?

if you use a Pool, you need to ensure the the `viewType` ids for each adapter delegate is constantly the same. You can specify your `viewType` by calling `adapterDelegatesManager.addDelegate(yourViewType, yourDelegate)`....

Feel free to create a PR to add support for this SteliosElaiotrivaris schrieb am Sa., 22. Feb. 2020, 12:46: > any updates for this ? > > — > You...

Hello, yes, I agree it is a bit confusing. My reasoning / how it works is: if you use `config.useNull = true` then every constructor parameter that can be null...

Yes, I understand what you mean. I think something like `NullabilityMode` could help and make things explicit. For `ALWAYS_NULL` and `NEVER_NULL` things are clear. `NullabilityMode.RANDOM` could be a bit tricky...

I was mainly pointing out a temporarily solution. I think going with something like `NullabilityMode` as suggested by you makes sense. I just need to think more in detail through...

Thanks, I will take a look on your pull request on Monday

Hi, it seems that there are some backward compatibility issues with the constructor. ```