Pavel

Results 3 issues of Pavel

Hello. Is it possible to get cursor position and insert text to certain position? For example, I have multiple select tags of macroses, and when user selects macro, it should...

Hello. We have noticed that kramdown has hard time parsing some string. Example: ``` text = "___QWE ___qwe ___qwe ___qwe ___qwe ___QWE ___qwe ___qwe ___qwe ___qwe ___QWE ___qwe ___qwe ___qwe...

I have `before_action` method which checks if profile of current user is enabled ```ruby before_action :require_enabled_profile .... def require_enabled_profile unless current_user.profile.enabled? ... end end ... def current_user @current_user ||= super.tap...