Sankar சங்கர்

Results 8 issues of Sankar சங்கர்

In my ~/.vimrc there is a setting to highlight extra whitespace in the line ends. It fails to highlight with the molokai scheme but shows the spaces fine in other...

I reported this issue in [stackoverflow](https://stackoverflow.com/questions/72598351/golang-ginkgo-test-coverage-across-packages) initially but since I did not get an answer there, I wanted to bring it up here so that I would know if this...

I have project with the following structure. ``` root | |--- mylib | | --- mylib.go | | --- go.mod |--- svc1 | | --- go.mod | | --- cmd...

https://oss.redislabs.com/redisjson/ Redis JSON is developed at RedisLabs to give a native JSON datatype to save complex objects in Redis. We can do some operations like INCR on the individual members...

Enhancement

``` ➜ ~ go get github.com/narula/ddtxn/... package github.com/narula/ddtxn/... imports github.com/narula/ddtxn imports ddtxn/dlog: unrecognized import path "ddtxn/dlog" package github.com/narula/ddtxn/... imports github.com/narula/ddtxn imports ddtxn/spinlock: unrecognized import path "ddtxn/spinlock" package github.com/narula/ddtxn/... imports github.com/narula/ddtxn...

This is not exactly a bug but more of a community request. I wanted to implement a distributed filesystem modelled after the GFS paper or Hadoop in Golang. I stumbled...

### Description sqlc.dev is gaining popularity among Go developers for adding type safety checks to Go + SQL code. Are there any plans for supporting or endorsing sqlc officially ?...

area/documentation
status/awaiting-triage

I have a .proto file as follows: ```proto message SignupRequest { string full_name = 1 [(buf.validate.field).string = { min_len: 2 max_len: 100 // Support Unicode letters, spaces, hyphens, apostrophes, and...

enhancement