Reynir Björnsson

Results 143 comments of Reynir Björnsson

I would very much like to see the TOTP requirement lifted. I have >5 U2F devices, and I have not enabled 2FA on any of my mastodon accounts yet because...

It's a really misguided industry standard. It might have had some merit back when WebAuthn/U2F support in browsers weren't as pervasive, and you couldn't be sure you could use your...

Today I experienced another error when publishing ocaml-tar 2.5.0 from a git worktree: ``` $ dune-release [...SNIP...] [-] Submitting [-] Preparing pull request to ocaml/opam-repository [-] Fetching https://github.com/ocaml/opam-repository.git#master [-] Checking...

I encountered the same error again and spent a few minutes investigating the error. What I have found is an incorrect assumption of the relationship between `$GIT_DIR` and `$GIT_WORK_TREE`: https://github.com/tarides/dune-release/blob/0baf5f2410d8f3a17608374bbede5e3fb7f3c3d9/lib/vcs.ml#L55...

Today my token did not work and the only message I got was that github reported error code 401. Presumably it either expired or I removed the token from GitHub...

I struggled a bit with the tests as `k Digestif.t` is opaque and we don't have the type equality `k Digestif.t = k` :(

Yes. `type hmac = ctx * string` where the string is the "outer" part of the key. We could as well use `ctx`, but then: - both `hmac_init` and `hmac_get`...

Another solution is to lazily index the packages. It's currently implemented in the `lazy` branch.

It took me a while to figure out where I could report my issue. I first asked on #ocaml on libera.chat, and eventually I found this repository (that I have...

I also get similar results on intel core i5-8265u: main: * [ecdsa-generate] P224: 1009.795 ops per second (10808 iters in 10.703) P256: 975.554 ops per second (9632 iters in 9.873)...