Shannon

Results 76 comments of Shannon

Actually the UGCPolicy is doing the same thing. If someone was in a chat conversation about something math related, like "if a

For reference, a project that make extensive use of 1.18 generics: https://goreportcard.com/report/github.com/goradd/maps gofmt chokes on it. golint, not too bad. Everything else is fine.

golint has been replaced with go vet, which is not nearly as robust as golint. The golint repo recommends [Staticcheck](https://staticcheck.io/) as a replacement. Why not use that?

Actually, a better system might be to use https://golangci-lint.run. It might make go report card more flexible. It already includes running many of the checks here on go report card....

Having the same problem. It looks like with services that have the predefined postfix of "0000-1000-8000-00805f9b34fb", iOS removes the postfix, but Android keeps it in. As a cross-platform library, reactive-ble...

This is not something flutter blue will ever do, nor any other bluetooth library. Its up to the developer to unpack data and know the format of the data.