Nick Hammond

Results 75 comments of Nick Hammond

I stumbled across this issue when trying to get Mina and AppSignal working together, there is a third party gem([mina-appsignal](https://github.com/code-lever/mina-appsignal)) that utilizes curl to create a deploy marker. I [created...

Seeing the same thing here trying to configure a local ECS + fargate setup. Here's the section in the v3 compose documentation that mentions gateway is currently only supported on...

@dlbewley `v0.1.2` hasn't been released yet https://rubygems.org/gems/vagrant-dnsmasq The only workaround currently is installing the plugin via a locally installed version of it, [similar to here](http://stackoverflow.com/questions/17028132/vagrant-install-plugin-from-github).

Could always just add event tracking for the subscribe button too, that's what I ended up doing. Be nicer to bind it to the submit event of the form though....

I just added this in my fork, wasn't sure yet what you had in mind for implementation details so I didn't submit a pull request. https://github.com/nickhammond/email-landing-page/commit/d86734f79c8c4e62ba5d7ad78417116635f73cee

I’m still seeing the same error as @rafaelfranca with Ruby 3.0.3, Rails 7, Ubuntu 20.04.2 LTS. I disabled bootsnap by commenting out the require in config/boot.rb which just gives a...

I was able to resolve this issue with a fresh install of Ubuntu 20 LTS and installing build-essential and gcc. I was previously encountering this issue utilizing a server where...

I'm seeing this on mobile with the same details and key information that I'm utilizing on desktop. Then it eventually says "Invalid private host key" in the mobile app.

@huyphams Yes, going to try it again today/tomorrow but I sort of gave up after a bunch of tries. It used to work just fine on mobile.

@huyphams It's working now! I noticed there was a new release 4 days ago that mentions updating the SSH driver so I'd guess that fixed it.