Nick Hammond

Results 15 issues of Nick Hammond

Hey @mikker, I realized that I couldn't get magic link requests to work at all without always doing a redirect for Turbo. Turbo is always going to complain about the...

Hi there, Loving Ferrum! I noticed that there's a constant([`Ferrum::Page::GOTO_WAIT`](https://github.com/rubycdp/ferrum/blob/3a2dc276ba312831487b05cb6e176cae5a7375a4/lib/ferrum/page.rb#L17)) that fetches from ENV but isn't configurable or mentioned by the regular browser setup functionality or anywhere really. Looking at...

There's some commits that fix the ffi dependency resolution messages/errors that are present in 0.1.1 which is the version currently available on rubygems, specifically 2826b914f1b2303ece9a97257e077cbb9cd29c0f ``` shell /opt/vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/spec_set.rb:92:in `block in...

Be nice for updates like the 4.2 -> 4.3 update so you can bump the version in your requirements.yml file.

Thanks for all the work on this Ansible playbook, really useful in getting things up and running. [Logstash 1.5](https://github.com/elastic/logstash/blob/master/CHANGELOG) is out which fixes a bunch of bugs in 1.4 and...

logstash 1.5 has a new plugin management system and logstash doesn't include any plugins or very few it looks like. I noticed the logstash role is utilizing the `logstash-contrib` packages...

Reference: https://guides.rubygems.org/specification-reference/#metadata

Installing on a new node and it's installing 5.6 and the template in this role for my.cnf has `table_cache` which is no longer supported and prevents mysqld from starting up....