- Switzerland
- http://geisler.net
Block or Report
Block or report mgeisler
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
google/comprehensive-rust Public
This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust to everyone.
1,228 contributions in the last year
Less
More
Activity overview
Contributed to
google/comprehensive-rust,
mgeisler/textwrap,
google/mdbook-i18n-helpers
and 62 other
repositories
Contribution activity
June 2023
Created 4 commits in 2 repositories
Created 1 repository
Created a pull request in Byron/pulldown-cmark-to-cmark that received 11 comments
Handle inline code spans with multiple backticks
Before, options.code_block_token
was used for inline code spans. Now we always use a backtick.
As far as I can tell from the reference and from exp…
+117
−22
•
11
comments
Opened 1 other pull request in 1 repository
google/comprehensive-rust
1
merged
Reviewed 15 pull requests in 3 repositories
google/comprehensive-rust
13 pull requests
- ru: Translation for the welcome page and chapters 1,2
- Add superwhd to CODEOWNERS of zh-CN.po
- Update CODEOWNERS
- Add myself for Russian translations
- Mention symlinks on Windows
- tr: Turkish Translation
- zh-TW: translation for src/generics/monomorphization.md
- zh-TW: Update english message from latest source
- rename zh-CN.po in CODEOWNERS
- Rename zh-Hant.po to zh-TW.po and add CODEOWNER
- zh-CN: rename zh-Hans.po to zh-CN.po
- pl: Add mostly-machine-translated Polish translation
- zh-Hans: Translation for src/why-rust/compile-time.md
Byron/pulldown-cmark-to-cmark
1 pull request
google/pdl
1 pull request
Created an issue in raphlinus/pulldown-cmark that received 2 comments
Parsing inline code span with a single newline loses the newline
According to the Commonmark playground and the Commonmark spec, the string "`\n`" should be parsed into [ Start(Paragraph) Code(" ") End(Paragraph) ]
2
comments