kancve
kancve
I refer to the xml extension to implement the json extension, generate a json file, and use [echarts ](https://echarts.apache.org/examples/en/editor.html?c=tree-polyline)to render the tree structure diagram, the effect is quite good. ...
Example: In the generated service class: ```python class Service(zserio.ServiceInterface): def _get_layer_by_tile_id_method(self, request_data: bytes, context: typing.Any) -> zserio.ServiceData: reader = zserio.BitStreamReader(request_data) request = ndslive.core.types.tile_id.TileId.from_reader(reader) return zserio.service.ObjectServiceData(self._get_layer_by_tile_id_impl(request, context)) ``` If the parameter(request_data)...
When I upgrade the version of zserio, there are differences in the generated code, and most of the differences are from the comments in the file header. I think if...
When I specify the contact information as an email address, the UI page cannot function properly. .setContactUrl("https://oatpp.io/") --> .setContactUrl("mailto:xxxx") It seems that it must start with 'http'.