scherzo
scherzo copied to clipboard
A small and lightweight server for Harmony
Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 1 to 2. Release notes Sourced from peter-evans/repository-dispatch's releases. Repository Dispatch v2.0.0 What's New Updated runtime to Node.js 16 The action now requires a minimum version of...
Bumps [harmony_build](https://github.com/harmony-development/harmony_rust_sdk) from `3a7f65a` to `9d19fd4`. Commits 9d19fd4 build(deps): bump tokio from 1.16.1 to 1.17.0 (#136) b7c836f build(deps): bump rkyv from 0.7.31 to 0.7.35 (#142) f408453 build(deps): bump hrpc from...
`cache-control` should be respected for caching media / site metadata.
https://docs.rs/tower-http/0.2.1/tower_http/services/struct.ServeDir.html This should support `Range` header (?) and make our implementation simpler overall (we wouldn't need to maintain much).
This includes anything invisible including zero width characters, or obj character. These should be removed from the text, and the text should be validated for emptiness afterwards.
Run `cargo bloat` and see if we can reduce size by replacing or removing dependencies.
todo: fill all endpoints here as todos
A `dashmap::DashMap` where `UserId` is the `u64` user id, `StreamId` is a `u8`. could probably be more memory efficient and faster (?) than the current solution (which is just a...