Nikita Fedyashev

Results 34 comments of Nikita Fedyashev

Hi @Gantrof Did you manage to fix it?

If anyone encounters similar issue, I managed to fix it using this snippet(there is a better way but it works): ``` sliders = $('.sliders') _.each(sliders, (slider) -> $(slider).leanSlider directionNav: $(slider).siblings('.slider-direction-nav')...

I've tried the following .irbrc config from [this manual](https://www.ict4g.net/adolfo/notes/admin/inf-ruby-in-emacs-tips-and-tricks.org.html) and inf-ruby works great again. ``` IRB.conf[:USE_MULTILINE] = nil IRB.conf[:USE_SINGLELINE] = false IRB.conf[:PROMPT_MODE] = :INF_RUBY IRB.conf[:USE_READLINE] = false IRB.conf[:USE_COLORIZE] = true...

From what I see, missing .irbrc breaks both(`inf-ruby` and `inf-ruby-console-auto`) for me - can type commands but can't execute them(no Enter/comint-send-input)

>Though I think you might get away with only using one or two of these statements 1) I've tried .irbrc w/ the following line: IRB.conf[:USE_MULTILINE] = nil it didn't work....

Rails version 6.1.4.1 OK this is embarrassing, now it works even without ~/.irbrc file. I'm sorry for this unreliable bug report. If I find something relevant, I'll post it in...

@dgutov sorry for the delay. I'll post some more info whenever I find some free time

For what it's worth: I upgrade to vim 8 and never had any issues with janus. Same config

```bash mosh --ssh="ssh -o StrictHostKeyChecking=no -p 62222" -- [email protected] tmux -u master Warning: Permanently added '[172.17.0.2]:62222' (ECDSA) to the list of known hosts. [email protected]: Permission denied (publickey). /bin/mosh: Did not...