Dean Roskell
Dean Roskell
Adding a camera to an embedded A-Frame scene incorrectly renders the camera's aspect ratio. The camera's aspect ratio can be fixed by manipulating the window via an action such as...
I was looking for a solution to add blog posts to my GitHub site and here we are. When testing out my own code and the hosted [demo code](http://chris-diana.com/cms.js/demo/#/posts/2018-03-01-sample-blog-post) I...
Replaced .remove() for .delete() on the Entities Map Object. Map objects have no remove method. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map/delete
Most apps that I like to keep open often allow the app to use a system tray icon rather than a taskbar icon. It would be great to add in...