Chris Becker
Chris Becker
@philadams @keith @adidalal my PR https://github.com/thoughtbot/Markoff/pull/36 should help adress this!
Any updates on this issue?
What indexing method do you use? I think that I saw this bug go away after adding this to my init file: ```elisp (setq projectile-indexing-method 'git) ``` Though this could...
Echoing the thoughts of @FibreFoX here— Our containers are stateless and do not write anything to disk. With that in mind, and reading the current documentation as-is, we don't need...
Works on OS X in iTerm2 build 1.0.0.20140629
Adding more info in case it's helpful: I was seeing this error with our setup, which is _almost_ identical to OP... k8s pods → DataDog agent → Vector → Splunk...
> Looking through there more deeply, I think there's a race condition when a pod IP address is quickly re-used. I believe we're experiencing the same thing. We're occasionally seeing...
> [@fishuke](https://github.com/fishuke) release v1.0.4 just went out, can you give that a try? I wasn't able to get `ANTHROPIC_API_KEY` working, but I figured I'd try out the documented variable `ANTHROPIC_AUTH_TOKEN`...
> @nandatheguntupalli I am getting an API error even though it is a valid key Same here. FWIW, it worked yesterday evening New York time (I generated a `CLAUDE.md` for...
For anyone keeping an eye on this issue, I was able to get this to work on `v1.0.10` by adding an environment config to `~/.claude/settings.json` ``` $ cat ~/.claude/settings.json {...