-
## Background
Currently the only way to push an immediate event into the event queue in the standard libraries is via a zero-length timer:
```dart
Timer.run(() { });
// or
Timer(Duration.zero…
-
### **Tools:**
- GitHub: for version control and collaboration among team members (alternatives: GitLab, Bitbucket)
- Visual Studio Code: for code editing and debugging (alternatives: Atom, Sublime T…
-
```
Let's face it, rieveld is ugly. Since its beginning in 2008, it has had the
same user interface. The design language that was acceptable in 2008 is not
acceptable today. Would it be okay if we r…
-
```
Let's face it, rieveld is ugly. Since its beginning in 2008, it has had the
same user interface. The design language that was acceptable in 2008 is not
acceptable today. Would it be okay if we r…
-
When doing two watches with a reaction function that updates the value for the other watch, we get an infinite cycle right now:
```
setup({a:null, b:null});
watchGrp.watch(parse('a'), function(newVal…
-
```
Let's face it, rieveld is ugly. Since its beginning in 2008, it has had the
same user interface. The design language that was acceptable in 2008 is not
acceptable today. Would it be okay if we r…
-
Deploying an angular app as a statically served set of files from anywhere except the root url (http://host/ vs http://host/appname/) causes AngularDart to spew exceptions both when run from Dartium &…
-
I'm currently building a small web application with AngularDart and Fabric.js, and I have many fabric event callbaks that I need to pass Dart functions that will be called by these events and within t…
-
We used to document members in the class that declared them, but now each member gets its own class.
In a large API, this means thousands of additional files, which can be problematic if you do an…
-
Maybe this is "solved" but I'd like to see us create a series of small codelabs that are "living", that is, are updated as the packages are updated, and are required to pass (on travis, or at least on…