Erik Jacobs
Erik Jacobs
Question about this enhancement: I see that Dictionary is unchecked. Is the lack of this enhancement why doing `some_dictionary.keys()` in the debug console in vscode reports `null`?
I only tested zoom via mouse wheel and right-click pan. I didn't try WASD yet.
@mofoni i have found that when attempting to place "mape variable" nodes that I get unexpected behaviors with set/get. do you have a reliable process? also the mape variable node...
When using Linux/Anthy, in the regular terminal, typing Japanese text before engaging the picker with the spacebar shows the text in the window. However, when typing in the Claude Code...
There doesn't appear to be a way to pass through the tenant ID or application ID given the way that LiteLLM seems to want that data presented to it. I...
Was suggested to try: ``` AZURE_API_VERSION=2024-02-15-preview AZURE_API_BASE=https://xxx.azure.com/ AZURE_TENANT_ID=xxx AZURE_CLIENT_ID=xxx AZURE_CLIENT_SECRET=xxx poetry run python3 holmes.py ask --model="azure/gpt-4o-mini" "can you fix the pod broken-pod in the namespace broken for me?" ``` This...
If the other device wasn't paired before, I wouldn't have been able to use it with the other app. * Tried in the other app, works. * Tried in Cardia,...
just using `uv` results in the same error: ``` uv run llama stack build > Enter a name for your Llama Stack (e.g. my-local-stack): stack > Enter the image type...
Even forcibly running with python as a module doesn't fix the problem: ``` python -m llama_stack.cli.llama stack build > Enter a name for your Llama Stack (e.g. my-local-stack): stack >...
https://github.com/meta-llama/llama-stack/issues/1170#issuecomment-2682333598 appears to be a workaround thanks to @bbrowning for the find