Ember Developer and Music Enthusiast? Join us in Copenhagen!
@vg_at_linkfire wrote: [HIRING] [ON-SITE] Does this sound like fun to you? Ember.js 3.3 Polly.js Working with people who contribute to Ember.js Working with the music industry Working in Copenhagen,...
View ArticleHow to autoprefix inline style attributes in HTML and Components?
@Garrick wrote: ember-cli-autoprefixer only autoprefixes stylesheets. How does one go about autoprefixing inline style attributes of HTML and Components? The example below uses a background-image...
View ArticleReaders' Questions: "What is meant by the term 'Data down, actions up'?"
@jessica wrote: Hello once again to Readers’ Questions, presented by the folks at The Ember Times Today I’ll be answering a question by Daniel who is interested to know more about a particular Ember...
View ArticleEmber JS and polymorphic data
@amexaCree wrote: Hi, I’m fairly new to Ember JS and I’m trying to design a feed that can display different type of data for example videos report objects, (image-text) report objects. I made a model...
View ArticleHow to implement polymorphic models in Ember JS?
@amexaCree wrote: Please does anyone know how to implement polymorphic models with DS.RESTSerializer? So far I have created a model called ‘feed-item’ that has one attribute ‘feedables’ that describes...
View ArticleIssue setting up dev environment
@Sammi-93 wrote: I have started using ubuntu 18.04 and while setting up my ember dev environment, i have come across this issue. In other OS(Windows) my ember project is working fine, but in this...
View ArticleDevelopment Web Server used by Ember
@harimath wrote: Which Development Web Server does Ember use internally (meaning when using ember-cli for local app development) ? Posts: 2 Participants: 2 Read full topic
View ArticleSearch bar on emberjs.com
@yankeyhotel wrote: It’s not working for me at all. Is it me or is it broken? Posts: 1 Participants: 1 Read full topic
View ArticleIs there a way to lookup all registered instance for a type?
@rmmmp wrote: Currently, I only know of the way to lookup a single instance through owner.lookup('model:user'). What I want is to be able to get all for the model type. Is there an API for that?...
View ArticleCan we have a "renderSync()" in ember-test-helpers?
@vothaison wrote: Probably a dumb question: Can we have a “renderSync()” in ember-test-helpers? (Or, can we make one?) But thanks in advance, everyone! Posts: 2 Participants: 1 Read full topic
View ArticleBuild Error SassCompiler file not found /addon.sass
@John_McGlaughlin wrote: Application would no longer build on production server but was ok on stage. Found that we thought we were upgrading from 2.4 through 2.16 when we weren’t following practices...
View ArticlePerformance Monitoring Tools
@cbonser wrote: What are the community’s current favorite addons and SASS vendors for RUM (Real User Monitoring) for an Ember app? I’ve tried a couple of tools in the past and found them wanting,...
View ArticleRelease date of the next LTS version
@vothaison wrote: I can’t seem to find out when will the release date of the next LTS version. Can anyone help me? Posts: 1 Participants: 1 Read full topic
View ArticleWrite files from folder into one `importable` file
@teejay wrote: Hello first off I am pretty new to broccoli and ember cli (node stuff) so my apologies in advance if I get a few things wrong. I would like to read an entire folder of files and merge...
View ArticleUnable to access component property with 'this.get'
@sorvah wrote: I have a nested component that is stubbornly refusing to give me access to a property in the component.js file and I don’t know why. The component is a few layers down as follows:...
View Article[TUTORIAL] My first 5 part beginner tutorial: Django & EmberJS Full Stack...
@lookininward wrote: I wrote a 5 part beginner tutorial called Django & EmberJS Full Stack Basics: Connecting Frontend and Backend. Maybe some of you will find this useful. Would appreciate some...
View ArticleWhat happened to run.sync() - I can't find it Ember 3.2.2
@vothaison wrote: We have a component which extends Ember TextField TextField.extend({ /* After user changes value manually */ change: function (event) { this.set('data',...
View ArticleHow to access query param from controller in host app from engine controller?
@Garrick wrote: The host application controller has a query parameter so it’s sticky for all child routes. How can I access this query parameter from a route-able engine controller? Posts: 1...
View ArticleInheritable component layout frame?
@shull wrote: I want to build an abstract component which other components inherit from. I want that abstract component to provide a layout frame for the children components to render within. I...
View ArticleAdvice on reducing API requests made by model fed drop downs
@sorvah wrote: I have a number of drop down menus in my web app that are populated by ember models populated by my API. It’s a requirement that that they are populated by a model because their content...
View Article