Robert Brennan

Results 1267 comments of Robert Brennan

@jaki300 your files are still there :)

Thanks for the contribution!

> Just an intuitive guess , > Your Directory has '/' instead of '\' This does seem suspect! What does this show: ``` python opendevin/main.py -d "C:\Users\pierr\OpenDevinProjects" -t "create a...

ah try ``` PYTHONPATH=`pwd` python opendevin/main.py -d "C:\Users\pierr\OpenDevinProjects" -t "create a TODO list web app" ```

Yes, you'll need a solution like `direnv` to manage your environment variables. We might be able to support a config file at some point

You've still got `/` instead of `\`

You're on Windows. Everything is different on Windows. Blame microsoft 😛 I hear they're making it better though... You might want to try WSL https://learn.microsoft.com/en-us/windows/wsl/install

Setting up WSL is definitely outside the scope of this project 😄 You'll need to work a bit on getting your workstation to a point where you can run python...

I think we should just change this text to > Changes to your settings will only affect new or resurrected conversations. Running conversations will be unaffected.

And not have any warning when you click "save"