Kelvin Au

Results 4 issues of Kelvin Au

Trying to create a topic or make a comment, this error appears ![2018-06-03 19_09_03-localhost_9999_forum_topics_create](https://user-images.githubusercontent.com/5885902/40894948-a62842f0-6761-11e8-879b-a06033366ab0.png) However, the topic is created and new comments can also be added.

Chrome's webkitRequestFullscreen is changed in version 71 and it takes an object for the parameter instead. This is where the error occurs: https://github.com/fabiobiondi/angular-fullscreen/blob/119b7fbac911d154fd56ace38ebe3432475e8a20/src/angular-fullscreen.js#L34 Now it takes an option to control...

In non-development enviornment, importing this library will have this line imported. https://github.com/zalmoxisus/mobx-remotedev/blob/2d9ea51d3378e0507cfe8295046491e9f25c4a77/src/index.js#L6 This breaks IE 11 because arrow syntax is not supported.