Dorian Bucur

Results 16 comments of Dorian Bucur

You can probably write a Dockerfile to install valgrind and run the bench suite inside the container. Then launch it with a shell script. Seems pretty straightforward. https://www.gungorbudak.com/blog/2018/06/13/memory-leak-testing-with-valgrind-on-macos-using-docker-containers/

Not sure how accurate the absolute numbers are, but it's definitely cool to measure improvements/regressions compared to previous runs. And I found it very easy to setup and stable for...

I have added a basic search in https://github.com/bevyengine/bevy-website/pull/734 The search link to GH Discussions and Bevy cheatbook are easy to implement as a link, discord search is a can of...

Any updates on this? Would be nice to set up GitHub Actions to have a CI publish new versions of plugins instead of having to do it manually.

My two (or 5) cents on the matter: 1. There is also the https://programming.dev/ Lemmy instance with a few active but fairly small communities. There is already a Godot community...

GitHub Discussions is surprisingly capable, but if going forward with this route it would be better to have a separate project dedicated to QA discussions, with comprehensive categories, like on...

Would also be great if there was an equivalent method for multiple statements, like there is for `execute_batch`. The only way to do that currently is to manually format the...

@sebcrozet Would it be possible to provide other, higher order integration methods (like Verlet or Forest Ruth) or maybe even a custom integrator? It would be useful in some high...

PR is merged and deployed

That makes sense. I mostly opened this as I thought I would have to regenerate it for every visual change to the assets page, and that was scary. But you...