popcode icon indicating copy to clipboard operation
popcode copied to clipboard

An HTML/CSS/JavaScript editor for use in the classroom

Results 106 popcode issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/popcodeorg/popcode). ## Config Migration Needed - [ ]...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://togithub.com/prettier/prettier)) | [`2.2.1` -> `2.8.8`](https://renovatebot.com/diffs/npm/prettier/2.2.1/2.8.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/2.8.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

**Describe the bug** A clear and concise description of what the bug is. When you click on the "Export Repo" button, the call `POST https://api.github.com/user/repos` produces a 401 unauthorized error....

`object-fit` is a valid CSS property https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit but the PrettyCSS linter does thinks it is an invalid property. To test: https://popcode.org/?snapshot=eea79bbc-98bc-44ef-81ac-a515b6f10630

Currently if you have multiple alert calls, only the last one will be seen: ```js [1,2,3].forEach(alert); // shows a SweetAlert with 3 ``` However in a standard browser, or the...

**Describe the bug** Putting an `` tag inside of a `` tag causes the following closing tags to turn red. **To Reproduce** Steps to reproduce the behavior: 1. Go to...

Submitter: Yoshuah Williams Like bro im dead just tryna do my work I did everything and clicked Ctrl Z TWICE to erase sum just for it all to disappear with...

**Describe the bug** Take a look at [a classroom assignment](https://popcode.org/?snapshot=6e31fe89-3d3e-4b24-ba6a-9fb8a92f5a5c) that has a longish `title`, on a small or zoomed-in view. The title bar stays a small size (`height: 2.4vh;`),...

**Describe the bug** Often – especially if I’m zoomed in a bit or using a small screen, like a Chromebook – the HTML/JS/CSS tabs cover up some of the code....