Results 12 comments of Karoly Marton

I just dig into it, try to create a successful build, then I send a pr...

It's not that easy.. it should be supported by electron: https://github.com/itchio/itch/issues/649

I would like to achieve this: ```xml Fred 234 Lancaseter Av SmallsVille Florida 34543 ``` https://www.liquid-technologies.com/xml-schema-tutorial/xsd-extending-types

I found a solution which works for me: [https://github.com/schmittjoh/serializer/issues/433#issuecomment-324246156](). I modified the listener to a subscriber and then I can inject it before building the serializer: ```php $serializer = SoapContainerBuilder::createSerializerBuilderFromContainer($container,...

I'm affraid it's not. It is RPC/encoded, so "Although it is legal WSDL, RPC/encoded is not WS-I compliant." [https://www.ibm.com/developerworks/library/ws-whichwsdl/]()

Anyone knows how can i bind an "Alternative field template" to a custom editor type?

Last time i had segfaults because this page configuration: load.jsdelay = 0 I removed this configuration, and now it works. Previous version of ubuntu+qt+wkhtmltopdf setup does not raise this error.

ubuntu 10.04 32bit and ubuntu 12.04 64bit

Yes, this is because the header files from the library not in the right place. Download the source (wkhtmltopdf-0.11.0_rc1.tar.bz2) from here: https://code.google.com/p/wkhtmltopdf/downloads/list And copy the content of the include directory...

i dont know mac os enviroment, but on ubuntu these are the inital setup for compiling: /usr/local/include/wkhtmltox/converter.hh /usr/local/include/wkhtmltox/dllbegin.inc /usr/local/include/wkhtmltox/dllend.inc /usr/local/include/wkhtmltox/image.h /usr/local/include/wkhtmltox/imageconverter.hh /usr/local/include/wkhtmltox/imagesettings.hh /usr/local/include/wkhtmltox/loadsettings.hh /usr/local/include/wkhtmltox/multipageloader.hh /usr/local/include/wkhtmltox/pdf.h /usr/local/include/wkhtmltox/pdfconverter.hh /usr/local/include/wkhtmltox/pdfsettings.hh /usr/local/include/wkhtmltox/settings.hh /usr/local/include/wkhtmltox/utilities.hh /usr/local/include/wkhtmltox/websettings.hh...