Andrey Voronkov
Andrey Voronkov
Seems kinda similar to me: ``` fyne-cross darwin -macosx-sdk-path ~/Downloads/SDKs/MacOSX11.3.sdk/ -arch amd64,arm64 ./cmd/seenday/ ``` ``` flag provided but not defined: -w" usage: link [options] main.o ```
https://github.com/coredns/unbound/issues/25 Seems related
Will you make a PR? I'm not good with golang.
Seems having the same with 1.2 -> 1.3 transition: ``` ERROR: odyssey: c9af96b00a8d9: failed to make auth query (SQLSTATE 28000) ``` ``` database default { user default { authentication "md5"...
Any progress on this? I saw https://github.com/zellij-org/zellij/issues/3201 and https://github.com/zellij-org/zellij/issues/248 Cool idea about virtual modes. Cool idea about Leader key + sequences (Spacemacs, Astronvim approach). Let me explain my case: Currently...
Any progress on this? :)
Having the same issue on K8s with redis-ha fresh chart with HAProxy enabled
Hi @linux0x5c actually as I have isolated k8s environment I have in redis.conf ``` timeout 0 ``` in haproxy.cfg ``` timeout server 0 timeout client 0 ``` These settings drastically...