Kilian Schulte

Results 211 comments of Kilian Schulte

LGTM, thanks for this contribution. 👍

Yes code docs are behind big time 🙈 These really need some love. PRs would be awesome!

This has been improved a lot over the last versions. Closing this now mainly because its hard to get a "definition of done" for this, improving code docs is a...

Sorry, I don't have a good answer for this one right now. Jaspr does not implement any canvas functionality right now. But you can use `dart:html` to manually work with...

Closing this as I don't have any plans regarding canvas support rn.

> But that does not solve the problem. Type arguments and normal values are separated in Dart - which means you can't invoke a generic function with the given Type...

This is the correct approach, since a enums default value cannot be null (since it must be a value of the enum). Or is this a feature request?

Please run `melos format` before submitting a PR.

This is not necessary. You can already do this: ```dart Document( head: [ link(rel: "stylesheet", href: "styles.css"), ], body: App() ) ```

> should I make it a component instead, I think it's necessary, who wants to create a new link every time lol And think they are common enough that they...