Alexander Klimenko

Results 17 comments of Alexander Klimenko

Oh crap! Looks like I'm completely stupid, it took me half a day to figure it out! Look like Dynamic Route Matching require these options in `config.json`: ```json "framework7parameters": {...

Looks like F7 is completely unusable and requires a lot of tricky manipulations to make it work properly without these features, so as for me it should be enabled by...

@selwin I'm absolutely agree with you that today there is no sigle backend statement syntax. More than that, disputing with my colleague I've found out that key-value storages are not...

I've got some time to put part of my idea into code. https://github.com/meteozond/django-rq/commit/8b706d5e4679be6e7a17b03941e239deb3b2ce9f https://github.com/meteozond/django-rq/commit/474604be6de75993eada2e19c0f99d3caf05d416 https://github.com/meteozond/django-rq/commit/cb5c207478ebbdccd7f7fc1d1a354d67c24b7bc7 1. Now to create new queues is enough to enqueue new task. 2. Changed `RQ_QUEUES`...

As I've seen it doesn't make any difference during rendering.

I think it's a bit problematic, because there is no any default approach to required field highlighting in bootstrap.

As I can see in 3.1 required_css_class was added. Now you can add your own css for required fields and define it's name on your form like this: ``` class...

@tzangms Yes, It does.

More than that, may be it would be useful, to use default class name (something like "bootstrap_form_required"). And give ability to redefine it in form.

Here are my 2¢. I've spent ~10 hours digging arround homebridge + miio and found that.. 1. `homebridge-miio` is terribly outdated (for example `MiioDevice.type` property and some others are missing...