Kostya M
Kostya M
hm, btw you can you also https://github.com/kostya/memory_cache, this is actually memory cache with expires, but this is not supported access time right now
this is not about api at all, this is just how stones render for user. both players can choose this, or only one.
this can be enabled by write 'onecolor' to chat, so both players would see, that they play one color go.
also when challenge accepted
i think this problem only with subscription, because it is special command, any other commands reconnects ok. This is not related to pool at all.
fixed in master
i think for real fast parsing you should use tokenizer (https://github.com/lexbor/lexbor/blob/master/examples/lexbor/html/tokenizer/text.c) and skip manually scripts,objects,iframes.
@ramezrafla btw your code probably incorrect, here i do similar thing, see: https://github.com/lexbor/lexbor/issues/44, patch in last post helps.
add counters, if bad tag open, increment counter for that bad tag, if it close decrement. and join text only if all counters == 0.
I not sure this is needed, because if you install crystal you already should have gcc.