Niv B

Results 14 comments of Niv B

Can you direct me to the relevant code/file ?

- Should RTL be detected from the provided text ? Yes, in my opinion, and this is the way i implement it - Should .. an option hat needs to...

The RedLock inherits from the Node EventEmitter, so it probably possible to do something: ``` myLock = require('RedLock'); myLock.on('unlock', function(...args) { const parameters = args.join(', '); console.log(`parameters ${parameters} for unlock`);...

I will look into it again in the following weeks

@miriankakhidze Are "Calibri" font can produce those character ? can you reproduce this bug with other font ? I have same problem and after changing several fonts i was able...

Try use it like this, i didn't found problem with that. ``` const PDFisLoadingEl = document.getElementById('PDFisLoading'); const removeLoadingModal = () => PDFisLoadingEl.remove(); pdfDoc.html(document.body, { callback: function (JsPDFinstance) { JsPDFinstance.save(); },...

try like this - DATE_STYLE = { numberFormat: **'dd / mm / yyyy'** } .style(DATE_STYLE );

I found the same error and fix it on v1.7 by kind of this solution in setting up the UTC. If you will send me the relevant file, line in...

It's pretty simple You need an image, with argument of ```-i or --image``` But this is not the last issue you will face - [Barcode-Detection-and-Decoding](https://github.com/nivb52/Barcode-Detection-and-Decoding) Try this ^ I would...

@ShoaibAsghar Run the python main file (if you don't know how - google it, you may need to install python) Then use one of the following arguments : "-i", "--image",...