Results 179 comments of Kishan B

I feel the first one is needed for edge cases where point no 2 never terminates

https://chris124567.github.io/2021-06-21-go-performance/ This blog was very informative

Hugo themes is also a great example of how to maintain pointers https://github.com/gohugoio/hugoThemesSiteBuilder

Also, if i am raising a PR for the above should it be in this repo or the other ?

I see scan mode as something that catches things if a developer say does something like `--no-verify` and pushes the code. I would like the same ignore config for both...

@nikola-sever-syntio / @alexec An example of configuring dialer with a second timeout and TLS ```go tlsConfig := // construct tls config kafkaWriter.Transport = &kafka.Transport{ Dial: (&net.Dialer{ Timeout: 3 * time.Second,...

@sripathikrishnan Thanks a ton! :-) Can i add this to readme or wiki?

Came across [this comment](https://news.ycombinator.com/item?id=17664215) for your post in HN. This can get rid of the intermediary pipe (using `copy_file_range` syscall) and directly copy from one file descriptor to another inside...

In my opinion we can keep the go min version as 1.15

Before archiving, kindly ensure to document in readme as to how the users of this plugin should perform the change. It would be really useful.