Maximilian Knespel

Results 234 comments of Maximilian Knespel

I have the same issue. It's weird that `nullptr` can be imported but is basically useless because of this.

I'm missing an option for enforcing spaces after `/*`, too.

Thank you for implementing this! However, when I tried it (`Uncrustify_d-0.74.0-120-0664cace`) out, I noticed some problems: ## There is a segmentation fault with this trimmed down test file: ```c++ #include...

I still have this issue frequently. I hope this issue can be revived!

This obviously is not the solution as it deletes ALL blank lines everywhere. I only want them deleted for the member initializer lists.

I had a similar problem again wondering why test discovery failed with `program exited with code 0xc0000139` on Windows after upgrading to Qt6 while it worked with Qt5. It turns...

I'm not sure whether you are still interested. I have two ideas for realizing something like that: 1. `--disable-union-mount` or maybe `--mount-in-subfolders`. This option would simply mount each archive in...

3. Same as 2 but, instead of specifying a file, each `--` in the command line would start a new submount. Same example for 3: `ratarmount all-mounted --recursive a.zip mounted-a...

4. `ratarmount --batch-mount-listen`. Instead of specifying a single file, ratarmount can be used like a server. The format would be the same as proposed for the files but (zero-delimited) lines...

[ratarmount-manylinux2014_x86_64.AppImage.zip](https://github.com/mxmlnkn/ratarmount/files/10798146/ratarmount-manylinux2014_x86_64.AppImage.zip) For now, I have implemented the simplest solution, the `--disable-union-mount`. I would be very interested if this actually reduces the memory usage you observed. The usage would be: ```bash...