Griffin

Results 29 issues of Griffin

Currently, nats-server provides many network protocol support such as `mqtt` and `websocket`. But the code management seems not good and it might block the further network feature such as adding...

stale
proposal

## Feature Request Currently, nats only provides flags to specify the cert key and so on and init in the function `func overrideTLS(opts *Options) error`: ```go tc := TLSConfigOpts{} tc.CertFile...

🎉 enhancement

## Feature Request Currently, if nats-server wants to log something, it must receive a server struct. But actually the function shouldn't bind to type `Server`. So it's better to add...

🎉 enhancement

@matthiashanel @kozlovic Currently, we have many issues about `JetStream not enabled for account (10039)`. I tried to debug it with the nats-server and found there is a `$G` account. I...

Currently, the readme appears a red block as the syntax detecter thinks the JSON field is wrong: ![image](https://user-images.githubusercontent.com/52945328/174020633-4b74ce8e-36c8-498c-a7fe-5c13ba7f2995.png) It's better to use `text` instead of json. Thanks,

Currently, our example needs to be enhanced as quic is new to users and they do need detailed examples to startup. However, our examples have the following shortages: - No...

# Possible Overflow Currently, the `Add` API of Counter and the similar implementation has the overflow problem. I write a test case to demonstrate it by the test case [TestCounterAddExcess](https://github.com/prometheus/client_golang/compare/main...xieyuschen:client_golang:main#diff-6732d569ae11a1997480439357d141b25e6d021d0efbdcffc6b058b1e41266d6R28)...

I found the page https://go.dev/lib/godoc/analysis/help isn't rendered properly under the dark mode, as I mentioned in https://github.com/golang/go/issues/66659. ![image](https://github.com/golang/website/assets/52945328/a9ceb8f5-2198-4581-90de-789f7822bbed) I fixed it with the same idea in fix #269. Regards