sheldonhull
sheldonhull
Bump. Still would enjoy a way to set a destination template for output. I'm using [archetype](https://github.com/sheldonhull/sheldonhull.hugo/blob/main/archetypes/code.md) with a script to create on demand, but would be cool to have the...
Honestly at this stage it's more a feature idea and not something I can contribute. Work mostly with Go and using turbocommit for now. Feel free to close if no...
That would be cool! In the meantime for folks that want to piece it together I use this: ```shell ai () { mods "$(gum write --char-limit=0 --placeholder='what do you want...
I do this and ollama (which can be mistral) ran fine for me in doing some local scripting.. ```yaml ollama: # LocalAI setup instructions: https://github.com/go-skynet/LocalAI#example-use-gpt4all-j-model base-url: http://localhost:11434 models: llama2-13b: aliases:...
Yeah, so I see examples on go-slack on how to setup handling for things like reacts, app home entered, and others, but when I look at `bot.SocketModeClient()` i couldn't find...
bump @raed-shomali if you get the time. Just wanted to make sure you saw this. I love using slacker instead of setting all this up but the socketmodeclient and registering...
@raed-shomali if you have a quick couple bullet points on guidance, I'll be glad to take a peek if I can get some spare time. Nothing detailed, just looking for...
I duplicated the code for help, disabled the standard help, and just mapped my `mybot-help` or `mybot help`. My use case was I am triggering on words, not bot mentions,...
where's the logic for what prettier covers. I've used markdownlint as the formatter for years and I thought it covered *far* more. Would like to examine. This lint with one...
cc @grouville