twinkle
twinkle
Does react-console-emulator currently support typescript? Is there any latest progress?
我遇到一个bug:在开发环境和部署的默认域名可以正常显示评论框。但是(博客中)通过自定义域名访问的话就一直loading(默认域名指Vercel和Cloudflare page部署项目后自带的访问域名,两者都试过)。 waline部署是在vercel的,也确保服务正常。 有佬知道自定义域名访问一直转圈的原因吗?
OK 
Is there any new documentation or demos available now please? Or is there an expected time of completion?
> @resetsix 可以参考这份文档:https://dtstack.github.io/molecule/zh-CN/docs/guides/extend-keybinding 谢谢回复,`Keybinding` 也确实能提高交互体验。但**快捷键**与**编辑器右键菜单**是两个独立的东西,我仍然想为编辑器右键菜单新增一些额外的操作选项^v^。
> 如果你是想要针对 monaco-editor 的编辑器添加/删除菜单的话,这个 Molecule 这边没有相关的 API 去实现。 > > 而且 monaco-editor 目前针对删除菜单项也没有相关的 API 可以调用。 > > 我提供一个思路,但是不一定可行,你可以测试一下。 首先确保你目前全局只有一个 monaco-editor 的实例 > > * 然后针对添加的话参考 https://microsoft.github.io/monaco-editor/playground.html#interacting-with-the-editor-adding-an-action-to-an-editor-instance 这个案例。 > > *...
Indeed, I'm experiencing the same problem. The codebase registers the syntax correctly, but using the yarn add monaco-sql-languages dependency causes the registration to fail. Even if I build with webpack...
> > webpack build error message > >  > > @resetsix You need to install the [assert](https://www.npmjs.com/package/assert) package to fix this. > > see [webpack doc](https://webpack.js.org/configuration/resolve/#resolvefallback) about this problem...
> @resetsix @glebcha I have to admit that we didn't do enough testing on the monaco-sql-langauges integration. Because monaco-sql-languages works well in webpack and umi projects, > > Regarding the...
> > > The error reported seems to be related to `dt-sql-parser` > > > > > >  > > @resetsix Version `0.12.0-beta.9` has been released. With the removal...