Vagif Abilov

Results 14 issues of Vagif Abilov

I don't know if you still maintain this project @Horusiath but we are actively using your library so I'd like to address an issue with snapshotting. 1. It would be...

Here's a repro with Readme description (created by @pmbanka) https://github.com/pmbanka/akkling-lifecycle-repro

I noticed that Akkling behaves differently comparing to Akka.FSharp API when it comes to specifying supervision strategy for routers. Let's say I want to set the following strategy to manage...

bug

**Problem** Persistent actors with long lifecycle are often optimized with snapshots, so instead of rebuilding an actor state from hundreds or even thousands of events an actor state is built...

akka-persistence

I reproduced this using versions of Thoth.Json 4.0 and Thoth.Json.Net 4.1. This is an example of a JSON generated using Decode.Auto from a Fable app (Thoth.Json): "Customer":["Verified",{"comparer":{},"tree":["MapOne","CustomerIdentity",{"Id":1,"PhoneNumber":"12345678"}]}] Thoth.Json.Net fails to...

bug

When using query with outer join syntax (operator !!) no results are retrieved in case the joined table has no matching rows, so outer join works as inner join. Example:...

Oracle

I came across this behavior while investigating https://github.com/akkadotnet/akka.net/issues/4265 Scenario: load testing Akka persistent actors state recovery. Sent 1500 message to persistent actors running in a cluster deployed on two VMs....

Currently WinForm application only has a folder choice. If some of AutoTest required settings are incorrect or missing, it will fail. The program should be more friendly and let user...

I have a scenario when an entity that is sent to Insert or Save methods is instantiated using reflection. In this scenario the type of the entity is not know...

The exception is thrown from the method QueryExpressionVisitor.ReplaceGenericMethodType.