julee

Results 21 comments of julee

How about add a filter input widget in bookmarks side bar? Too much bookmarks for a project, difficult to navigate between bookmarks continuously. Though we can search and navigation bookmarks...

> Hi @julee , > > There is no API available today in VSCode to provide such widget, only an open issue ([microsoft/vscode#70646](https://github.com/microsoft/vscode/issues/70646)) still on their _Backlog_, which means, no...

> Hi @julee, I just wanted to add a note that, although not ideal, there IS a feature that can be used to filter a tree view currently, which works...

希望可以自定义 adb 路径或者默认优先使用 PATH 路径下的 adb。 airtest 里面的 adb 版本和开发环境中 adb 不一致,造成冲突, 开一个会把另一个 kill 掉。 比如开了 android studio, aritest 就连不上。 开了 airtest,就不能用 android studio 里面的 adb

> Let’s take a look at how the LLM behind ChatGPT is developed. There are already numerous technical introductions on this topic, and we will briefly describe the underlying principles....

> 原文没有变。 @theowenyoung ,用 0.2.81 版本没有问题了

> 已经完成从 Electron 到 Tauri 的全部代码迁移,全部合并到 main 分支了,以后的版本都是基于 Tauri 了。 #71 [v0.4.4](https://github.com/Bin-Huang/chatbox/releases/tag/v0.4.4) Windows 包这么大,是不是又用回 Electron 了?

> > > 我这好像还行? > > 我尝试更新了一下 换行的 分隔符, 从 `\n###\n` 改为 `\n\n###\n\n` > > 要不你更新一下规则再试试? 不是在某个网页必现的。OpenAI 的 ChatGPT 模型的配置下, 我多翻译几个网页就偶然出现。 但一旦出现,在那个网页上反复打开和关闭翻译,都会在同一个段落出现。

> 点击一下浏览器 沉浸式翻译的图标 更新规则试了下,看起来出错的段落翻译成功了。 我这两天再看看会不会再次遇到问题。

> 因为有缓存,所以反复打开和关闭,译文其实会使用缓存,可以在 设置 -> 关于页面 清空一下缓存 https://shopify.github.io/spatial-commerce-projects/Retail-Research-Kit/ 这个页面重现了。 又按照上面的方法,清楚了缓存,问题仍然存在。 ![image](https://user-images.githubusercontent.com/1493342/223117909-4f0b5a4a-ce99-4674-838f-29c9692af3ab.png) ![image](https://user-images.githubusercontent.com/1493342/223118028-6792512e-626a-4e28-acc8-5dec14be72b3.png) ![image](https://user-images.githubusercontent.com/1493342/223118161-0fdf87d9-d0bd-411d-823b-8d3a3db0b198.png) ``` fetch("https://api.openai.com/v1/chat/completions", { "headers": { "accept": "*/*", "accept-language": "zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6", "authorization": "Bearer sk-xxxxMASKxxxx", "content-type": "application/json", "sec-fetch-dest": "empty", "sec-fetch-mode": "cors",...