Kilian Schulte
Kilian Schulte
This is included in the newest version as `Document.html(attributes: {...})`. See https://docs.page/schultek/jaspr/components/document#documenthtml
I think there is a solution without changing the hooks signature (which would be a breaking change): Encode the metadata as part of the model. It looks like this is...
As you correctly identified we need all third party mappers to be available in the library where our own class is defined. I think the best way is just for...
Hi @bgintzairspace . Let me try to address the three points separately: # 1. Unused keys Afai understand, this is about having e.g an object `Person(String name)` and a payload...
Can you show an example of how you would want to use the api?
Interesting concept. Will keep this issue open, but I can't tell you when this will be done. Probably takes some time until I get to it. PRs are welcome. ---...
Did you have problems with build_runner before, without using jaspr? Also can you try setting up a pure dart web app (as here: https://dart.dev/web/get-started) to figure out if its a...
@tenhobi I would recommend using `context.pages`, not parsing them yourself. (I think this isn't documented well)
Not sure I understand the issue. Do you want any field to be null if the deserialization of it throws?
The current (and intended) behavior is: The raw value must be in a format that is valid for deserialization, else an exception is throw. As a default behavior I don't...