Front-end dev at Cropster - Coffee; Innsbruck; Vienna;
@ondrejsevcik wrote: Hi, I’m looking for some new colleagues to work with in Cropster. We’re a specialty coffee platform that goes from the origin, through roasting coffee to your cup. We have all the...
View ArticleAutoprefixer integration
@mehulkar wrote: Is there a recommended way of integrating Autoprefixer these days? I’ve been using ember-cli-autoprefixer, but it looks like it’s been abandoned. I’m guessing there’s some way to...
View ArticleAssessing window object
@Hari_Priya wrote: How to access window object in .less files,vendor folder and ember-cli-build.js Posts: 1 Participants: 1 Read full topic
View ArticleEmber pagination is not smooth at all (flashing)
@linkref wrote: I’m actually using ember-simple-pagination. It’s works with a simple logic : -Empty the sore -Fetch data according to the actual page The fact is that transition is not smooth at all,...
View ArticleUpgrading to new versions of Ember
@mehulkar wrote: After years of Ember development, it seems I’m still confused about the recommended way to upgrade Ember. My main confusion is about compatibility between the different line items in...
View ArticleCurrent Form CRUD Example for Ember 3+?
@EvDevDev wrote: I think my google skills must just be failing me, but… Is there a current guide somewhere on how to build a create or update form? A classic to-do example or blog example would hit...
View Article“I contribute to Ember” with Stefan Huber
@amyrlam wrote: Hello folks and welcome to the eleventh 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...
View ArticleEmber.js - The Ember Times - Issue No. 106
@ember-blog wrote: 👋 Emberistas! 🐹 This week: find out how Ember Data has been repackaged in 3.11 📦, a tutorial to learn how to build an Ember Octane PWA from scratch 👨💻, see EmberJS powered blogging...
View ArticleHow to use contentFor in ember-cli-build.js in another HTML file?
@Myrdhin wrote: Hello, I would like to generate a “fallback.html” file when executing the “ember build” command. This file would be a static HTML file (like index.html) where I would like to reuse the...
View ArticleTrying to create an ember project in version 3.10 with ember-cli-materilize...
@MarceloBonifazio wrote: I’m trying to create an ember project in version 3.10 with ember-cli-materilize and ember-cli-sass I believe I have followed all the steps here (ember-cli-materialize) and...
View ArticleEmber.js - Ember 3.11 Released
@ember-blog wrote: Today the Ember project is releasing version 3.11 of Ember.js, Ember Data, and Ember CLI. This release kicks off the 3.12 beta cycle for all sub-projects. We encourage our community...
View ArticleRequesting Help with Component design & implementation
@melriffe wrote: It is at times like these I feel the burden of my novice-level JS skills. I have a UI requirement that goes something like this: display a drop-down list with no value selected...
View ArticleDecorators and VSCode
@skaterdav85 wrote: I created a new Ember 3.11 app with Ember CLI 3.11. I’m trying out ES6 classes and decorators for the first time since I saw the example in the 3.11 release post. However, VSCode...
View ArticleMixed Content: The page at ... was loaded over HTTPS, but requested an...
@pfbarnet wrote: Working on a site that I’m assuming was built using Ember.js. I say assume because I’m picking it up from a previous developer. I have no idea how to solve this issue. Mixed Content:...
View ArticleI have a template with titles and details. How do I create a toggle view...
@codevista wrote: I have a template with titles and details. How do I create a toggle view for h3 to display the div with details when you click the title. I need help or a little demo and some...
View ArticleGetting lint errror if i try to use e.g. @action decorator with ember app...
@shofmannka wrote: Hello i have a new ember project build with cli version 3.10.1. If i try to use the @action decorator within a native class (extends component) i get an lint errror saying that @ is...
View ArticleSaving a model with a belongsTo reference set to null
@boesi42 wrote: Hi I have a model like this: App.Group = DS.Model.extend({ parent: DS.belongsTo('group', {inverse: 'items'}), items: DS.hasMany('group', {inverse: 'parent'}) }); Now I have an instance...
View ArticleWriting nested Components with new angle syntax
@cmoiember wrote: How would I convert this to angle syntax {{#expandable-items/icon-plus-button text=(t ‘sideBarNav.dashboard’) expanded=expanded linkTo=‘dashboard’ }} {{fa-icon “line-chart”}}...
View ArticleEmber.js - The Ember Times - Issue No. 107
@ember-blog wrote: What's happening, Emberistas? 🐹 This week: read the new RFC on Deprecation Removal Policies 📋, Ember 3.11 is out! 🚀 flexible imports with Ember Auto Import ⏬, learn how to make an...
View ArticleEmber TypeScript Livestreaming
@chriskrycho wrote: Hello, everyone—as I discuss a bit more in this post, I’m going to be live-streaming work on building type-definitions for the Ember community over the rest of 2019. That’ll be...
View Article