Taegon Kim

Results 29 comments of Taegon Kim

@haraldox I'm sorry to hear that. :( Can you give me some information about your system environment? It would be very helpful to fix the problem. Mac, Linux or Windows?...

@haraldox Did you exclude node_modules/ folder in the livereload's settings page? Watching too many files may slow down whole system. I already wrote a note about this on readme file...

@yemaw the new version still has the problem?

Could you retry it with the new version 0.4.3?

Hmm... weird. Because I've replaced the livereload node package with my own implementation, my package never load it. Could you remove my package then reinstall it? Let me know if...

I think your code will work if you fix these errors: - `this.setState(translatedDate);` should be `this.setState( {translatedDate} );` or `this.setState( {'translatedDate': translatedDate} )`; - Missing `}` after `{this.state.translatedDate` And I...

Same here. Also the viewport overflows when you set the line height to a value less than 1.