Guo Qiao (Joe)

Results 9 issues of Guo Qiao (Joe)

Example code: ![code](https://user-images.githubusercontent.com/1306111/115230476-854cb680-a168-11eb-9a0e-c09a819ac98a.png) Status bar: ![bar](https://user-images.githubusercontent.com/1306111/115230535-9e556780-a168-11eb-8a5d-9f62810e6f22.png) As you can see, the fontawesome wifi icon is mis-renderred to a bell icon. However, emoji is working fine. This happens to other fontawsome...

**Problem** Currently the cheat files can not have extension, this caused 2 problems: 1. although optional, I need to specify special headers in file, e.g.: ``` --- syntax: javascript tags:...

enhancement

In [yaml spec][1], `? `(question mark and space) is used to indicate complex mapping key, e.g.: list, dict. However, when empty str (`""`) is used as key in yaml, it's...

api:improvement

In setup.py L38, `lockfile` is listed as runtime dependency. 3 problems here: 1. this repo is retired and shoule be replaced: https://pypi.org/project/lockfile/#description 2. in lockfile:setup.py, it decalre dep `pbr` with...

bug

After click the "+ More Shapes" button, it's hard to read the text in modal dialog: (I am using `Dark Molokai Theme`) ![vscode-drawio](https://user-images.githubusercontent.com/1306111/82501255-15ddd980-9b49-11ea-822c-bc0f2ddd07bc.png)

phantomjs 4.3 将起保存在本地 ===> 将其保存到本地

Nowadays it's common/preferred to install packages with snap on Linux/Ubuntu: sudo snap install openscad Also try snap path on linux. Signed-off-by: Joe Guo

I have a sqlite db, and a simple `articles` table, with a varchar `title` column. I wrote this function to query articles by title keyword: ```javascript // search articles by...

The `append` method will modify the original sql in place. However, it's common that we need to define a common base sql (as const), and append different `WHERE` or `ORDER...