Patrick Gray

Results 6 comments of Patrick Gray

I used [termux](https://f-droid.org/en/packages/com.termux/) for running them. compile steps: ``` git clone [email protected]:nats-io/nats-server.git && cd nats-server CGO_ENABLED=0 GOOS=android GOARCH=arm64 go build . # assumes android studio, ndk, etc is setup #...

downgraded to `1.0.05` from a broken `1.0.8` and fwupd doesn't seem to see any available upgrade versions so I guess I'll stick to this for now ``` Host: 21MCCTO1WW (ThinkPad...

i'm looking for this exact functionality i've tried aliases and bash functions but i think cargo supporting it directly would be... nice :smile: i'm surprised more build tools haven't added...

Yeah, zerolog [looks like a good choice](https://betterstack.com/community/guides/logging/best-golang-logging-libraries/)

Any system that uses health checks as a way to determine which node to route traffic to will suffer from this issue. This makes typesense friendlier to being load balanced...

That would certainly be workable for my use-case. Thanks so much for the response.