Amos Bird

Results 58 issues of Amos Bird

For some docsets, keywords are quite distinctive, such as elisp. Auto-opening would be more productive.

racer can complete ``` let t: String = s.chars().filter(|c| *c == ' ').collect::(); ``` while ``` let t = s.chars().filter(|c| *c == ' ').collect::(); ``` can't. Does it support type...

很棒的项目!请问能否实现如下需求: 1. 设置独立热键触发云输入请求:如 olime.baidu.com 2. 将返回结果集 prepend 到当前 candidate 集 3. 上屏后,将该词记录到本地词典(这个可能 rime 自己就做了) 其中,云请求的字符串应能适配双拼展开 我看了之前的issue有提到librime的异步缺失问题,这种主动的云输入请求可以接受librime被阻塞,只要给定合理的timeout值。 实现这个feature的动机: 1. 避免全局云输入带来的隐私泄露问题,也不必要 2. 云输入是有效fallback手段,诸如新词,人名等

大佬能否增加这个能力禁用微信的拍一拍智障功能,感谢!

Does it make sense to support non-disk backed hash tables? ``` PascalHashTable* table = PHNew(NULL, 2000000, // table size: 20 elements 0.7, // table load: 70% 10, // inline size...

This commit makes two modifiers as a key possible (#69). The expression grammar becomes 'ModKeyA:ModKeyB=Key[|OtherKey][;NextExpression]'. ModKeyB being pressed along will only be remapped if ModKeyA is being pressed. Leaving out...

tfg doesn't handle SIGWINCH correctly. ``` Traceback (most recent call last): File "/tmp/toolchain/bin/tfg/browser/terminal.py", line 93, in _draw_frame self._win.addstr(y, vf.x, vf.text, attrs) _curses.error: addwstr() returned ERR During handling of the above...

It would be more convenient to navigate terminal flamegraphs via mouse.