Elvis Stansvik
Elvis Stansvik
I'm getting ``` [ 36%] Building CXX object src/CMakeFiles/Py3KF5KI18n.dir/pybuild/PyKF5/KI18n/unifiedKI18n.cpp.o :0:20: error: expected identifier before string constant /home/estan/frameworks-bindings/ki18n/src/klocalizedstring.h:1967:25: note: in expansion of macro ‘TRANSLATION_DOMAIN’ #define i18n(...) i18nd(TRANSLATION_DOMAIN, __VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/estan/frameworks-bindings/ki18n/src/klocalizedcontext.h:68:25: note:...
Would be nice if there was some way of commenting the source. Maybe `` like Markdown supports?
It would be great if there was a function in the theme handler in which I could modify the HTML before it's converted to PDF, for example to add a...
I tried clicking with the mouse to remote control the phone (Xperia Z3 Compact), but the `bbqscreen` process raises a floating point exception, and the client has to try reconnecting...
Hi, I purchased the app hoping to use it on my non-rooted Sony Ericsson Xperia Z3 Compact. I'm running the client on an up-to-date Arch Linux. Here's what I did:...
I really like this project! I work with PyCharm and Qt Creator side by side at work, and it makes it much easier on the eyes when they both look...
Hi all, Ever since we upgraded from 2.7.0 to 3.5.0 (big jump I know :p), we have this problem where we often unexpectly get what looks like duplicate GitLab jobs,...
“The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need...
I can't find anywhere in the spec where the meaning of SHOULD, MUST, MUST NOT, MAY, MUST BE et.c. is defined. Either it should be defined directly in the spec,...
I get a segmentation fault if I launch a QML application that makes use of the `Python` component by using QQmlApplicationEngine from a PyQt5 application. The same does not happen...