Kushashwa Ravi Shrimali
Kushashwa Ravi Shrimali
Thanks @LemonBreezes for the PR. Apologies to the reviewers/maintainers for jumping in on this, but just curious - is there an option (/planned/can be considered) to enable the minibuffer setup...
> @krshrimali I don't understand what you are saying. The minibuffer setup is not enabled for Corfu because Corfu does not activate the minibuffer. Corfu is its own UI. It...
> @krshrimali Regarding this PR, this PR does not change the current behavior whatsoever. This PR is only so that our configuration does not break after bumping Corfu in the...
Released v0.8 of context-pilot-rs, now working on updating the tap. Update: done!
@nihalxkumar - New release up! Can you please update the context-pilot AUR package? Thank you!
@nihalxkumar - Can you help with v0.9 release? I just made a new release. Thanks!
@nihalxkumar - Can you please help with updating both -git and AUR package? I made a new release (v0.9.1). Thanks!
FTR, as of 22nd May 2025, I'm using levenshtein distance and have a hard-coded threshold as 5 for the same. From the beginning, I'm aware that it's not the best...
A very easy way to do this was to treat everything as a replacement whenever a line is deleted and added. However, more accurate would be to use NLP here....