Ryan
Ryan
I agree fenix might not be the place for this. I built something to solve it for me. It's rough, but serves my purposes well enough. Requests that have local...
awesome! I'll take a look at this hopefully this weekend and merge it in - slammed at work right now...
Wouldn't this be handled by #3 ?
you're not saying it should build a form, right? Just populate an existing one? If that's the case, array's shouldn't be too bad. just .shift() the values into the input...
you can currently pull data from within any element, if you're looking to pull data from across a range of different elements, that would be an edge case I'd need...
Instead of adding responsive specifically to start, thoughts on just adding first class support for `className` in ways that make sense for each component? I'm hitting that right now with...
Yeah I wouldn't try to repace moment, just ember-moment. ember-cli-moment-shim lets you import moment, but ember-moment adds a lot of weight with convenience methods.
I'm actually not as worried about ember-moment-shims, but once ember-cli updates are in places of course we could and should. I'm referring to ember-moment, which is a convenience library that...
I'll probably end up tackling this within the next week or so, but just in case someone gets here first. The above fix is no longer recommended and will not...
I haven't had a chance to in our app yet, but the problem is that most fastboot fixes just skip it when in fastboot, in this case I think we...