Ishan Bhanuka

Results 61 comments of Ishan Bhanuka

@nilesh05apr any progress? Anything you're stuck on?

@nilesh05apr are you facing any other issues with the installation?

The previous error indicated that `clang` was missing. Have you installed clang? If you open powershell and type `clang++ --version` it should report a version. clang can be installed using...

Thanks for pointing it out. I cannot change the blog without breaking stuff, but I've made an improvement to the latest version in d589d5f.

Actually this issue acts like the comment section for the post, so it shouldn't be closed.

This might be confusing because of closely related names. Objects are meshes (with geometries) that are rendered on screen, while obstacles are "things" that are given to the physics engine...

Thank you for being patient @dpmabo. The sort order issue has been solved in https://github.com/nautechsystems/nautilus_trader/pull/1656 and will be merged very soon. We've encountered OOM issues before and it was related...

Hi @dpmabo, a fix has been merged into develop. Please give it a try and make an issue if it doesn't work for you.

I'm facing the same issue. I can't figure out where `change` is going wrong. There's also a small ambiguity in the problem it is solving. The blog links to the...

I took a look at #1 which gives solution to ordered change counting. And then also at some unordered change counting implementations. As far as I can understand unordered change...