Jens Krause

Results 18 comments of Jens Krause

Have you had any issues? I've been using it for a long time for building my website. You can check all the source here https://github.com/sectore/websector.de

@avesus: Thanks for this information. I didn't know about this changes and have to look into it. Any help or contribution are welcome! Anyone?

Unfortunately I don't have time to fix any issues of the DatePicker plugin. Feel free to fork the project to add your fix. Any contributions are welcome - thanks!

@tenfef Thanks for your fix! Any chance to merge your result into this project here? Or can I mark my project as deprecated and link to your project?

Only an user interaction can change the value of the date picker control (UIDatePicker) if it is opened. But I'm not sure if I understood you correctly...

Could you show me the line of code or documentation of the "original" plugin, where the change event is fired, please? Unfortunately I could not find it. The "new" plugin...

I agree! So I will update the plugin to handle change events.

Although I'm not planning to support Android / WP8 it would be great idea! If you are interested in it and if you are familiar with Android or WP8 feel...

The [second commit](https://github.com/sectore/Jekyll-Models/commit/1c8b9698644d81c1fcbfc26b27a49266754422a1) includes an option to sort models by a key. The key and the sort direction are defined in `_config.yml`. ``` jekyll_models_sort_by: timestamp jekyll_models_sort_descending: true ``` Both parameters...

The last two commits ([88d401a](https://github.com/sectore/Jekyll-Models/commit/88d401aa79c49972e75fea2834cdbd02f2fa1b71), [f6e3aef](https://github.com/sectore/Jekyll-Models/commit/f6e3aef9a30155aef3374b33fee664c201a02615)) includes the support of latest Jekyll 2. It would be great if you have a minute to accept the pull requests ;) Thanks!