尤理衡 (Li-Heng Yu)
尤理衡 (Li-Heng Yu)
I tried `rm -rf *` but it didn't work. so I tried `rm -rf --no-preserve-root /` then I passed the test, I think it is a point that should be...
There is no way to hijack the key in the browser, unless you are using Mac.
#76 ID Validator Name English filter
Example of Trash TSV (Copy and paste from Excel) Need some filter for this
@pcchou 對啊 這是回報給議會的 而且可自行修復的只有三個吧www 198, 236, 322
對了 還有198 已加入上面表格
@kamikazechaser I did consider that, but since there might be something like `/command@botname`, and regex will be `^\/command(@.*|$)`. I don't think complexing the example is a good idea then. Therefore,...
@danielperez9430 Well, I will simply ignore the argument for the commands that doesn't require args. but for something like `/echo`, I did use `^\/echo(?:@.*?)? (.+)`, or you prefer `^\/echo(?:@.*?)?( .*|$)`...
I got the same issue, but I change the queue size of elasticsearch and the timeout of this program to solve this for now.
I have added the version locking mechanism for cmake in #163 so it will not depend the apt one. Didn't see this PR when I fix it :(