Jesse
Results
52
issues of
Jesse
#### Problem Description I use the following to log and debug LLM conversations during development quite a bit: ```bash mitmdump --mode reverse:http://larry:11434 -p 8080 -w full_traffic.mitm ``` Some LLM tools...
kind/feature
#### Problem Description I'd like to use `less` to view `mitmdump` colorized output. #### Proposal Currently, you can view colorized `ls` output in `less` by using the `--color=always` option: ```bash...
kind/feature