Michael.谢

Results 10 issues of Michael.谢

Where I can write my cookies to browser ? ```go func (s *Service) Auth(c context.Context, req *iam.AuthReq) (*iam.AuthResp, error) { if err := req.Validate(); err != nil { return nil,...

/var/run/gosuv.pid 的路径可否改为非 root 用户路径,或者设置成可配置? ``` >gosuv start-server 2018/05/29 23:42:23 open /var/run/gosuv.pid: permission denied ``` 我在 mac osx 上启动一直提示没权限,不想用 root 用户运行。因为我发现用 root 用户运行,gosuv 启动的服务也会用 root 用户运行。

```golang type Client struct { Endpoint Endpoint // TokenStorage 和 Token 两个字段正常情况下只用指定一个, 如果两个同时被指定了, 优先使用 TokenStorage TokenStorage TokenStorage Token *Token // Client 自动将最新的 Token 更新到此字段, 不管 Token 字段一开始是否被指定!!! HttpClient *http.Client //...

这里是执行方,怎么样把 Action回调 的执行结果返回给调用方比较好? ```go func (this *ShopsDB) GetShopsEventFSM(o orm.DB) (*fsm.StateMachine) { return model.ImplShopsStatusFSM(func(fromState string, args []interface{}) { // OnExit }, func(action string, fromState string, toState string, args []interface{}) error {...

你好,珠三角技术沙龙准备在5月做一场数据分析和机器学习的沙龙。 想邀请您分享一下你的这个主题:https://jinshuju.net/f/aY3wmI

When create mxk_userinfo table meet below issue: ```sql MariaDB [maxkey]> SHOW VARIABLES LIKE 'innodb_page_size'; +------------------+-------+ | Variable_name | Value | +------------------+-------+ | innodb_page_size | 16384 | +------------------+-------+ 1 row in...

Hi confluentors, I meet 2 starter issues when using `docker-compose up -d` to run the `build-a-streaming-pipeline` demo in the current master branch. ![image](https://user-images.githubusercontent.com/1240769/215648109-c5127038-939e-4433-8c21-3e9313c4ab1b.png) ``` ksqldb | [2023-01-30 01:54:56,634] INFO KsqlConfig...

### Issue description Request Error Code: 10000 schema validate failed: schema not found, path: plugins.chaitin-waf ### Expected behavior no issue when disable the route ### How to Reproduce 1. enable...

bug

1)修改beego 版本兼容性 2)qbs兼容性

```shell curl 'http://localhost:8080/priv/data-products' \ -H 'Accept: */*' \ -H 'Accept-Language: zh-CN,zh;q=0.9,en;q=0.8,zh-TW;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Cookie: authMode=token; Idea-fd987c1c=d66a9c99-3a3d-4027-bb82-d7be0d537d12; _ga=GA1.1.1490361395.1683457720; _ga_2BJJGL0MED=GS1.1.1684924511.25.1.1684924561.0.0.0; Idea-fd987c1d=a85fc110-b3c7-4e42-9720-4eb73f4583d3; locale=zh-Hans; _ga_DM9497FN4V=GS1.1.1690525052.1.1.1690525441.50.0.0; remember_token=e8ad6ed4-b0da-4736-b663-d56e3630d621|f8b903d9e0c2f8b1b80688efe8d44e45323988682c7e9ade01649de24d7820fa83ab784e01de7f3d293b7b9fccb0629ab317923ad2f75933ca9cd5188425c887;...