itytophile
itytophile
For each talisman, directly display the name, slots and maybe the first or second skill on the menu. At the moment, I name my talismans after what skills and slots...
It would be interesting to have optional/favorite skills saved into a file. RAB normally ignores skills you don't ask but this system would force RAB to search for these skills....
Turn the big code soup into a cleaner, understandable and modular code.
Hi, in my iced app I use a localization system to translate options inside pick lists. However, Picklist only relies on the toString trait to display its options. So for...
https://github.com/machinezone/IXWebSocket/blob/679ce519dd0d6d3919990abdee7109a5eeb99aa0/ixwebsocket/IXWebSocketServer.cpp#L41 Hi, I sometimes have a `bad_function_call` exception when the server is closing. You can try with this code: ```cpp while(true) { ix::WebSocketServer server(8080); server.disablePerMessageDeflate(); server.setOnClientMessageCallback([](std::shared_ptr, ix::WebSocket &, const std::unique_ptr...