-
いつも大変、お世話になっています。
BusyNotifier で Await できないのですが、これは仕様でしょうか?
ユースケースとしては、結構、使いたい場合があるので、対応してもらえるとありがたいです。
例えば、実行ボタンとキャンセルボタンの2つ用意して、キャンセルボタン押下時は、キャンセル完了を待ちたい場合があります。
現状、BusyNotifier ではawaitができない…
-
**Describe the bug**
It's very straight forward patch to 1.3.0 and start game. Mod will fail to load with the short error being:
TargetInvocationException - Exception has been thrown by the targ…
-
I want to use Dropdown, but I got ArgumentOutOfRangeException when choose item from dropdown list. Tap Dropdown control, shown dropdown list, tap item in that list, occurs exception.
I cannot find my…
-
**Describe the bug**
When selecting a cantrip to cast (light, for example) - it shows as 0 available, though it should be at will for evrybody who has this cantrip
**Screenshots**
![light](https:…
-
OneWayBind throws an error when the value is null
The vm has a reactiveProperty called appointment which itself has a reactive DateTime property Canceled
this.OneWayBind(ViewModel, vm => vm.Appo…
-
以下のようなコードを記載してから、listにデータをaddした場合に、rListには、二重にデータが登録される場合がある。
8.0.2で発生、7.12.0では発生していなかった。
VS2019使用。
```
list = new ObservableCollection();
rlist = list.ToReadOnlyReactiveCollection(x => new FooVi…
-
いつもお世話になっています。
現在、自分たちのプロジェクトでは、以下で提示したとおりToFilteredの処理を高速化するため、「RangedObservableCollection」を定義して使っています。
https://github.com/runceel/ReactiveProperty/issues/237
こうすることで、Filteredの処理がとても速くなりました。…
-
Hello, first of all, thank you for this wonderful package.
I have a "problem" when enabling / disabling a button in the UI.
This is a piece of code that works properly.
```
[Required(ErrorMe…
-
以下のコードを実行すると、rp2 の生成箇所で InvalidCastException が発生します。
```cs
namespace ConsoleApp1
{
internal class Program
{
static void Main(string[] args)
{
var model = new Model();
try {
…
-
こんにちは。今回は日本語で質問させていただきます。
# 主題
今バグに悩まされております。前回の質問 #275 で提案されたアイディアをベースに、「選択されたアイテムのみを抽出する」SelectedItemsという名のReactivePropertyを考えました。
ここでさらに機能追加をします。直線オブジェクトの場合は、その両端のスナップポイントのViewModelを代わりに抽出…