Aaron Dill

Results 129 comments of Aaron Dill

> Ok, here are the messages I am seeing using Chat built from the `debug-message` branch: > > > > ``` > > [tabnine-nvim] Failed to decode chat message: {"id":"25","command":"update_chat_conversation","data":{"id":"dc4e2d3c-041b-4fe4-9b80-35c7116e78e6","messages":[{"id":"c2bd9e03-2eb1-46e7-a591-1d334959296c","conversationId":"dc4e2d3c-041b-4fe4-9b80-35c7116e78e6","text":"/explain-code","isBot":false,"timestamp":"1689879814043","intent":"explain-code","editorContext":{"fileCode":"import...

@chuckpr If you don't mind, can you attempt to create a minimal file where you can reproduce this, and share it (perhaps in a gist)? I suspect that something in...

> @aarondill did you manage to reproduce this? it seems to work fine for me I haven't had the time to try to. I won't be able to try for...

> @aarondill did you manage to reproduce this? it seems to work fine for me @amirbilu Having just compiled and tested this on my machine, I can't seem to reproduce...

@amirbilu I think we need to put a list of dependencies in the readme for the chat plugin. We seem to be attracting people who are new to compiling their...

@amirbilu is this something you're willing to pursue, or is it not worth putting my effort into?

Please note that the current goal of the implemented tests is *not* to ensure that methods work right (as I've discovered and documented several bugs), but to match the current...

I haven't had the opportunity to work on this recently due to real life things. I'll continue to work on this when I can, but I would appreciate contributions if...

Note that this is a duplicate of #62, which also handles backwards compatibility (so nvim 0.9 doesn't break)

#62 (and it's duplicate #64) is an already submitted patch to fix this. It seems that we're just waiting for the maintainer to merge it.