Gabriel Gordon-Hall
Gabriel Gordon-Hall
Thanks for reporting this. Does this problem persist on the latest version of bloop? Also, which platform do you experience this issue on?
@MutahharAllshore There is a Windows build for v0.4.13. Can you reproduce the issue?
Yes @RickyGrassmuck bloop will scan the local directory for subdirs that contain a `.git`. Did you see this screen? We'll update the text in this flow to make it clearer...
Do you have any `.git` directories nested under the folder you're targeting?
Does this happen when you select another directory, one that has fewer levels of nesting? Scanning for local repos could take a long time if you select a directory with...
How many files are in this directory? Do you experience the same issue with every dir you try or only this one?
@hsuchifeng I think this is a bug with our handling of multi-term language filters. Will check this out.
This is a blanket error message: https://github.com/BloopAI/bloop/blob/2ae485966400dbd1a4a5aa4304f3b1dd95283cec/client/src/Project/CurrentTabContent/ChatTab/ChatPersistentState.tsx#L430, and there are a few possible causes. Is it intermittent? Or do you get this error on every query?
After an initial index, bloop should only index files that have been modified by new commits, not the whole repo. However, it may re-index every file if bloop itself has...
Did you run `git lfs install`? See https://github.com/BloopAI/bloop/tree/oss/apps/desktop#setup