Results 5 issues of rosenjcb

I get this error: ``` error[E0277]: the trait bound `PhysicsBundle: SystemBundle` is not satisfied --> src\main.rs:227:22 | 227 | .with_bundle(PhysicsBundle::::new()).unwrap() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `SystemBundle` is not implemented for `PhysicsBundle`...

Here's the commands I execute: `mongod --dbpath "C:\Program Files\MongoDB\Server\4.0\data" --replSet rs0 --logpath "C:\Program F iles\MongoDB\Server\4.0\log\mongod.log"` `mongo-connector -m localhost:27017 -t localhost:9200 -d elastic2_doc_manager -n collection.threads` `Services (Windows application) -> Run elasticsearch...

As discussed https://github.com/LemmyNet/lemmy-ui/pull/1874 and https://github.com/LemmyNet/lemmy-ui/pull/1874, this is the backend PR for updating the login failure response.

When I try to create a custom correspondence game with the bot, I get a 403. No other info in the error popup.

```(defstyled delete-button :button { :color "white" :margin-left "1rem" :background-color "blue" :border-radius "4px" :border-style "none" }) [delete-button {:on-click (fn [] (println "hello"))} "Delete Me"] ;; Unknown event handler property `on-click`. It...