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

``` javascript function sayHello() alert('hello') } ``` ![image](https://cloud.githubusercontent.com/assets/14214/19620971/e3828188-9855-11e6-923a-150ad1ac078d.png)

enhancement

https://trello.com/c/opG1jita/140-interface-checklist https://stayintech.com/info/UX

ux
design

It’s a good practice to tag each deployment, and keep those tags synced to GitHub. This should happen automatically as part of the deployment process.

deployment

https://trello.com/c/JuoHRCmt/93-more-jshint-errors Go through the jshint code and audit all error message it is able to generate. Integrate all that are useful to us. The mappings for jshint errors live [here](https://github.com/popcodeorg/popcode/blob/master/src/validations/javascript/jshint.js);...

good first issue
enhancement
help wanted

Go through the esprima code and audit all error message it is able to generate. Integrate all that are useful to us. The mappings for esprima errors live [here](https://github.com/popcodeorg/popcode/blob/master/src/validations/javascript/esprima.js); the...

feature
help wanted

This is an error type we handle for HTML, but I can’t figure out what it is.

code quality

https://trello.com/c/gsKZdaYn/216-switching-between-projects-feels-slow There’s a noticeable lag when switching between projects, even on a fancy MacBook. I can’t see any reason that would be the case. Let us investigate.

performance

I set up our test environment to run Karma builds on BrowserStack, but that is not actually happening. We can only do it when doing a build on master, because...

bug
deployment

In our class today a student's chromebook was, for some reason, set to use the international keyboard setting. As a result she got an error nag about needing to use...

bug