"I contribute to Ember" with Katie Gengler
@jessica wrote: Hello folks and welcome to the eighth 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 ArticleEmber.js - The Ember Times - Issue No. 91
@ember-blog wrote: හෙලෝ Emberistas! 🐹 Read some RFCs around extending EmberObject 💡, learn how to build Hangman with Ember Octane 🎬, plus check out the Record Data Errors RFC 📇, an "e"mpressive...
View ArticleClass- and id- names uniqueness
@chris1 wrote: Hi Gys, i am new to ember and planning my new app. what is the best way to deal with stylesheets? in rails by example you can link the stylesheets to specific views and if the app grows...
View ArticleLinking stylesheets / best practice
@chris1 wrote: dear all, a little bit similar to this question: Ember best way to manage css and js I have a large php application that I am converting to ember.js. In my php application I used to...
View ArticleModule-unification / stylesheets location / best practice
@chris1 wrote: Dear all, by default, in Module-Unification, styles are inside the folder src/ui/styles. But, if some stylesheets are used for specific templates, why not putting them beside the...
View ArticleHow do I map JSON data with my model?
@Tem_Code wrote: I am using Ember Data but I have problem how to map it with my model. This is my JSON api look like. Screen Shot 2019-04-01 at 10.35.09 AM.png1272×1136 113 KB What I want to map with...
View ArticleRefreshing Application Data when switching routes
@toinecl wrote: I have a multi-user ember application where the back-end (REST API) keeps track of progress of the entire team. So, I have done the following: adapters/application.js import DS from...
View ArticleProduction ready build in Ember
@Shivu wrote: I have been building a web app in Ember, and am ready to upload it on a server. What “ember build --environment production” does? Need to change any settings in environment.js? Posts: 1...
View ArticleComputed Property vs Getter
@Caltor wrote: With the advent of ES6 we can now use getters as in: export class col { constructor(left, width = 140) { this.left = left; this.width = width; } get middle() { return this.left +...
View Article"I contribute to Ember" with Chris Garrett
@jessica wrote: Hello folks and welcome to the ninth 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 ArticleSr. Full Stack Developer (Rails + Ember)
@seehafer wrote: Enzyme is looking for a Sr. Full Stack Engineer, experienced in working with the full web stack, and someone who has owned/shipped production software for years. As a Senior Engineer,...
View ArticleCALL_AND_RETRY_LAST Allocation failed
@yuanda wrote: Hei Folks, I got this error while trying to run ember serve command. Below it’s the full error log. <— Last few GCs —> [3592:0000000000326B60] 439541 ms: Mark-sweep 1137.9...
View ArticleEmber.js - The Ember Times - Issue No. 92
@ember-blog wrote: હેલો Emberistas! 🐹 The video recordings of EmberConf 2019 are now available! But first, read about the benefits of volunteering at a tech conference 💪, an RFC on adding npm...
View ArticleHow should I approach CSS in my UI Component library?
@sorvah wrote: I’m building a small UI component library for my team to use and I’m a bit stuck on what the best approach to styling out the components is. At the moment the components have no styling...
View ArticleCustom ember ui toolkit
@greyhwndz wrote: Can anybody give me idea on how to go about creating my own ui toolkit in ember? This is so I can always save time recreating common design elements and functionalities Posts: 3...
View ArticleHelp with using ember-bootstrap and breaking up template code into multiple...
@johnnyicon wrote: Hi all, I’ve decided to start using ember-bootstrap and have begun migrating code to take advantage of its features. I’m currently to replace my navigation with the navbar component...
View ArticleOverride computed() property in test
@francesconovy wrote: After updating to Ember 3.9, we now get a bunch of these deprecation warnings: https://deprecations.emberjs.com/v3.x/#toc_computed-property-override For places in our application...
View ArticleFull-stack developer (Ember, Rails, remote)
@jurgen wrote: At Nightwatch.io we’re looking for an experienced full-stack engineer to become a part of our close-knit remote engineering team and help build high quality products. You should have...
View ArticleEmber.js - Ember 3.9 Released
@ember-blog wrote: Today the Ember project is releasing version 3.9 of Ember.js, Ember Data, and Ember CLI. This release kicks off the 3.10 beta cycle for all sub-projects. We encourage our community...
View ArticleEmber-engines as peerDependency
@harimath wrote: I am a bit confused with the peerDependency concept from an Ember engines perspective. What does “peerDependency” signify when using Ember engines ? Should only the parent/host app...
View Article