blah blah

Results 15 issues of blah blah

提供一个功能随机从数据库取一个 AI 和你对战,不算分的。 这样可以避免针对某个玩家人调整自己的 AI

New versions of Atom (since circa 2015 June) uses a different method to get file position under mouse. See: https://github.com/atom/atom/issues/7193

As of Flow v0.21, autocomplete returns not an array, but an object with the result key. ``` {"result":[{"name":"webpack","type":"","func_details":null,"path":"/Users/howard/p/quickpack/src/try-flow.js","line":2,"endline":2,"star ```

``` coffeescript foobar() # undefined function console.log a: 1, b: 2 ``` then pressing shift-enter to evaluate it would not produce any response from the console. should print the exception...

``` {ok: true} ``` the built-in REPL console logs the last expression by default. my feeling is that it's better to provide some sort of feedback everytime something is evaluated.

i know this bike-shed had been fought over many times in past ages... but i've built a little script convert these names to more standard names. i've made a little...

Is there a way to export the private keys from the extension? It looks like the output of backup is encrypted by my password.

Currently gas refunds in a block in one vout per sendtocontract call in the coinstake. In this tx there are multiple small gas refunds to the space chain owner: https://explorer.qtum.org/block/3e8f1e483de2690d9ea867a2d2efde249bc2a8b6a998a34e33cdb103be0b337f...

P3-NoRush
requires-fork
optimization

GETH estimates gas by doing a binary search to find the minimum gasLimit that would make a tx succeed. Right now callcontract returns the actual gasUsed in its receipt, but...