Daniel Wei
Daniel Wei
I have wrote a version for support `import type` on v2.0.2 but not the newest version. Try import as `"@trivago/prettier-plugin-sort-imports": "git+https://github.com/danielwii/prettier-plugin-sort-imports.git#main", `
try this in nextjs: ```typescript const ReactMediaRecorder = dynamic(() => import('react-media-recorder').then((mod) => mod.ReactMediaRecorder), { ssr: false, }); ```
> 我也是这个问题,请问找到解决方法了吗?  see #256
@ZilongYang 应该是 pretrained_models 目录放错了,如果你 clone 到了 GPT-SoVITS,里面还有个 GPT-SoVITS 目录,pretrained_models 应该放在里面那个 GPT-SoVITS。
I'm facing the some situation. using prisma ^5.7.1 throught pgbouncer to pg on azure. Always happening when set connection_limit large than 100. pgbouncer shows: `closing because: client unexpected eof.`
@Wing-Li @EdmodoYunjiang 能否再详细描述下需求,比如在什么样的场景,是否需要固定位置等。
@Wing-Li 为什么是随机获取?这样的目的是什么?
目前没有遇到这个问题,能录制视频已经提供更多的上下文信息吗? 暂时怀疑是否是由于弹幕过长的原因,之前设计的弹幕滑出是根据宽度 * 2 然后弹幕到达一倍宽的最左侧的时候动画停止,然后返回一个 `const SizedBox();` 填充。
@Wing-Li 可能只有多打印点日志才能看出来了,之前没有遇到也没有其他人提过这个 issue。你可试试打印下父容器的高度和宽度看是否有区别。由于不知道这个问题对你说是偶现的还是稳定出现,再没有更多信息前很难判断。
@Wing-Li 找到 pub 的 cache 目录直接改代码也是一样的。