Results 391 comments of Jochen Topf

@afarber Every time you are changing something on the PR I'll get notified. Can you please work in a local branch and only push to the PR if you are...

> so I have reworked the PR again to have the changes in src/io.cpp only and not in each command. The code seems still overly complicated, maybe I am missing...

This has been fixed by [this PR](https://github.com/osmcode/libosmium/pull/398). Thanks for the report.

There is a change in master, I hope this works for you. I don't have a CMake 4 to test with.

To get the best performance libosmium is taking some "shortcuts" compared to the Protobuf spec and this has never been an issue so far. It needs some careful look to...

I think I have found a solution that should fix your problem. It is in #400, can you try that? A normal protobuf reader needs to (temporarily) allocate memory for...

@lukaskabrt Can you try with larger files that also contain other data to be sure it works not only in that test case (which is the only one I had...

Now the functionality is complex enough that it should go into its own function and get a unit test.