lance6716

Results 117 issues of lance6716

HI, I want to contribute a feature to errcheck, that is "statement returned error variables must be checked in next statement". This is my commit https://github.com/lance6716/errcheck/commit/43c9b804f2fa62ecd9865c9f440552ecfcd07621 Now I want to...

noticed https://github.com/alexkohler/nakedret/blob/b2c01465241327a7db35ec77f94ff19168bcabaa/testdata/nested.go#L11-L17 I think this return in line 16 is not harmful, and this linter should not report error :thinking:

bug

in testify/suite/suite_test.go ```golang // SuiteGoroutineRace is intended to test there should be no race when creating // goroutine in tests. type SuiteGoroutineRace struct{ Suite } // TestSuiteRequireTwice... func TestSuiteGoroutineRace(t *testing.T)...

Signed-off-by: lance6716 ### What problem does this PR solve? Issue Number: ref https://github.com/pingcap/tidb/issues/35933 Problem Summary: ### What is changed and how it works? in DM integration tests, I found a...

size/M
release-note-none

## Feature Request **Is your feature request related to a problem? Please describe:** bytes limit per statement doesn't fit all cases, for example, one table has many columns and another...

## Feature Request **Is your feature request related to a problem? Please describe:** mydumper's metadata has some not so good design, for example, write an empty `GTID:` when not enable...

fix bug that `files` will be overwrite

## Feature Request **Is your feature request related to a problem? Please describe:** When lightning is doing its job, user still can access importing tables, so he may see non-consistent...

feature-request

## Feature Request **Is your feature request related to a problem? Please describe:** In some cases user may need to grep lightning's log and modify stalled checkpoint and importer's data...

feature-request
priority/P2
difficulty/1-easy
Hacktoberfest

## Feature Request **Is your feature request related to a problem? Please describe:** **Describe the feature you'd like:** - [ ] io.EOF is [an ambigious error](https://github.com/grpc/grpc-go/blob/230def769105c46b2e597578b23002a6ac159dde/stream.go#L96-L99), should we retry it?...

feature-request