Saša Janiška

Results 88 comments of Saša Janiška

@varlesh Thank you. That helped!! I've installed those which were missing and they pulled bunch of other packages. Strange thing is that the build was not failing before, but the...

> Also, as I already pointed out above, I don't think we should implement EC in a way that might help for some cases, but also fails for a lot...

How is this feature supposed to work? At the moment I'm using Claws-mail on the Linux desktop along with the Thunderbird for syncing calendars/contacts with my phone via Baikal server....

What about nested footnotes? Maybe it is not a common need, but I'm speaking from my personal experience. It's possible with both rst and (extended) markdown... rst example: ``` This...

> The options that I have evaluated are Python and Lua. Lua is commonly used for such things, e.g. Pandoc uses it for custom filters, but considering that Starlark is...

Here is the trace: http://pastebin.com/cQbaSqcS

I set dir to 777 and there is still problem. However, after changing setup in my server to use php-cgi instead of php-fpm, I've found the following in my error.log...

> this is actually an issue with the library this extension wraps, libwkhtmltox. It requires >that you have the X11 libs installed (but does not require an X11 server to...

> can you confirm that the command line version of wkhtmltopdf works correctly? [gour@atmarama gour] wkhtmltopdf http://simpleinvoices.org/ si.pdf Loading page (1/2) Printing pages (2/2) Done > Did you compile libwkhtmltox...

> what about trying to run wkhtmltopdf (CLI version) as the same user that php-fcgi runs as? I'm guessing that user isn't allowed to access the X11 server... well, i...