HuangTao
HuangTao
如题,似乎 liteIDE 无法识别 case(或default) 语句的代码块起始点,无法智能折叠。 现在我采用的临时方案是用括号括起来。 但还是希望能添加原生支持。
Golang support GRPC. So there always be some .proto files in golang project, especially micro service. If liteIDE can support .proto grammar, that would be grateful.
In some scenarios, we need to render number64 type such as int64, uint64 as integers instead of string values, but found we cannot. So I add an option in config...
The code is so simple: ``` package main import ( "os" "github.com/gogo/protobuf/jsonpb" "github.com/gogo/protobuf/proto" ) func main() { marshaller := jsonpb.Marshaler{ EnumsAsInts: true, EmitDefaults: false, OrigName: true, } marshaller.Marshal(os.Stdout, &TestInt{ Ori:...
This tool will provided both grpc and http way. But sometimes we just need one of it. Please provide a way, such as add param --skip-http=true then no http way...
Every time I want to know if there's a new version, I need to open this github page, looking for the newest version. If there's a newer version, I need...
代码所示: ``` saga := dtmcli.NewSaga(dtmServer, dtmcli.MustGenGid(dtmServer)). Add(logic1Path, logic1RollbackPath, nil). Add(logic2Path, logic2RollbackPath, nil) saga.WaitResult = true if err := saga.Submit(); err != nil { slog.Info("fail", slog.Any("err", err)) return } ``` 这里...
Hi I love your projects so much. It gives me a lot fun. Thank you so much. And, I found a bug while playing. I am playing with computers (me...