Pirulax

Results 147 comments of Pirulax

> I also added a missing data file for `jsonrpcserver`, so this code example now works out of the box. Thank you very much!

I can confirm it works now, as expected! Thank you very much!

Yeah, same issue with [aiolimiter](https://github.com/mjpieters/aiolimiter).

You have to run the 64bit compiler. Not sure how that can be achieved. Another thing you could try is to use a different compiler backend (mingw64/clang).

I don't think that will work, because sometimes the delete operator is inlined. Although, you could paralellize it, see https://en.cppreference.com/w/cpp/algorithm/count ExceutionPolicy

> Enabled by default. I think it would be better for it to be opt-in instead. Most people hate MM.

the outdated function checker is very bad, at best. It also flags other old function names, if it finds them in the code, probably using an strcmp, or something.

I'm not quite sure whats the problem with `shake level`?

Well okay. I'm not quite sure if the old function needs to be deprecated tho. They both achieve the same thing. Its like `std::string::length()` and `std::string::size()` they achieve the same...

Okay so it's probably some per-object thing, rather than a `ModelInfo` one.