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
I, and several users at my site, have observed the following confusing behavior with counsel-rg when the user types a query string quickly:
counsel-rg
++
This seems to happen when rg is running but just hasn't produced any results yet (or maybe never will, depending on the query string).
Eventually, when rg completes, the correct message "no matches found" is displayed. But counsel never displays the state where rg is still running.
Here's a screenshot of the bad state:
The text was updated successfully, but these errors were encountered:
I'm experiencing a similar issue, but rg doesn't seem to ever start when getting enough characters
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I, and several users at my site, have observed the following confusing behavior with
counsel-rg
when the user types a query string quickly:++
marker to indicate that rg is still running is not displayedThis seems to happen when rg is running but just hasn't produced any results yet (or maybe never will, depending on the query string).
Eventually, when rg completes, the correct message "no matches found" is displayed. But counsel never displays the state where rg is still running.
Here's a screenshot of the bad state:
The text was updated successfully, but these errors were encountered: