Sergey Gnuskov

Results 21 comments of Sergey Gnuskov

Сейчас же можно прям в онлайне файлики менять https://github.com/imShara/jslock/edit/master/roi.txt (вроде автоматом форкается и там же можно сразу сделать pull request)

Как я понял, автор не хочет давать инструкции на получение через почту России, ибо долго, вероятно нужно сделать 2 варианта?

Я подозреваю, что здесь: https://github.com/Semisonic/jslock/compare/master...patch-2

Читаем автора: http://habrahabr.ru/post/185554/

I've implemented it like this: ```es6 import VueMarkdown from 'vue-markdown'; VueMarkdown.props.html.default = false; VueMarkdown.props.anchorAttributes.default = () => ({ target: '_blank' }); Vue.component('vue-markdown', VueMarkdown); ```

I got this in ruby file. Neighboring tab with another ruby file works good.

Atom restart didn't help. Disable of pigments package helped. Reopening file also helped.

> Actually even better, maybe we should add a supported handler like mention do |client, data, ...| that wraps this up with tests & al? Yes, that's what I was...

Thanks for quick response! First of all it's show. And maybe export to CSV. Because I didn't find tools that can combine related data from different indexes and show it...

I think that attribute setter is not working as expected. This code from extensions.rb ``` ruby def define_active_enum_write_method(attribute) class_eval