Roger Gonzalez

Results 6 issues of Roger Gonzalez

``` import doctest __test__ = { 'Doctest': doctest } ``` Should be ``` import doctst __test__ = { 'Doctest': doctst } ```

It says "git co " when it should be "git checkout tags/"

Maybe a "requirements.txt" should do.

Hey! This isn’t really an issue; more of a suggestion and a small contribution from my side. I often found myself wanting a quick menu to remind me of the...

Closes #341 Here's the new transient menu! How it looks **outside** the chatgpt-shell buffer: ![image](https://github.com/user-attachments/assets/1390a991-bc51-4545-ac00-59bc9d3c2885) How it looks in the `chatgpt-shell` buffer (`C-c C-t` by default): ![image](https://github.com/user-attachments/assets/bdd76ea5-4c4c-4e4d-826c-e66a257d9e27) How it looks...

Hi! I often have multiple projects open at the same time, but currently chatgpt-shell uses a single shared chat buffer across all of them. It would be super helpful to...