Bob Glickstein

Results 10 issues of Bob Glickstein

**Please provide package links to:** - repo link (github.com, gitlab.com, etc): https://github.com/bobg/go-generics - pkg.go.dev: https://pkg.go.dev/github.com/bobg/go-generics - goreportcard.com: https://goreportcard.com/report/github.com/bobg/go-generics - coverage service link ([codecov](https://codecov.io/), [coveralls](https://coveralls.io/), [gocover](http://gocover.io/) etc.): https://coveralls.io/github/bobg/go-generics?branch=master **Note**: _that new...

The `Operation` argument to `Retry` is likely to be a (possibly lengthy) inline function literal. This can make it hard to locate the `BackOff` argument that must follow it. It...

Resubmitting https://github.com/avelino/awesome-go/pull/4348, which timed out. **Please provide package links to:** - repo link (github.com, gitlab.com, etc): https://github.com/bobg/go-generics - pkg.go.dev: https://pkg.go.dev/github.com/bobg/go-generics - goreportcard.com: https://goreportcard.com/report/github.com/bobg/go-generics - coverage service link ([codecov](https://codecov.io/), [coveralls](https://coveralls.io/), [gocover](http://gocover.io/)...

stale

Hello! [The Perkeep project](https://perkeep.org/) seeks to build a content-addressable store for every conceivable type of data. It uses the technique of hashsplitting large byte streams via rolling checksums. Although the...

Simplify path rejiggering to accommodate .rbi files

The post-pegout TxVM transaction retires exported funds after a successful peg-out on the Stellar side. (Alternatively, it repays the TxVM funds to the exporter if pegging out encounters a permanent...

This PR implements the range-iterator proposal at https://github.com/golang/go/issues/61405.

This PR revamps the go-generics API for Go 1.23, which notably adds the "range over func" language feature and the `iter.Seq` and `iter.Seq2` types, plus some associated functions in the...