Hsuching

Results 5 issues of Hsuching

### How to apply a CRUNCHBASE_KEY?

看了下作者源代码,有几个问题想问下.如果在下有说的不对的地方希望指出。 看了下Modal组件里面的这行代码: ``` const div = document.createElement('div') document.body.appendChild(div) const container = ReactDOM.render(, div) ``` @Lobos 我的理解作者应该是想做成做成单例,使用的时候就一直在这个Container里面做增加modal和删减Modal之用。**那么我的问题是:**这行代码如果我在创建自己页面或者是组件时使用import Modal from '***/Modal'时就会执行这段代码,明显这时页面的DOM不一定就位,那么浏览器就会有提示说这样写是有问题的。 当然强引是可以搞定的,不过如果作为组件去使用的话,我觉得应该用的优雅点好。请问下有什么方式是可以优雅的使用它的?

Feature request: In excalidraw, I may need a function similar to templates and deep copying. For example, in my entire canvas, for some elements that need to be used multiple...

部署环境: 1. 我在远程服务器上非 docker 环境部署了 ollama server. 直接部署在服务上 2. chatollama 使用了 docker-compose 部署方式, 部署文件和此项目是一样的.没有改动. chatollama 可以访问. ollama server 也是打开的. 进行对话时正常.但是创建知识时,出现错误,日志如下: ChatOllama is unable to establish a connection with http://host.docker.internal:11434 我尝试着在chatollama...

### Current Behavior I tried using the Google Gemini model through a third-party endpoint for testing, and it keeps throwing errors. I'm not sure if my configuration is correct? Another...

bug
triage