SparkLee
SparkLee
如果需要以root启动,可添加allow-root参数:./gocron-node -allow-root
Good job, It’s indeed necessary to add the ‘application/json’ content type header. For example, in the framework I use (Hyperf), only when the Content-Type header value is correctly set to...
@nunomaduro @nahime0 Could u merge this pr please, I really need it.
I resolved the issue by executing `uv pip install gradio==5.23.1`
same problem @a8m any solution, please
I found a solution ```go package schema import ( "entgo.io/ent" "entgo.io/ent/schema/field" "yiliang/internal/toutiao/ad/biz/domain" ) type YlToutiaoAdBatchCreateTask struct { ent.Schema } func (YlToutiaoAdBatchCreateTask) Fields() []ent.Field { return []ent.Field{ field.Int64("id"), field.JSON("task_data", ToutiaoTaskData{}), //...