Dmitriy Pelevin

Results 8 comments of Dmitriy Pelevin

Yes, your option is exactly what I proposed, but from a slightly different angle. This should work, because the destination path is used as a file from the event. Put...

Thx for your work! I'll check it at weekend)

Hi, i am redy for test results) ## PatternMatchingEventHandler check with empty ignore_patterns: __JetBrains:__ ``` INFO:root:EVENT created: ./test\index.css___jb_tmp___ - ./test\index.css___jb_tmp___ INFO:root:EVENT modified: ./test\index.css___jb_tmp___ - ./test\index.css___jb_tmp___ INFO:root:EVENT moved: ./test\index.css - ./test\index.css___jb_old___...

Hi, do you implement this in main thread?

@WadeShuler I think you can create PR with your vision about that, and samdark helps with implementing this information to cookbook.

Also in [page](https://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/) in section **The CSS** You have CSS: ``` min-height: 100vh; ``` But in source you use ``` height: 100%; ```

@philipwalton and there is nothing about `vh` vs `%` I understand `height`/`min-height`, but i dont understand why you show in code snippet one version and use another (and show how...

@cebe I found this issue too. I can't create Unit test for you, but you can repeat problem in following way: ``` public function getRealtyTypes() { return $this->hasMany(RealtyType::className(), ['realty_object_id' =>...