Chee Aun

Results 15 issues of Chee Aun

In `life.md` - `31/12/2013` On web page - `12 Dec 2013` or whatever format. This would probably require [Moment.js](http://momentjs.com/) as a dependency.

enhancement

Some people might be confused by the markdown syntax and later realized that it's not parsed that way.

enhancement

Continuing the discussion from https://github.com/tastejs/hacker-news-pwas/issues/7#issuecomment-297613778 The question: > Just wondering, why are the phone mockups (Samsung phone, HTC phone) included as part of the site screenshots? I think would be...

enhancement

Long URLs in the stories list page break the layout, via https://twitter.com/coruble/status/463057554411900928

bug

Some comment threads got too deep, layout falls apart. E.g.: http://cheeaun.github.com/hackerweb/#/item/5450691 ![https://twitter.com/cheeaun/statuses/317077624042176514](https://pbs.twimg.com/media/BGZ8a0vCQAAAAEj.png:large)

bug

When a story is dead, details page show nothing. Should at least notify user that the story is dead. E.g.: http://cheeaun.github.com/hackerweb/#/item/4977608

bug

Follow some of the experiments done here: http://keeplook.in/on-fixing-hackerwebs-navigation-bar-and-web-apps-in-general/

feature
bug

I randomly visited https://smolcss.dev/ from your newsletter, looked into vertical centering, clicked to https://moderncss.dev/complete-guide-to-centering-in-css/#xy-centering-for-block-elements and found this typo.

For this HTML: ``` Test Test ``` should generate: ``` - Test Test ``` instead of: ``` - Test Test ``` This is probably related to issue #17.