Dakai
Dakai
Thank you very much for your detailed reply and this wonderful theme, I have been using it for several months and it is just so pleasant to look at in...
Thanks for your patience, I tried the `s:space3` color, yes, it is so much better! Thank you! As for the search highlighting, it is not automatic, and it can not...
I have achieved a nice transparent and blur effect with the config with xdtool script in the .zshrc file and a plugin from [xiyaowong/nvim-transparent](https://github.com/xiyaowong/nvim-transparent) ``` #Alacitty.yml window: opacity: 0.8 ```...
Thank you very much for your detailed reply. I didn't notice the cursor line highlighting, but the change was meant to highlight all the exact words,which is very helpful in...
> 导出功能之后会放在顶部的分享按钮里实现,建议先不要实现该功能,这个 PR 我会保留,但不会合入,有需要的可以自行 fork 使用。 > > 与此同时 #837 也是同样的道理,非常感谢你能贡献代码,但是涉及交互的改动我都会谨慎合入,这两个 PR 我都会保留,之后我在实现时会深度参考这两个 PR 中的代码。 明白的,你客气了,这些功能我也是为了自己用着方便加的,而且我也学到了好多新知识,要感谢最开始是你做出的这个项目才是。:smile:
@sansejin1206 如果你是在最新的版本上更改的话,isMobileScreen现在不是一个函数,所以你要把`isMobileScreen()`改成`isMobileScreen`。 我这里代码其实只是在``标签外面加了一层``而已,所以``里面是不变的,你看下原来的代码这里应该就是`isMobileScreen`,没有一对括号。
输入卡顿是由于对话界面Chat function使用了多个useEffect()造成的,每次按键输入都会渲染整个聊天记录三次
The lagging is caused by bubble preview and the input height calculation function: ``` useEffect(measure, [userInput]); ``` Every letter input will cause the whole page to re-render twice, and turning...
Thanks for the following tutorials and above discussion, after many hours of work, I finally work it out: [iphone passthrough](https://github.com/foxlet/macOS-Simple-KVM/issues/221#issuecomment-1594563753 ) [guide-phone-passthrough](https://oneclick-macos-simple-kvm.notaperson535.is-a.dev/docs/guide-phone-passthrough/) ## Setup System: Manjaro Linux KDE Kernel: Linux...
@AliYar-Khan Hi, sorry I haven't used the MacOS VM for awhile, and as for today, the method is working still, the system and script haven't been changed much.