Andrew Havens

Results 43 issues of Andrew Havens

I'm just getting started with Capybara and Akephalos. I ran into this message and I don't know what to do: ``` javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated (NativeException) (druby://127.0.0.1:35580) org/jruby/RubyKernel.java:2042:in `send' (druby://127.0.0.1:35580)...

I expect the returned date to be tomorrow, not today. ``` > Time.now => 2016-01-08 12:35:06 -0800 > Chronic.parse "8am", context: :future => 2016-01-08 08:00:00 -0800 ``` I could use...

This is just a simple documentation update for the readme to mention the colon requirement when capturing. This syntax is a little different than normal CoffeeScript, so it's important to...

I am using Backbone and Eco templates in my Rails application. My template has the following code: ``` %> ``` For some reason, the HTML is blank. The name and...

I just updated to the latest version and came across this error: ``` Heroku client internal error. undefined method `empty?' for # /usr/local/heroku/ruby/lib/ruby/1.9.1/net/http.rb:1860:in `initialize' /usr/local/heroku/ruby/lib/ruby/1.9.1/net/http.rb:2093:in `initialize' /Users/andrew/.heroku/plugins/heroku-surrogate/lib/heroku/command/surrogate.rb:107:in `new' /Users/andrew/.heroku/plugins/heroku-surrogate/lib/heroku/command/surrogate.rb:107:in `api_request'...

Hello! Thank you for making this website. It is such a great resource! The only thing that I feel is missing is some information on the compliance requirements. It is...

I would like to style my Devise email templates using the same layout that is used by the other emails in my application, but in order to do this, I...

``` ❯ heroku plugins:install heroku-accounts warning heroku-accounts > [email protected]: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to...

I feel like I'm running into a performance issue. I'm trying to connect to multiple hosts (about 50), through a single jump host. I can configure the `Net::SSH` proxy to...

I am running Xcode 13 beta 5. I tried installing some older, iOS 11.4 simulators: ``` xcversion simulators --install='iOS 11.4' ``` It completes successfully. `xcversion simulators` says that it was...