Will Faught

Results 104 comments of Will Faught

Sorry, I just saw that autogenerated/go.tmLanguage.json *is* checked in. :) That part makes sense, now.

I'm not understanding https://github.com/jeff-hykin/better-go-syntax/commit/e84929372b2bb116b310f72de1de7ca19ef90e6a. You modified the old.\*, modified.\*, *and* go.\* files. I thought old.\* was just a reference? Can you explain the change process there?

I understand the desire for consistency across languages, but [Go has its own idiomatic comment format](https://tip.golang.org/doc/comment), and Doxygen support would only encourage non-idiomatic comments in Go. To be blunt, ```go...

Good catch! Perhaps the group-by-month functionality drops the weight ordering. I'll have to look into this.

https://discourse.gohugo.io/t/page-order-isnt-the-default-with-groupbypublishdate-and-page-weights/46635

This should be fixed in v0.71.2. @saurabh-mish Can you confirm?

The entirety of the file looks generated to me, no manual editing. I wasn't the one who created it, so sorry if I misunderstood.

I have to omit the details because it's work product, but this is the pattern: ```go package resolver // This file will be automatically regenerated based on the schema, any...

The resolvers are implemented elsewhere, e.g. foo.resolver.go.