koutoftimer

Results 35 comments of koutoftimer
trafficstars

@xomasa520 according to [wiki](https://en.wikipedia.org/wiki/Mahjong) > While many variations of mahjong exist, most variations have some basic rules in common including how a piece is drawn and discarded, how a piece...

I have same issue, after following suggestions above I've got into another issue: ``` $ cargo run --release # first attempt .... Compiling space-menace v0.1.0 (/home/ruslan/Projects/rust/space-menace) warning: unused import: `GenericBox`...

@MuriloucoLouco ```code [ 83%] Building CXX object external/RadixEngine/tests/CMakeFiles/XmlHelperTest.dir/XmlHelperTest.cpp.o In file included from /usr/include/signal.h:328, from /tmp/glPortal/external/RadixEngine/external/catch/single_include/catch.hpp:6262, from /tmp/glPortal/external/RadixEngine/tests/XmlHelperTest.cpp:4: /tmp/glPortal/external/RadixEngine/external/catch/single_include/catch.hpp:6285:33: error: size of array ‘altStackMem’ is not an integral constant-expression 6285 |...

@MTyson works for me. Well, there are issues, but not when I'm opening [http://localhost:3000/](http://localhost:3000/). I have high memory consumption when clicking "Nested layouts" -> "Electronics" (around 2G consumed by node)....

@gasman IMHO it is way more convenient to leave it open. I was about to create new issue right before I have found this one.

Ability to download the utility for `python` users from `pip` is one of the advantages of current solution, but it doesn't feel like native application for desktop users. Because of...

[Deploying to 3 major platforms][platforms]: 1. X11 Platforms 2. Windows 3. macOS required, but help with macOS is needed. [platforms]: https://doc.qt.io/qt-5/deployment.html#platform-specific-notes

Debian Stretch [sqrc.zip](https://github.com/koutoftimer/sqrc/files/2955107/sqrc.zip)

Linked with static Qt library. Should now run without any external dependencies [sqrc-static.zip](https://github.com/koutoftimer/sqrc/files/2986107/sqrc-static.zip)

@drhayes yes. There is one more problem I have figured out few hours ago. It is about Cmake support of Qt's static build. You may find out more about this...