Yao Ding

Results 4 issues of Yao Ding

Eagle.js doesn't depend on pug and it is discouraging for some people are under the impression that eagle.js does. - [x] eagle.js - [ ] eaglejs-demo

help wanted
documentation

In `main.js` line 19: ``` if (i >= 0 && i < options.length - 1) { ``` I think it should be: ``` if (i >= 0 && i

Fix #532. When clicking on the same device from a route, the page already fetched the first page of routes, but the fetch limit` gets reset; So for next page...

## Describe changes fix #193 Changes: - Added new dep `zxcvbn-ts/core` - Implemented a password strength label based on user input. - Since `zxcvbn` returns 5 levels which is more...