Michael Yin

Results 45 comments of Michael Yin

how do you think? @qiao

do you mean override `res.render` method in the middleware to test xhr? good idea.

Same problem in Chrome 62 OSX, NZDT (+1300), the component was initialised with `selected` (regardless of being an ISOString or a Date) and `display="years"` and `onSelect`, `width`, `height`. ![image](https://user-images.githubusercontent.com/1559832/32026290-48c1c0f6-ba40-11e7-8ade-5db307e92dd5.png) ![image](https://user-images.githubusercontent.com/1559832/32026370-98284750-ba40-11e7-9a15-b2433d791d5c.png)...

Hi, rovak, you might want to check out my work [paste.js](https://github.com/layerssss/paste.js). I managed to made a unified image-pasting interface for IE9+/Chrome/Firefox. Hope it can help solve this issue. Anyway, I...

Hi @typicode I think this is a very good starting point for emulating secure SSL environment, I did notice sometimes my JavaScript part suffers from degrading privileges (e.g. unable to...

@typicode This one ( https://github.com/Daplie/letsencrypt-express ) is pretty neat! And I quickly looked into its dependency tree, and the underlying library https://github.com/Daplie/node-letsencrypt , they are pretty neat and pure js....

@the0neyouseek Hi, this feature came into my mind 2 years ago. And I remember it was also mentioned in other quite a few issues as well. That was why I...

I think Rails (or at least Rails 5) is handling it (`mtime` of `tmp/restart.txt`)! So it should be working here. Try it.

噗,这个确实是因为我偷懒直接用的 prompt ,以后可以改成 bootstrap 的 dialog