-
AsyncReactiveCommand を、canExecuteSource 引数に例えば ```ReactiveProperty``` のオブジェクトを渡して生成したとします。
このオブジェクトの値がワーカースレッドで変更された場合、CanExecuteChanged がワーカースレッドで発火されるため InvalidOperationException が発生します。
Execute…
-
私のPCにはExpression Blend SDKを導入していないのですが、その状態でVoiceroidUtilをcloneして.slnをビルドしようとするとビルドエラーが発生しました。
C#ファイルでは`Behavior`クラスの使用箇所等で、XAMLファイルでは``タグ等でエラーになっていました。
(これらのエラーによりクラス定義が不完全になって波及的に影響するためか、合計168箇所でエ…
-
ObservableCollectionをToReadOnlyReactiveCollectionすると、
ObservableCollection.Moveした際に、ReadOnlyReactiveCollectionからNotifyCollectionChangedAction.RemoveとNotifyCollectionChangedAction.Addが発行されるのは何か制約などがあっ…
-
Thank you for this awesome library. I'm using ReadOnlyReactiveProperty in my WPF applications to set ViewModels for Pages. I want a page to be disposed of automatically when it is changed. An easy way…
-
### Xamarin.Android Version (eg: 6.0):
10.1.4.0
### Operating System & Version (eg: Mac OSX 10.11):
Windows
### Support Libraries Version (eg: 23.3.0):
```
7.0.35
…
-
I have been thinking that I try to separate the NuGet package to each platforms.
Because to support Avalonia UI(the related issue is #133)
Current idea is:
- ReactiveProperty(for all platforms)
…
-
Hi consider this snippet:
```
...
computed: {
someProp() {
if(this.nonReactiveProperty) {
return this.reactiveProperty;
}
}
},
...
```
From the documenta…
-
I upgraded my WPF .NETCoreApp3.1 to the latest version of ReactiveProperty and now I'm getting this error:
![image](https://user-images.githubusercontent.com/5692812/82015587-ef450d80-9633-11ea-9f9…
-
Subscribing to a ReadOnlyReactiveProperty built off a completed observable no longer raises the latest value on subscribe, even when setting the mode to RaiseLatestValueOnSubscribe. Was this intention…
-
### Version
2.6.11
### Reproduction link
[https://codesandbox.io/s/vue?file=/src/App.vue](https://codesandbox.io/s/vue?file=/src/App.vue)
^^work in progress
### Steps to reproduce
…