Karen

Results 14 comments of Karen
trafficstars

我觉得很有道理噢

@rotemtam Hello, I ran into the same problem. https://github.com/ent/ent/issues/782#issuecomment-824491020

Thank you for understanding my question. I hope to achieve this function. I looked at the source code, it is possible, hope to open this function. `Reference().Table("A").Columns("F")` https://github.com/ent/ent/blob/762e6aeff9d92f4b2af45932274401674462297f/dialect/sql/builder_test.go#L87-L88

@a8m ```sql create table app ( id bigint unsigned auto_increment primary key, created_at datetime not null, updated_at datetime not null, deleted_at datetime null, app_name varchar(255) not null, app_id bigint not...

I also encountered this problem. Have you solved this problem?

I am currently using this [pr](https://github.com/envoyproxy/protoc-gen-validate/pull/530)

I've also encountered this bug. When I call `page.MustWaitRequestIdle()`, it results in a panic: `assignment to entry in nil map`.

I'm very sorry, I just saw your question now I haven't touched it yet, I can't answer your question right now.

应该也是一样写,在 auth 和 casbin 中间件里面SkippedPathPrefixes配置跳过你 api 的路由就好了, 如果有需要你再自己写个中间件来单独处理你移动端的 API 的参数校验之类的