Rob Pike

Results 16 issues of Rob Pike

There is no clear rule. Most commonly it's a package path and a method: `"client.Get"`, `"cloud/storage.WithOptions"`, `"pack/ee.Pack"`, `"dir/server.Lookup"`. Sometimes it's just a package base name and a method: `"file.Read"` in...

This is a cool hack but it doesn't feel right because it's too hard to use. As #4 says, the finger stop is essential. It would also help if the...

Since the language is called Go, even though its domain is golang.org, it would be nice (and short) if the package identifier for Go modules was "go" rather than "golang".

PURL type definition
Proposed new type
go

This would allow for more general linear algebra calculations. It shouldn't be hard as the components of its creation are already in place.

The current default is 1MB, and that seems fine, but maybe it's not ideal. Make a case for what the ideal default would be.

help wanted

The current algorithm works only for two-dimensional matrices. It's a bit of work but maybe a fun job to take on. It's certainly a lot more code.