Miki

Results 152 comments of Miki

We should at least eliminate generated file names which are not defined as the types in the sources. For example, SqlTableRow in Java. This should be done within version 2.0.0...

Please be careful to Python division operator for negative numbers: ``` 3 // 2 = 1 -3 // 2 = -2 ``` Because of that we should probably consider to...

Unfortunately not. But you are right that we had to solve something very similar in JSON conversion. Just JSON conversion could use naturally std::ostream given by caller.

Thanks a lot to find out this duplicate! We have probably too many issues. ;-)

Yes, you are right. There is no map type or something similar in zserio. Regarding roadmap, we are just about planning of new Milestone 1.3. If there is any particular...

OK. It's in Milestone 1.3.

Yes, this could be feasible. Thanks for a note. We will keep it in mind.

Because we cannot break backward binary compatibility at the moment and because of effort, we postpone this issue.

We have tried your command with [this schema](https://github.com/ndsev/zserio/blob/master/test/arguments/with_type_info_code/zs/with_type_info_code.zs) and it seems that it works. At least, Java generated classes have writer interface (e.g. `write` method). The problem won't be probably...