Tom Godkin

Results 17 issues of Tom Godkin

Hey friends. Looks like `gexec.Build` assumes a `GOPATH` - which is not necessarily true in this strange new world of go modules. I want to submit a PR to add...

enhancement

**Please provide a brief description of the change.** A common form of iteratoring with an `iter.Seq` will be pairs of values where the right side is an error (for exampling...

**Is your feature request related to a problem? Please describe.** Other languages' iterator tooling provides a `tee` iterator and it seems reasonable to have one here too. **Describe the solution...

enhancement
v2

Hi there! You're probably aware that Go 1.23 added support for iterators to the standard library with `iter.Seq`. Many of the features of this library could be adapted to natively...

ro
iterator

This is an example of #525

Make use of Go 1.23's news `maps` and `slices` iterators to replace a hand-crafted map key sorter. This relies on Go 1.23 being the minimum version - once it's updaded...

**Please provide a brief description of the change.** Implement MapUp and MapDown to convert between `iter.Seq` and `iter.Seq2`. **Which issue does this change relate to?** None. **Contribution checklist.** - [x]...