-
Hey,
is there a way to bind a Cell to a XAML property? I am currently using ReactivePorperty but was hoping to try Sodium as alternative as I id it really fascinating library (and FPR as a paradigm…
-
Hello,
first of all thanks for your template.
I'm looking into it and have a question:
In ShoppingViewModel in real world application, the items should be retrieve using async/await method.
Li…
-
Today when learning the ReactiveX API I created a helper class ObservedVariable that looks like this:
class MyUserModel {
public ObservedVariable userName = new ObservedVariable("Carl"…
-
Hi, I’m looking for Mvvm plugins for Unity and your solution is currently the best I've found.
I worked with Mvvm for over a year on Xamarin technology and clearly understand its work. But what you…
-
### Description
It looks like there's a issue within ImageRenderer on iOS the is randomly making my app to crash.
I have Page with a CollectionView which has an image inside of it's DataTempla…
-
Please comment it.
I'll list to ReadMe.
https://github.com/neuecc/UniRx/blob/master/README.md#what-game-or-library-is-using-unirx
-
**To Reproduce**
Run this code:
```c#
#nullable enable
using Rocks;
using System;
[assembly: Rock(typeof(BindableReactiveProperty), BuildType.Create)]
public interface IReadOnlyBind…
-
### Description
When running on an iOS device in Release, the following exception is thrown:
Default constructor not found for type `Xamarin.CommunityToolkit.Helpers.SafeAreaTypeConverter
`
This d…
-
Amazing library!
I've found one weird thing. I'm not sure if this is a bug, but ReactiveProperty will ignore changes to its value if the changes happen based on the value pre-subscription.
example…
-
I am encountering an issue in a WinUI 3 application where updating a ReactiveProperty that is bound to the UI using x:Bind from a non-UI thread results in a System.Runtime.InteropServices.COMException…