Florian Dieminger
Florian Dieminger
Right now it returns `category-html` it should just return `html` and we prefix it where needed.
## Summary Lazy loading is tricky. Let's be more defensive. This hopefully resolves #10764 ### Problem It looked like we were hitting a weird race condition in Safari. Checking for...
This remove wabt and moves to [wat](https://crates.io/crates/wat) which is maintained by the Bytecode Alliance. We check the resulting wasm in so we don't depend on the rust toolchain for building.
### Description Unify the last argument ($3 / do not wrap in code tags) of the jsxref macro. This is a preparation to be more strict regarding arguments. I would...
## Summary the page macro has been deprecated and is broken anyway
## Summary - Don't mututate the DOM in collectClosestCode. We'll use the same title as with regual live samples. - Don't add ids to divs?! Currnet we add ids to...
## Description Picking up work on #9099 with a slightly other approach than #9125. It's still hacky but the best way would require way more refactoring. I'm checking whether the...
## Summary remove layers and unnecessary js ### Problem Our top-navigation is overly complex and hard to extend. It also uses JS to solve for CSS issues. ### Solution Unnest...