SteveCruise

Results 20 comments of SteveCruise

`_getRight()` is wrong! ``` double? _getRight() { if (_isRight()) { var rightPadding = widget.position!.getCenter() + (_getTooltipWidth() / 2); if (rightPadding + _getTooltipWidth() > widget.screenSize!.width) { rightPadding = 14; } return...

Why use `_getTooltipWidth()` caculate so many times? The code is so ineffective.

Dot RawValue: -4294967297 FP.One RawValue: 4294967296

May be it's just not so accurate

https://github.com/fengzv/pomelo

``` [2017-04-20 08:53:33.375] [INFO] pomelo - 377: [/root/WebstormProjects/treasures/game-server/node_modules/pomelo/lib/application.js] "gate-server-1" enter after start... [2017-04-20 08:53:33.722] [ERROR] console - Option path is not valid. Please refer to the README. [2017-04-20 08:53:33.723] [ERROR]...

自定义模块,用三个socket,Android的就用Android的,ios的就用ios的,web的用js的