Martin Donath

Results 483 comments of Martin Donath

Fixed in ceacfe5a2. This turned out to be a regression in 9.5.5 where we refactored the sitemap loading logic, which was necessary to get instant navigation right. My testing shows...

Released as part of [9.5.22](https://squidfunk.github.io/mkdocs-material/changelog/#9.5.22).

Thanks for reporting. I'm not a Windows user, so any help is appreciated. Does your project have a `.cache` folder? Did the social plugin download the font files? It should...

Wow, thanks for gathering all the intel! I'm a little tight on time right now, but as I read we could just exchange the approach using `NamedTemporaryFile` to use a...

Or wait no, let's go for seek for now, if that works 😅 Saving file open/close sys calls is probably a better idea.

@kamilkrzyskow @alexvoss happy for PRs on this, as I'm unable to reproduce it. > Also the ImageFont.truetype should accept a file-like object, so perhaps the BytesIO(res.content) could work? Sounds really...

Released as part of [9.5.20](https://squidfunk.github.io/mkdocs-material/changelog/#9.5.20).

This looks pretty good! Cutting the tutorial into multiple parts makes them way more digestible ☺️ Two things that caught my attention immediately: 1. The blog tutorials are not linked...

We still need to finish the template repositories. Once they are online, we can merge this PR.