Keith Grennan

Results 25 comments of Keith Grennan

Yes we came to the same conclusion about retrying POST requests. That cleared up the issue for us. Unfortunately, emails are non-idempotent by nature, so retrying opens up the possibility...

thank you @moshe-parametrix for this workaround. i use a venv that is outside of the working tree so i have `.zshrc` attempt to find it via `.vscode/settings.json` ``` VSCODE_PYTHON_PATH=$(jq -r...

It looks like ConnectionRouter is not thread safe. My hacky workaround was to hardcode the backend and skip the connection router entirely: ``` class ThreadSafeSearchQuerySet(SearchQuerySet): def __init__(self, using=None, query=None): if...

On Mac, when I open Smart Chat settings, Obsidian becomes unresponsive, and I need to close it. In console I see the `getting options callback: adapter.get_models_as_options` message repeated forever. ....

Ah, I had Ollama installed before installing the plugin. Closing Ollama fixed the above issue.