Lai Shulu

Results 11 issues of Lai Shulu

How to support windows & android?

How to enable cert?

I can't disable conceal even if I have the following codes in my `.vimrc` ``` let g:pencil#conceallevel = 0 ``` so `**word**` still show as `word` without the surrounding `**`

Sometimes we want a consitent look-and-feel across different browsers. But file inputs in various browsers such as firefox and chrome are presented far differently. the new option `hideInput` just hide...

https://github.com/melpa/melpa/

`with-input-method` is not respected by `brew` When I run `brew install fcitx-remote-for-osx --with-input-method=sogou-pinyin` I got the following error: ``` Error: invalid option: --with-input-method=sogou-pinyin ```

I also want to `mv` in addition to `cp`

hacktoberfest

1. add ExtendedProperty support to addItems/updateItems/listItems. 2. enhance query, now can make arbitary query. 3. conform to pep8 4. bugfix

see commit msg

https://toml.io/en/v1.0.0-rc.1#array-of-tables ``` [[products]] name = "Hammer" sku = 738594937 [[products]] [[products]] name = "Nail" sku = 284758393 color = "gray" ```