Filippo Valsorda

Results 111 issues of Filippo Valsorda

selectznz is the only operation that uses the raw `*[N]unitX` type. If it also used a named type like `TightFieldElement` and `LooseFieldElement`, it would be possible to write code that...

Now that the shared cache is disabled and WAL-level locking is used directly, I am seeing a lot of errors like `sqlite.Exec: Stmt.Step: SQLITE_BUSY: database is locked` surface to the...

bug
enhancement

I see the mistake I was making now, but it would have been nicer if it had panic'd. I got tempted by `sqliteutil.ResultText`. Maybe some docs could have stopped me,...

bug
enhancement

I was fairly scared to realize that calling Prepare again with the same query resets the statement even if it's still in use, but I can't think of any way...

enhancement

Naively, we can do this by multiplying by l and checking if we get the infinity. That multiplication can be precomputed as an addition chain generated with addchain. Eventually, we...

I'd like my Gerrit account (filippo@) to be added to the may-forge-author group. I mostly need it for: 1. uploading code mostly authored by others and provided to me to...

NeedsDecision

BERserk was a vulnerability in signature verification is NSS. You can generate a certificate to exploit it with https://github.com/FiloSottile/BERserk. A compatible (e=3) root that was trusted by NSS at the...

enhancement
help wanted
subdomain
needs-prod-cert

I've noticed on #2614 that you're relying on unsafe casting to crypto/tls internal structures. I'm writing this to ask to please not do that. Of course, that's not covered by...

It doesn't look like the Go dependency cache is actually being persisted. Note how at the start of the build `$(GOPATH)/pkg` is always empty, gets filled with dependencies, and then...

### What version of Go are you using (`go version`)? $ go version go version go1.19.2 darwin/arm64 ### Does this issue reproduce with the latest release? Yes ### What operating...

NeedsInvestigation