EricZhao

Results 7 issues of EricZhao

在mac系统中的网易云音乐不支持上传到云盘,是否可以考虑在 [cloudmusic-vscode](https://github.com/YXL76/cloudmusic-vscode)中添加此项支持。

enhancement
wontfix

how close generate function comment in VSCode?

我正在做服务链路追踪,需要监听业务中推送的队列信息,目前看尚无法注入监听

### Description I really hope that gredis can be enhanced to support Redis stream. ### Additional _No response_

enhancement
inactive

首次发起单聊会话会提示会话不存在,再次发起才行

``` // vite.config.ts import { defineConfig } from "vite"; import uni from "@dcloudio/vite-plugin-uni"; // https://vitejs.dev/config/ // export default defineConfig({ // plugins: [uni()], // }); export default defineConfig(async ()=>{ const UnoCss...