Fabian Klebert

Results 16 comments of Fabian Klebert

We have a RnD CPP-only implementation of a generic template mechanism in our [zserio fork](https://github.com/Klebert-Engineering/zserio-1/tree/feature/templates). So you could easily generate a map as described above, but also leverage the functionality...

Taking into account that people may want to have complete map functionality, including sorting and lookup, we may want to introduce a dedicated map still. Question would be what kind...

... unless we introduce other means (which I would never recommend) which indicate sortable/comparable elements of a struct. But this is way beyond what zserio actually should be.

I think we should once in a while add a section of community links to the zserio README where we can reflect all these helpful tools and repos that are...

Maybe it makes sense to only add it to writer code then and include it in the command line option `withWriterCode` whether it shall be generated or not.

A note from past experience: Setting a SQL index during schema generation time is in almost all cases not optimal, as it heavily depends on the filling of a table...

Why not adding a new keyword - e.g. `stream` - which could be used instead of struct with size parameter?

I can confirm that this only happens if you run it via the VSCode integration of CMake. When running the `conan profile detect` step from the CMake within VSCode's cmake...

I do not do really much else than you obviously tried already. 1. delete the default profile from `/.conan2/profiles` so that this directory is completely empty. 2. Startup VSCode and...

Maybe another indention issue can also be fixed within this issue: The documenation emitter currently aligns all field names at the longest structure name which can also cause some readability...