Martin Donath

Results 442 comments of Martin Donath

Experimental fix in squidfunk/mkdocs-material-insiders@30d747494. The problem is that tables report offsets for their children relative to themselves, even though they are not relatively positioned. This trips up the positioning computation...

Released as part of 8.4.3+insiders-4.22.1. If the issue persists or new edge cases appear, please reopen.

Thanks! Added in eef9bdece.

Released as part of 8.4.0.

Thanks! Added in 63f736b. Note that the ISO code for Armenian is `hy`, not `am`.

Released as part of 8.4.0.

Thanks for suggesting! I'm not sure that social links are the best location for this. In general, a "report an issue for this page" might be a great idea but...

I've investigated and think, that solving this with customization might be a better fit than configuration. The reason is that we would likely need to support separate URL schemes for...

Temporary workaround: ```js config.set({ webpack: { optimization: { splitChunks: { cacheGroups: { commons: { test: /\/node_modules\//, name: "commons", chunks: "all" } } } } } }) ``` This will only...

Inline source maps are still present in the `commons.js` bundle, but they are entirely stripped from the spec files. I agree that bundling common dependencies is better, especially for large...