Bean Deng 邓斌

Results 30 comments of Bean Deng 邓斌
trafficstars

I found a similar issue. Some file will change after I click the last empty line without type any key. And I will receive the "Do you want to save...

Run into the same problem and it's almost killing me :(

@ruslandoga Hi, thanks for replying. HTTP_PROXY and HTTPS_PROXY are environment variables used to specify proxy servers for HTTP and HTTPS traffic respectively. Many applications and libraries recognize and use these...

@ruslandoga I have tried this image and it works as expected! Great job! Thanks a lot!

拉代码本地跑了下,看了下日志发现 queryText 传进去了,但似乎后来 cancel 了,我研究下。 ``` 15:10:41.326 configDefaultAxios 15:10:41.326 enter audio.ts 15:10:41.326 audio path: /Users/bean/Library/Application Support/com.raycast.macos/extensions/easydict/audio 15:10:41.326 enter youdao.ts 15:10:41.326 start getYoudaoWebCookie 15:10:41.326 enter volcanoAPI.ts 15:10:41.327 enter bing.ts 15:10:41.327 enter...

打日志看了下,看起来是 `List` 组件触发了一个 `onSearchTextChange` 的事件,然后在这个事件的处理方法 `onInputChange` 中 `text` 给置为空了,但我没开发过 `Raycast` 的插件,对这个地方不太了解,大佬之前遇到过这个问题吗?

@tisfeng Hi,大佬,我提交了一个 PR #63 ,修复了这个问题。

I have the same issue after switching to Window from macOS. For those who use pnpm, I get it working by adding the following to `package.json` according to [sharp Installation...

跟 window 版应该没关系,我用的 docker,同样遇到这个问题

对比了下 v3.35.0 和 v3.36.0 的 diff,感觉问题可能出在这个 [commit](https://github.com/alist-org/alist/pull/6925/commits/9770a5c92df57b96686896ff082556f5b8999a23),新增了一个 CleanTempDir 方法,会删除整个 temp 文件夹,可能某种场景下是在创建后删除了,并且在使用的时候没有重新创建。