Hiroki Kiyohara
Hiroki Kiyohara
Hello, I uploaded this forked package to npm. npm: https://www.npmjs.com/package/remark-slide GitHub: https://github.com/hirokiky/remark It's not official. I uploaded it just for me. I think remark.js is really nice and I want...
Now Notification models will be created by `notifications.base.models.notify_handler`. So we need to remove this and add new one. But there's no way to custom the `notify_handler` function, so now we...
I understood what you need. Basically, I recommend to use Nginx (or some Web server) to return 200 for healthcheck. You can make /healthcheck URL or so. But your proposal...
so interesting. because I'm using Python 3.3 everyday. But Funkload is just a tool so it's not so necessary to support Python 3 immediately.
Now the /index.atom of demo blog app causes Error on my enviroment. it is mainly due to this issue, right? ``` 2014-04-23 18:18:59,630 ERROR [waitress][Dummy-2] Exception when serving /index.atom Traceback...
I created DateTime SchemaNode and Widget handling timezone. https://github.com/hirokiky/substanced/commit/b913502d3f367e0cfe5eac2dafa3a7bc7635fcf2 - Client users' timezone will be applied at the first time. - Users can change the value - If changing existing...
Thank you. anyway now I noticed User has `timezone` property. Did @mcdonc say to use this value? My changes uses timezone info from browser (JavaScript). I feel `user.timezone` is better....
I fixed the code 1. Use user.timezone if logged in 2. Use browser timezone And made it switchable to show or not.