Robert Navado

Results 9 comments of Robert Navado

dnote adds a layer of abstraction above git, semantics of notes and spaces. For example houshold notes which should be visible to several members, like stickers on fridge. Git is...

I thought about creating the configuration without using editor and not actually care where it's located.

Actually autorendering of dot may be nice

I'm trying to run with `docker run` like in README and getting into the same issue. Browser console is showing error connecting to websocket: ```log Firefox can’t establish a connection...

port `3000` listening on `0.0.0.0` in Devin container ```sh # netstat -an |grep 3000 tcp 0 0 0.0.0.0:3000 0.0.0.0:* LISTEN ``` I'd bid on a problem in front-end that is...

```sh # python opendevin/core/main.py -d ./workspace1 -t "Write a bash script to print 5" 2>&1 |tee output.log /app/.venv/lib/python3.12/site-packages/pydantic/_internal/_fields.py:160: UserWarning: Field "model_group_retry_policy" has conflict with protected namespace "model_". You may be...

I suspect I need proper `config.toml`, but yet can't get through it to run with local `ollama`

I just got into strange and sily observation. Specifying properly environment variables in `docker run` eliminates the problem with the web socket. It also works only when model specified in...