Herb

Results 265 comments of Herb

The suggestion above by @xurizaemon didn't show how to update a Lando config to allow multiple databases in one service. Take a look at https://github.com/lando/lando/issues/792 for an approach. When I...

Looks like DNS isn't working? Maybe close/open the PR and see if it helps.

Overall looks ok. The mobile menu link on Metro is not visible. Black on black I think

The menus look better, thanks @oadaeh. Another odd one is Tropical: ![screenshot from 2018-09-09 23-16-17](https://user-images.githubusercontent.com/1071483/45274677-7a94f580-b486-11e8-9981-7e35f0dc2b67.png) The tab bar has a blended background that doesn't look quite tropical. Is there an...

I think it would be worth adding, though not sure if it can make it into 1.11.0. If it does make it in then we have to update this PR...

@oadaeh I added a PR with the primary tab background color option https://github.com/backdrop/backdrop/pull/2303

@oadaeh looks great! One small change: the hex should be lower case.

I've encountered this same warning with Stripe enabled and a contribution form with a $0 membership. Happens even when Stripe isn't enabled for that particular contribution page. When I disable...

I'd like to vote this up. Not just for security reasons but also for avoiding the use of `nohup` so it doesn't potentially consume all server resources and crash.

@jmcclelland Using `currentTotal` doesn't seem to work *consistently* if the default priceset item isn't the item that has the discount. I've used `calculateTotalFee()` instead. My PR https://github.com/drastik/com.drastikbydesign.stripe/pull/252