Kevin Burke

Results 163 comments of Kevin Burke

here's the logic in go 1.11 that leads to an error ```go u := &User{ Uid: currentUID(), Gid: currentGID(), Username: os.Getenv("USER"), Name: "", // ignored HomeDir: os.Getenv("HOME"), } // On...

Here's the reference for ExtendedGroupElement ```go // Group elements are members of the elliptic curve -x^2 + y^2 = 1 + d * x^2 * // y^2 where d =...

what's the workaround? ## Kevin Burke phone: 925.271.7005 | twentymilliseconds.com On Wed, Dec 3, 2014 at 10:43 PM, Alexey Palazhchenko < [email protected]> wrote: > Reason for this: https://code.google.com/p/go/issues/detail?id=5428 > >...

I maintain a fork that doesn't have the critical rand error, and maintains the old API as is. https://github.com/kevinburke/go.uuid Others would be github.com/pborman/uuid, github.com/google/uuid.

For what it's worth, I forked this project & will maintain the old API as is: https://github.com/kevinburke/go.uuid

@mattwilliamson that's not a helpful way to express frustration

In rare cases, you can't read random bytes from crypto/rand.Reader.

I'm not downplaying it. See earlier in the thread where I described how I maintain a fork now. You asked why it could return an error and I told you.

Github Actions run here: https://github.com/kevinburke/ring/actions/runs/1478224095