Taegon Kim
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...
Uncaught Error: ENOENT: no such file or directory, lstat '/private/var/folders/mn/4rtwczv15y31_y6...
Thanks for the report. I will take a look.
@yemaw the new version still has the problem?
@mjerem34 Thanks!
Could you retry it with the new version 0.4.3?
Uncaught Error: ENOENT: no such file or directory, open 'C:\Users\michelle\.atom\packages\liverel...
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.