ryanfreckleton
ryanfreckleton
Ternary operator errors of not covering both branches can't be detected by coverage, so it would be useful to mutate these to enable/disable each branch. E.g. ```python mark = "x"...
I've been using mutmut a bit, and I think it would be very useful to have some amount of management commands for handling mutations. The commands I'm thinking of are:...
WHen the AI is actively generating output (streaming mode) with `--repl`, it would be nice if pressing -C would cancel streaming, allowing me to interact with the AI to correct...
OpenAI has a streaming API to allow for results to come token by token. It would be a nice addition to add this to both the chat and edit features...