FANG

Results 20 comments of FANG

I think maybe someone need to improve `FindGROSMOSDR.cmake` to fix the issue. That would be helpful.

It seems if sampling frequency is set to 2600000 (default value), gnss-sdr failed to decode GPS NAV message. But sampling freq set to 4000000 is OK: ```bash ./gps-sdr-sim -e brdc3470.21n...

![screenshot](https://user-images.githubusercontent.com/8206464/126287668-c0116984-a3a5-4ed6-85ee-f17d65217035.jpg)

If the client didn't provide the client certificate, the server may refuse the connection, so it would be better to abort the connection. But I can not to find a...

@mhils Hi, will you accept the PR?

@stv0g Very nice code. I strongly recommend making a PR to add these methods to `nftables.Rule` struct.

From https://github.com/kuberhealthy/kuberhealthy/blob/master/cmd/kuberhealthy/Makefile ```bash cd ./cmd/kuberhealthy go build ./kuberhealthy -h ```

How about report by `/externalCheckStatus`: https://github.com/kuberhealthy/kuberhealthy/blob/b489fb6fba14ec054fddc1cf18d0f29658cec6cd/pkg/checks/external/status/main.go#L1-L26 Should we support to add metadata there?

```go package main import ( "database/sql" "log" "time" clickhouse "github.com/ClickHouse/clickhouse-go/v2" ) func ConnectCH(addr string, database string, username string, password string) *sql.DB { conn := clickhouse.OpenDB(&clickhouse.Options{ Addr: []string{addr}, Auth: clickhouse.Auth{ Database:...