Yannik Ache Eicher
Yannik Ache Eicher
I could yes, technically it is quite easy to render HTML content. Unfortunately it is not so easy to that in a generic way. The main problem here is the...
The easiest way to achieve this is to properly prepare your string when generating your template data, try something like this: ```js { intervenerString: [ {name: 'Test 1'}, {name: 'Test...
Oh yeah, in this case, this won't work. We stopped allowing our customers to modify the documents themselves since it caused more issues than it solved, unfortunately ;) But it...
I am not sure about your specific issue, but I just created a PR #93 which resolved some issues in my tables, maybe this will help in your case as...
@MikeLDPT It seems like an issue with Rhasspy itself. I have not tested it right now, since I just used one of my spare PIs to run Rhasspy on it,...
@mariomurrent-softwaresolutions ml-kit should support android devices >= Android API level 21 and basically every 64-bit iOS device, starting with iPhone 6 on iOS 10. On Android there are multiple ways...
@DanielMi We decided to deprecate this library since we already started to update this library to ML-Kit as well and working on two libraries that basically did the same thing...
@robingenz I can have a look at this if you want :) As you mentioned in our discussion you already have a standalone component relying on `BarcodeDetector`, unfortunately, support of...
@robingenz I am not entirely sure, to be honest. There was an issue over there https://github.com/undecaf/barcode-detector-polyfill/issues/2 and I think we should be able to use the plugin and bundle it...
I see, I see. Another idea would be to just implement `BarcodeDetector` within this plugin and properly document it like this. If someone needs to use it in a not...