flw
flw
request for support more longer TTL, like some months even some years. in my case, I use `cachecmd` to cache some commands that unusual used but take a long time,...
It might make `cachecmd` more fluent. like this: `some cmd args... | cachecmd -opts... | other cmd...`
This should close #510
The code block highlighting of vim-markdown does not work properly under vim8's popup-window. As shown, the same markdown code is rendered differently in a normal buffer than in a popup-window...
As you can see above, the base of `feat/issue-510-conceal-backslash` is the `upstream/master`, but because there are three lines intersecting here, it looks like `feat/issue-510-conceal-backslash` is a line that extends from...
There are too many dot files under my `$HOME`. Please allow users to customize the config/db/data/log files path, so I can put them into `$HOME/.config`, `$HOME/.cache`.
Thanks to @dunhamsteve for this tool, it helped me solve my problem today. But when I had a little trouble using it I got this PR after trying to solve...
Sometimes I want the data structure I get from Dump () as I actually see it. This can be very useful for debugging APIs. I don't want to see data...
DisableUnexported specifies whether to disable the unexported fields of struct. This is useful for debugging APIs. This should close #121.