Martin Donath
Martin Donath
First of all, great plugin! I'm evaluating adding native support for this plugin to Material for MkDocs. The main challenge is the increase in build times – they are pretty...
For a client project which has Symfony 3 as a dependency I want to be able to use Patternlab with Twig 2.x, which is the default version bundled with the...
> [!NOTE] > As the maintainer of [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/), I'd like to open a discussion on how we can collaborate to enhance MkDocs. This initiative is inspired by [Tom...
First of all, thanks for the very useful [new anchor validation feature](https://www.mkdocs.org/about/release-notes/#anchors)! Upgrading to MkDocs 1.6, I was able to [fix many stale anchors in our documentation](https://github.com/squidfunk/mkdocs-material/issues/7076#issuecomment-2076300125). However, in the...
Fixes #3728.
Attempt to fix #8161.
Supersedes #3025, as discussed in https://github.com/BurntSushi/ripgrep/pull/3025#issuecomment-2790663355 and https://github.com/BurntSushi/ripgrep/pull/3025#issuecomment-2790741277.
### Bug Description We're using PyO3 for [Zensical](github.com/zensical/zensical) and get a segmentation fault which seems to be related to the cleanup of thread locals. Specifically, calling `torch.set_default_device("cpu")` triggers the issue....
> [!WARNING] > > __Material for MkDocs is now in maintenance mode.__ This means: > > - We will continue to provide __critical bug fixes__ and __security updates__ for __12...
The `Debug` implementation of `GlobSetBuilder` is quite noisy. For better introspectability in consuming packages, it would be perfect if one of two things could be implemented, so the `Debug` implementation...