Ember.js - Coming Soon in Ember Octane - Part 5: Glimmer Components
@ember-blog wrote: (This post was originally published on www.pzuraq.com) This is a companion discussion topic for the original entry at...
View ArticleGlobus Frontend Technical Lead (Chicago)
@globusstu wrote: The Globus team is expanding! We’re looking for a Technical Lead Engineer for our Web Application team. This is your chance to work with the team who brings secure, reliable data...
View ArticleEmber.js - The Ember Times - Issue No. 89
@ember-blog wrote: Talofa Emberistas! 🐹 We hope to see you at EmberConf next week! Polish up the Guides preview for Octane ⛽️, invoke nested components with angle bracket syntax 📐, an update on module...
View ArticleHow to enable aria-label on input helper
@broerse wrote: How can I enable aria-label on the ember input helper for screenreader support? {{input value=firstname name="MERGE1" aria-label=(t 'app.components.ember-chimp.firstName'...
View ArticleHow to add a computed property with a setter in Ember 3.5+?
@elgordino wrote: I have recently upgraded my Ember app from 2.18 to 3.4 and now get this deprecation: [DEPRECATED] computed property 'xxx' was not set on object 'yyy' via 'defineProperty' I am...
View ArticleEmberConf 2019 megathread
@zachgarwood wrote: A thread for discussing EmberConf. Posts: 3 Participants: 2 Read full topic
View ArticleHow to use external JS in a service
@tdiddi wrote: Hello, I am trying to use Dexie in a service. I installed Dexie via npm, imported it into ember-cli via: //ember-cli-build.js app.import('node_modules/dexie/dist/dexie.min.js'); created...
View ArticleEmber 1.4.0 to Ember 1.13 Upgradation error
@Boo wrote: I’m upgrading the code from Ember 1.0.4 to Ember 1.13. When I’m execute the below code using ember 1.13 I’m getting the error RenderResult.build = function (env, scope, template, options,...
View ArticleDisable Prototype Extension (Array.Prototype shouldn't contain _super)
@balaji wrote: In Array Prototype. _super being included. I would like to avoid it by disabling the prototype extension. Currently, we are splitting the ember, jquery in to another file (tp-vendor.js)...
View ArticleEmber.js - The Ember Times - Issue No. 90
@ember-blog wrote: هيلو Emberistas! 🐹 This week has been super busy with The Ember Times team reporting from EmberConf 2019 in Portland Oregon! We are sharing highlights from the conference with you...
View ArticleHow to find Ember-Simple-Auth authenticator in Octane?
@broerse wrote: I am trying to slowly move my Bloggr example to Octanes Module Unification and I got it almost working. The only step left is that I don’t know how Ember Simple Auth must find the...
View ArticlePurpose of Lazy Loading in Ember Engines? Meaning of Set LazyLoading as True...
@Shivu wrote: //index.js lazyLoading: true, isDevelopingAddon() { return true; } Also Why We use the above lines in index.js. Kindly Clarify. Posts: 1 Participants: 1 Read full topic
View ArticleEmber route's model hook doesn't re-fired when qp change
@neeleshsaxena wrote: We recently upgraded to Ember 3.8 and noticed that it messed up a few things in routes. I’m not sure if it’s an actual issue with Ember or something that we did wrong to begin...
View ArticleOctane :: Creating a new application
@qwerty wrote: Hi, I try to create new app in Octane by typing ember new my-app -b @ember/octane-app-blueprint but I get following error: Error creating new application. Removing generated directory...
View ArticleAbout the Site Feedback category
@system wrote: Discussion about this site, its organization, how it works, and how we can improve it. Posts: 1 Participants: 1 Read full topic
View ArticleLodash is bigger than you think
@ef4 wrote: This PR is a fun little example of how a tiny change in usage patterns can cause a huge impact in how much code you’re pulling into your app: github.com/samselikoff/ember-cli-mirage Save...
View ArticleEmber Mirage custom route
@belgoros wrote: I can’t figure out why Mirage fails to mock a request and I’m getting the error when running an acceptance test: #tests/acceptance/dashboard-test.js import { module, test } from...
View ArticleErrors handling
@belgoros wrote: I found this section in Ember Guides explaining the debugging configuration. The questions I have are: What is the right place to put the suggested code-snippet inside of app.js:...
View ArticleWhere would I put a piece of code that I want to execute on entry to every...
@mrjerome wrote: I want to log the user and current route every time a route is visited. Posts: 1 Participants: 1 Read full topic
View ArticleCannot find module 'lodash/cloneDeep' while running ember server
@Shivu wrote: I can get a error like Cannot find module 'lodash/cloneDeep’ I can Run yarn to install dependencies and also i check the nodemodules we can find the lodash module Kindly Help to resolve...
View Article