John Murray

Results 4 issues of John Murray

Closes: #170 Added the `StagedPhysicsPlugin` which allows you to pass in stage labels for the main physics schedule, the post physics stage, and tick stage. The main physics needs to...

enhancement

I'm porting over my old discord py bot which i had support for adding multiple prefixes per guild. This honestly is not very used so if this feature is too...

Found during https://github.com/roc-lang/roc/pull/6062 If you run code that causes a panic (like div by 0) you see the panic output but a nonsense answer below ![image](https://github.com/roc-lang/roc/assets/5672686/e5de6a28-efa4-463c-899e-889cc08bb787) Similar behavior happens for...

In #125 I think the proposed api is wrong. The first param should be `rg.GuiControl` and the second param is slightly weird. It can be `rg.GuiControlProperty` or `rg.GuiDefaultProperty`. I'm newish...