Russell Endicott
Russell Endicott
Hey Shawn, I took a look at the 'parserfix' branch and I see how it would handle labels with a single quote in the name since it's doing a shlex.split()...
@adamchainz I'm sure ec2-metadata will work fine, I plan on using it until it's built into boto
I'm trying to do this as we speak. However, `WithPageSize` doesn't seem to have any effect. The only way I can affect the height of the table is calling `WithPageSize`...
@Evertras I was not. That did it. Thank you!
yes, agreed. Took me about 4 hrs of trial and error to get it working. I have grand plans of opening a PR with examples. Problem is that it's specific...
I was just tacking on `client_secret` into my token exchange request arbitrarily in my redirect handler to get around this. ``` func testDirectedHandler(w http.ResponseWriter, r *http.Request) { var httpCookies []*http.Cookie...