You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At wakatime-cli we heavily use Chroma to find file dependencies and guess their programming languages. We also support parsing C files and extract this kind of information. Here's the function we get panic and the stack trace:
Is there an existing issue for this?
Describe the bug
At wakatime-cli we heavily use Chroma to find file dependencies and guess their programming languages. We also support parsing C files and extract this kind of information. Here's the function we get panic and the stack trace:
The error is always
index out of range
but it changes the length according to the size of the file, I guess.To Reproduce
I do not have access to the file's content to reproduce the error because they run in the user's machine and it's protected by privacy.
The text was updated successfully, but these errors were encountered: