Mingzhu Yan

Results 26 comments of Mingzhu Yan

> eyes Busy with other things, but maybe next week will be free to continue 😵

@mgeisler, Thanks for the reminder, hope my reply is not too late `Comprehensive-rust` already made a good example, my solution (with modified `mdbook-i18n-helpers` + `mdbook-i18n`) seems to add extra complexity....

@mgeisler Both deleted

> The "zh" mode still only contains English. @fzyzcjy Yes, I only translate "Introduce" in sidebar to "介绍" for now. More translations will be added gradually in other PRs.

> Btw, it seems the zh homepage is somehow broken: @fzyzcjy seems the reason comes from mdbook-i18n-helper, after I install it from source, then build and serve locally. it's fixed...

Hi, can't build on rustc 1.64. I have tested it using rust-toolchain to specify an older rustc(1.63, 1.32 ...), and all of them are successful. Maybe this error comes from...

Hi, I'm trying to do some translation with your code and https://github.com/rust-lang/mdBook/pull/1306. Here are the steps I took: - mdbook xgettext - msguniq messages.pot -o messages.pot - msginit -i messages.pot...

Completely refactored Now instruction.test.gendata.cpp iterates through all the instructions on instruction_map, tries to generate 100 (code and string_data)pair for each, then checks `to_str` and `code_from_string` and fails if they don't...

I think you are referring to 1. Loading ELF and C source code from the user 2. Displaying the C source code in an editor tab 3. find the mapping...