Tv

Results 377 comments of Tv

https://godoc.org/github.com/syndtr/goleveldb/leveldb#DB.OpenTransaction ?

Badger has a long way to go to gain any credibility, as far as I'm concerned. It has a miserable history of preferring to run benchmarks without fsync, claiming that...

> The problem is that there's no way to distinguish s3://mybkt.litestream.io/db as being a MinIO server rather than an AWS S3 bucket named mybkt.litestream.io. The gocloud.dev/blob library understands URLs like...

I see the same thing on Linux after a suspend+resume. ``` Sep 30 17:46:53 gear yubikey-agent[1582313]: 2021/09/30 17:46:53 Reconnecting to the YubiKey... Sep 30 17:46:53 gear yubikey-agent[1582313]: 2021/09/30 17:46:53 agent...

The changes are more than "inspired" by my code. See https://github.com/yvesf/yubikey-agent/blob/47e52502ea3e8f2b096cb888cd7149b0ac308b27/plugin.go#L198-L220 versus https://github.com/tv42/yubage/blob/49146f64d316f1c15baf247f3f4cba28a3e13b9b/internal/pivplug/recipient.go#L132-L163 and please follow https://github.com/tv42/yubage/blob/master/LICENSE

https://github.com/matyunya/smelte/tree/master/src/components/AppBar exists and is used by https://github.com/matyunya/smelte-sapper-template but seems to be missing docs and perhaps some polish.

Maybe deprecate this code in favor of https://godoc.org/golang.org/x/image/font#Metrics ? I was able to successfully render text with just x/image/font, so this library seems to no longer be needed.

For what it's worth, in a similar scenario of wanting to reuse a socket with unread response leftovers, Go's `net/http` consumes & discards up to 2 KiB of data, abandoning...

Would it be possible to release the USB device, as a whole? I have a Chromebook with multiple LXD containers ("crostini") where I would like to be able to SSH...

Others working on pretty much the same problem (more in the context of letting go of the USB device than between clients of one pcscd): https://github.com/GoogleChromeLabs/chromeos_smart_card_connector/issues/122