Kilian Schulte

Results 211 comments of Kilian Schulte

I've opted for the following: ``` - main.server.dart (prev main.dart) - main.server.g.dart (prev jaspr_options.dart) - main.client.dart (new) - main.client.g.dart (new) ``` This keeps the files in nice order and allows...

I cannot reproduce this, and since you didn't post any logs there isn't anything I can do here. Please provide full error logs and`jaspr doctor` output, and then reopen.

Try running `jaspr clean` or restarting the computer, there is something wrong with the underlying build_runner process.

Seems to be a long-standing issue in `webdev`: https://github.com/dart-lang/webdev/issues/913

You can certainly set this up for yourself. Ideally even make a package that does this. I wouldn't see this as a feature for Jaspr itself though.

You would need to define your routes independent of both go_router and jaspr_router. So as your own objects. Then you can map these to both separately and keep them in...

Can you try setting up a pure dart web project WITHOUT jaspr and see if the error is also there? Because this looks like its coming from build_web_compilers and not...

Sounds good. I think part of that is already in the implementation (see RouteConfiguration.debugKnownRoutes) but its just not used right now.

This is only for ssr, or do you want to change this value during client rendering?