Results 16 issues of Trangar

it would be nice to be able to generate compile-time checks. These are usually in the form of: ```rs const _: () = { if !some_check() { panic!(""); }}; ```...

not-stale

### What kind of change does this PR introduce? - [ ] Bugfix - [x] Feature - [ ] Docs - [ ] Code style update - [ ] Refactor...

I noticed that we started getting a lot of warnings in our CI: https://github.com/EspressoSystems/HotShot/actions/runs/3397428731 ``` Annotations 9 warnings build Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please...

## Description As discussed in zulip, we want to make sure we don't have conflicting `tagged-base64` tags. For this I've made [espresso-systems-common](https://github.com/EspressoSystems/espresso-systems-common) --- Before we can merge this PR, please...

This makes it so that if you enable the `serde` feature, structs like `Vec2` correctly implement (de)serialize

- Adds an `Event` enum that also gets send to the `EventHandler` - Adds a way to get the total elapsed time since the game started; `app.timer.total_time()` - Adds a...