microsoft / microsoft/vscode-github-issue-notebooks
Handle error when query is too long
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 237
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
This query of ours is too big:
If you add one more label (or 4 more in my case), it errors:
However, GitHub Hyperlist handles this fine. So either we should see if we can fix this or show a link that says something like "query limit reached, open on GitHub"
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with .vscode/notebooks/grooming.github-issues around line 30 and reproduce the failure by adding labels to the query. Compare the behavior with the linked GitHub Hyperlist query, then trace where the error is surfaced. Done means an oversized query is handled gracefully, either with a usable result or a clear link to open it on GitHub.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github, typescript, vscode
- Domain
- devtools, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100