-
According to https://github.com/reactiveui/ReactiveUI/issues/979 large companies including GitHub, Atlassian, Amazon, Elastic and Slack use ReactiveUI in their products. Worth placing logos of these c…
-
### Describe the bug 🐞
```
Error CS0121 : The call is ambiguous between the following methods or properties: 'System.Reactive.Linq.ControlObservable.ObserveOn(System.IObservable, System.Windows.Form…
-
### Describe the bug 🐞
Looking at the sources linked below, Refit seems to expect a configuration of `HttpClient`'s `BaseAddress and relative URLs in a way that is different than how HttpClient is …
-
I see that it was in the works, but is incomplete.
https://github.com/AvaloniaUI/avalonia-docs/blob/main/docs/guides/development-guides/how-to-implement-multi-page-apps.md
-
### Describe the bug 🐞
`WaitForDispatcherScheduler` silently breaks because apparently the dispatcher is either not created at all or not created before ElementHost appears. As a result all my `.Ob…
-
### What were you doing when VidCoder crashed?
Hello,
I can no longer choose the "compare against original" playback option after encoding without encountering this fatal error. It seems VidCoder …
-
In the latest version of reactiveui there are 2 new functions for IMutableDependencyResolver.
public void UnregisterCurrent(Type serviceType, string contract = null)
{
th…
-
### What were you doing when VidCoder crashed?
Going to settings after creating a custom hb.dll
### Crash details
```text
VidCoder 9.16 Beta SquirrelInstaller
ReactiveUI.UnhandledErrorException: A…
-
Using GitHub download of TreeDataGrid as of 2024-02-23 as a base I have rebuilt separate versions of TreeDataGridDemo in proper Mvvm format. Separate projects one using ReactiveUI and the other Commun…
-
https://blog.magentaize.xyz/posts/a-glance-at-reactiveui/
When we are programming an application that contains plenty of streams of data, it’s awful to deal with the combinations of them. Especia…