Robin Wen

Results 5 issues of Robin Wen

#### System information Geth version: `1.1.1-stable` OS & Version: Linux, ARM #### Expected behaviour Upgrade to 1.1.3 successfully. #### Actual behaviour When I upgrade 1.1.1-stable to 1.1.3, geth can't working,...

In the `./src/AppBundle/Services/ActionService.php` file, there is **getToAccount** function ``` php public function getToAccount(Account $account, int $page = 1, int $limit = 30) { return $this->getEntityManager()->createQuery(setMaxResults($limit) ->getResult(); } ``` The `./src/AppBundle/Controller/AccountController.php`...

I integrate commentit in my personal blog, but I discover I can't reply to comment. I'm looking forward to add this feature. Thanks!

enhancement

When I covert pdf to html with pdf2htmlEX, the same words display diff. Such as XXXXXXXX, the first style: ``` css ~X\ XXXX\ XXX\ ~~X\ XXX\ XXX\ X~ ``` The...