Andreas Gohr

Results 304 comments of Andreas Gohr

Looking at the IBM document you provided in #18 an `x` header will contain key value pairs. I dumped the header from your files and that confirms it: ``` 28...

PRs welcome

Interesting. Would be good to have some pointer to the documentation on what the difference between ``L`` and ``x`` is. There might be additional stuff that needs to be done...

Using JavaScript and the Google Books API looks easy enough https://code.google.com/apis/books/docs/v1/using.html#WorkingVolumes

Their purpose was exactly fixing this problem. I had a customer deployment on a windows machine where `@TPLBASE@` images would not display (even though the same template worked fine on...

I think it would be useful to figure out why it fails sometimes, unfortunately I don't have access to this customer system so I can not test it.

no. fastcgi is just another way to access php from the web server. it's exactly the same language feature set. @fdmgit which php version are you running?

You're right it is broken. I reported it upstream at http://www.mpdf1.com/mpdf/forum/comments.php?DiscussionID=802 Your changes alone seem not to work (but create an infinite loop). I think there's something wrong with how...

Technically this seems to be a problem with the extension manager in DokuWiki and not the plugin itself. But let's continue the debugging here first. So far I got different...