Greg Slepak

Results 474 comments of Greg Slepak

I also am having problems. Can't figure out how to get it to complete anything (on macOS) M2. I ran: ``` $ ollama pull codellama:7b-code-q4_K_M ``` Restarted VSCodium (after installing...

> it looks good, just codellama returns a line break The question is, how do I get it to do anything else? 😅

I tried with deepseek but it still doesn't show any suggestions in the UI. I tried pressing the tab key, ctrl+space, neither worked. On macOS M2 using VSCodium.

OK, it seems to be sometimes working... maybe I'm just not understanding how and when it works. For example, here it won't complete (in a `.vue` component): ```js mounted ()...

@SebinSong It's unclear to me from Steven's problem description how to reproduce the issue, but have you tried copying the invite link before it's revoked, revoking it, and then visiting...

(Deleted my previous message, there's a better way.) You can do verification with the `openssl` command. For example, here's how I manually verify Sparkle updates: ``` sparkleVerify() { ARCHIVE="$1" DSAPEM="$2"...

If you're curious as to how to actually create the keys and the signatures, [look at how Sparkle does it](https://github.com/sparkle-project/Sparkle/tree/master/bin). If you use this method then verification will work with...

Regarding the messages at the bottom, I retried it on PR #2365 and this time only saw one of those messages, and was able to get the notification by showing...

> chelonia/queueInvocation selector, while also useful, could be (mis)used to introduce (un)intended deadlocks. Not just deadlocks, it could be used to call non-whitelisted selectors too and that also needs to...

Yeah this would be awesome! But until then, it's possible to manually download the extension from: https://marketplace.visualstudio.com/items?itemName=ex3ndr.llama-coder And then install it with: `codium --install-extension ex3ndr.llama-coder-0.0.8.vsix`