Robert Chady

Results 6 issues of Robert Chady

When you reference a variable that is not set with .include? it does not return false as you would expect, it returns "". ``` irb(main):009:0> x.ugh.include?(1) => ``` Considering it...

Is there a better way to clone a repository to a different name than it is hosted under? For example, normally with git you can do `git clone [email protected]:repo some_other_name`...

wishlist

By default this plugin uses 'hostname -I' to try to determine the IP address(es) of a guest system. Unfortunately, not all OS versions support -I. Wouldn't it be just as...

enhancement

I've been searching for a HTTP library that allows me to control the name used for SNI. The use case is I'm connecting to individual nodes in a cluster to...

The latest version of business_time does not seem to handle calculating business_days.after() based on a date/time that starts outside business hours. An example: irb(main):001:0> d=Time.parse("Saturday, August 17, 12:54am") => Sat...

needs failing test case

I'm trying to deploy a relatively small site using the SSH Uploader. The target machine is a Windows Server 2012 install with super fast networking. When it gets to the...