Mark McDonnell

Results 239 comments of Mark McDonnell

> I'm concerned about this causing subtle breakage for our users. We can just do a major version update then, no? [This typo](https://github.com/fastly/go-fastly/blob/41260b8314dd09b4a9265260a461f94c5c5850b5/fastly/service_authorization.go#L30) has been bugging me for a bit...

Closing in favour of https://github.com/fastly/go-fastly/pull/375

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...

Hi @JakeChampion this is a known issue and is caused by the toml parser we use. If I remember correctly we have tried using alternative TOML parsers all of which...

My only concern with printing to os.Stderr is that this message isn't an error and is genuinely intended for stdout. So I'm thinking instead this output should be wrapped in...

The downside of that is that people almost never use `--verbose`, but the alternative isn't as nice and would mean adding a `--quiet` flag instead so a user would have...

Thanks for opening this issue. I believe the following comment might be what you need... https://github.com/fastly/terraform-provider-fastly/issues/231#issuecomment-632840094

Me: comes here not expecting a solution, and literally 5hrs earlier @alencarandre posts a solution ready for me to try out :-)

But of course it would be better if the advertised solution (as per the README) _actually_ worked 🙂 so I'm going to hold out for that and just manually activate...