coldemort
coldemort
Not sure what the project's OTP support commitment is (I've seen other projects claim to only support the 3 most recent OTP releases), but OTP 21 complains about deprecated gen_fsm...
concurrently version: 5.3.0 Starting webpack and flask app via `npm start` and the following scripts in `package.json` ``` "scripts": { "start": "concurrently --kill-others -n webpack,flask -c blue,green \"npm:webpack\" \"PORT=${PORT:-5001} npm...
I'm new to bevy_xpbd and I'm really struggling with what feels like basic "getting started" type things. In particular I don't know on which schedules I should be registering my...