We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🍕 Feature
When indexing a repository that is not found, the repo-query goes and indexes it, but never retries when indexing is done.
This is what I was explaining in the discord @diivi and @Anush008
The function looks like it is a loop, but it fails or exits too soon. Not sure if a try/catch or similar is needed.
https://github.com/open-sauced/ai/blob/beta/src/repo-query/pages/indexing.tsx#L45
No response
The text was updated successfully, but these errors were encountered:
Hey @bdougie. I haven't encountered this after #253 got merged.
Can you confirm the version you are running has the patch introduced in #253?
Sorry, something went wrong.
Ok. I'll take another look. That PR did go live on the chrome store until a few hours ago.
I tried to understand and replicate this but got lost, is this issue still relative?
I wasn't able to reproduce. Maybe @bdougie can update of this was resolved for him.
No branches or pull requests
Type of feature
🍕 Feature
Current behavior
When indexing a repository that is not found, the repo-query goes and indexes it, but never retries when indexing is done.
This is what I was explaining in the discord @diivi and @Anush008
Suggested solution
The function looks like it is a loop, but it fails or exits too soon. Not sure if a try/catch or similar is needed.
https://github.com/open-sauced/ai/blob/beta/src/repo-query/pages/indexing.tsx#L45
Additional context
No response
Code of Conduct
Contributing Docs
The text was updated successfully, but these errors were encountered: