beifengtz
beifengtz
etcd-workbench can also format text
> 这是要另外依赖? 安装依赖后还是报错 你新创一个issue吧,描述一下你的环境和使用版本 @ZedCoding
该库很久不再维护了,新的库请前往https://github.com/tzfun/jvmm
这个库不再维护了,移步新的仓库 https://github.com/tzfun/jvmm
[etcd-workbench](https://github.com/tzfun/etcd-workbench)支持
3.2.2版本经过ts项目测试验证过,刚刚在sandbox起了一个干净的 TS 项目是没问题的:https://codesandbox.io/p/devbox/vue-web-terminal-ts-vlpdcz 这些点你再确认一下看看? 1. 你的项目中是否有对 `*.vue` 文件做特殊处理 2. 你的项目中对是否有对TS declare做特殊处理,v3版本的terminal插件打包出来实际上还是 js,引入项目也是js
> 我重新使用vuecli创建了一个新的项目,这个项目里只有scssloader和typescript,但是在我use了Terminal之后仍然会爆一样的问题 刚刚新建了一个vue-cli构建的ts项目确实有这个问题,我猜测是因为 `.d.ts` 不全以及打包输出的原因,因为这个 v3 版本打包发布后仍然是一个js版本不是一个完整的 ts 版本,所以目前暂时只加了部分 `.d.ts` 仅仅是为了提供一部分 API 的类型区别,后续需要发一个纯ts版本才能解决这个问题。 暂时的解决办法:添加 `@ts-ignore` 注释,跳过编译判断,并不影响插件的使用。 ```js // @ts-ignore createApp(App).use(Terminal).mount("#app"); ``` 最后感谢你提供这个信息 👍
> in latest version (V3.3.0), still exist this issue Yes, this problem is not addressed, solving it requires generating a `.d.ts` file for the compiler to recognize the function, but...
It is not easy to reproduce in a short period of time. You need to continue publishing messages, and then after running for a period of time, you will find...
I don't know the specific reason. In my scenario: the same redis, the same number of channels, the same publish, the same configuration, and different Redisson versions. I once suspected...