Cosmic Mac

Results 4 comments of Cosmic Mac

gemma on acid :) Unfortunately same problem with the repeat prompt: ![continue01](https://github.com/continuedev/continue/assets/4593585/e7effa61-bf06-4f39-a825-8517b9cae5b6) A quick test in console: ![continue02](https://github.com/continuedev/continue/assets/4593585/53515f27-eb7d-4838-b6f4-98cb5083107a)

For me, it looks like a double utf-8 encoding. As I'm using a french OS maybe there is auto encoding occurring before forced encoding (or the other way round)? It...

Unfortunately I have no idea :(

It worked for me using a local `requirements.txt` 1. Copy `requirements.txt` from project root to `docker` directory 2. Add `spacy!=3.0.6` requirement (first line) 3. In `Docker` file, replace ``` RUN...