sam boyer

Results 134 issues of sam boyer

`goimports` has [an optimized implementation of `filepath.Walk()`](https://github.com/golang/tools/blob/master/imports/fastwalk.go) that we should adapt for `ListPackages()`.

help wanted
performance

golang/dep#313 highlighted an issue where things don't behave very well if `ProjectRoot` is empty. This seems like a case we should explicitly support, though. This is kind of a stub...

enhancement

Fix the performance regression arising from how early we go out over the network to verify a source's upstream existence: https://github.com/sdboyer/gps/pull/196#issuecomment-289955050 This may be a nontrivial fix, as it would...

performance

It _should_ be possible to specify a custom scheme (http vs. https, possibly more) when relying on a vanity import source. But the deduction system poops out earlier than it...

bug
help wanted

Dearest lovely contributor peoples, In order to move gps directly into dep and hack on it - which was something that was always kinda the goal anyway - we need...

I really went overboard on the whole short variable names thing within the solver. The algorithm is hard enough to follow, even for me, when variable names aren't descriptive. This...

Everything's fine in `gps` right now...as long as an upstream repository isn't [re]moved. The general design isn't incompatible with dealing with it (I took care to ensure that), but there's...

correctness

To get to the point where we can make minimal use of polly, we absolutely have to have sufficiently mature schema for all of our key object types. Prometheus is...

Starting with the Go CUE SDK is pretty intimidating. I've done it a few times already. To help bridge that gap for others/start bridging the gap between polly and other...

The docs site doesn't provide links to the meeting notes, community calendar, etc., which is hindering organic discovery and participation difficult. Let's fix that!