yao icon indicating copy to clipboard operation
yao copied to clipboard

:rocket: A performance app engine to create web services and applications in minutes.Suitable for AI, IoT, Industrial Internet, Connected Vehicles, DevOps, Energy, Finance and many other use-cases.

Results 78 yao issues
Sort by recently updated
recently updated
newest added

## 发生了什么? 使用 Upload上传视频时,是导致页面崩溃 ## 相关截图(必需) ![image](https://user-images.githubusercontent.com/28219139/233581834-84eaab7e-94e8-449f-a706-20f863681e59.png) ![image](https://user-images.githubusercontent.com/28219139/233582161-f860c80a-d254-4485-a8b2-9e49e2a15e91.png) ![image](https://user-images.githubusercontent.com/28219139/233582325-ce99b965-2b84-4800-a813-426c263e3a9b.png) 控制台报错 ![image](https://user-images.githubusercontent.com/28219139/233582022-160b308f-81aa-49c4-8276-d01fb934c7a4.png) ## 最小可复现例子(必需) > Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) then upload to your GitHub. 请提供 [最小重现](https://stackoverflow.com/help/minimal-reproducible-example),并上传到你的 GitHub 仓库 https://github.com/AbbetWang/yao-video-view.git ```...

比如 /api/news/search 就像这种接口。返回的avatar头像这个字段的值:"avatar":["/api/__yao/form/news/download/fields.form.%E5%9B%BE%E6%A0%87?name=/20230324/CFF7A5748688FB54C99A7BB31448A7D1.png"], 是这样的?怎么处理成可以让小程序端直接显示的值?完全不知道从哪里下手

## 发生了什么? 如果在一个表里有多个 hasmany 的关联关系,无法获取正常的值 ## 相关截图(必需) ## 最小可复现例子(必需) > Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) then upload to your GitHub. 请提供 [最小重现](https://stackoverflow.com/help/minimal-reproducible-example),并上传到你的 GitHub 仓库 https://github.com/wwsheng009/yao-hasmany-unexpected ## 复现步骤 **Steps to reproduce...

https://github.com/YaoApp/yao/blob/5edc9e809f7fd9d8b404c99a4b51f71a2687f562/widgets/compute/compute.go#L245 https://github.com/YaoApp/yao/blob/5edc9e809f7fd9d8b404c99a4b51f71a2687f562/widgets/compute/compute.go#L104 这里的处理逻辑没有考虑关联表的字段。 假设有以下的图片显示字段要使用Download Compute处理器。当前的处理逻辑没有办法处理关联表material中的icon字段。 ``` "物资图标": { "bind": "material.icon", "view": { "type": "Image", "compute": { "process": "Download", "args": ["$C(value)", "$C(props)", "$C(type)", "$C(id)", "$C(path)"] }, "props": {} } } ```

使用该compose启动docker报错 version: "3.9" services: yao: image: yaoapp/yao-wms:1.0.3-amd64 environment: - YAO_INIT=demo - YAO_PROCESS_RESET=flows.init.menu - YAO_PROCESS_DEMO=flows.demo.data - YAO_DB_DRIVER=mysql - YAO_DB_PRIMARY="yao:123456@tcp(mysql:3306)/yao?charset=utf8mb4" ports: - "40006:5099" volumes: - D:\SynologyDrive\Work\docker\data\yao:/data/app depends_on: - mysql mysql: image: yaoapp/mysql:8.0-amd64...

使用如下docker compose启动服务后登陆界面报no such table: xiang_user错误 version: "3.9" services: yao: image: yaoapp/yao-wms:1.0.3-amd64 environment: - YAO_INIT=demo YAO_PROCESS_RESET=flows.init.menu YAO_PROCESS_DEMO=flows.demo.data YAO_DB_DRIVER=mysql YAO_DB_PRIMARY="root:123456@tcp(192.168.2.160:3306)/yao?charset=utf8mb4&parseTime=True&loc=Local" ports: - "40006:5099" volumes: - D:\SynologyDrive\Work\docker\data\yao:/data/app volumes: data: {}

## 发生了什么? 在.env文件中配置了环境变量YAO_ALLOW_FROM不为空后yao启动报错 报错: panic: handlers are already registered for path '/api/__yao/list/:id/component/:xpath/:method' ## 相关截图(必需) ## 最小可复现例子(必需) > Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) then upload to your GitHub. 请提供 [最小重现](https://stackoverflow.com/help/minimal-reproducible-example),并上传到你的 GitHub...

在demo-crm里看到了执行sql语句的例子,只要删除数据的操作,这块还有其他资料么? 我想执行增改查的sql语句,支持么?要怎么写?

http://://x/Table/? 如何获取URLQuery Params 最新版本中好像去掉了 filters标签

在demo-crm项目的flows/chart里的处理器,如截图中的写法,日志文件里不会产生sql语句日志