jQuery and Foundation 6
First post here, so please go easy on me I use foundation-sites in my project, and I need (“I think I need”) jQuery to initialize Foundation. This is how I do it: import jQuery from 'jquery'; export...
View ArticleEmber.js - The Ember Times - Issue No. 149
🏄♂️ Emberistas! 🐹Ember Engines acceptance testing guides 📝, check out the new EmberMap video on Tracked Properties 👣, polyfills for in-element and named blocks 🚀, setting up Coveralls for your Ember...
View ArticleEmber Routing - Dynamic Segment
I am using Ember 3.18 and i have issue with dynamic segment. Here is my router.js Router.map(function() { this.route('posts'); this.route('post' , {path:"/post/:post_id"}); }); When I try to perform a...
View ArticleWhat happen in rebuilding when config file changed
background: using ember cli 3.17 dev a babel plugin for replace some ENV variable and config CONST https://github.com/houfeng0923/ember-cli-global-env hi, i have a problem when developing an ember cli...
View ArticleIs any way or RFC to support a addon packs like vscode extension
hi , dear boys i make a custom building for ember app (https://www.npmjs.com/package/ember-cli-mix-build), and it need modify and require some ember addon for root app (not addon self). so , i have to...
View ArticleSwitching DOM nodes performance
I have made an ecommerce listing using css grid. I want to switch between gallery and list view but the performance is terrible. The browser locks up for 1 sec. I thought it would be to just toggle...
View ArticleUncaught ReferenceError: _EmberApplication is not defined
Fellow Devs, I got into this error when running the app recently, it’s pointing to app.js but i don’t have any recent change in it. I cleared my node_modules, yarn.lock, /tmp, /dist and rerun the...
View ArticleHow to call the parent route init function from the child route's controller?
I need to call the init function of the parent route’s controller from the child route’s controller. (similar to refresh). I tried using ControllerFor function from my child route’s controller but...
View ArticleDelay transition on a higher level
Hello, I am trying to improve something I build which lets you delay a route transition for a certain time. This can be useful if you want to show and animated loading ui before the actual transition...
View ArticleEmber.js - The Ember Times - Issue No. 150
👋 Emberistas! 🐹Ember Octane vs Classic cheat sheet is in Octane 🔥, Ember tutorials on MDN 🎉, test directory RFC FCP closing 🚨⏳, new router service refresh RFC ♻️, and last, but not least, "My...
View ArticleEmber Addon Removing Dummy App in Production Builds
First we are using an older version of ember for a store project. In that project we wrote an add-on (was going to be shared) that we use as a cart. We have a dummy app that we flushed out for the add...
View ArticleCompatiblility with ember master and engines
Hi All, I have a master app built using 2.15 version and mounted with many other ember engines from separate repo with ember cli (v2.15) and engines(0.5.20). Now i want to create a new engine using...
View ArticleEmber data base updated
How does the ember knows the data base is being updated? I used the database of the first part of the guide. Thank you! 2 posts - 2 participants Read full topic
View ArticleChanging the template source directory
Hi there. I’m currently in the process of upgrading our Ember app from Ember version 2.18 to the most recent version. Our app is using different templates for desktop or mobile based on a build flag....
View ArticleisExiting - true on model change
I’m using Ember 3.4. I have a variable which becomes true on a button click. I have also included loading.hbs file in my app. In dummy.hbs file: <button {{action...
View ArticleEmber Data - async Record.get().then gives still-isLoading object!
I’ve encountered an odd problem with Ember Data (3.12.6 - latest LTS). Specifically, I have this type of thing: somethingObserver: observer('record.SomeRelationship', function() {...
View ArticleEmber.js - The Ember Times - Issue No. 151
👋 Emberistas! 🐹Ember.js for #BlackLivesMatter 🤝, participate in the ember new --lang RFC 🌐, change the way you load your data with ember-await ⌚, beta release of ember-data-model-fragments 🚢, connect...
View ArticleWebpack throwing error when importing glimmer/tracking
Hi all, I’m trying to use a tracked property in my glimmer component (I’ve never used this before) and whenever I build my solution, webpack returns an error. I’ve tried delete node_modules and...
View ArticleAccess to child element in tagless component
When using tagless components (tagName = ""), the element property is (understandably) null. However I’d like to access some child node, which is usually done through this.element.querySelector(...)....
View ArticleEmber.js - The Ember Times - Issue No. 152
👋 Emberistas! 🐹Meet the long-awaited ember-collection v1.0 release candidate 🎉, use a modern keyboard API with ember-keyboard v6.0 ⌨️, learn how to make your existing app accessible 💪, introducing...
View Article