Jeroen Ooms

Results 915 comments of Jeroen Ooms

Here is a simple text to wordmap function as extracted from your example: http://pastebin.com/yH8cXk5N. Perhaps that would be useful to others as well.

I would be very interested in this if you can export headers that we can call from C. A good example is gifski: https://github.com/ImageOptim/gifski/blob/main/gifski.h

Also running into this same issue. This works as expected: ``` curl -v https://httpbin.org/response-headers?etag=foobar ``` However with gzip compression the etag no longer works: ``` curl -v https://httpbin.org/response-headers?etag=foobar --compressed ```...

No there are no such plans. Having multiple sites per package really complicates the build and deployment system, and I'm not sure if it makes sense to support this right...

Cool. The commonmark package is now part of the r-lib organization: https://github.com/r-lib/commonmark

Do you have an example PDF file and some code so that I can reproduce this?

I think it is fixed. Can you try to install the new version: ```r install.packages("pdftools", repos = 'https://ropensci.r-universe.dev') ```

Hmm I am also seeing output changes on windows with recent versions of poppler. This is very annoying :/

I have bisected the issue and reported upstream: https://gitlab.freedesktop.org/poppler/poppler/-/issues/1076