Peter Knut

Results 36 comments of Peter Knut

@o5 , could you merge these fixes? They look good to me.

I've just migrated my project from OwlCarousel to Keen-Slider: https://github.com/rcbyr/keen-slider It is very light-weight, universal and works well. It lacks integrated navigation and auto-play, but it can be added with...

I've just migrated my project from OwlCarousel to Keen-Slider: https://github.com/rcbyr/keen-slider It is very light-weight, universal and works well. It lacks integrated navigation and auto-play, but it can be added with...

> I've been using [keen-slider](url) recently. Used to always use tiny-slider, but the lack of updates mean it's pretty dated now. Keen-Slider rocks, thanks man!

OK, I see. However, we've just migrated to Kotlin DSL, so your plugin can't be used right now.

Removing server validation is not an option. I fixed it in https://github.com/adminerevo/adminerevo/pull/186

Why not set more parameters? Like `end_of_line`, `trim_trailing_whitespace` and `insert_final_newline`.

My suggestion: ``` root = true [*] charset = utf-8 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true [*.{php,css,js}] indent_style = tab [*.json] indent_style = space indent_size = 4...

This is valid and fix is correct, thanks! But, @LionelLaffineur, let's finish what we have started with Elasticsearch drivers first to avoid conflicts.

This is valid and fix is OK. However, I've already fix this in my fork (https://github.com/pematon/adminer/commit/01fe709b7a99d2cab8fe53c002ee7bfb95bf524d) together with many other things. And all of this is on the way to...