Chris Strom
Chris Strom
Are you using the URL from the README (http://localhost:8080/full.html)?
You're loading it with Dartium, right (not Chrome)?
Yup, I'm alive. Sheesh, I sleep and work from time-to-time :P But seriously, thanks for the code... So I think I better understand where you're going with this. I'm not...
The `dart:html` library is only available in a browser context, not the server-side script VM. In other words, you can't use the `dart` command to run a script that contains...
I'm sorry -- I didn't realize you were waiting on a reply from me. Are you? FWIW, js-interop is only used to allow the Dart code to talk to [ace](http://ace.ajax.org)....
NOTE: we are in-process of converting the build process to work with `pub build`.
More details [from twitter](https://twitter.com/bphogan/status/355015912555945984). Seems that we can work with a fairly self-contained project (e.g. just a sphere). Still need to determine if typos / code mistakes compound the problem...
Not sure if this is the same, but we have found that locking (e.g. unterminated `while`) the editor under Chromebook is more extensive that locking a normal browser. With a...
Trying to build a `public` directory for gamingjs deploys that can include top-level JavaScript assets and HTML as well as ice and ice-beta directories. Currently each `pub build` wipes the...
Solved this with a `Makefile`. Still need to ignore many files from `firebase deploy`. Should verify that the `$(MAKE)` command that builds the appcache is the "proper" Make way of...