Colin Zhang

Results 17 comments of Colin Zhang

I have some questions about this issue. > I noticed that there are very few comments in your code, can you add comments when coding? This would make the code...

> @hsluoyz @Oyyko Should we add those comments in README? Or somewhere else? I think we should add them in the code. for example using `//`

Hi. I want to know how is the progress of this feature? Thanks a lot for your development!

> 如果不喜欢wds,而是想继续使用wd作为命令。那么可以改为这样: ```bash wd() { /usr/bin/wd $* espeak-ng "$*" } ```

Hello. I have some interest in solving this problem. But I haven't read the overall architecture of this project. So I might spend a month trying to figure this out....

Can dark mode now automatically change the background color of code sections? Because when my website is in dark mode, the background color of the code is white, which is...

Maybe useful reference: #1038

> Here is the test doc, with or without this pull request, the rendering of the arc is different. Please think about compatibility! > > Must we break the compatibility?...

@da-liii I add a new type called `std-arc-counterclockwise`. And we will use this for drawing an arc by default in this PR. The old document with `std-arc` type can also...