Sergey Shambir

Results 5 comments of Sergey Shambir

Is there any example?

+1 for this issue, `curl_multi` actually should not implement `is_finished` and `get_info` in that way - `curl_message` used in event loop to detect finished easy handles when multiple requests processed...

Thanks @tripleee , I've used following in my Dockerfile: ```docker RUN apt-get -qq update && \ apt-get install -y --no-install-recommends gnupg apt-transport-https ca-certificates && \ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | gpg...

There are pull request for this issue: #8 Looks like my issue is duplicate.

@shokre Thanks a lot, the workaround works! I've written a PHP script that does the following: - loads the OpenSans font using `FontMetrics::registerFont()` - postprocesses ".ufm" files to override `Ascender`...