Jon Johnson
Jon Johnson
Program year visualization is hidden behind a feature flag and has a note that it is not quite ready to go live. @saschaben can you work with @dartajax to determine...
Can just set to 0 to remove these icons.
@saschaben should split into new tickets as the core functionality is complete.
@dartajax will spilt this into new issues.
I spent some time removing these from our 7 year old Ember codebase last week and wanted to add a few notes from that process: First: `pushObject` and `pushObjects` are...
Forgot a big gotcha in removing these as extensions and using utilities, optional chaining doesn't do the job anymore. If you currently have `return this.values?.mayBy('id')` and `this.values` isn't set you'll...
It doesn't meet your needs here, but for discussion sake what we do is use [ember-cli-deploy-json-config](https://github.com/ember-cli-deploy/ember-cli-deploy-json-config) to extract our index.html into JSON and then parse that json on the server...
@runspired I'm stuck here, there is some issue with my merge, but I'm unable to find it. As far as I can tell I've backported the entire change, but tests...
@sly7-7 I think that probably needs it's own PR because there are a bunch of calls to `toArray` scattered around and I'm not sure which ones can just be `slice`....
@snewcomer I see you did the last release here, are you the right person to ping to get this merged?