Skip to content

Make the example runnable #535

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

Merged
merged 1 commit into from
Apr 9, 2024
Merged

Make the example runnable #535

merged 1 commit into from
Apr 9, 2024

Conversation

githubshrek
Copy link
Contributor

The proposed changes, together with the style sheet suggestion proposed in the previous proposed change (and shown below), means that the example moves from being abstract, and students can directly copy/paste the example and see it work.

  <style>
  .on { background-color: yellow; }
  .off { background-color: black; color: white; }
  </style>

The proposed changes, together with the style sheet suggestion proposed in the previous proposed change (and shown below), means that the example moves from being abstract, and students can directly copy/paste the example and see it work.

  <style>
  .on { background-color: yellow; }
  .off { background-color: black; color: white; }
  </style>
<div class="clapper"></div>
<div class="lightbulb on">Kitchen light</div>
<div class="switch">Kitchen switch 1</div>
<div class="switch">Kitchen switch 1</div>
Copy link
Member

Choose a reason for hiding this comment

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

switch 2?

Copy link
Member

Choose a reason for hiding this comment

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

ping @githubshrek. This PR needs some updates.

@arthurvr
Copy link
Member

@githubshrek Same thing over here. You must include your real name in your git config.

@arthurvr
Copy link
Member

This PR highly overlaps with #534. Let us handle that in one PR.

@arthurvr
Copy link
Member

@githubshrek Hey! We asked for the CLA multiple times and can't merge without a signature. I'm going to close this due to inactivity. It doesn't really make sense to keep old PRs open for really long. Hope you'll be able to come back to this and we can reopen.

@arthurvr arthurvr closed this Apr 10, 2015
@githubshrek
Copy link
Contributor Author

I thought I already signed whatever you wanted. You tell me I have to sign something, but give me not a clue where I should go to sign it. I have no idea where to go.

@arthurvr arthurvr reopened this Apr 10, 2015
@arthurvr
Copy link
Member

@githubshrek You have a signature on our file but will need to include your real name in your git config. We told you that on all your other PRs as well. Anyways, glad you responded now :) Could you add your real name and update the PR with the things we commented?

@githubshrek
Copy link
Contributor Author

My Git profile has had my real name ever since you asked for it. If you want me to put my real name elsewhere, please tell me where, and how I do that.

@arthurvr
Copy link
Member

My Git profile has had my real name ever since you asked for it.

We were talking about your actual git config (not your GitHub profile), which has githubshrek as name. Your full name will need to be included in there. Setting it would be as easy as:

$ git commit --amend --author="First Last <name@gmail.com>"

Run that on the branch you created for the PR and and fill in with your own details of course. These details should match the ones you signed the CLA with. After changing it you will need to force push your commit to your branch.

$ git push <remote> <branch> -f

@arthurvr
Copy link
Member

ping @githubshrek? It doesn't seem to have worked? If you have any issues, feel free to contact me on Freenode IRC as arthurvr. Would love to be able to land this change, it's been open for way too long.

@githubshrek
Copy link
Contributor Author

Hi,

I have no idea how to do any of what you're talking about. I don't have a
git config. I don't even know what Freenode IRC is.

regards,

Hugh Prior

On 17 April 2015 at 20:31, Arthur Verschaeve notifications@github.com
wrote:

ping @githubshrek https://github.com/githubshrek? It doesn't seem to
have worked? If you have any issues, feel free to contact me on Freenode
IRC as arthurvr. Would love to be able to land this change, it's been
open for way too long.


Reply to this email directly or view it on GitHub
#535 (comment)
.

@agcolom
Copy link
Member

agcolom commented May 19, 2015

@arthurvr This was discussed today with the legal team. We can land the PR and change the author's name using --author

Base automatically changed from master to main March 8, 2021 17:15
@Krinkle Krinkle merged commit abc5b7b into jquery:main Apr 9, 2024
Krinkle pushed a commit that referenced this pull request Apr 9, 2024
The proposed changes, together with the style sheet suggestion proposed in the previous proposed change (and shown below), means that the example moves from being abstract, and students can directly copy/paste the example and see it work.

  <style>
  .on { background-color: yellow; }
  .off { background-color: black; color: white; }
  </style>

Closes #535.
Krinkle added a commit that referenced this pull request Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

5 participants