Zhenzhen Zhan
Zhenzhen Zhan
It mistakenly treats all hashes as comment hashes. For example: ``` coffee regex = /// (/[^?#]*)? # path /// ``` Where the first hash should NOT be considered as a...
ECMAScript 2021: https://tc39.es/ecma262/#sec-function-definitions ECMAScript 5.1: https://262.ecma-international.org/5.1/#sec-13
I'm now using this as the path name: ``` /usr/local/bin/katago ``` Since the working directory is automatically set to `/usr/local/bin`, it keeps generating log files to this directory. But actually,...
In KataGo's README it recommends using HomeBrew on Mac and using the following command line: ```bash katago gtp -config $(brew list --verbose katago | grep gtp) -model $(brew list --verbose...
My code was compiled to: Outermost scope: ```js (function() { var e = Math.ceil , n = String.fromCharCode , r = Math.min , l = Math.pow , o = Math.PI...
Hi, I found some issues: 1. The "coffee.this" color looks too light. Sometimes it's hard to recognize the text. I suggest using rgb(192,96,0) or just black. 2. There are 2...
When will you support DOM level 4?
据说已经进化到了40-block,是真的吗?
如题。
limit貌似没有限制。我试了下,limit=5000也会返回(等了10秒钟才返回),然而这已经没有意义了,也加重服务器的负担。而且有没有可能被黑客利用呢?黑客能很容易拖垮服务器。建议限制一下。比如最大100。 当然这会带来个问题就是潜在不兼容(因为也许有应用使用了很大的limit)。