Dmitri Shuralyov

Results 869 comments of Dmitri Shuralyov

> If internal package doesn't contain source itself, godoc simply cannot render a page just for the sake of directory listing. I'm pretty sure this used to work before. I...

Re-opening because the initial implementation was reverted (see #533). When considering a potential solution, we should take into account previous work outlined in the commit message of 3a2d59ca5738ad68dd6cafff4fff968f05ef2517.

That does sound nice. Some queries of that nature may return an exorbitant amount of packages without pagination. Still, it will be less than the page that displays _all packages_...

/cc @dsnet FYI. This issue is something to be aware of when trying to linkify identifiers within the docs.

> I am unable to access any Godoc page Are you talking about https://godoc.org pages? Or something else like https://talks.godoc.org? It's an App Engine app, so this probably would be...

Thanks for taking a look. I haven’t looked at the C FreeType code, so I don’t know which it uses offhand. I wouldn’t mind trying to look later on if...

I took a look. Specifically, I was looking over the C FreeType API and trying to see if there's something that accepts a font size in floating point and converts...

I've investigated this to try to find out the intention of the `/packages` API endpoint. It's implemented here: https://github.com/golang/gddo/blob/052378f5476869804f44ab61df2243a80ff3518f/gddo-server/main.go#L634-L646 I've looked at the code of [`Database.AllPackages`](https://godoc.org/github.com/golang/gddo/database#Database.AllPackages) method, and I can...

I just want to point something out. godoc.org is kinda two slightly different things in one. One aspect is displaying docs for a specified Go package. Displaying different docs depending...

> Godoc.org handles Windows-only and Darwin-only packages. I see, my mistake. It [does not](http://godoc.org/github.com/shurcooL/frontend/select-list-view) handle `GOARCH=js`-only packages, and I falsely assumed it only handled Linux packages. **Edit:** This has since...