Francis Niu 牛飞龙
Francis Niu 牛飞龙
The gui colors of Search and Cursor are too similar: ``` vim hi Cursor guifg=#000000 guibg=#F8F8F0 hi iCursor guifg=#000000 guibg=#F8F8F0 hi Search guifg=#000000 guibg=#FFE792 ``` So that when multiple keywords...
For example, my project (a git repo) has several sub folders, each contains a `go.mod`. The project root folder may or may not contain a `go.mod`. Is that possible to...
alter 确实日常用的少。
重音位置不对是比较典型的易错点。
Example: ``` @cache.memoize() def param_func(a, b): return a+b+random.randrange(1, 50) ``` For the function above: * `cache.delete_memoized('random_func')` will delete all caches of this function; * `cache.delete_memoized('param_func', 1, 2)` will delete the...