King_DuckZ
King_DuckZ
Hi, is it possible to parse command line options like --my-switch for example? I had a look at the code and I think the answer is no, but maybe I...
I have just updated with pacman -Syu and I'm getting lots of random crashes. The first one is in install-info, which runs as part of the pacman command. I also...
Any Qt program I try to run won't work. For example: ``` [root@edham ~]$ kate kate: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file...
**エラーの内容 | Describe the build error** `simde_mm_loadu_epi64` already defined ``` [ 0%] Building CXX object CMakeFiles/Siv3D.dir/home/duckz/dev/thirdparty/OpenSiv3D/Siv3D/src/Siv3D/BigFloat/SivBigFloat.cpp.o In file included from /home/duckz/dev/thirdparty/OpenSiv3D/Linux/../Siv3D/include/Siv3D/SIMD.hpp:20, from /home/duckz/dev/thirdparty/OpenSiv3D/Linux/../Siv3D/include/ThirdParty/SMFT/SMFT.hpp:4, from /home/duckz/dev/thirdparty/OpenSiv3D/Linux/../Siv3D/include/Siv3D/SMFT.hpp:15, from /home/duckz/dev/thirdparty/OpenSiv3D/Linux/../Siv3D/include/Siv3D/Random.hpp:15, from /home/duckz/dev/thirdparty/OpenSiv3D/Linux/../Siv3D/include/Siv3D/String.hpp:22, from...
Yesterday I struggled many hours with what feels should be a trivial thing to do with a GUI library. Maybe it's me being a nana noob, but I hope I...
I looked everywhere in the documentation but I can't find anything about this. I want to add common shortcuts to my menu entries, for example ctrl+q should do the same...
In KDE I enabled the setting to open files and directories with a single click. However nana doesn't seem to honour this. In a filebox I have to double-click to...
[Current documentation page](http://nanapro.org/en-us/documentation/widgets/label.htm) for `nana::label` says: > Arrow cursor becomes a hand when the cursor moves over the red text. Meanwhile, it calls a web browser to open the URL...
The server I'm connecting to only accept a limited number of requests per day. The response header contains this information, like this: ``` HTTP/1.1 200 OK Date: Mon, 22 Jun...