feat: add TermGraph CLI tool to list#249
Open
Sanjay-VK07 wants to merge 3 commits intolukasmasuch:mainfrom
Open
feat: add TermGraph CLI tool to list#249Sanjay-VK07 wants to merge 3 commits intolukasmasuch:mainfrom
Sanjay-VK07 wants to merge 3 commits intolukasmasuch:mainfrom
Conversation
There was a problem hiding this comment.
1 issue found across 5 files (changes from recent commits).
Prompt for AI agents (all issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="projects.yaml">
<violation number="1" location="projects.yaml:1546">
P2: Duplicate category key in the same project entry can break YAML parsing or override the intended category</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| resource: true | ||
| category: text | ||
| homepage: https://github.com/ml-tooling/best-of-ml-python#text-data--nlp | ||
| category: file-formats |
There was a problem hiding this comment.
P2: Duplicate category key in the same project entry can break YAML parsing or override the intended category
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At projects.yaml, line 1546:
<comment>Duplicate category key in the same project entry can break YAML parsing or override the intended category</comment>
<file context>
@@ -1543,6 +1543,7 @@ projects:
resource: true
category: text
homepage: https://github.com/ml-tooling/best-of-ml-python#text-data--nlp
+ category: file-formats
- name: openpyxl
pypi_id: openpyxl
</file context>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What kind of change does this PR introduce?
Description:
Added TermGraph — a lightweight Python CLI tool to draw graphs in the terminal.
Checklist:
README.mdfile. Projects are only supposed to be added or updated within theprojects.yamlfile since theREADME.mdfile is automatically generated.Summary by cubic
Added TermGraph to the cli-helpers category in projects.yaml with its GitHub link and description. Also corrected project categories (e.g., cookiecutter to dev-utils) to keep the generated list consistent.
Written for commit 1c96d8d. Summary will update on new commits.