-
English Follows
## デフォルトスケジューラーにReactivePropertyWpfSchedulerを指定時に、 非UIから高頻度で変更を行うとスタックオーバーフロー例外が起きる
ReactiveProperty.WPF 9.3.0にて再現性ありの例外が発生する問題が見つかったため報告になります
`ToReadOnlyReactiveCollection`のも…
-
### Android app crashes when out in the wild. All I have is a stack trace caught by HockeyApp
### Steps to Reproduce
Unknown as only happens "in the wild"
### Expected Behavior
Not to cra…
-
いつもお世話になっております。
現在、作成しているアプリケーションでは、例外発生時においては、個別にTryCatchして処理するのではなく、DispatcherUnhandledException にて刈り取って、すべての例外を包括的に処理するようにしています。
```
public partial class App : Application
{
…
-
Nice to meet you, I have always used this library.
The only difference between ReactiveProperty and ValidatableReactiveProperty is whether or not to automatically switch to the UIDispatcher.
How…
-
It's hard to say what is correct for me... (I couldn't find out `ICommand` spec)
When `ReactiveCommand.Execute` is called directly, it never checks a `CanExecute` state.
However `ReactiveCommandSl…
-
If Api Compatibility Level use .Net Framework 4.x, will not work.
Library\PackageCache\ga.fuquna.rosettaui@1.1.3\Runtime\Reactive\ReactiveProperty.cs(37,37): error CS1503: Argument 1: cannot conver…
-
Hi,
I was wondering if you could outline some of the advantages over ReactiveUI?
I have used ReactiveUI before and found it quite clunky
Thanks
-
# Fsc can manipulate AST at compile time (wanna approve)
## Overview
I propose "the AST translator" is usable and easier metaprogramming at F# world.
It's handle manipulation for untyped AST …
-
First of all, I would like to thank you for maintaining this awesome library.
I use it in my personal tools for a WPF application.
I thought it would be convenient if there is `IReadOnlyCollection…
-
I'm new to ReactiveProperty so still trying to figure out the correct way to do things. I want to listen for a reactive property to determine when an operation on my server is completed. My call to …