Andrey Gurtovoy

Results 50 comments of Andrey Gurtovoy

os x. ctrl+alt+a doesnt work

Если нужно не указывать адрес то ссылка должна быть такой `mailto:to=&subject='blablabla'&...` (взято [отсюда](https://ru.wikipedia.org/wiki/Mailto#.D0.9F.D1.80.D0.B8.D0.BC.D0.B5.D1.80.D1.8B)) ![](https://i.imgur.com/Wfk7sqv.png) могу сказать, что кириллицу лучше вообще не юзить. Потому-что в гмэйле может и откроется как надо,...

why don't you make a pullrequest ? don't forget about tests and documentation

@Horray what about your code. does it work?

i fixed this problem in the following way: before: ``` i = 8; (1 - (i / 100)); // => 0.9299999999999999 ``` after: ``` i = 8; (100 - i)...

OK thanks. I am currently a little busy. within a week I will add checks in tests

_TL;DR: take these two dictionaries and create your own models of words with the letter ё._ For help with words with the letter ё, I can recommend these dictionaries: https://github.com/e2yo/eyo-kernel/tree/master/dictionary...