pair icon indicating copy to clipboard operation
pair copied to clipboard

REPL environment for GPT pair programming

Results 4 pair issues
Sort by recently updated
recently updated
newest added

I am running into an issue: I installed pair with pip and there appeared to be no problem. I try to launch (exporting the necessary variables) and then get this...

Using `pair` and running `/url https://raw.githubusercontent.com/goharbor/harbor/main/api/v2.0/swagger.yaml` it fails to retrieve the document with errors: ``` 2023-06-25 23:47:42.715 | WARNING | pair_ai.extract:get_url_text:62 - https://raw.githubusercontent.com/goharbor/harbor/main/api/v2.0/swagger.yaml 2023-06-25 23:47:42.716 | WARNING | pair_ai.retry:f_retry:40 -...

This looks really awesome! However, it's not working for me. After a fresh install with `pip install pair_ai`, I get this error: ```zsh $ pair Traceback (most recent call last):...

The regex `re.search(r'```diff(.*?)```', cr.text, re.DOTALL)"` is searching for a marker that is part of [Github's proprietary Markdown syntax](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#syntax-highlighting) to enable code highlighting. The base prompt is asking for output compatible...