Markus Junginger

Results 318 comments of Markus Junginger

I don't follow; e.g. what's "the patched binary from the nix store"? If you do not want the CMake setup, you can e.g. go with download.sh - there's a tab...

@jordanisaacs Thanks for providing some background! Had a quick look... CMake offers providing some "patch command" ([docs here](https://cmake.org/cmake/help/latest/module/ExternalProject.html#external-project-definition), search for "PATCH_COMMAND"). If there would be a way to "inject" (e.g....

Can you specify what kind of cascade you are looking for? E.g. delete cascade?

Delete cascades is a dangerous thing to do, especially if you do this recursively. ("whoops where is my data??") Let's see.

Thanks for the feedback. We will soon clarify that ToOnes are "nulled out" when the target entity is removed (target ID becomes 0).

A 1:N relationship needs an ID (not a vector of IDs) at the "1" side of 1:N.

Another topic: are we able to reuse flatcc_builder_t? I don't recall if we can cache it. PS.: flatcc related optimizations can be done after 1.0

> isn't that basically FlatBuffer's default value? Yes, as in "a specialized variant" of that as the "defaults" are fixed. PS.: to clarify, the existing behavior should stay as is....

Hmm, this is not exactly what I had in mind. I had started with some code locally some days back; maybe we can sync on that in a vcall next...

Something to consider (especially for non bit flags): in C++ most people prefer enum classes.