axiangcoding
axiangcoding
> Hello @axiangcoding , did you manage to solve this? Currently experiencing the exact same issue using FastAPI. Calling `reset()` does not work. I believe it just can't. That is...
I don't recommend chromadb in scenarios where writing data is separated from reading data (similar to my case of providing two api in a web service, one for saving vector...
补充: 相比于默认的模板,为了切换官方主题做了调整,config/index.ts中: - sass配置项为 ``` sass: { data: `@import "@nutui/nutui-taro/dist/styles/variables-jdt.scss";` }, ``` - webpackChain调整为: ``` webpackChain(chain) { chain.resolve.plugin('tsconfig-paths').use(TsconfigPathsPlugin) chain.plugin('unplugin-vue-components').use(Components({ resolvers: [NutUIResolver({ taro: true, importStyle: "sass" })] })) } ```
> > 补充: > > 相比于默认的模板,为了切换官方主题做了调整,config/index.ts中: > > > > * sass配置项为 > > ``` > > sass: { > > data: `@import "@nutui/nutui-taro/dist/styles/variables-jdt.scss";` > > }, > > ```...
同样是这个问题...有什么解决办法么。每个版本用模板初始化都有新问题出现...
> taro4.1.5+vite4.2+nutui2.6。 一样问题 真不明白 官方模版都跑不了 而且这种P0级别bug还存在将近1年,还好意思发布出来让人用taro? 更换vite为webpack,可以正常使用,我自己使用过程中,跑通了微信小程序的构建,暂时没发现其他问题。虽然文档什么的过期了很多,但是勉强能靠猜猜出应该怎么用。 另外,根据这个代码库近期的提交来看,这个项目已经事实性死亡了,很多严重的问题被反复提及但无人修复,有的问题社区的热心开发者修复了也没合并。文档也过时了不是一星半点儿。 公司的开源项目就这点最令人惋惜,应该是原班人马被抽调去干别的去了,留下的开发人员无力管理这么大的一个工程了。属实遗憾
+1 并且根据 [文档](https://bot.q.qq.com/wiki/develop/api-v2/dev-prepare/interface-framework/event-emit.html#%E4%BA%8B%E4%BB%B6%E8%AE%A2%E9%98%85%E4%B8%8E%E9%80%9A%E7%9F%A5 ),websocket方式将在2024年底前下线,请官方的python库尽早支持这一特性
> 本地测试暂未复现,此异常是必然产生还是偶然?可能会在什么情况下会产生? 看起来是偶现。目前无法复现了
问题复现,大致还原流程如下 - 打开kook软件 - 打开项目,并启动工程完成机器人初始化 - 在kook软件上,使用个人账号踢出机器人账号 - 报错同上
> 现在重构后的版本 [v3.2.0.0-alpha.8-dev.2](https://github.com/simple-robot/simbot-component-kook/releases/tag/v3.2.0.0-alpha.8-dev.2) 已经发布,可以在确认此版本的注意事项后简单的进行尝试是否还会存在此问题 我的ci没通过,这个包似乎有些问题? https://github.com/axbot-dev/axbot/actions/runs/5897406284/job/15996975631?pr=218