Eugene Zolotarev

Results 12 comments of Eugene Zolotarev

@Stex I don't seem to reproduce this error. > `has_many :mandatory_tags, -> { merge(Tagging.mandatory) }, through: :taggings, source: :tag` I don't think that is correct notation. `Tags` are extracted with...

Current Skype version also doesn't recognize virtual cam. It doesn't show on the list of available webcams.

@eliduke Into `config/initializers/fix_that_crap.rb`

#5057 was closed previously. Recommendations from that issue didn't help.

Hm, it's empty: ``` $ locale LANG=ru_RU.UTF-8 LANGUAGE= LC_CTYPE="ru_RU.UTF-8" LC_NUMERIC="ru_RU.UTF-8" LC_TIME="ru_RU.UTF-8" LC_COLLATE="ru_RU.UTF-8" LC_MONETARY="ru_RU.UTF-8" LC_MESSAGES="ru_RU.UTF-8" LC_PAPER="ru_RU.UTF-8" LC_NAME="ru_RU.UTF-8" LC_ADDRESS="ru_RU.UTF-8" LC_TELEPHONE="ru_RU.UTF-8" LC_MEASUREMENT="ru_RU.UTF-8" LC_IDENTIFICATION="ru_RU.UTF-8" LC_ALL= ``` If I set it manually, the error reproduces:...

https://github.com/EugZol/btcruby/commit/9e3378a22dde83629cf672727dce964654bb8ba6 – try this one Test suite is passing, but I've done no thorough testing beside that.

Can't imagine how to implement private packages without such feature. A private package might contain e.g. cross-project templates.

My case was initially trying to group objects and map each subgroup under different properties of the result, but don't add the result property if the corresponding subgroup is empty....

> If you do need it in multiple places, a (admittedly sub-optimal) workaround is to use a for generator again; I actually tried that as well! Doesn't work either, apparently...

> Works for me with that for-as-let, because all_enabled/all_disabled live inside that new {...} Should've tried that! I've put it inside `new` before. > which, btw, do you realise/intend that...