Benjamin Wirth
Benjamin Wirth
Seeing stuff that didn't fail on [ed6a65f](https://github.com/timakin/bodyclose/commit/ed6a65f985e322234bc87d7052e39d450244e688) now failing on current commit. Example: `integrations/testbodyclose/test.go` ```go package sandbox import ( "io" "net/http" ) func Foo(req *http.Request) error { res, err :=...
Implement a barebones Docker setup. Simple configuration for the networking (`host`) and fs. The working directory for the Python app is mapped to the root of the repo, so in-theory...
Abstract client for receiving websocket-based updates from the Brotato Exporter mod. Implementation for the `tater` command, which displays the current character we are playing if we are in a Brotato...