Exafunction / codeium.el

Free, ultrafast Copilot alternative for Emacs
https://www.codeium.com
MIT License
412 stars 13 forks source link

Flaky behavior in Python #30

Closed lambdaofgod closed 1 year ago

lambdaofgod commented 1 year ago

I've managed to start codeium with company using akhil3417's suggestion in #20

It fails fast though, I've encountered 2 types of errors in log:

E0501 13:29:51.913056 1465117 prompt.go:142] Error checking for empty block node start: UseTreeSitter: no start keyword children found
E0501 13:29:51.913079 1465117 prompt.go:150] Failed to determine if multiline completions should be requested.

And E0501 13:33:33.260453 1477885 prompt.go:478] Error getting sibling functions: UseTreeSitter: no function parent found at offset 1332

fortenforge commented 1 year ago

None of those messages are real errors and we probably should not be logging them at all. These should not impact the ability of Codeium to provide completions. Are you able to see and accept code completions?

fortenforge commented 1 year ago

Closing due to staleness. Please feel free to re-open if you are experiencing issues.