Dave Wyatt

Results 67 comments of Dave Wyatt

feel free to update the links on psgallery to point to a new location for the project site, but I'd rather keep my old projects here. Might need the resume...

@raandree is this the account you're referring to? https://www.powershellgallery.com/profiles/dsccommunity

No idea! The behavior with backslashes versus slashes was the real problem in ptimports. I just did the CRLF thing to make git stop whining at me about changing line...

Looks like yes, goimports also inserts plain newlines: ``` C:\Users\dwyatt\Documents\Git\go\src\github.com\palantir\checks\ptimports [windows-support ≡] λ goimports -w .\ptimports.go C:\Users\dwyatt\Documents\Git\go\src\github.com\palantir\checks\ptimports [windows-support ≡ +0 ~1 -0 !] λ git diff warning: LF will be...

I submitted a similar PR for goimports to handle the crlf line endings: https://go-review.googlesource.com/c/tools/+/83535

I've updated the PR to align with the changes they won't make to goimports / gofmt. The rest of the windows fixes are still in place, and it will still...