Dmitri Shuralyov
Dmitri Shuralyov
I suspect infrastructure is possible. It would be much easier to investigate this issue for someone with access to production logs, given that 500s are really rare and the error...
I'm not quite sure what you mean by custom templates, can you give an example of what it'd be like? I'm guessing the answer is there is no such thing...
docgo looks really cool. > I mean can we add styling to the html pages that get generated? As far as I know, and assuming I understand correctly, I don't...
@Sean-Der The current godoc.org website supports Go packages that are functional in GOPATH mode. As you pointed out, if a package is available only in module mode but not in...
I just noticed there's a `Context.PointToFixed` method that does the same conversion: ```Go return fixed.Int26_6(x * float64(c.dpi) * (64.0 / 72.0)) ``` We should not change one without also changing...
Commit https://github.com/golang/freetype/pull/86/commits/5ca484442d6b0459dd173943de3ddea9c7bf1da9 in this PR updates `PointToFixed` too, and https://github.com/golang/freetype/pull/86/commits/51c1af1b6d627b188e6cab7a876b03e2e895b092 adds more test cases.
See https://github.com/golang/go/issues/36642.
> Aside, why is gobot not enabled for this repo, to automatically link issues with CLs? Right now, only CLs that mention issues in the main Go issue tracker are...
What do you think about adding collaborators for this project, in order to help fix issues faster?
On second thought, let's revisit this later. You've been reviewing and merging PRs quite actively lately, so I can stick to creating PRs via forks for the time being.