Results 231 comments of Lingdong Huang

Thanks a lot @wglnngt , I just fixed the missing 云云 mistake: 538a0006ed24fe2d069364546e1bee8b34bc3762 My original plan was to use more verbosely formatted examples in the early chapters, and assume by...

Hi, thanks a lot for pointing out the mistakes! The ones in 算術第三 were already fixed in the markdown version a while ago, I'll regenerate the PDF soon: https://github.com/wenyan-lang/book/commit/49c048897d9d5adfcb2cb5aa0d05c00436310a2f#diff-373dee6bcc35b7793bbafc7c83fdce7f And...

@zetaraku, thanks for spotting the mistake (and sorry for the late reply), now fixed in 5b7c7a2d812b23fab0755d5dfdc9f34f9750f301

Hi @747, thanks for spotting the typo! now fixed: 8a182e3f2999ea4356a2800e97c246c1ac75eb37

Thanks! now fixed in d73bb7b6f3aeb3ce13591fa120362e4065234d9f

Hi, the code to produce it is in this file: https://github.com/wenyan-lang/book/blob/master/scripts/makeold.py It uses openCV to add noise, blur, warp, grunge etc. to the plain version. The plain version is typeset...

Hi, - the warp is added here: https://github.com/wenyan-lang/book/blob/master/scripts/makeold.py#L25 - the inverted overlay is added here: https://github.com/wenyan-lang/book/blob/master/scripts/makeold.py#L129 - the central fold is added here: https://github.com/wenyan-lang/book/blob/master/scripts/makeold.py#L120 I haven't touched the code for...

Hi @sozysozbot , Thanks again for pointing out the issue! Sorry I overlooked and didn't realize the second problem was different from the first in your previous post. This should...

Hi @sozysozbot, thanks for pointing out the issue! I believe it's a typo in the book, using 其 to refer「元」in this case shouldn't be valid wenyan, since 其 refers to...

Hi @747 Thanks for spotting the mistakes! - 合->比 now fixed: d807775acdb4f89f0a24b79a0becebe177a7cab9 - 索一's return value: I thought about this, and ended up changing the standard library instead of changing...