Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Added Example(learning github) #2325

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
Loading
from

Conversation

nasrin1748
Copy link
Contributor

@nasrin1748 nasrin1748 commented Apr 4, 2025

Description

Changes

Checklist

  • I have checked make build works locally.
  • I have created / updated documentation for this change (if applicable).

<title>Shiny Sound</title>

<!-- Recommended meta tags -->
<meta charset="UTF-8" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI /> has no meaning in HTML, it has meanings in XHTML and XML (or JSX) but not in HTML so you never need the self closing tag because void elements never need that.

I know this is common misconception out there, I just wanted to point that out since the purpose of this PR is to learn 🙂

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I copied the code from pyscript.com why is it not changed over there?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've just created a new project in there and this is what I see:

image

@WebReflection
Copy link
Contributor

we have tests/manual which is the appropriate folder to add tests one can use for various purposes, so this one should probably go in there within the hello-world folder or something with a meaningful name, thanks!

Copy link
Contributor

@WebReflection WebReflection left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When CI fixes something (in this case it's prettier) you should git pull from this branch to update your local version with those fixes back/applied.

There is a major comment around where tests should go and a "nitpick" around the fact something is not really needed.

I am adding this review as part of the "learning" process, so that this PR cannot move forward until comments or other things are either agreed or approved as change.

@WebReflection
Copy link
Contributor

FYI to rebase this branch you can follow command line instruction or git pull --rebase upstream main and resolve conflicts, if any, then push your latest version of this branch.

To configure upstream: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-repository-for-a-fork

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.