Roman Inflianskas
Roman Inflianskas
@bpinto, agreed. I would just add this information to README. That's it.
Если Вы не пользуетесь vim (у меня возникло такое подозрение, потому что пользоваться vim-ом без плагинов неприятно и почти каждый первый ставит их с десяток), то никак. Когда-то в молодости...
Так как плагины очень удобно ставятся именно из репозиториев, содержащих только сам плагин (как у меня), не вижу смысла сливать с кодом самой Томиты. Можно, правда, форкнуть от имени Яндекса,...
Nice, thank you! But ignoring tslint errors is not very good...
Yes, I'm referring to the `@ts-ignore`. I think I will use it as you wrote, but I'm waiting for TypeScript support :)
I'm new to TypeScript too :)
Here is a workaround for Fedora users like me: ``` $ sudo dnf install mecab-ipadic $ sudo mkdir /usr/lib/mecab/dic/ -p $ ln -s /usr/lib64/mecab/dic/ipadic /usr/lib/mecab/dic/mecab-ipadic-utf8 ```
I'm planning to build a universal bot, but for now I'm interested in three languages: English, Finnish, and Danish. For example, it would be great if the user could request...
No, I'm not sure that many software that are using `docopt` exist, because the project is quite new. Here is info from openSUSE: ``` $ zypper se --requires python-docopt |...
Having pinned versions of requirements prevents dependent packages from updating in case of vulnerabilities. So, now all packages that use Mercury have vulnerable Django installed along with other requirements, and...