Wesley Baartman

Results 7 issues of Wesley Baartman

The current algorithm used to determine which tiles need to be loaded (visible on screen) is sub-optimal, it might render tiles that are not actually visible, or worse: when using...

bug
overwolf version

Would it be possible to push a new release to NuGet? The newest version currently on NuGet dates back to june 2018, prior to the callback support.

Hi. While working on a C# implementation of this algorithm, I ran into an interesting case which caused the parser to run into an infinite loop. To verify that it...

For 7.8.0: Attempting to perform a query that contains a custom type will (logically) result in the following exception: ``` Marten.Exceptions.BadLinqExpressionException: Marten cannot support custom value types in Linq expression....

Hi. We are currently working on upgrading from V6 to V7 but are running into the following issue. Given the following document definition: ```csharp public sealed class Foo { public...

For most of our applications we are used to configuring a single `JsonSerializerOptions` instance that is reused everywhere. For consistency we would also like to use the same configuration for...