Sam Xie

Results 42 issues of Sam Xie

It's scary that we accidentally change the released section of the changelog at PR, which will mess our release notes and confuse users. It might be a good solution to...

pkg:tooling

I found some Go SIG meetings are not shown on the Youtube channel. Like `February 24, 2022, 13:00 PT`, `February 17, 2022, 13:00 PT` and `February 10, 2022, 13:00 PT`.

For Go SIG meet, I can only watch the recording in the next week. Could we speed up this process? Pick the meet `Go SIG meet, December 16, 2021, 13:00...

I got an error when trying to obtain resources from the EKS detector in an EKS cluster. ``` detecting resources: [isEks() error retrieving auth configmap: failed to retrieve ConfigMap kube-system/aws-auth:...

bug
area: detector
detector: aws:eks

Resolves #177

# Feature Request Add `NoopCompleter` to always return a nil `[]prompt.Suggest`. ```golang func NoopCompleter(d prompt.Document) []prompt.Suggest { return nil } ``` ----- Somethings I just want to use this lib...

enhancement

I want to implement an SSH server to forward a remote server's port to local (aka *local forward*), then I found an example called **remoteforward**, and it uses `LocalPortForwardingCallback` setting....

##### Versions | Sarama | Kafka | Go | |--------|-------|----| | v1.26.4 | N/A | 1.14.2 | ##### Problem Description I want to write some tests about the message header....

stale

Fixes #12 I guess git accidentally closes the pipe, so we can bypass this issue by ignoring the writing error.

When cloning a repository, `git-remote-s3` throw an error about 'Broken pipe'. Here is the BACKTRACE ```sh $ git clone s3://foo/git/bar Cloning into 'bar'... thread 'main' panicked at 'failed printing to...