David Bottiau

Results 135 comments of David Bottiau

The dependency `Dahomey.Cbor` does not currently support native AOT. Since every SurrealDB method communicates with CBOR, it means that the entire library is not AOT compliant. Please note there is...

Yep, your last example could work. But in general, it is for when you want to use a synonym. In your example, it is an antonym, I suppose it can...

I myself sometimes use `Optional text` because the french language has some deviations when dealing with singular/plural. However, for `Alternative text`, never used it. IMO, this is a niche feature...

Ok. I splitted this proposition into 2 issues to keep them aside of each other. > OK we can ignore `Alternative text`, waiting another issue. `Optional text` will support only...

Hello @IngwiePhoenix It happens because the schema definition is replayable. Meaning it will happen many times and with SurrealDB v2, a simple `DEFINE FIELD` will break the replayable pattern. The...

Yeah, I suppose it can feel a little disturbing. `surrealdb-migrations` does not really act exactly like a traditional migration tool. You are correct to say that the schema is static,...

I can understand the point. Better stick with consistency. But it just feels frustrating not to be able to use the common comment/uncomment key bindings, even more frustrating when it...

> While the use of RecyclableMemoryStream is to be commended, the implementation negates any advantage of using it due to the use of ToArray(). > > Use GetBuffer or GetMemory...

You can set `IsTextMessageConversionEnabled = false` and read the `Stream` like I said with option 3 for maximum performance.

Yes, small mistakes for math::pow and crypto::blake3. I suppose I need to exclude "not yet implemented functions" but I want that to be easily editable. What do you think of...