janbar
janbar
@sigaloid This is indeed a solution, but it cannot be edited in a faster way on the node. I feel like I can write a way to convert from Xmind...
I have the same problem,I found that it is possible to add a method like the following in the `xx_gen.go` file。 But this file is marked as unmodifiable, and it...
https://github.com/FelisCatus/SwitchyOmega/issues/264#issuecomment-1300395584 最近发现用不了这个翻译是Chrome浏览器本身的问题,很多人的解决方案都是改为全局代理,但是我很不喜欢(浪费资源,以及转发正常流量)。所以我研究了上面的方案,同时搜到了N年前别人就遇到的这个问题。
@dev4u Where is this configured in the software? Or do I resolve the `shadowsocks.org` domain name to my server? I'm just making a suggestion, the way I'm using plugins works...
@dev4u 如果可以完全自定义acl,例如从存储里面选个文件,或者一个url下载完整的acl文件就很方便额。
经常编辑一大段文字,然后输入法因为想取消本次输入而按了ESC,结果之前编辑的文字白费了。看来我只能先在notepad记事本里面编辑好了再复制过来。我觉得这个浮窗不要ESC关闭功能吧,我使用时浮窗都是长期开着,需要用的时候按Ctrl + Alt + 1唤醒,不用时点别的地方浮窗就被遮住了。要是真想关闭,鼠标点右上角也可以啊。或者按ESC最小化也行,或者保存刚才编辑的内容也行,核心问题就是不要丢失刚才编辑的文本。
@lmk123 那就太感谢了,不过我用的搜狗输入法,这应该很通用吧,不知道是不是搜狗的某些配置导致出现问题吧。
这是我用的idea搜索插件,很容易就配置搜索,棒棒哒。   另外把官网图标压缩成16×16尺寸的图标,用起来刚刚好。 
I created a PR:https://github.com/zeromicro/go-zero/pull/2789
Many libraries have used the following method to convert String to []byte. If the method modifies the original data, panic will occur. ```go func StringToBytes(s string) []byte { return unsafe.Slice(unsafe.StringData(s),...