Lance Mao

Results 8 comments of Lance Mao

I guess this is due to React debug mode useEffect will be called twice. So if I add: ```js useEffect(() => { initCanvas() handleStartRecord() return () => { recorder.current.stop() }...

确认下这里两个都填了。右边的特别容易忘。 ![x](https://github.com/RVC-Boss/GPT-SoVITS/assets/5020396/fa7c0dfe-e359-4d67-9153-3c327bd47ef0)

The use case is: when user hover over any node, then right click, we will pop context menu for node operations like copy, paste, delete, add comment etc. When user...

Hi thanks for quick reply. This works fine. Some questions: 1. s.edges.find will iterate all edges, performance ok? 2. according to doc [useStore ](https://reactflow.dev/docs/api/hooks/use-store/) should be avoided 3. still wondering...

are you using https instead of http? AFAIK, web microphone works either for localhost or https websites

Looking forward to it 👍

一个比元宝更好的效果是微软的 new bing,即:https://copilot.microsoft.com/ 当 SSE 数据到达时,一次性 fadeIn(也许缓存了2~3个message) typing有一个矛盾的地方,如果SSE数据达到的速度小于typing,则还是有卡顿的感觉;如果数据到达速度大于typing,用户会延时看到答复(因为还在等typing动画结束),这就有点为了typing而typing了。 new bing很好的解决了这个问题,强烈建议 antd x 也实现