Matt
Matt
I also have my doubts about #16421 that verbose logging would prevent it from registering on the master server or prevent clients from joining, this doesn't really seem to make...
Thanks for the rebase but its still pretty annoying having to create a new cpp file to be able to format such things, this was more or less an example...
I think this is approach is alright, I haven't had the time to make this all work a bit better, the styleData should one day be just storage and you...
Sorry for the delay, this approach is in my opinion incorrect, what should happen is that all Intents are put in a queue and only processed by the main thread...
> Given the reported test results, I was thinking of the same. As for the intent-and-use scenario, it sounds like a callback should be made for this. Yeah I think...
I don't know why this also uses stable_sort, ordinary sort will do nicely and doesn't require heap allocations.
We should stick to UTF8
> From here, I believe converting this buffer to UTF-8 should be as simple as writing a function to convert uint32 codepoints to UTF-8, and having InputSession::handleInput deal with the...
We should also consider eliminating the guard macro to enable/disable scripting, it doesn't really provide any major advantages and clutters the code and we could shift some of the things...
Perhaps this can help you a little bit understand it, I also use the internal structures https://github.com/ZehMatt/x86Tester/blob/36532119a757e596256b99b29e22aeb01095d854/src/generator/generator.cpp#L519-L566