Kilian Schulte

Results 103 comments of Kilian Schulte

@Hawmex Thanks for the feedback, really appreciate it. I too thought about the effort that it takes to both initially implement it and maintain it over time. It is impossible...

@mjablecnik You can add a PR into this branch and I will merge from time to time to keep it updated. This PR is just to keep track of all...

Hi, thanks for the feedback. I will defenitely consider it in the new router implementation. This will probably be a complete rewrite anyways and not work in the same way,...

I found that the content source for mdn is also here: https://github.com/mdn/content/tree/main/files/en-us/web/html/element Not really structured data, but at least markdown files for each element, so parsing this might be easier.

I looked at the pr in detail, but just wanted to take a step back and discuss what's the best way to implement this. I get your point and agree...

Yes, top level `Text` nodes are currently not possible, see this issue: [domino/issues/6](https://github.com/agilord/domino/issues/6)

It compiles, but when you run the app it has the same error.

Just as an update, I decided to completely redo the rendering implementation, mainly for performance reason. Currently wip, but after that I'm no longer depending on the domino package and...