David Wu

Results 69 issues of David Wu

``` ➜ pzz git:(master) ✗ perftest profiler 'PzzUser.first' --runs 3 Run options: --seed 6585 # Running: ProfilerTest#test_pzzuser_first (35 ms warmup) process_time: 13 ms memory: 0 Bytes objects: 0 . Finished...

I have a terrain with 100 height, I have created a PathCreator path with initialization two anchor points on the 100 height terrain, When I try to shift click insert...

It's hard to looking peers: ``` base-geth-1 | INFO [03-25|07:56:33.173] Looking for peers peercount=0 tried=78 static=0 base-geth-1 | INFO [03-25|07:56:53.511] Looking for peers peercount=1 tried=79 static=0 base-geth-1 | INFO [03-25|07:57:03.647]...

base protocol review

Just like Ethereum Dataset https://console.cloud.google.com/marketplace/product/bigquery-public-data/blockchain-analytics-ethereum-mainnet-us

base protocol review

For example, this [tx](https://basescan.org/tx/0x32876fe0f2eaeb287c630690ad0432cf57e360cd100041dd797624e37226f2f0#eventlog), the man remove liquidity and `Burn Event` triggered But what's the `value` and `index` mean? In Uniswap V2 pool, Burn Event contains `amount0` and `amount1` for...

``` config := nebula.GetDefaultConf() config.MaxConnPoolSize = 200 config.MinConnPoolSize = 200 config.TimeOut = 1 * time.Second config.IdleTime = 1 * time.Second var err error NebulaConnectionPool, err = nebula.NewConnectionPool(hostList, config, nebula.DefaultLogger{}) //300...