goxiaoy

Results 21 issues of goxiaoy

Platform api is not available in web

#### What happened: registrar may not wait all servers ready https://github.com/go-kratos/kratos/blob/1451b9e0c0e3e1ee88a4595d9f9cfaf24eb8150f/app.go#L103-L106 #### What you expected to happen: ```diff eg.Go(func() error { - wg.Done() + defer wg.Done() return srv.Start(NewContext(a.opts.ctx, a)) })...

question

`graphql-config` support to config http method https://github.com/kamilkisiela/graphql-config/issues/23

feature
area:config

### Issue description ``` w http.ResponseWriter, r pkgHTTP.Request r.RespHeader().Add("Set-Cookie","a=a; Expires=Wed, 21 Oct 2023 07:28:00 GMT; Secure; HttpOnly") r.RespHeader().Add("Set-Cookie","b=b; Expires=Wed, 21 Oct 2023 07:28:00 GMT; Secure; HttpOnly") ``` Cookie `a` is...

discuss

In https://github.com/emitter-io/emitter/issues/264#issuecomment-531806899 `keygen` will return a private channel with a key. So the channel should be returned

Considering the folling cases when InfluxDb return | Sequence | sequence| | ---- | ---- | | 2 | 3 | This is valid and I put one in `Tag`...

enhancement

Event and Local Transaction

enhancement