Results 10 issues of Benedict Chen

I set my server to be `https` and configured the API_URL to be `https` also, but the AJAX requests are all `http`.

https://github.com/SBoudrias/gulp-istanbul/blob/f71379a83a07c87935aa6589369a49ff12201f1b/index.js#L74 When using express-openapi, files are often in the format of `{myPathVariable}.js`. This format causes the regex to not work. Please replace with this: ``` var covStubRE = /\{.*"path".*"fnMap".*"statementMap".*"branchMap".*\}^\/(?!\.js)/g; ```

Have a settings page that allows for an option to make the control box not visible unless hovered over for the past 'x' seconds.

Have a settings page that allows a choice for which websites it does or does not appear in (whitelist or blacklist) this control box appears inside.

The ability to move the box by 'click and drag' to be anywhere in the video stream and not limited to the top left corner. See attached photo: in netflix...

``` return render(element, markup_classes) ``` File "XXXXXXX/lib/python2.7/site-packages/bootstrapform/templatetags/bootstrap.py", line 74, in render for field in element.visible_fields(): AttributeError: 'SafeText' object has no attribute 'visible_fields'

ScClient/client.swift:72: Fatal error: Unexpectedly found nil while unwrapping an Optional value

Sometimes if the server doesn't pass exactly what ScClient expects, the entire app will get runtime error. ``` ScClient/client.swift:72: Fatal error: Unexpectedly found nil while unwrapping an Optional value ```

class Listener has a property dictionary of event names to closures. We are able to register new listeners, but we can never remove them. Please add a new method so...