Results 37 comments of Matt Good

Currently you can change the service name is by setting the `SERVICE_NAME` environment variable on the container, such as passing the `-e SERVICE_NAME=yourname` flag to `docker run`. There's more info...

Thanks for looking into this. Can you update this to use tabs for indentation instead of spaces? Or I'd recommend running it through the [gofmt](https://golang.org/cmd/gofmt/) tool to reformat it based...

I guess just to clarify now that this is based on the https://github.com/hsiafan/cocoa package mentioned, it's using `libffi` to handle the function calls instead. It's still doing something equivalent to...

The stack trace is from the SQLAlchemy panel, so I think the issue is with serializing one of your SQL query parameters, not necessarily with the URL. What parameters are...

Could you elaborate on what you would want to gain by comparing the value as well? I'm more familiar with Consul, and there it is intentional to only compare the...

Hey, so I wanted to follow up more on this feedback from Microsoft/vscode-go#962 > @ramya-rao-a: @mgood Your changes to go-outline changes the output and that may affect other users of...

@jeffwidman up to you, but my thought in #50 was to move towards just having better docs for 3rd party panels. That way people can find and install extra panels...

So, one of the issues here seems to be primarily documentation related. The docs don't explain that you need to use the Flask-SQLAlchemy extension, and so some people are understandably...

Yes, with Flask-SQLAlchemy you need to configure the engine through the Flask config. However besides that, I don't think you need to use any Flask-SQLAlchemy specific APIs if you prefer...

cc @technosophos