John Ryan

Results 210 comments of John Ryan

Thanks for adding detail to this issue - I'm planning to work on this sometime soon! Obviously if there's anyone else interested feel free to drop a comment

I'll make sure to make a PR for [the mustache changes](https://github.com/xxgreg/mustache/compare/master...johnpryan:fix-newlines). I [made a PR](https://github.com/dart-lang/markdown/pull/36) for [the markdown changes](https://github.com/dart-lang/markdown/compare/master...johnpryan:hljs) but I think the best solution will be to write a...

Yes, we need to completely re-write the web app to be an AngularDart app. It's on my (long) list of things to do but I hope I'll eventually get to...

good questions - > What about the teams that simply won't use Angular? Angular is the only web framework that supports Dart 2 (and the the new build package) right...

It looks like this app needs to be upgraded to Dart 2. For now, can you run with the`--no-preview-dart-2` flag?

Thanks! Upgrading to Dart 2 will take some effort; it most likely involve switching the web app from Polymer to AngularDart. But I think it would be a good idea...

I think a workaround can be to just run the script using the `dart` command: ``` dart bin/server.dart ```

Reopening to find a better way to deal with `pub`'s Platform.script: ``` http://localhost:54239/server.dart ```

This is an issue with the flutter sdk (I think) a similiar issue was reported here: https://github.com/apptreesoftware/flutter_google_map_view/issues/16 I was able to upgrade my Flutter SDK to the latest "dev" channel...

One problem I see with this is in the link you provided, navigating to a post (e.g. https://easonpai.github.io/tavern/posts/test_post.html) the links don't work because they are looking for a relative path...