你们倒是把 https://github.com/openSUSE-zh 的坑填一填啊…天天都在挖...
或者 @csslayer 直接把 fcitx 网络请求相关的函数给 expose 出来好了…
但我感觉这种插件最好还是 @csslayer 直接用 C++ 造出来...毕竟 lua 连做 http 请求都要第三方包。我写肯定能写出来,但肯定需要 luasocket 和 luasec 还有 lua-html-parser,搞不好还需要一个 json 库...
先发了一个 fcitx5 的 pull request 给 @csslayer 试试水。然后又把叫不准的 patch 提了一个 issue 让 expert 给看看...
把 fcitx5 backport 到了 Leap 15.1 & 15.2。回头提交上游让老K @csslayer 审查一下...
If you're using Plasma checkout the Lightly style, it's really quite beautiful:
为 Discourse 开发一个 onebox 插件(一)理解 onebox gem:http://marguerite.su/posts/%E4%B8%BA-discourse-%E5%BC%80%E5%8F%91%E4%B8%80%E4%B8%AA-onebox-%E6%8F%92%E4%BB%B6%E4%B8%80%E7%90%86%E8%A7%A3-onebox-gem/
修 fcitx5-zhuyin 修的我快会写 CPP 了 @csslayer
在 KDE Plasma 5 的 InteractiveConsole 里 debug 了一下午,终于写出现版本(5.20.2)可用的换桌面壁纸的命令了。现在的 plasma 是 activity based,之前的版本都是直接通过 desktops() 函数直接取桌面,现在是取不到的。gist 献上:https://gist.github.com/marguerite/34d687cfaa88888f17bc0777a1c40509 好开心!终于我的 linux-bing-wallpaper 可以不再废了!
最近迷上了写 infrastructure tools...什么叫基础设施工具呢?就是 debug helper 和 useful utilities 这种发行版基础工具...rankmirror-ng 这个中文用户软件源测速工具估计明天就能写好了,下一步应该是 sauria 这个upstream update notifier 工具,写好了跑在论坛服务器上帮助 packagers 及时更新软件包...然后就是 specfile 这个 rpm specfile parser,写好了准备写 go-pkgbuild 解析 arch 的 pkgbuild,然后是互转工具,之后再写个 minimal build VM 就可以实现我的 spechub 大工程了,即 openSUSE 用户可以通过我的工具以 rpm 形式安装 AUR 的包,彻底实现社区大一统...