Ben Lubar
Ben Lubar
Having CLCACHE_READONLY and CLCACHE_TEMPDIR would allow me to use shared caches for pull requests. Otherwise my choices are either to copy the entire clcache directory for each pull request or...
spec: https://www.w3.org/TR/indieauth/ Basically, all this would require for minimal support is: - support `id` as a `response_type` - don't look in the database for client info for `id` requests -...
This code doesn't retry the request as a GET request if an error is returned, so the body of the response is always empty: https://github.com/docker/distribution/blob/749f6afb4572201e3c37325d0ffedb6f32be8950/registry/client/repository.go#L371-L392
(sub-issue of #121) I don't know how to write the specific JSON format astool wants, but I'll do the research so whoever can write the JSON can do it more...
Does go-fed expect pub.Database.Lock to keep trying until the context expires, or should pub.Database.Lock immediately return an error if the lock is already held on a URL?
Is there any downside to returning an empty collection from GetInbox and GetOutbox without even checking the database? The documentation implies that these functions are only used as a source...
The previous check for GL_ES_2_0 was compile-time, which makes no sense. The lack of support for OpenGL ES 2.0 contexts on Linux also makes no sense as gldriver supports OpenGL...
https://github.com/golang/gddo/blob/574849d519ec3acb591fc5620ee0aa3ea48081e0/gddo-server/template.go#L340 For example, it would be nice to be able to click on appendix A for RFC 6415 (https://tools.ietf.org/html/rfc6415#appendix-A) rather than having to find it manually since section numbers are...