Rodney Littles II
Rodney Littles II
Adding `ToProperty` extension methods to the list.
I think the over all plan is to give the flexibility of some of the .NET Core Startup concepts, but keep a simple `RxApp.InitializeWPF()` option. This would institute a huge...
Does this resolve your issue? https://github.com/reactiveui/ReactiveUI/issues/2037#issuecomment-493662223
@daveaglick Do you have a specific vision for this? I would be willing to tackle this, but would need some help getting started.
@robinfischerinnogames I did not. I was using it adhoc in some of my projects, so I figured I should support it in a single place. I haven't gotten around to...
I used a similar approach to https://github.com/Milad-Akarie/injectable/issues/470#issuecomment-2179110210. Not sure if it's the "right" way but it works for my use case. ```dart @module abstract class ThingOperationModule { @lazySingleton List get...
Thank you for the suggestion! I will work with the teams to get some additional documentation going. /cc @reactiveui/learning-team @reactiveui/android-team Is there anyone versed enough in `RecyclerViewAdapter` to add some...
@jkyon Out of curiosity, what would you consider helpful from a tutorial? What topics would you have found beneficial approaching the framework, and Rx in general? Is it greenfield development,...
@cabauman I noticed you have https://github.com/cabauman/SectionedRecyclerViewBindings which speaks a bit to `RecyclerViewAdapter`. Might you be in a position to work with me to get some documentation together on the matter?...
Let me know when you have something more concrete. Looking at some other Blazor stuff and found a few components we might want to add.