Will Faught
Will Faught
Most non-expected-actual functions, like EqualError and Len, put the object to be examined first and the expected value second, but Implements does it in reverse order: type first, then object....
See https://discourse.gohugo.io/t/bug-panic-for-resources-getmatch-https-picsum-photos-400-300-webp-on-windows/43048. *Note: This issue is about fixing Hugo so the panics don't happen at all, and so that behavior is consistent across Mac, Linux, and Windows. The fact that...
https://github.com/gohugoio/hugoDocs/blob/36dd5483fb8efb6db4488bbaca5f6ac855f8ffea/content/en/commands/hugo_mod_npm_pack.md?plain=1#L12-L21 It's unclear from this: - That it creates `project.json` (PJ) if it doesn't exist - What's in PJ or `package.hugo.json` (PHJ) if they're created - Also why is comments...
What is it?
### What happened? In gql_node.go: ```go func (c *Client) Noder(ctx context.Context, id int, opts ...NodeOption) (_ Noder, err error) { defer func() { if IsNotFound(err) { err = multierror.Append(err, entgql.ErrNodeNotFound(id))...
- [x] The issue is present in the latest release. - [x] I have searched the [issues](https://github.com/ent/ent/issues) of this repository and believe that this is not a duplicate. ## Current...
- [x] The issue is present in the latest release. - [x] I have searched the [issues](https://github.com/ent/ent/issues) of this repository and believe that this is not a duplicate. ## Current...
In my project, `staticcheck -tests ./...` results in 90 such failures: ``` ent/gql_collection.go:228:2: this value of path is never used (SA4006) ent/gql_collection.go:228:9: this result of append is never used, except...
*(Originally reported at https://github.com/golang/vscode-go/issues/2273.)* The first import path string is colored white instead of orange. If there are two `import` keywords, the second one is white too. ### Steps to...
There's new Go 1.19 markup syntax in doc comments for headings, lists, pre-formatted blocks, and links: https://github.com/golang/go/issues/51082 It might be accentuated with the right colors. Could help hint to programmers...