Chris Castle
Chris Castle
Repro steps: 1. Create a simple domain that looks like this http://cl.ly/7ldl 2. Run simpledb-webview 3. Enter access and secret keys, click View Contents 4. Click name of simple domain...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
The Chrome console shows lots of deprecation warnings when opening a conference page. These should be investigated and addressed.
Similar code found in 1 other location (mass = 70) https://codeclimate.com/github/crcastle/collaborative-code-conference/src/client/coding.js#issue_57036f5330dab00001143066 ``` javascript anchor.addEventListener('click', function(e) { e.preventDefault(); cm.setOption('theme', classPrefix); document.querySelector('#theme-button-text').innerHTML = 'Theme: ' + name; cm.focus(); }); ``` and ```...
Similar code found in 1 other location (mass = 58) https://codeclimate.com/github/crcastle/collaborative-code-conference/src/client/coding.js#issue_57036f53872f3300011356a6 ``` javascript for (var i = 0; i < languages.length; i++) { modeSelector.appendChild(languageListItem(languages[i].name, languages[i].mime)); } ``` and ``` javascript...
Unexpected confirm. https://codeclimate.com/github/crcastle/collaborative-code-conference/src/client/webrtc.js#issue_57036f5530dab00001143160 Fix several instances of using `alert` and `confirm`
Do not use 'new' for side effects. https://codeclimate.com/github/crcastle/collaborative-code-conference/src/client/coding.js#issue_57036f5532832b000113cbf4 Fix multiple instances of this with Popover and Modal.
- [ ] Define unit and feature tests - [x] Define test setup (mocha?) - [ ] Implement tests - [x] Configure Travis and add badge to README - [x]...
- [ ] Create a CONTRIBUTING.md file in the root of the repo with guidelines for anyone who wants to contribute to the project - [ ] Link to this...
Right now it only shows one person in the video :frowning: https://github.com/crcastle/collaborative-code-conference/blob/master/build/client/img/code-editor-screenshot.png Screenshot is used in README.md, home.html, and blog post. Update it in all places.