Krzysztof Bochniak
Krzysztof Bochniak
@JayXon now it uses WIN32 threads. However I'm not sure if HANDLE, DWORD WINAPI, CreateThread, SetThreadAffinityMask is supported the same way on Visual Studio as it is in GCC's windows.h....
1) You need to play with python a bit. File reading (with control string splitting, JSON or other method) or parsing multiple files in directory. My preferred way is database...
I see it more like a tool to play with. Kind of like, "AI, tell me about x," "Oh, that's interesting, tell me more..." Making made up stories like a...
``` :length=None : Number of tokens in generated text, if None (default), is determined by model hyperparameters ``` Using --length=1 will output 1 token. Shorter output => less waiting time....
Yeah, I'm not yet 100% sure myself if it should be UTF-8 or one should use system-default encoding dataset instead of UTF-8 and open them as such... Trying to train...
I could reproduce the issue on ~40ms ping connection. Using pick stone skill + fly wing at the same time will not initiate the teleport skill while the stone is...
> > Using pick stone skill + fly wing at the same time will not initiate the teleport skill while the stone is being picked up > > Not being...
> > So are you saying that if someone has very high ping, even on official, they'll have huge issue with using these common teleport skill type items and that...
Casting Lv.2 Teleport and keeping the menu open will allow the player to use up all their fly wings, scrolls and any other skill based item. Would be strange for...
I can't reproduce the crash on linux box, but I see some leaks going on when checked with valgrind, will look into it.