Poria

Results 6 comments of Poria

@BotchM @Soren74 Hi, In my view, EIP-2309 just send a special event and update id number like "from" and "to". for example: " now lastMintId is 100 and you want...

补充2的css实现简直是太棒棒了,比只用after伪类更棒

@serzhiio well, you can write code like : ``` const insert = bluebird.promisify(Model.insert, {context: Model}) insert({xx:xxx}).then(...).catch(...) ```