Fabian Klebert
Fabian Klebert
At the moment it is possible to instantiate a template in a different package and have a nested template (a template within the instantiated one) not being instantiated. This results...
In the current plain implementation zserio streams are only backward compatible if new content is added to the end of the stream. It is not possible to change structures in...
The current description of the EOF exception says: “Throws if end of underlying buffer has been reached (reading beyond stream). This could happen only in case of data inconsistency, e.g....
At the moment the zserio generated C++ API for Rows of a SQLite table does kind of a `"SELECT *"` from the relevant table. It does not really use `"*"`,...
Currently the HTML documentation emitter does not adhere to multi-line indention used in the zserio schema file. gets emitted as and is not readable any longer without having to scroll...
We are using your macro and really like it. :+1: One question: Is there a way to add localization for Info.plist. That means providing InfoPlist.strings files in their respective subdirectories...