Daniel Nephin

Results 443 comments of Daniel Nephin

You can customize the command run by `gometalinter` using a config file: ```json { "Linters": { "unconvert": {"Command": "unconvert --all"} } } ``` I tried `--all` on another repo, and...

This came from a discussion on `couchdb-user@` list I'm not sure if the grunt task would be part of this repo, or should exist as a `grunt-couchapp-erica` repo, but I...

I've looked into those as well. I believe the one thing those are missing are macros (!code) for being able to include common code and functions in your design documents...

Looking at this for loop https://github.com/moby/buildkit/blob/438f47256f0decd64cc96084e22d3357da494c27/executor/runcexecutor/executor.go#L615-L637 We know that `killer.Kill` on line 619 is returning before the timeout with an error (the one we see in the logs). In the...

Thank you for confirming! This hasn't been a huge problem just yet, but I will be doing more work with our buildkit runners soon. I may come back to this...

Hello, thank you for the bug report! I'm confused by this error because I don't see any build comments in that file. Line 11 is an import of a package...

I tried this and it installed properly without any errors. ``` $ docker run -ti golang:1.17.9 go install gotest.tools/gotestsum@latest ``` It sounds like the error is described in this issue:...

#380 was opened recently and sounds like the same ask. I think maybe we should close one of these issues as a duplicate. The discussion in that issue made me...

Thanks for opening the issue on the Go issue tracker! I'm looking forward to hearing what the Go maintainers think about the problem. I assume the reason for `TestMain` is...

Thank you for confirming! I'm going to close this issue since it appears to be resolved by changes in the go toolchain.