| bio | website | gabrielgrant.ca |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 3 years, 3 months |
| seen | May 14 at 22:40 | |
| stats | profile views | 174 |
Hello, I’m Gabriel from Canada. You may have seen me around the web coding, helping, speaking, and smiling. I currently live in San Francisco and work at dotCloud.
Connect with me by email or twitter|
Apr 24 |
awarded | Nice Answer |
|
Apr 8 |
awarded | Notable Question |
|
Apr 3 |
awarded | Nice Question |
|
Feb 28 |
awarded | Nice Answer |
|
Feb 21 |
revised |
Creating a class within a function and access a function defined in the containing function's scope link to the specific comment referenced |
|
Feb 21 |
revised |
Creating a class within a function and access a function defined in the containing function's scope fix missing word (typo) |
|
Feb 21 |
accepted | Ember.js - where should interface state be stored? |
|
Feb 21 |
comment |
Ember.js - where should interface state be stored? Sorry for taking a while to get back to accept this. I've accepted it now, though I'm not sure how much has changed with the new router. Is this still the recommended approach? |
|
Feb 21 |
comment |
Can Pip install dependencies not specified in setup.py at install time? yup, @DanEEStar you're right. I've edited out the recommendation to use 'dev' version. Thanks you two! |
|
Feb 21 |
revised |
Can Pip install dependencies not specified in setup.py at install time? remove misleading recommendation |
|
Jan 27 |
awarded | Yearling |
|
Jan 10 |
awarded | Necromancer |
|
Nov 25 |
revised |
Best practice regarding StateManager in Ember.js update link to work with Ember docs re-org |
|
Nov 25 |
suggested | suggested edit on Best practice regarding StateManager in Ember.js |
|
Oct 2 |
awarded | Popular Question |
|
Sep 15 |
comment |
Ember.js - where should interface state be stored? It's also possible, of course, (likely, even?) that I'm misinterpreting your reply. In any case, thanks for the answer! I'm going to hold off accepting it for the moment to see if we can come up with a solution to the serialization side of things, but my impression is that at the moment state is either hierarchical and thus serializable with the router, or not, in which case you're on your own. |
|
Sep 15 |
comment |
Ember.js - where should interface state be stored? I think the first part of your answer (about maintaining a on-controller array) is what I was looking for. With the example, though, I think I may not have been clear: I was trying to demonstrate that they have multiple flight searches serialized. In their interface, each search resides in it's own tab, of which there can be many, so they aren't really hierarchical. Another example could be a filtering interface, where an unlimited number of filters could be applied to an input. Storing filters on the controller makes sense, but it would be awesome to have the state reflected in the URL too. |
|
Sep 15 |
answered | Easy way to precompile Emberjs Handlebar templates with nodejs? |
|
Sep 15 |
revised |
Emberjs Handlebars precompiling fix broken Handlebars.templates -> Ember.TEMPLATES |
|
Sep 15 |
revised |
Emberjs Handlebars precompiling don't link to the wrong compiler -- that's confusing :P |