无弦
无弦
Will it support the mobile platform or web? What kind of solution will be adopted? WebGL? Any ideas? It is an exciting project I hope it can support more platforms.
1. trime.yaml, 添加下面字段 layout: position: fixed spaceing: -40 2. 打开fooview悬浮球, 用里面的内置浏览器搜索, 会发现悬浮候选框消失了, 被隐藏到面板后面去了, 虽然还能打出字, 但是看不见候选框了 3. 只在fooview里发现这个情况, 其他app表现都正常
### Verify steps - [X] 我已经在 [Issue Tracker](……/) 中找过我要提出的请求 I have searched on the [issue tracker](……/) for a related feature request. - [X] 我已经仔细看过 [Documentation](https://github.com/Dreamacro/clash/wiki/) 并无法自行解决问题 I have read the...
## xonfig  ## Expected Behavior  xonsh run `ls` show `新建文件夹`, it is expected behavior. run `$(ls)` show `\udcd0½\udca8\udcceļ\udcfe\udcbc\udcd0`, it is not expected behavior. run `print($(ls))` show `�½��ļ���`, it...
``` def test(a, b): print(a, b) if __name__ == "__main__": fire.Fire(test) ``` `python .\test.py 1 '2 3'` ```1 2 3``` `python .\test2.py 1 '""2 3""'` `1 2 3` `python .\test.py...
https://codesandbox.io/s/perfect-freehand-example-forked-szhrx6?file=/src/App.js ``` const pathData2 = getSvgPathFromStroke(stroke); const pathData = getFlatSvgPathFromStroke(stroke); ``` I want to draw smooth lines, without intersect points. But i get error `Input geometry is not a valid...
`test.srt` 内容如下 ``` 1 00:04:41,555 --> 00:04:44,437 None of this is effectively helping us fight terrorism 2 00:04:45,318 --> 00:04:53,236 The motivation behind this might be good, even noble, but...
如果是以单词来标准, 那么这个时间戳粒度比较细, 方便可以用来做进一步处理, 想要长句还是短句都可以通过合并单词来得到 但是, 直接输出长句, 那么想要短句, 就没法再处理了
Supporting HTTP proxy is very useful, like '127.0.0.1:7890'
### Problem description The size property of the triangle is pixel units, but I want to find a size property by data units, like radius property of circle. ### Feature...