Results 84 comments of Prem Nair

@Zundrium you can see our authentication code here: https://github.com/Exafunction/codeium.vim/blob/5aced5bbb81b89e66a09989fa16484cab2466b65/autoload/codeium/command.vim#L51 We don't have public documentation of the REST protocol right now, not sure if we plan on it soon (cc @fortenforge).

We'll have to discuss internally if we have the cycles to maintain this repo. At the very least, maybe we can consider a repo transfer to our GitHub organization to...

@jcdickinson would you be open to such an arrangement?

Understood. To clarify, for the continued users of your plugin, would you be open to repository transfer to our GH organization so we can take a stab at the maintenance?

@klew do you happen to have an example completion where this was being buggy for me to test?

Ah I see the problem. I'll try to push a fix for this soon.

I think #44 has likely resolved your issues, feel free to check.

What commit are you using? I recently pushed https://github.com/Exafunction/codeium.vim/commit/d252af59f06b8c8ded4247aed2e0d76a5ae4a9c7 intending to fix this.

> * Why not use `XDG` settings for choosing config and binary dirs by default? This is tracked and explained a bit in #24.

> * Why is it fetching the windows `.exe` as well if I'm on Linux? Looks like a waste of bandwidth and disk space. The code to determine which binary...