David Bottiau

Results 135 comments of David Bottiau

Hi @GeorgBreithaupt I am not aware of this issue. In order to fix this issue, is it possible for you to provide a reproduction repository?

Hi @jwerre Why not simply use rxjs and use the `scan` or `reduce` pipe operator?

Hello Michaël, Indeed, `System.Text.Json` is using Source Generators to avoid the use of Reflection. This has to be the inspiration for this library, having attributes like `CborSourceGenerationOptions` and `CborSerializable` to...

Hello @armandoradan You are correct. Default value for class objects are `null` which is different than `NONE` in the SurrealDB world. You can use the `[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]` or `[JsonIgnore(Condition...

Hello @erancahana This is indeed an issue with how the id is currently serialized. FYI, this issue will be gone in the next version of the library. Until then, the...

Hello Josh, Unfortunately, the only solution for this to work is to write the `Query` by hand. This bug will be fixed in the future.

Hello Alfonso, I can reproduce this issue. It stops responding on WS calls but works fine on HTTP calls. The root cause it that you are using `Task.WaitAll` instead of...

Yes. It depends on what you need once again. :) Small article that explains the difference: https://blog.nimblepros.com/blogs/task-whenall-vs-parallel-foreach/

Hi everyone, I know I am late to the party. I worked on a .NET client for the last several weeks. As of this, I made a PR https://github.com/surrealdb/surrealdb.net/pull/4 with...

This is the plan @JHTaxa