Ville Skyttä

Results 245 issues of Ville Skyttä

Would be nice to have a way to resolve protobuf message names to the perl classes they are mapped to at runtime. So if I have a protobuf bytes blob...

After commit a2c3e11b3e140252fe2ff774b9e3435e29361690, v1.0.8, I'm getting reports that I think are false positives. There's an underlying function ```go func WriteProblem(w http.ResponseWriter, r *http.Request, problem *Problem, originalError error) error ``` ...which...

If one tries to request an IPv6 address from api6.ipify.org on a host that has no IPv6 connectivity, api6.ipify.org returns and IPv4 address. Would be better to prevent that, e.g....

See individual commit messages for more details.

[errcheck has `-asserts`](https://github.com/kisielk/errcheck#use) ([`check-type-assertions: true` in golangci-lint](https://golangci-lint.run/usage/linters/#errcheck)) which appears to offer the same functionality as forcetypeassert. Are you aware of any pros/cons/differences between them?

Caveat: haven't actually used committed much at all yet, reporting/requesting this based on docs reference. The `line_length` option seems to be nice in the sense that it ignores long lines...

A check for allowed authors would be nice, for example so that projects wanting committers to use their project/organization related e-mail addresses for commits could check that. I think a...

enhancement

Refs https://github.com/crate-ci/committed/issues/353