Christian Blaschke

Results 3 issues of Christian Blaschke

First of all: Nice work! It would be nice to be able to use classes as service constructors. ``` class UserService { constructor($db) { this.$db = $db; } } UserService.$inject...

Following line prevents debugging on iOS devices in a not secure context with `allow media capture on insecure sites`-option enabled in debugger: https://github.com/gruhn/vue-qrcode-reader/blob/35f718f6dd3f1926e25501af80984fdd4d8b7f28/src/misc/camera.js#L74

Nice lib! Could you make it available on platformio.org?