Manish Baghel
Manish Baghel
Try checking if you are using nvim for opening file and not vim. Same issue happened to me but then I realized I was using `vim filename.ext` instead of `nvim...
@ahauser31 ffi library is a standard module, there can't be a missing ffi as written in ffi documentation on [luajit docs](https://luajit.org/ext_ffi.html) ```The FFI library is tightly integrated into LuaJIT (it's...
@tjdevries I can raise a PR if this looks alright to you.
I think it's by design, probably coz it's cool.
@jmpaz New models support is being added with https://github.com/sourcegraph/sg.nvim/tree/update-cody-agent-03-12 branch. @tjdevries is still working on it but I tested on my machine and it works fine so you can checkout...
@orhnk `:CodyTask` now works exactly how you proposed. You can use `` to accept and replace text in place.
**BTW, if someone is running this on a server** or in anyway **through nginx or any other proxy** then please make sure to allow websockets connection. I am sure for...
@samber Thanks for your response and sorry for my delayed reply. For reference, this works ```go logger := slog.New( slogformatter.NewFormatterHandler( slogformatter.FormatByKind(slog.KindDuration, func(v slog.Value) slog.Value { return slog.Float64Value(float64(v.Duration().Microseconds()) / 1000) //...
> Hi there, this is actually already achievable with [Parallel Pipeline](https://docs.pipecat.ai/server/pipeline/parallel-pipeline). It is definitely achievable using `Parallel Pipeline` but it would be nice to have special fallback processors for services...
@utkarshgupta137 `virt_text_pos` might be a better alternative to `virt_text_win_col`. Having said that, you can avoid the issue by getting the current line length and setting the `virt_text_win_col` to ```lua --...