swift-fs
swift-fs
Recently, I worked on a new project that required a complete permission control process. The GF framework does a good job in all aspects, but there is no official permission...
### ffmpeg-static version [email protected] ### Node.js version v20.10.0 ### operating system and/or environment system: win11 ### What happened? In the current `electron-vite-vue`, both `import` and `require` will throw errors. ...
``` func Test_BankCard(t *testing.T) { gtest.C(t, func(t *gtest.T) { rule := "bank-card" val1 := "6230514630000424470" val2 := "6230514630000424473" // this bocom card valid result is already true and error is...
### Is your feature request related to a problem? Option Yes ### Describe the solution you'd like 就是能否支持gen ctrl的配置项可选为数组呀 ```go ctrl: - srcFolder: "api/api/business" dstFolder: "internal/controller/api" clear: true merge: false...
### Description I have an idea: For the err returned by gdb/orm, perform a wrap: gerror.wrap(err, 'database option error'), and the upper-level business can conveniently use gerrors.is(xx, xxxx) in the...
### 1Panel 版本 1.8 ### 请描述您的需求或者改进建议 gitness 能一键部署就太舒服了 ### 请描述你建议的实现方案 _No response_ ### 附加信息 _No response_
### UnoCSS version 0.63.4 ### Describe the bug I tried using presetIcons to customize the icon set, and I found that vscode's unocss syntax highlighting disappeared after customizing the icon...
希望做大做强
**请详细描述您的需求或想法** 现在我用聊天模式的话,有一个方法`addChatRecordData`来添加最新的一条记录,我们项目现在是对接的AI聊天,消息是服务端流式返回,一段一段展示的,就跟豆包,deepseek这种显示效果一样。我现在是接收到第一段流的数据调用`addChatRecordData`占位,后续的就通过`paging.value.complete(dataList.value)`来刷新,我想问下有没有更优雅的方式?