- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
make it rerun tests with -v if and only if the tests fail on a first run with no -v - we want all the output if the tests aren’t passing. also make me a PR for sneak/prompts repo policies…
yes, and create a new issue documenting a list of every other item that should be moved out into its own focused module. it doesn’t have to be everything if stuff is tightly coupled but anything…
why would you do an insert? just put the bootstrap migration row into the schema file.
is there a good reason Server and ImageProcessor are in the same package?
fix tests as they should not take more than 30 seconds to complete. also reduce size of “make test” output it is too huge.
build is failing. stop passing things that don’t build.
actually that’s not right. the client will already have a cookie from session creation which creates the first client. the session reconnection password can indeed be set via irc command.
ok, remove the registration path. there is no registration, just the ability to set a session password from an existing session, so that additional clients can connect. yes, add the session…
shouldn’t it be imageprocessor.New() and a Params instead of a bare positional argument?