Paul Capestany
Paul Capestany
FWIW I also can't seem to close multiple interactive bash sessions via `^C` (_or_ `^D` for that matter). Though `exit` _does_ work. This is with standard bash (afaik) on CoreOS...
I optimized this script to make it get to the line in the source file much faster. It could probably use some fallback logic in case for some reason you...
I also realized that some of the weird behavior people may have been noticing with this is most likely caused by having to press ⌥ when double clicking: if you...
For whoever may be interested, I came up with what I think are some more improvements: https://github.com/fpillet/NSLogger/pull/114
@ChildOf7Sins had mentioned "it doesn't stop responding" and I'm getting similar odd behavior (looping/repeating responses, regurgitation of input, chains of emojis, etc) when using https://ollama.com/library/llava-llama3:8b-v1.1-fp16 I'd be curious if anyone...
> @ChildOf7Sins had mentioned "it doesn't stop responding" and I'm getting similar odd behavior (looping/repeating responses, regurgitation of input, chains of emojis, etc) when using https://ollama.com/library/llava-llama3:8b-v1.1-fp16 > > I'd be...
I'd be very interested in this feature as well. As a potential workaround I was thinking of just using llava via `/api/generate` endpoint to generate a textual description of the...
@hpohlmeyer this had previously been working for me (and others, see https://github.com/toland/qlmarkdown/issues/35), but it seems to not be functioning properly anymore.
Hopefully I'm not misunderstanding, but to integrate the projects you would need to [fork](https://help.github.com/articles/fork-a-repo/) the [atom-beautify](https://github.com/Glavin001/atom-beautify) code, add in your vue-format work, and then submit a [pull request](https://help.github.com/articles/using-pull-requests/). I've been...