Peter Sanford

Results 14 issues of Peter Sanford

This is useful if you set: Attestation = AttestationConveyancePreferenceNone which is the recommended setting for public websites by Adam Langley (agl): https://www.imperialviolet.org/2019/01/01/zkattestation.html

When this issue is resolved we should upgrade nhooyr.io/websocket to make dependabot not warn about this dependency: https://github.com/nhooyr/websocket/issues/318 This is a test only dependency so its not an actual issue...

context.LoadFontFace and context.SetFontFace can set different fontHeights: ``` package main import ( "fmt" "github.com/fogleman/gg" ) func main() { text := "1234" font := "/usr/share/fonts/truetype/liberation/LiberationSans-Bold.ttf" face, err := gg.LoadFontFace(font, 12) if...

On linux, you can get the notification id when you trigger a notification so you can clear it later instead of just depending on a timeout. Presumably there's a way...

On ubuntu 20.04, after installing the listed dependencies in INSTALL.md, bootstrap fails with the following error: ``` tpm2-tools$ ./bootstrap Generating file lists: src_vars.mk aclocal: installing 'm4/libtool.m4' from '/usr/share/aclocal/libtool.m4' aclocal: installing...

DonutDB is slower than a local SQLite file, but how much slower? It'd be nice to at least quantify this a little bit so people have a rough idea of...

IME support has been added to gio for android: https://lists.sr.ht/~eliasnaur/gio/%3CCAFcc3FSWbqzHkWpzsOBLD9J3GmDgD5S6wO6ZqVoRKLq41GkObQ%40mail.gmail.com%3E We should be able to use this to auto-complete words from the standard wormhole dictionary.

This is something that someone could want. We should probably support this. Maybe a checkbox on the send and recv pages?

After updating the nixpkgs (unstable) channel, building uboot started to fail: ``` error: builder for '/nix/store/msjicb8q80namdk5nr2a336dm5ayb6yb-lzip-aarch64-unknown-linux-gnu-1.23.drv' failed with exit code 2 error: 6 dependencies of derivation '/nix/store/fj8331h736lfk36fz43l6san1qqbn7na-gnutls-aarch64-unknown-linux-gnu-3.7.6.drv' failed to build...

I'm trying to build an x86_64-linux image from my aarch64-linux host, but I get the following error: ``` $ nix run github:nix-community/nixos-generators --print-build-logs -- --system x86_64-linux -f lxc-metadata nixos-generate> unpacking...