Dan Schultz

Results 20 issues of Dan Schultz

Right clicking on a symbol and clicking `Jump to Declaration` doesn't jump to the declaration. Would be great to have a key binding and CMD+click for this as well.

blocked: analysis_server

Collections should be able to support dispatching notifications when a collection changes. One way to accomplish this is to create a set of wrapper classes for each base type of...

feature

Need to provide a way to grab elements off an `ImmutableList` using bracket operators (`[]`).

bug

There's a lot of [benefits](http://nerds.airbnb.com/isomorphic-javascript-future-web-apps/) to being able to render components server-side. Would be amazing if uix supported this.

It'd be ideal when you run `pub install` that `hop` be available from the command line. This might require some changes to how Pub works.

There's little benefit to rolling and maintaining our own reflections library.

feature

Some things that can be cleaned up to make using data sources easier. ### Required methods Here's a list of methods that the data source needs to create, retrieve, update...

There's a lot of utility classes in the `mesh.core` package. Lets move ones that are not essential to Mesh into a separate project.

refactor

Has many associations are empty until you call `HasManyAssociation.load()`. This method invokes the `DataSource.belongsTo()`. I think we can simplify the data source by having the backend pass back an array...

feature