John McBride

Results 143 issues of John McBride

AMD gpus are now supported in Ollama: https://ollama.com/blog/amd-preview It'd be great to surface that (which requires running the ROCm) tagged container.

nvim-llama should support using a remote ollama host: ollama supports this out of the box with a `OLLAMA_HOST` env variable but using docker, we'll need to inspect this manually and...

Some good feedback from this video: https://www.youtube.com/watch?v=MzFr7iXsESs - Consider some sort of alternatives to Neovim's native terminal mode. I'll be the first to admit that terminal mode is ... abit...

We should look at how we can also support llamafiles: https://github.com/Mozilla-Ocho/llamafile This would be another great paradigm for running llms within neovim

At the end of logging, we get a weird percent sign. This is likely due to some of the line trimming that happens. here's the example go program: ```go func...

Right now, `gopherlogs` is feature rich but some of it's nuances are difficult to discover. Let's create a GitHub wiki where users can find all the docs on this project...

### Did you check docs and existing issues? - [X] I have read all the trouble.nvim docs - [X] I have searched the existing issues of trouble.nvim - [X] I...

bug v3

Currently, when `awslabs/amazon-ecr-containerd-resolver` is used as a go module dependency, it uses the date/sha method to pull and query changes: ``` require ( github.com/awslabs/amazon-ecr-containerd-resolver v0.0.0-20230225154133-288898c0f318 ) ``` This is scary...

With a Docker container given 700 MB of memory, after about 14 hours, Rethink DB consumes all available memory, and crashes the container. When looking through monitoring, after about 2...

**Image I'm using:** In `v0.29` of the sdk, which uses LLVM `15.0.6` and in `v0.30` of the sdk which uses LLVM `15.0.7`, users found missing symbols: ``` readelf -a /*-bottlerocket-linux-musl/sys-root/usr/lib/libunwind.a...