Uncaught TypeError: Cannot read property 'ColumnDefinition' of undefined
@Omed wrote: Getting error while creating column defination. Followed this - http://opensource.addepar.com/ember-table-addon/#/documentation tableColumns: Ember.computed(function(){ let columns =...
View ArticleUse of Curly Braces while importing
@manushome wrote: import { computed, observer } from ‘@ember/object’; import Controller from ‘@ember/controller’; why curly braces for first line and not needed for second line? Posts: 1 Participants:...
View Article“I contribute to Ember” with Serena Fritsch
@jessica wrote: Hello folks and welcome to the second edition of the interview series “I contribute to Ember”, presented by the folks at The Ember Times This week we’d like to highlight the work of...
View ArticleMirage error responses for jsonAPI ember-data
@teejay wrote: Hello, I am currently struggling to create a valid error response in mirage for a patch request. my config looks like this server.patch(`api/v2/students/:id`, function () { // example...
View ArticleHow to write test when moving to other hosted page
@EUGinsane wrote: Hi, I stuck at writing Acceptance-test for this case: My Ember app has an /login route, which will redirect to a login page, this login page is not from Ember app, it is hosted by...
View ArticleUsing ember-cli + ember-cli-sass to generate vendor.css
@diegoholiveira wrote: Hi guys. I’m a newbie using ember and I’m trying to use ember + ember-cli-sass but I can’t make it generate my vendor.css as I expected. With ember serve or ember build --env...
View ArticleAbout the Blog category
@jessica wrote: (Replace this first paragraph with a brief description of your new category. This guidance will appear in the category selection area, so try to keep it below 200 characters. Until you...
View ArticlePossible to use slickgrid with ember-auto-import?
@Lupestro wrote: Hi folks, This last week, we were forced to seek an alternative (temporarily for an imminent release) to ember-table for the one place we were using it in our app and fell back to...
View ArticleBest way to share computed properties?
@larryh wrote: Let’s say you have a few or several computed properties, some of which are kinda complex, that you want to share between 2 (or more) controllers. In the interest of keeping things DRY,...
View ArticleRelationships Across Microservices
@niltz wrote: I have two microservices, lets call them “accounts” and “posts” The “accounts-service” has it’s own database and handles “users” and “organizations”. Users can be a member of one or more...
View ArticleEmber.js - The Ember Times - Issue No. 80
@jessica wrote: Grüezi mitenand Emberistas! 🐹 This week you can read about the 🦄 magical gifts 🎁 of DecEmber ❄ and the decorators RFC moving into FCP 🎉! Check out a video on the State of Ember today 📺...
View ArticleEmber.js - Ember 3.7 Released
@jessica wrote: Today the Ember project is releasing version 3.7 of Ember.js, Ember Data, and Ember CLI. This release kicks off the 3.8 beta cycle for all sub-projects. We encourage our community...
View ArticleEmber.js - The Ember Times - Issue No. 79
@jessica wrote: Blein Vie Noa, Emberistas! 🐹🎆🎇 The new year starts off with loads of new RFCs! Read more about suggested deprecations of Route render methods and selected ApplicationController...
View ArticleTroubles migrating away from bower
@johnnyicon wrote: I’ve been having issues with migrating away from bower using bower-away. When I try to start my project now, I get the following error: yarn start yarn run v1.12.3 $ ember serve...
View ArticleSend() undefined for nested routes
@JimParsons wrote: I’m trying access the action from the parent controller in the child controller. The following error occurs : Uncaught TypeError: Cannot read property ‘send’ of undefined. How to...
View ArticleSearch folder field not working fine
@Boo wrote: Hi, I’m having the search field for folder finding, when the enter the corresponding folder names, it will show the corresponding folder files on the below. If the folder name having 100...
View ArticleController actions
@Priya_Padmanabhan wrote: why the child controller takes the actions defined in the parent route not from the parent controller? Posts: 1 Participants: 1 Read full topic
View ArticleEmber.js - The Ember Times - Issue No. 81
@jessica wrote: Salam Emberistas! 🐹 This week we have news from the latest 3.7 release of Ember 🚀, an exclusive contributor interview with @serenaf 🎙, and a new RFC on Restructuring the Guides Table...
View ArticleEmber is trying to open a dependency that I've removed. How do I get rid of...
@johnnyicon wrote: I’m having a strange issue with a dependency I removed from my project. I removed bootstrap-slider. It’s not referenced anywhere in my project – there’s no single string with...
View ArticleJoin the FOSSASIA community and become a GSoC student working on our Eventyay...
@mariobehling wrote: Hi, we’re running the FOSSASIA Summit Singapore from March 14-17 this year and we are using emberjs for our event system at https://eventyay.com. We also participate in Google...
View Article