Fredrick Bäcker
Fredrick Bäcker
Might be because the 'new' autoinstaller doesn't install in the old path. You would need to goto the folder ```cd /srv/openhab2-conf/``` before running the auto installer. https://github.com/fbacker/broadlink-mqtt-bridge/wiki/Installation I've no real...
Having the same issue with ```show_opt_in```. If I set ```startval = null``` it works. But if I want to set some already saved value the editor is only showing the...
Maybe it could be possible if we could access the raw objects from swagger-combine after it's done? Trying to do about the same but configuring security schemas. Would like to...
My solution became this ```js const fs = require('fs'); const SwaggerCombine = require('swagger-combine'); const output = 'parsed.json'; const config = 'config.json'; const opts = {}; const combinedSchemaData = new SwaggerCombine.SwaggerCombine(config,...
Same issue here. I choose an EPG provider that doesn't match my channels and then it all appears. Need to setup some xmltv somehow probably? However I can't watch the...
Would like to reopen this. Running [2.1.2] 2020-03-13 and issue still exists.
https://github.com/fbacker/react-native-camera/tree/barcode-finder until this branch is merged I'm using package.json "react-native-camera": "github:fbacker/react-native-camera#barcode-finder"
Try it out. Made it possible to change the default finder design. Having issues starting the package Example so developing against my own project so hope I don't miss anything...
When attaching the camera display I set an empty array. Then just check if it's been used. ~~~~ barcodeReceived(e) { console.log('Barcode: ' + e.data); console.log('Type: ' + e.type); if(e!=null &&...
@GarimaMathur07 if update thru git I've changed the properties Adjust size and style: `barcodeFinderWidth`, `barcodeFinderHeight`, `barcodeFinderStyle` also a way to make the viewfinder custom. check the updated readme.md @gablorquet you...