Octo
Octo
It's not a bug. The library is unfortunately very slow and unstable, I just ran some very basic benchmark with pub/sub (room) and as soon as I try to send...
That's because you do not want `pykeyboard` but `pyuserinput`, which has its own pykeyboard with `PyKeyboard` class. So, pip remove pykeyboard, pip install pywin32, pip install pyuserinput.
For the std::vector output, it can be converted in javascript wit this line for example: `new Array(moves.size()).fill(0).map((_, id) => moves.get(id))` And then you're free to iterate this array.