Cory Logan
Cory Logan
@jakolehm I notice in your solution you're not using the same load balancer image for the additional balancer. It seemed to me like I'd be able to pop another `lb:latest`,...
Upon looking at it, my setup isn't really parallel to this example. I'm trying to load balance a rails app, and several minio instances... It feels like a similar problem...
I got it working in my case, in a way that I'm happy with. I think the piece I was missing may have been defining both ```yaml - KONTENA_LB_INTERNAL_PORT=9000 -...
I suspect your issue is in how you're requiring the gem.... You may need to require rubygems first, if you're using the 'gem' syntax... Otherwise, do you have any code...
We are also seeing this, just hoping to re-open the issue. We're trying to sync some settings for users via liveshare. We're seeing the same warning.
@blazestudios23 I'm trying to understand your solution, but not quite getting it. Do you mind elaborating? Are you saying that you created an ID column on your table manually in...
I thought I ran into this, but I had two tests with the same name! Look out for that. It's a simple gotcha if you're copying and pasting tests. ;)
I have a couple of notes on this. 1. I had this working about a year ago with something like this: `alias lab="https_proxy=socks5h://localhost:8118 lab"` 2. I can successfully curl the...
I've confirmed that lab v0.15.3 works with socks5 proxy. I'm doing a git bisect to see where the problem occurred. I'll keep you posted.
01e4354c3d4aba0c2d849da71983789a6f6ab154 is the first bad commit commit 01e4354c3d4aba0c2d849da71983789a6f6ab154 Author: Zaq? Wiedmann Date: Mon Dec 16 14:55:52 2019 -0800 Set TLS skip verify when getting user Also quick fix to skip...