Zachary Jia
Zachary Jia
I just came with the same situation when setting up Synology NAS with authentik's ldap outpost. Is there any plan to implement this feature?
考虑支持S3存储怎么样?S3使用很广泛,不管是原版的,还是各种兼容S3 API的对象存储服务都有,也可以使用MinIO自建。 像Cloudflare也提供了免费的10G存储, 100万次写,1000万次读操作 ( https://www.cloudflare.com/zh-cn/products/r2/ ),个人用户应该是足够的。也提供了CORS支持(https://developers.cloudflare.com/r2/buckets/cors/)
> tauri actions 不支持重命名产物,挺蛋疼的 最新的dev版本似乎已经将arm的arch改为aarch64, 这样应该不会重名了吧。 https://github.com/tauri-apps/tauri-action/blob/dev/src/build.ts#L87-L89 不知道还有没有别的问题。 我怎么看前面安装rust的日志里,即使在macos-aarch64上,host显示的还是x86_64的,有可能这里也需要调整?
It seems the corresponding PR is closed without being merged. Any update on this issue?
能否直接支持MCP协议,这样能获得大量的现成的可集成的能力 https://modelcontextprotocol.io/introduction
> Hey [@ZacharyJia](https://github.com/ZacharyJia), unfortunately that code doesn't allow users to customise the delimiter. However, if you follow the implementation of `flatten()`, you could copy / paste the implementations of `walkObject`...