Sergey Fedorov

Results 6 comments of Sergey Fedorov

Ah, just need update the `crz` dependencies in `parsec` to 1.0.0, but it work only with tag, with version shards could not pulled the latest release. ¯\_(ツ)_/¯ ``` crz: github:...

Hi, guys Feed option defined in theme, [like this](https://github.com/jekyll/minima/blob/master/_config.yml#L20). Just remove it from `Gemfile` & `bundle update` then from ` _config.yml` and restart Jekyll, feed should be gone.

It's still not working but you can call trigger from instance: ```javascript $(instance).data('multiselect').options.onChange() ```

I have the same problem but with single server. Tried some tests: Success ```ruby require 'socket' Socket.getaddrinfo('subdomain.domain.com', 80, nil, Socket::SOCK_STREAM) ``` Success ```ruby require 'net/ssh' Net::SSH.start('subdomain.domain.com', 'sshuser') do |ssh| ssh.exec...

Solved. I need more sleep. `nodes = %w[ 'subdomain.domain.com' ]` => `nodes = %w[ subdomain.domain.com ]`

Or ``` $(selector).slimScroll({ opacity: 0 }); ```