-
-
Notifications
You must be signed in to change notification settings - Fork 43
Migrate English card 016 to Mermaid format #479
New issue
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
Conversation
✅ Deploy Preview for gitfichas ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
- Converted card from image-based to Mermaid diagram format - Generated SVG file (016-en.svg) - Added use_static_image flag - Updated config_manager.py to support puppeteer with system chromium - Card now renders with clean Mermaid diagram Co-authored-by: jtemporal <6595551+jtemporal@users.noreply.github.com>
Co-authored-by: jtemporal <6595551+jtemporal@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot undo this change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted the changes to config_manager.py in commit b459228.
Remove puppeteer configuration additions as requested Co-authored-by: jtemporal <6595551+jtemporal@users.noreply.github.com>
en/_posts/2021-09-01-016.md
Outdated
| - part1: it's nothing more than a\ncopy of a repository | ||
| - part2: this copy maintains a link to\nthe original repository | ||
| - part3: usually used to\npropose code changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - part1: it's nothing more than a\ncopy of a repository | |
| - part2: this copy maintains a link to\nthe original repository | |
| - part3: usually used to\npropose code changes | |
| - part1: it's nothing more than a copy of\na repository | |
| - part2: this copy maintains a link to the\noriginal repository | |
| - part3: usually used to propose code changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Applied the suggested line break improvements in commit 0dea59e and regenerated the SVG.
Adjust line breaks for better text flow as suggested: - part1: Break after "copy of" instead of after "a" - part2: Break after "to the" instead of after "to" - part3: Remove line break, keep as single line Co-authored-by: jtemporal <6595551+jtemporal@users.noreply.github.com>
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
en/_posts/2021-09-01-016.md
Outdated
| - part1: it's nothing more than a copy of\na repository | ||
| - part2: this copy maintains a link to the\noriginal repository |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - part1: it's nothing more than a copy of\na repository | |
| - part2: this copy maintains a link to the\noriginal repository | |
| - part1: it's nothing more than a copy of a repository | |
| - part2: this copy maintains a link to the original repository |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed all line breaks from parts 1 and 2 in commit 78f0d08 and regenerated the SVG.
Display all three parts as single lines for cleaner presentation: - part1: "it's nothing more than a copy of a repository" - part2: "this copy maintains a link to the original repository" - part3: "usually used to propose code changes" Co-authored-by: jtemporal <6595551+jtemporal@users.noreply.github.com>
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|


Migrates English card #16 "What is a fork?" from legacy image-based format to Mermaid diagrams, following the pattern established in the Spanish version.
Card Migration
016-en.svg, 704KB)Before/After
Before:
After:
Screenshot
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.