Lucas Pearson

Results 5 issues of Lucas Pearson

![error-with-no-include-having-empty-string-as-first-element](https://github.com/trek10inc/awsets/assets/36960305/89d66668-b953-4c06-aa21-ff3ee12e9968) When debugging !25 I found that even when an --include is not in the command it is still creating this list with 1 element of an empty string.

I might have missed something but from what I could tell once I run :Llama that container is on and can't be stopped from neovim without manually running docker commands....

I had some troubles getting this plugin running because it is using port 11343 that port was already being used by my local copy of ollama service. The error from...

##### Checklist - [ ] `make test-all` (UNIX) passes. CI will also test this - [ ] unit and/or integration tests are included (if applicable) - [ ] documentation is...

See what happens when imposing memory limits. Perhaps a 6MB soft limit, using `GOMEMLIMIT` and `--max-old-space-size` and a 10MB hard limit on the docker container. This might put some of...