Tomasz
Tomasz
@1technophile thank You so much for the reply. It is really helpful! I was thinking about ordering the cheaper ones but now I'm convinced to order those from your list....
@1technophile I ordered three different ESP32 modules and those ble beacons. I'll try them out and if everything goes well I'll share the results.
I use app templates to create instances of my app. Sometimes I want to add a UI container that connects to a specific instance, so I'd like to be able...
@flaviocosta-net I just found this issue and I must say that this already looks amazing, awesome work! How is the implementation going? Is there something I can help? I'm not...
@lurch I've created this issue because there is a comment on #199 by @mgiaco. I don't want this to get lost. This is similar to https://github.com/gpiozero/gpiozero/issues/625, but it got closed....
@joejordanbrown sorry for late response. For me the approach with SASS and variables would work fine. This would remove a lot of code from typescript file. Please consider adding example...
@h2ooooooo what command did You use? I got 4 errors: ``` Notice: Undefined offset: 1 in C:\xampp\htdocs\word2pdf2\Mpdf\Mpdf.php on line 26825 Notice: Undefined offset: 2 in C:\xampp\htdocs\word2pdf2\Mpdf\Mpdf.php on line 26826 Notice:...
I also noticed that in some PDF's the regex must be different. For example take a look at this regex: `preg_match("/
I have a very simple PDF saved using Word. It contains only 2 lines: > Witaj %imie% > Masz %wiek% lat! but when I print `$s` after calling `$s =...
I'm also interested in this feature. I need to generate PDF documents that will be printed and the key requirement is to output PDFs with CMYK color profile.