Roland Haller
Roland Haller
Looking forward to this. Keep us updated. I’m hesitant to just use openai api to read it aloud but it’s a little budget. Hang in there!
Hello, I am on Mac, and I see the same behavior as described by @mrjbj. I use Neovide, but I see the same behavior with Neovim in the terminal.
I'm quite the beginner, so there is a high likelyhood of my config being incorrectly set to be honest. If you could provide a detailed install procedure on lazy.nvim (nvChad)...
Well that fixed my issues nicely. ^^ Thank you very much.
I actually didn’t configured anything more than : ` { "charludo/projectmgr.nvim", lazy = false, -- important! }, ` I'm guessing the `reopen = true` is what helped. I still get...
Might be a good idea yeah.
I'd be happy to try and fix the issue since I need to do it for my project anyway. Would you be interested in a (novice) contribution? If so, I'd...
Yes, we did. :) Content.len() / 4 feels a bit hacky, I'll try to go the Tiktoken route.
I am rather new to Rust and programming in general, and have never made a feature contribution until now, so I'll try to report my process and actions to allow...
Thanks for the answer 1. Good point. It doesn't look too bad, but some of the dependencies are OpenAI specific, which is not ideal 2. Yeah, that seems best indeed....