Pavel Shutsin

Results 3 issues of Pavel Shutsin

If you don't use uptracking all features will open files in default branch (master) instead of your local branch in remote. It would be cool if package will find `my_remote/branch_name`...

enhancement

hi @pc035860! I have some thoughts on `$optIndex` variable. - It has a bug. When you do `removeOption` index list is not updated, so as a result we have indexes...

Hello everyone. The problem: when I try to override editor contentsCss option to something non-default it doesn't go through sprockets properly. E.g.: ``` #config/initializers/rich.rb ..... config.editor[:contentsCss] = ActionController::Base.helpers.stylesheet_path('rich/custom.css') # =>...