Open Issues Need Help
View All on GitHubA language-agnostic project visualization tool written in Rust
AI Summary: This enhancement issue proposes modifying the SVG and PNG output to only display languages that are actually detected within a project, instead of listing all possible languages. The current behavior is to list all languages, regardless of their presence in the project.
A language-agnostic project visualization tool written in Rust
A language-agnostic project visualization tool written in Rust
AI Summary: The user is requesting to add a Discord badge to the project's README file. They have provided the Shields.io link for generating Discord badges and the specific invite link for their newly created Discord server.
A language-agnostic project visualization tool written in Rust
A language-agnostic project visualization tool written in Rust
A language-agnostic project visualization tool written in Rust
A language-agnostic project visualization tool written in Rust
AI Summary: Remove the currently ineffective 'auto-layout' toggle from the seiri project's graphical user interface. This involves removing the toggle button and any associated code that handles its (currently non-functional) behavior.
A language-agnostic project visualization tool written in Rust
AI Summary: Debug a Rust project visualization tool ('seiri') that is failing to generate graph edges in its output. The issue likely stems from a mismatch between node names and dependency names. The task involves investigating the tool's parsing and dependency extraction logic (using tree-sitter), potentially examining the JSON output for inconsistencies, and correcting the code to ensure accurate dependency representation.
A language-agnostic project visualization tool written in Rust
AI Summary: Remove the node attraction feature from the seiri project's GUI visualizer. This involves modifying the Rust codebase to prevent nodes from moving based on attraction forces, ensuring they remain statically positioned.
A language-agnostic project visualization tool written in Rust
AI Summary: The task involves updating seven GitHub Actions workflow files within the `seiri` project. Each update requires pinning specific action versions to their corresponding commit hashes instead of version tags, as a security measure against dependency tampering. This will enhance the project's security by preventing potential vulnerabilities from malicious updates.
A language-agnostic project visualization tool written in Rust
AI Summary: Enhance the seiri project by improving user feedback and documentation. This involves adding messages to inform the user about unsupported languages, selected options, and GUI availability. Additional command-line options and corresponding tests may also be implemented.
A language-agnostic project visualization tool written in Rust
AI Summary: Implement a feature in the `seiri` project that respects `.gitignore` files. This involves adding a flag (likely on by default) to the command-line interface that, when enabled, causes `seiri` to parse the `.gitignore` file in the project root and skip parsing any files matching the patterns specified within the `.gitignore` file.
A language-agnostic project visualization tool written in Rust