Miki

Results 152 comments of Miki

Unfortunatelly it doesn't. `sphinx.ext.napoleon` gives the same result: ``` Running Sphinx v5.3.0+/61daeadb loading pickled environment... done building [mo]: targets for 0 po files that are out of date building [html]:...

OK, I'll report this upstream. Many thanks for such quick feedback. Regarding Sphinx v5.3.0, I just installed the latest unreleased package using `pip install git+https://github.com/sphinx-doc/sphinx`.

This issue is about only usage of C++ Python bindings. Meaning that we will try to bind C++ generator to Python and users will have to build C++ library for...

Zserio 2.13 already supports C++ less than operator: #288. I guess it should be enough to regenerate schema by the newest Zserio release. Regarding not equal operator, we have decided...

I'll close this issue. In case of further problem, please raise a new issue or create a question in discussion.

I understand that comparison of generated code is not very convinient just because of this version. We can think how to improve it. However, the main problem of the special...

Thanks for pointing this out. It seems that this is connected to issue #262. We will investigate if there is some possibility to change it easily. If yes, we will...

Thanks for an idea. Yes, this specific use case can be detected and improved. However, only this simple one. Consider the following schema: ``` struct ArrayExample { varsize size1; varsize...

Thanks for pointing this out. We will investigate the possibilities how to solve this. The main problem is that our grammar parser swallows up all white spaces before parsing starts....

Thanks a lot to pointing this out! The whole problem is caused by unacceptability of C++17 standard (too new). We stumbled upon this problem in past but we did not...