Filippo Valsorda
Filippo Valsorda
Alternatively, the same high-level use case would be served by having a "weak" lock on the token, by somehow letting other instances take over. This could be a PCSC option,...
Hit the same problem when trying to build (with the new UX) package `github.com/FiloSottile/BERserk/BERserker` which imports `github.com/FiloSottile/BERserk`.
> > * run `gofmt` on the output (which will only fix some of the whitespace > > This one is a bit tricky logistically, I'd rather not make `gofmt`...
`Uint1` is already a named type, so it's good as is. You could make the element type just a Loose, since Tight -> Loose is a free operation anyway, or...
I also was looking for generated operations modulo 2^252 + 27742317777372353535851937790883648493 (the order of the prime-order subgroup of Curve25519), which in implementations we usually refer to as the "scalar field"...
I'm not sure `CheckReset` is checking the right thing. `lastHasRow` is false if the last step returned `SQLITE_DONE`, but I can't find anywhere in the docs a guarantee that it's...
I kind of like the type reuse there. How about just setting a private flag on Stmt that makes it panic on Step?
I was about to send a PR to expose the same functions! IMHO, bundling the schema name and the serialization does not make much sense, though. The schema name is...
(I am a little surprised I would actually have 10s write transactions in there, although it was a 600GB database so I suppose it’s possible. I didn’t have the time...
> I'm experiencing a similar problem on a M1 MacBook Air. I have scroll reverser configured the same way as shown above. Using the trackpad, scrolling on the trackpad is...