Serge Camille

Results 5 issues of Serge Camille

I executed "./buildall x64 --qt-version=4.8.4 --static-qt" and eventually ran into a problem with QT violating the multiple definition rule: multiple definition of `qt_sendSpontaneousEvent(QObject_, QEvent_)' defined at c:\qtsdk\Qt-build\work\build-x64-s\qt-4.8.4\src\gui/kernel/qapplication.cpp:5559 and c:\qtsdk\Qt-build\work\build-x64-s\qt-4.8.4\src\activeqt\control/qaxserverbase.cpp:4041 Would...

I want to split my large data reading/writing requests into smaller chunks, similar to https://github.com/S7NetPlus/s7netplus/blob/051091919fa80b03989f4375e364ebc4b02aabe7/S7.Net/PlcAsynchronous.cs#L106 For that I need to know at what size to split my data into chunks....

I was trying to migrate http://code.google.com/p/simulationcraft/ to Github. http://code.google.com/p/simulationcraft/issues/detail?id=100 has a "Mergedinto: -" flag/status, where I assume that the Issue number it originally pointed at got lost. Now google-code-issues-migrator runs...

I recently ran into a issue when formatting a large C++ file. The error message that always came up was `error: unable to read file content from object database:` coming...

Goal: I have a process (lets call it `foo`) which accepts long arguments of the form `--my_long_int_argument` I would like to call it like this: ```python from sh import foo...