James Tsang
James Tsang
Encounter the same problem, this is my repo to reproduce it: https://github.com/wtzeng1/graph-editing-playground/tree/vite-issue ```bash git checkout vite-issue lerna bootstrap cd packages/x6 yarn dev ``` Downgrade to [email protected] solve this problem temporarily.
是否使用 vite,如果是的话有一个相关 issue 以及绕开的办法:https://github.com/vitejs/vite/issues/3413
This issue still exist in vite(https://github.com/vitejs/vite/issues/3413) and need to be fixed.
Meet the same error with the latest version(0.6.7). My output bundle used `'vite'`, after add `'vite'` in `externals`, this error disapear.
> 这个代码的设计上是否可以去掉 register 和 unregister 的概念,全部保持是纯函数的代码片段,并设置 sideEffects: false 这个包体积还是挺大的,强烈支持最后一点,方便使用者可以 tree shaking 掉没有使用的特性。
I encountered the same issue, and my solution is commenting these CSS variables in custom.css: ```css :root { // --display-recent-pages: none; // --display-search-button: none; // --display-arrow-navigation: none; // --display-help-button: none;...
很好的想法!感觉可以加一下。不过我最近很可能没时间处理,也欢迎 PR 哈
I don't have a available Claude API key currently. The previous key has been recycled. If you have a available key, PR is also welcome.
> Check your mailbox, key should be there😉 Great, received the key. I will try to support the latest model in my spare time.
> Hi @jtsang4, are you still planning to update support for Claude 3 or is this an abandoned project? I'm not sure if it's necessary, projects like https://github.com/songquanpeng/one-api have already...