Mark McDonnell

Results 240 comments of Mark McDonnell

I'm going to close this PR as it looks to be something that will be clarified via the public documentation.

Hi @briemarie I personally would consider this a breaking change because `Coordinates` is a publicly exported type and so there may well be users of go-fastly that have code written...

I'm seeing this error using Windows via GitHub Actions: ``` profile_test.go:790: want no error, have error saving config file: error writing to config file: write C:\Users\RUNNER~1\AppData\Local\Temp\fastly-temp-2402719425\config.toml: The process cannot access...

I've also just tried with a fresh project: ```go package main func main() { fmt.Println("hello world") } ``` The `fmt` package wasn't auto-imported when writing to the file, and so...

Damn I've been battling a similar thing for the last two weeks and was hoping an answer could be located in this issue 🤦‍♂️ My current understanding is that social...

The id/access/refresh tokens you're asking about are what AWS calls "user pool tokens" and are only provided when you authenticate with a Cognito User Pool. If you're trying to get...

Thanks @SudarAbisheck for the feedback. @jay7583 if it's of use to you I did a write up of my experiences so far with Cognito: https://www.integralist.co.uk/posts/cognito/

Thanks @badboy for the feedback, I wasn't aware of the situation. My apologies. I'm grateful you're looking back into this. Much appreciated!

I actually have found this to be a good thing because it forces me to write concisely a 'title' and then all following lines are my extra context. Just my...

Interestingly this isn't consistent behaviour 🤔 The following nested schema data _was_ getting the descriptions templated into the Markdown as we would have hoped... ``` Schema: map[string]*schema.Schema{ "service_id": { Type:...