tzachar
tzachar
I am having a hard time recreating these bugs. Can someone please share a minimal working configuration which reliably trigger these issues? @kunzaatko @farzadmf @holic-cl ? Thanks
Try changing the order in which you load plugins. The stack trace above can happen when a different plugin also hijacks the keybinding.
> I know I'm being a bit forward, but you might want to try https://github.com/aileot/emission.nvim. The plugin is a fork of this highlight-undo.nvim, but any keymaps are irrelevant there. >...
This will not fix the issue in all cases. There is no mechanism to ensure our plugin is loaded last.
Just looking for ideas for solving this issue.
I think the solution would be to ditch the notion of binding to specific keys, and just track changes when not in insert mode. Can you guys try the [global...
fixed by #38
Guys, is there a way to move this forward?
Take a look [here](https://github.com/tzachar/cmp-ai/blob/5fcc7cf57c7e643c0221ac7f80234a0ff32eb803/lua/cmp_ai/requests.lua#L33) You can change the file name created, where your data is stored, and check if the json data is encoded correctly. In any case, I would...
I think the problem is with the actual data sent to the server, or the server refuses our headers for some reason. Can you try and replace the use of...