Gareth Watts

Results 36 comments of Gareth Watts

See https://groups.google.com/d/msg/golang-announce/mVeX35iXuSw/HxYXaBnYEAAJ I opened PR #39 that downgrades the error while processing those to a warning, but really it'd be better if the build team would just release a fixed...

Yep; i have a few updates coming; will check those in shortly and generate a new release from it Glad to hear it's working for you!

Thanks for the bug report - Will take a look, probably in a couple of days

I use the [Dash](https://kapeli.com/dash) doc viewer on my Mac which i find super useful for building a local index of all sorts of docs, Go included - Just found i...

i guess i can also use the "Changes from 1 commit" dropdown on the left to see where i'm at.. not sure i realized that till this moment!

Not as neat as the builtin type proposed here, but I implemented something similar using the new(ish) custom type feature https://godoc.org/github.com/gwatts/flagvals#OneOfString eg. ``` netMode := flagvals.NewOneOfString("bridge", "none", "container", "host) netMode.Value...

`code.jquery.com` is stackpath.. which is one of the CDNs jsdelivr uses.... i've never had an issue as far as I know so this is a bit of a solution looking...

hey @tshort - how are you including your media currently? If you are loading it from a [page resource](https://gohugo.io/content-management/page-resources/), then you should be able to use that resource's `RelPermalink` attribute...

@Edwardiv1 Have a look at #451 and see if that helps

@apgrucza no doubt i'm missing something, but the additional dependencies blew up the size of the resulting bundle to 12MB, beyond the 1MB limit imposed by Lambda@Edge: ```bash $ git...