Results 107 issues of Xin Liu

enhancement
nice to have

Do you have some plan around this? https://developer.apple.com/videos/play/wwdc2019/502/ As of this writing now, it seems there is no open-source implementation of Apple Low-Latency HLS.

Just like GitHub, when you drag and drop an image to the editor, it gets uploaded and gets a new UUID filename.

Currently, it requires users to disable smart quotes for Writer to work properly for inserting image code.

https://developer.apple.com/documentation/appkit/nsbutton/bezelstyle/helpbutton It would be great to add it to Follow Planet for more info.

Remember to append / when using it to construct an URL, or you will encounter issues like this: https://github.com/Planetable/Planet/commit/78568c52321742ac0788c31473784f16980d9354 You will get a 302 found instead of the actual data...

There is a discrepancy between Ink and cmark-gfm. Ink can accept spaces in image code like this: ``` ![](Picture Name.png) ``` But cmark-gfm requires spaces to be escaped: ``` ![](Picture%20Name.png)...