Øystein Krog
Øystein Krog
- Reuse TransformedItemContainer. - Add more overloads, like normal Transform - Add transformOnRefresh, like normal Transform
### Describe the functionality desired 🐞 The Transform() method has a transformOnRefresh parameter that is very handy. It would be nice to have the same parameter available for TransformAsync() ###...
### Describe the bug 🐞 ```Exception: System.ArgumentOutOfRangeException Message: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index') Source: System.Private.CoreLib TargetSite: Void...
In our (large) application we have a rare deadlock condition in FilterOnObservable(). I am the author of this operator, and I've tried to analyze it and find the source of...
Hi, I forked and modified this nice project, in order to replace our own very old and customized CppSharp-based ffmpeg binding generator. It was still working fine but it was...
I'm considering this as a replacement for stateless, but as far as I can see there is no support for substates, is this correct? Hierarchical states is a very useful...
### Describe the bug 🐞 Bug in recently introduced transformOnRefresh parameter in TransformAsync(): ``` Exception: System.ArgumentException Message: For ChangeReason.Change, must supply previous value Source: DynamicData TargetSite: Void .ctor(DynamicData.ListChangeReason, T, DynamicData.Kernel.Optional`1[T],...
Hi, I'm trying to install the nuget in some Xamarin projects, but I get the following error: ``` System.InvalidOperationException: Could not install package 'Microsoft.Bcl.Build 1.0.14'. You are trying to install...
