Gary Roumanis

Results 54 comments of Gary Roumanis

I was curious how I'd implement this support and found [this](http://jsfiddle.net/gugahoi/2ZjWP/8/) JSFiddle that is likely helpful. Probably need to use `window.history.pushstate` as well. Probably easy to stuff [here](https://github.com/munificent/craftinginterpreters/blob/master/site/script.js).

> Should we look for some other heuristic for when browser output might be useful? Maybe any failure? I believe Chrome always adds some logs to the STDERR. If I'm...

Is there a reason we want to encourage JS interop usage instead of fixing the APIs? As for the extent of this breaking change, I couldn't find any usages in...

+1 to the doctor command. Exposing a clean command as a stopgap is fine with me as well. Tracking issue: https://github.com/dart-lang/webdev/issues/1032

@jonahwilliams do you want just the assets that were built, or also files that were changed. Basically is this enough: https://github.com/dart-lang/build/blob/master/build_runner_core/lib/src/generate/build_result.dart#L21

Yes. We can also consider adding a processId making it easy for users to kill.

We don't have stateful hot reload in webdev just yet. I don't have the full context of this thread however I believe this is adding hot reload support to running...

I read over the solution a little more. This is pretty neat! I'm not sure that it makes sense to live in `build_runner` though. We are in the process of...

Hitting something similar to this today. Rolled a new version of `build_runner` which expects a new argument for the `daemon` command. We aren't updating the snapshot script which is causing...