Billy Heaton

Results 31 comments of Billy Heaton

@charlesfries here is the link to the `_canSerialize` method on `JSONSerializer` of ember-data, https://github.com/emberjs/data/blob/master/packages/serializer/addon/json.js#L896-L909

This is a **Bug** there are workarounds like @karthiicksiva mentions. Or even better, if you really need to transition to the same state/route but with different params maybe ask the...

@karthiicksiva I just noticed that `transition.queryParamsOnly` is not part of the documented API, https://emberjs.com/api/ember/release/classes/Transition only mentions `abort()` and `retry()`. @rwjblue what do you think about making `queryParamsOnly` public on the...

@kieranhall did you use npm install ? see https://github.com/pixelhandler/ember-off-canvas-components#as-an-ember-cli-addon

@kieranhall you installed version 0.2.1 with npm and the css wasn't found? regarding the template compiler, I don't think that should be required to use this as an addon. If...

Perhaps this is resolved now: https://github.com/emberjs/rfcs/pull/69#issuecomment-131172505

I see the issue, the [+] behavior like a button is meant to be an example not necessarily production usage. A while back I implemented this plugin here : http://www1.downloadoffice2010.microsoft.com/usa/faq.aspx?culture=en-US...

@comexpertise I don't have Windows machine, so I won't be testing this on one. I am open to pull requests that can address any windows issues.

@comexpertise not sure if this helps but I just merged a pull request that fixes issues installing ruby https://github.com/pixelhandler/vagrant-dev-env/pull/3