This weekend I worked on a small side project of creating a local dev environment using docker instead of the default cargo.run profile. The project is at: https://github.com/bcanvural/hippo-hotswap
It has features like:
Auto-export
Hot-swap of classes using hotswap agent: http://hotswapagent.org/ (No need to set this up yourself)
Thanks for sharing this. I’m new to Hippo and Docker, but was able to build and run without any problems. I couldn’t get debug working, but I’m thinking it’s something I’ve done wrong.