Bo
Bo
Thank you for pointing out this issue. I'll fill in more information later on today, as I'm in a bit of a rush. Overlay positioning is always performed relative to...
I have completed writing the font library module (CombinePDF::Fonts). This is the beginning of Fonts support, as now plug-ins can be created to register fonts at the library - either...
Added CMap support to the font library. Hard coders can now import Type0 fonts from existing PDF pages for use in their new PDF files or new PDF pages (using...
Hi @dertuxmalwieder , This might be a documentation issue, but it might also be an API issue. I was planning to re-visit the API for [`fio_connect`](http://facil.io/0.7.x/fio#fio_connect) in 0.8.x and see...
Hi @dertuxmalwieder , Thank you for opening this issue. Yes, you are right, the `folder` information is extracted automatically from the `filename`. While the API has been updated, the documentation...
I like that we can avoid the warning... but... do we really want to avoid the warning? Wouldn't it be better to have explicit code (i.e. `(void*)(intptr_t)(func)`) rather than miss...
I think I will need to test alternatives before I disable a warning that might actually indicate an unintended error. I was pretty sure an explicit "chain" casting using `uintptr_t`...
Hi @joeyhoek , Thank you for opening this PR! I love the general approach and the desire to make things easy for all users using sensible defaults. However, I suspect...
Hi @joeyhoek , > I think that every application should be able to set it personally, however I'm unaware of this feature in the on_upgrade function. The exact same code...
Hi @tekktonic , Thank you for opening this issue and for your interest win facil.io. The TLS/SSL verification tests attempts to compile and run a small piece of C code...