Patrick Jackson
Patrick Jackson
This turned out to be an issue with how the exercises are updated for users in the Web interface. https://github.com/exercism/cpp/pull/529 should fix it once merged.
Thanks for the report! It seems that I broke that setting in the latest update. As a workaround until I get the chance to fix it, removing the `aichat_config_dir` from...
Oh, I didn't realize it was pinged there, that's pretty cool. As of today Chaz would be a bit annoying to package into a docker image, as I'd have to...
I finally admitted to myself that I didn't know how complicated it would be to set up in docker, and it turns out I vastly overestimated the difficulty or I...
I'm pretty sure `fallback = true` is supposed to fix this, I use this exact setup locally. I'm not sure why that didn't work for @afreakk, maybe a bug that's...
I suspect I hit the same issue after updating. Same nix version (2.20.5) but I am using a flake repo in my home directory to manage my NixOS machine. `sudo...
@dcarosone Can we explicitly set a return value in the atuin script to get around this? Instead of just `return` could we write `return 0` (or `return true`, whatever is...
This seems to be the most active recent issue, but there are many, many complaints about this. I'd expect that almost everyone trying to run their own local nix-serve runs...
Urgh, I was overthinking this. Thanks for the pointer to the `fallback` option, as that sort of does this already. I've explained in the linked PR. I don't think there's...
The linked issue has been closed since the `oh-my-posh` dev is unable to repro it anymore. It's probably reasonable to close this unless there's a current repro.