Evgeniy Gavryushin

Results 54 comments of Evgeniy Gavryushin

@sipayRT , кажется, что для `out of the bounds` стоит завести отдельный `issue`, нет?

Yep! It is a bug :( Unfortunately, I can not promise that it will be fixed really soon, so pull requests are welcome :)

It is a problem in gemini. Flick works in wd (http client to selenium which gemini uses), it is a bug in gemini –> https://github.com/gemini-testing/gemini/blob/master/lib/tests-api/actions-builder.js#L294-L309

The created issue about [symlinks](https://github.com/LearnBoost/stylus/issues/1791) in stylus.

In the comment to the issue shown above, it was proposed not to use symlinks or Windows OS.

Как я понял из объяснения после чекаута получаются обычные файлы, а не симлинки на винде.

Действительно при клонировании репозитория на Windows, в конфиге `.git/config` значение `core.symlinks` ставится `false`.

Но тем не менее, тип файлов так и остался `symlink`

Из переписки о stylus и symlink файлах: @Panya wrote: I'm not sure that it is a Stylus problem. We are using normal readFile and readFileSync without any magic. I'll check...