陆沉

Results 15 comments of 陆沉

准备跟进..

Preferences -> Browser Packages... 新建一个 emmet 文件夹 把 snippets-emmet-plus.json 拷贝进去 Preferences -> Package Settings -> Emmet -> Settings - User 输入 ``` { "extensions_path": "[ 新建的emmet文件夹的绝对路径 ]", } ``` 重启。

One solution, using setTimeout ``` javascript //connect time out var request_timeout = setTimeout(function() { clearTimeout(request_timeout); //Handle Time out }, 5000); app = wamp.connect(url, function (session) { clearTimeout(request_timeout); //connected function },...

1. Yes. 2. Recently it just a `border-radius` styled preview, and still get a rectangle picture as the result. Thanks for your suggestions. And both of them will get improved...

![](https://camo.githubusercontent.com/20a79fe27e94d1060dbb949d2c1918ead06c84f5/687474703a2f2f696d672e736869656c64732e696f2f6e706d2f762f72632d63726f7070696e672e7376673f7374796c653d666c61742d737175617265) published. 1. look at: https://react-component.github.io/cropping/examples/raw.html 2. ```jsx ``` will get circle picture ~

```jsx function CropperContainer(props) { return {props.title} {props.children} {props.footer} ; } ``` to compat to rc-dialog, they have been separated into three partials: title, children, and footer.

@yiminghe 已删……

可以的。参考这个 https://github.com/petercat-ai/petercat/blob/main/server/agent/llm/clients/gemini.py 继承 BaseLLMClient 类就可以。