David Baker

Results 39 issues of David Baker

On this page: http://canni.github.com/YiiMongoDbSuite/xhtml/special.multimodel.html Code: ```if($attributes['type'] == self::NORMAL_CLIENT) $model = new NormalClient(null); // We have to set scenario to null, it will be set, by populateRecord, later else if($attributes['type'] ==...

I just ran into some glitches with urlManager rules combined with MongoDb Ids (which are strings instead of ints). Here's what I came up with in case you want to...

Just copied/pasted your code in to get started from this page: http://canni.github.com/YiiMongoDbSuite/xhtml/special.multimodel.html In the code example for NormalClient/BusinessClient, the beforeSave function needs a semi-colon at the end: public function beforeSave()...

Don't think I'm completely done here, but thought I should send over a pull request so we can start collaborating on it. Thoughts on this so far? My thought is...

This was something @Gaurav0 mentioned, no idea how we'd go about doing that, but it's not top priority just yet ...

Once https://github.com/ember-cli/ember-twiddle/issues/123 is built, it'd also be lovely to be able to highlight certain lines of code within a Twiddle (like can be done with Github). Could get complicated if...

@zacharygolba been looking over your framework here with interest. I've been helping in small ways with Denali (http://denali.js.org) that has a similar philosophy to what you're aiming for here. Is...

Howdy, I'm using the Braintree PHP libraries and was happily getting setup with your library (much appreciated). I've run into a snag though (that may keep me from using it...

Thanks to #2477 the main site, header and footer are all now capable of being responsive. However, most of the pages weren't originally designed with that in mind and need...

good first issue
hacktoberfest

We've recently begun using ember-table in several client apps (and quite liking it, thanks for all the hard work!). One thing we've started noticing after we introduced it was that...