Kyle Teague

Results 5 comments of Kyle Teague

@mvdan what is wrong with gofmt's handling of imports (respecting groups and reordering within them)? This single issue is preventing us from adopting gofumpt.

@mvdan Here is the difference between gofmt and gofumpt. Original ```go package main import ( "net" "os" "strings" "time" "github.com/a" "github.com/c" "github.com/b" "internal/pkg2" "internal/pkg1" ) ``` gofmt ```go package main...

Happy to start a different issue if that makes more sense. The bigger problem is that gofumpt's output for imports is objectively worse than gofmt. Have groups of imports (system,...

Still an issue for us 4 years later. Only starts occurring in node v16. This is the only blocker we have in upgrading node right now.

> I have successfully executed on M1 `. /models/generate-coreml-model.sh large`, which took about 50 minutes, it would be better to mark an approximate time in the documentation @ggerganov I think...