Donal Byrne

Results 33 issues of Donal Byrne

Hi, You have `'set -e'` at the top of the `backup.sh` script. Right now, the `mysqldump ...|gzip...` command wont fail if mysqldump returns an error. If you add ``` set...

Blue/Green has broken the link name resolution..

bug

``` ❯capitan scale app 3 Already running capitan_app_blue_1 Already running capitan_app_blue_2 Already running capitan_app_blue_3 ❯capitan scale app 2 Already running capitan_app_blue_1 Already running capitan_app_blue_2 ``` It should remove the extra...

bug

Going to rework the whole flow so this depends on #4

bug

Hi, Great project :) I was trying to integrate with some code of mine and I got cannot use mongo.Conn() (type *"gopkg.in/mgo.v2".Session) as type "labix.org/v2/mgo". I had trouble in the...

Would be useful to me at least to be able to go get the code.

### Issue description Would be good to have ParseDSN/Config struct in another package than mysql since the init function registers the mysql driver, so you can't access it without it...

organization

If you're adding a json response that was written using `json.NewEncoder(w).Encode(..)`, there's a trailing newline (by design). The newline is then left un-escaped in the log entry if you use...

Hi, I'm getting the following error when unmarshalling ``` square/go-jose: invalid RSA private key, missing P value(s) ``` The documentation for the api returning this jwks says, in their instructions...

Hi, Just wondering how long it will take to update to issuing wildcards come January? You think it's a big change?

enhancement