Drew C

Results 13 issues of Drew C

I've been researching how to do this, but I'm a bit at a loss. Any idea on how to implement AMD support? I am currently using browserify to load this...

What type of strategy would be best for error handling? I'm not exactly sure how to go about it, but I'd be open to trying it if anyone has suggestions...

I inadvertently tried to serialize an entity that wasn't configure for JsonApiBundle correctly and got the message: "Error: Call to a member function getType() on null" on line 334 of...

When I try to serialize a doctrine that has related entities, I get a blank 500 error and have to dig through my logs to figure out what happened. It...

bug
help wanted

When typing out an annotation, I often get a second quote that doesn't reflect how PHPStorm typically handles quotes in the rest of the program. For example, I typed out...

Please take a look at these requests on YouTrack and upvote if desired. One I opened and I found another in the process of submitting mine. Thanks! https://youtrack.jetbrains.com/issue/IDEA-151580 https://youtrack.jetbrains.com/issue/IDEA-151167

Opening up PR to have a place to discuss adding in these capabilities. - [x] Add API requests for basic door operations - [x] Add Tests - [ ] Any...

On the top of page 43, you state "To support deletion on friends show route, we just need to add the same link with the action delete and implement the...

page 79, after changing the ember-cli-build.js, it's probably a good reminder to put in that you should restart ember-cli. I spent a few minutes trying to figure out why window.moment...

On page 77, when working with ember-data >= 1.13, model.rollback() has been renamed to model.rollbackAttributes(), so rollback() throws an error.