Martin Buchner

Results 17 comments of Martin Buchner

Several of Vim's keybindings for moving windows aren't working. Only window rotation keybindings ("CTRL-W r", "CTRL-W CTRL-R", "CTRL-W R") seem to have an effect.

> I find that if proselint is installed by the python installed by homebrew, then it will continuously give me such warning, i.e it can not open the file in...

Sorry, but I can't really test it anymore. Unfortunately, I had to find a new employer. Now I have neither access to my ex-employers codebase nor a Windows system. Thanks...

Sorry, but I can't really test it anymore. Unfortunately, I had to find a new employer. Now I have neither access to my ex-employers codebase nor a Windows system. I...

This is awesome, but how can is use the expect wrapping with this?

Yes, sounds good to me.

A [search for `std::unique_ptr`](https://github.com/search?q=repo%3Aassimp%2Fassimp%20unique_ptr%3CIOStream%3E&type=code) shows, that this is still a problem. The pointer returned by `IOSystem::Open` frequently gets wrapped in a `std::unique_ptr`. On destruction `std::unique_ptr` will use `delete` to deallocate...