Mark Hemmings

Results 11 issues of Mark Hemmings

The default 404 message from `rest.MakeRouter` is not customisable. Yes, writing a custom error handler in general is trivial, however I can't seem to find a way to override this...

We created a CI pipeline where the Up application was deployed from inside a docker container using the [official Golang docker image](https://hub.docker.com/_/golang/) (alpine base). The build/deploy was successful as reported...

Merge Poole v2 to get all the nice bug fixes show here https://github.com/poole/poole/releases/tag/v2.0.0 :)

See https://slackhq.com/get-more-done-with-message-buttons-5fa5b283a59#.kn5h19a9h The power of this if integrated with Hubot is immense!

semver:minor
enhancement

When the body of a request is defined as: ``` + Request (application/json) + Attributes (Foo Model) ``` The body is not exported into the Postman body. It looks as...

[MessageAttributes](https://github.com/apex/go-apex/blob/7614cf53cdd0ad152f4e38a471c08b23e0678513/sns/sns.go#L32) is defined as a `map[string]interface{}` whereas in reality is sent as a `map[string]*sns.MessageAttributeValue` as defined in the [aws-sdk package](https://github.com/aws/aws-sdk-go/blob/master/service/sns/api.go#L4005). Lots of assertions are needed to dig a value out...

Add the ability to set the access token on a Transport. This is useful to create a Transport from a token already known (for example stored in a database) to...

### Describe the bug `gh version 2.39.1 (2023-11-14)` The following command gives strange behaviour when using a PAT (fine-grained) token: `gh pr merge --auto "$PR_URL"` The CLI takes you through...

bug
p2
platform

The makefile and build process throws errors with go 1.11 due to no GOPATH etc

bug

Currently the only file extensions supported are .txt and .html. This is bad practice; handlebar files should have the extension .hbs or .handlebars