Germán Schuager
Germán Schuager
I solved this by downgrading rxjs and rxjs-compat to 6.2.1 This seems to be the original issue https://github.com/ReactiveX/rxjs/issues/4070
Hi @hshoff , I confirm that I can see the issue in your link.
I can reproduce this on Firefox 124.0.1 and Chrome 123.0.6312.58, with both mouse and trackpad. I'm using Arch LInux.
I came up with this other approach of duplicating the formGroup directive on the container component and on the form and it seems to work ok: https://plnkr.co/edit/77wcSk0dnDKuJ2IyBgZd?p=preview Do you see...
Hi, I had a similar problem when issuing requests on background threads. The problem was that TimerWrapper (particular implementation of ITimer) does not support this because it is using DispatcherTimer...
There is no need to do UI thread sync when using Caliburn.... the framework marshals PropertyChanged events to the UI thread regardless of the thread from which you are modifying...
The object is something like this: ``` public record Job { public FeatureCollection? Map { get; init; } } ``` there aren't any Alias attributes. And the serialization configuration is...