Martin

Results 5 issues of Martin

## Background Some documents provide not only parameter structures but also code samples, however, `protoc-gen-doc` doesn't support the latter function. Like [Mermade/widdershins](https://github.com/Mermade/widdershins), it supports code samples generation, which makes it...

## Background I am using go-txdb for unit tests in my project, and I expect that I can keep the same status of my database before running each test case....

When I run `go get github.com/WangXiangUSTC/tidb-lite`, I got the below error: # go.etcd.io/etcd/clientv3/balancer/picker /Users/martinhong/go/pkg/mod/go.etcd.io/[email protected]/clientv3/balancer/picker/err.go:37:44: undefined: balancer.PickOptions /Users/martinhong/go/pkg/mod/go.etcd.io/[email protected]/clientv3/balancer/picker/roundrobin_balanced.go:55:54: undefined: balancer.PickOptions # go.etcd.io/etcd/clientv3/balancer/resolver/endpoint /Users/martinhong/go/pkg/mod/go.etcd.io/[email protected]/clientv3/balancer/resolver/endpoint/endpoint.go:114:78: undefined: resolver.BuildOption /Users/martinhong/go/pkg/mod/go.etcd.io/[email protected]/clientv3/balancer/resolver/endpoint/endpoint.go:182:31: undefined: resolver.ResolveNowOption It prevented me...

In some templates, such as ERB for Rails, it will automatically generate a `` tag likes: ``` html ``` so the plugin will not work because the `if` in https://github.com/tuupola/jquery_lazyload/blob/master/jquery.lazyload.js#L92...

Bug

According to https://github.com/Meituan-Dianping/cat-go/blob/f5c6d7796db2a8ebd551baab0a56a4829733c43d/cat/config.go#L44 , it is shown that the http server port for router endpoint is hardcoded and no any way to modify it. That is, in my project, I...