Vasiliy
Vasiliy
Updated version of osx; tried to use eclectica as usual, but keys navigation doesn't worked: ```sh ec version 0.8.0 ``` here I\m stucked: ```sh ec node langauge: node version: ❯...
Installed ec on server like this to /opt/ec ``` sudo apt-get update sudo apt-get install -y libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev llvm libncurses5-dev curl -s https://raw.githubusercontent.com/markelog/ec-install/master/scripts/install.sh | EC_DEST=/opt sh ```...
For example: ``` program --opt="--one --two" ``` here we have one option but `coa` thinks there are three of them
To simplify contribution and development of this project
in Readme or in repository desciption just to save some time of people
TODO: * [ ] add `webpack` build process to `README.md` * [ ] move `bh-render-plugin` to separate package * [ ] add support for `bem-xjst` * [ ] depsByTech *...
`yaml.js` couldn't parse this fragment of .travis.yml : ``` before_install: - if [ `npm -v` = "5.3.0" ]; then npm install -g npm@^5.4.2; npm -v; fi ``` ``` > y.load('.travis.yml')...
this is ugly right now =( ``` const keyset = keysets.reduce((acc, k) => { const langs = k.langs; langs.forEach(lang => { const langKeys = acc.getLangKeysForLang(lang); const keys = langKeys ?...
it's possible that we don't need three different key classes: ``` Key, ParamedKey, PluralKey ``` maybe we need only Key & Plural