Kilian Schulte

Results 237 comments of Kilian Schulte

I cannot reproduce this. Please run with `jaspr serve --verbose` and see if there are any other errors reported. Also try updating `build_runner` to `^2.10.2` to see if that fixes...

Please provide more details.

Thanks, i will take a look

You need to add a constructor to UserSettings

Though this still might be a bug that the builder doesn't pick up the enum mapper.

Some update on this: I found out why this happens: XML namespaces. SVG uses its own namespace which has to be defined when creating dom elements. Jaspr does this already...