ashfinal

Results 16 comments of ashfinal

We can't resize the window to one-third or two-thirds *by one step* right now, but there is a workaround. Since internally the screen is divided into 30 parts, we can...

Unfortunately, Apple doesn't provide the APIs to interact with the workspace. There are private workspace-related APIs to do what you demand, but they may be unsteady and incompatible. Since I...

I just gave this module a try. To be clear, for now I'm using [Clipy](https://github.com/Clipy/Clipy), which is free and powerful. I've found this module is still lack of some features....

抱歉回复晚了,没有发现此问题。麻烦下载最新版,确认没有修改任何东西和编码转换的情况下,再尝试下。

系统版本没问题,但是这个错误提示很诡异。你可以尝试将tell…end tell之间的三行复制新建脚本运行下看看,若还有问题可以微博私信我。

I'm using macOS Sierra 10.12.4. Build from source, with config `./configure --disable-x11 --with-db-backend=sqlite3 --enable-opengl`. Every seems good except `duc gui`. ![modes](https://github.com/ashfinal/bindata/raw/master/screenshots/duc-issue1.png) As you can see, the file name is missing....

I rebuild duc with cairo and pango support, it still doesn't work. It would be perfect if this problem could be solved… But since `duc graph` works well for Asian...

Same error here. >Do you by chance a way on how to find out whether we are in the command buffer? ```help getcmdwintype() *getcmdwintype()* Return the current |command-line-window| type. Possible...

It's annoying to see this error, so I decide to fix this. And here it is. ``` lua vim.api.nvim_create_augroup("cmdwin_treesitter", { clear = true }) vim.api.nvim_create_autocmd("CmdwinEnter", { pattern = "*", command...

> I think the orgmode svg is needlessly detailed (and thus big in file size). Maybe it can be simplified? Good idea! I managed to reduce the size of orgmode...