Results 444 comments of eight

I have never used Angular 2+ before. Maybe someday, but I'm pretty sure it takes time. It would be nice if someone can help.

You can check out [custom-input](https://github.com/eight04/custom-input) first. Basically, you have to: 1. Convert a date format definition string e.g. (`YYYY-mm-dd`) into a list of tokens that can be used by [TextParser](https://github.com/eight04/custom-input#textparser)....

I wrote these stuff several years ago. Please tell me if the document is hard to understand.

The simplest way is to convert the timestamp into a `Date` object in the app. Otherwise, You can create a directive which handles it automatically: https://codepen.io/eight04/pen/OJPzEoY?editors=1010

The title is unclear. What step? What stays in days? It's a known issue that this module doesn't work well on mobiles. It uses `mousedown`, `keydown`, `keypress`, etc, which probably...

I'm not sure how "typing" works on mobiles. Is it possible to record a GIF repro step-by-step?

It happens randomly.

https://bugzilla.mozilla.org/show_bug.cgi?id=887695 https://bugzilla.mozilla.org/show_bug.cgi?id=354358 http://unixpapa.com/js/testkey.html Chrome: ![http://i.imgur.com/3jcDA8U.png](http://i.imgur.com/3jcDA8U.png) Firefox: ![http://i.imgur.com/fVnXn50.png](http://i.imgur.com/fVnXn50.png) IE8: ![http://i.imgur.com/RoCj6Tb.png](http://i.imgur.com/RoCj6Tb.png) IE9+: ![http://i.imgur.com/FVXCoFk.png](http://i.imgur.com/FVXCoFk.png) IE9+, first launch: ![http://i.imgur.com/wfqieOX.png](http://i.imgur.com/wfqieOX.png)

I don't use selenium either safari. How about to add some delay before sending each key?

目前 ComicCrawler 沒有記錄 cookie 的有效期限。未來會漸漸轉用 curl 指令,其中也不會記錄 cookie 的有效期限。 要記錄有效期限,可能要使用更複雜的 cookies.txt,配合瀏覽器的附加元件。 另外注意︰就算 cookie 沒過期,也是可能遇到這類 HTTP 錯誤。唯一可以避免這個錯誤的方法是,請對方把伺服器程式寫好,並且回傳有用的錯誤訊息。