Artyom Pervukhin

Results 5 comments of Artyom Pervukhin

Here's a [great explanation](https://github.com/behdad/fonttools/issues/314#issuecomment-118116527) on what's wrong with Open Sans kerning table; its parsing indeed fails on this check: ``` if 6*f.nKern != length-14 { return FormatError("bad kern table length")...

This patch to `testdata/FencedCodeInsideBlockquotes.tests` illustrates the issue: [bug126-test.zip](https://github.com/gomarkdown/markdown/files/3476644/bug126-test.zip)

Create a `$HOME/Library/LaunchAgents/io.filippo.yubikey-agent.plist` file with the content similar to this: ```xml Label io.filippo.yubikey-agent Program /Users/artyom/go/bin/yubikey-agent ProgramArguments yubikey-agent -l /tmp/yubikey-agent/yubikey-agent.sock ProcessType Standard KeepAlive StandardOutPath /tmp/yubikey-agent.stdout StandardErrorPath /tmp/yubikey-agent.stderr Sockets Listeners SockPassive SockPathName...

> Maybe as a hint to others […] this can occur if you pass it objects whose hash keys can change @klondikedragon [unsafe.String](https://pkg.go.dev/unsafe#String) is already explicit that *“the bytes passed...

I ran into the same issue, and for me the following change did the trick: ```diff diff --git whisper.cpp/BUILD.mk whisper.cpp/BUILD.mk index 7aa96f1..8daab0a 100644 --- whisper.cpp/BUILD.mk +++ whisper.cpp/BUILD.mk @@ -43,4 +43,5...