-
I try to test everything and so I a little bit annoyed of the way reactive properties are created. More then a few times I wrote test that failed, because I simply forgot to include the correct ISched…
-
Hi,
Thanks for this great library!
I've just checked your examples and wonder how you clean up / unsubscribe from observables. Both `ReactiveCommand` and `ReactiveProperty` implement the `IDisposabl…
ghost updated
8 years ago
-
Hi Curran,
Looking at the examples and wanted to ask - if you know the data dependencies in the properties, that is if "a" or "b" changes, change "a + b" property - why do you need the digest call at…
-
This line using object.Equals(object)
https://github.com/neuecc/UniRx/blob/e3cbc24a17c122511c02054a0571ae9e30ad1a6c/Assets/UniRx/Scripts/UnityEngineBridge/ReactiveProperty.cs#L80
It cause boxing if T …
-
This code results in an error when I'm using Blend 2015 and that's too bad because you can't use Blend to design WPF UI if you're using ReactiveProperty!
Here's the error message:
Type type 'EventTo…
-
It would be useful if the `ReactiveProperty` class inherited from the `ReadOnlyReactiveProperty` class. That way, we can have a private ReactiveProperty and a public ReadOnlyReactiveProperty with the …
ghost updated
9 years ago
-
Is there anyway to have a StringReactiveProperty that appears as multiline (as if it had had the `[Multiline]` attribute applied to it) in the inspector?
The only way to do it that I can see would be…
-
I'm working in anonymous operator to named operator for performance improvement and readable stacktrace.
for example stack trace of below code are...
``` csharp
Observable.Return(1000)
.Take(50)…
-
The three parts of this issue are:
1. It would be nice to be able to override the `CanExecute` method (right now it's not virtual).
2. It would be nice if there were constructors for `ReactiveCommand`…
ghost updated
9 years ago
-
![2015-11-22_12-39-07](https://cloud.githubusercontent.com/assets/5692812/11326151/5f1ad37e-9116-11e5-9c35-64581573e18f.png)