Dani De Leo
Dani De Leo
html:head refers to head, not html Typo: equivelent to equivalent
I would like to delete the contents of a shape within my world for the purpose of regenerating it, but I think a general deletion command is a nice thing...
Atmo result messages are currently being sent across grav in a few different ways. Messages should use the `"atmo.fnresult"` constant to specify the message type and encode the rest of...
SCN is current doing a nasty hack to avoid this!
Currently, if a Runnable returns an error that status code gets passed all the way through to Atmo. Atmo's HTTP response codes should reflect the state of Atmo, not the...
Individual builds and runtime tests are currently being run sequentially. Once all of the runnables in `testdata` are built, they should be copied into new job runners for each of...
Currently `subo:dev` is pulled from DockerHub, which hasn't been updated in a while. It's surprising that this hasn't broken more spectacularly yet.
Currently, running CI takes literal eons, so a little bit of caching would be nice! :^)
``` Caused by: no matching package named `suborbital-macro` found location searched: registry `crates-io` required by package `suborbital v0.13.0 (/Users/cohix-14/Workspaces/suborbital/reactr/api/rust/core/target/package/suborbital-0.13.0)` ``` cc @cohix
Documentation is absent for these topics: - [ ] Usage / Advanced - [ ] HTTP Transport - [ ] Websocket Transport - [ ] Local Network Discovery Other TODOs:...