Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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

Sign up
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
nasrin1748 wants to merge3 commits intopyscript:main
base:main
Choose a base branch
Loading
fromnasrin1748:branchB1

Conversation

nasrin1748
Copy link
Contributor

@nasrin1748nasrin1748 commentedApr 4, 2025
edited
Loading

Description

Changes

Checklist

  • I have checkedmake 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 inXHTML andXML (orJSX) but not inHTML so you never need the self closing tag becausevoid 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
ContributorAuthor

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 havetests/manual which is the appropriate folder to add tests one can use for various purposes, so this one should probably go in there within thehello-world folder or something with a meaningful name, thanks!

Copy link
Contributor

@WebReflectionWebReflection 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'sprettier) you shouldgit 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 orgit 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 freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@WebReflectionWebReflectionWebReflection requested changes

Requested changes must be addressed to merge this pull request.

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@nasrin1748@WebReflection

[8]ページ先頭

©2009-2025 Movatter.jp