How do I force the user to get my changes every time i update my ember app on...
@mpc20001 wrote: How do I force the user to get my changes every time i update my ember app on the server? Currently if i make changes I have to force a refresh to make sure people see my latest...
View ArticleEmber data plain array attribute
@mario.gomez wrote: How can I model an object that has a plain array of strings? If I do the following it shows me the emails but when modifying their value they are not updated. The server...
View ArticleEmber component issue i am facing
@light44 wrote: Hello , I have a component {{table-royal data=data}} data contains an json array {[“name”:“king”],[“name”:“queen”]} in controller. now inside this component there is table and each row...
View ArticleCannot compile component templates with custom name
@naomak wrote: Hi. In project we have application structure with component pods like: app > components > my-component – my-component.js |-my-component-template.hbs To find template with unusual...
View ArticleUnable to install ember-tooltips
@abhishek wrote: I am running the command ember install ember-tooltips as I get an error to install the dependency. but still i am unable to install the dependency. PFA the screen shot for reference....
View ArticleHow to debug an unresponsive app
@trixyeyehole wrote: I work on a large(ish) Ember app where the underlying data model (backend, API, etc.) was recently changed. I have made the necessary changes to the app and have everything...
View ArticleEmber.js - The Ember Times - Issue No. 97
@ember-blog wrote: Kaltxì Emberistas! 🐹 This week: the EmberFest 2019 CFP is now open 📝, build a GitHub Gist clone in Octane ⛽️, RFC proposing deprecation of mouseenter + mouseleave Ember Events 🐁,...
View ArticleI check the topic
@Chinaski wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View ArticleI check the topicddd
@Chinaski wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View ArticleProblem with data access
@Chinaski wrote: Hi, I just started learning about ember and I ran into a problem. i have mirage/factories/payment import {Factory, faker} from ‘ember-cli-mirage’; export default Factory.extend({...
View ArticleHow 'ember-table-table-container's width is being...
@Omed wrote: Below is given in addon.less `.ember-table-table-container { **// Height and Width defined dynamically through JS** // Let Antiscroll handle the overflow overflow: hidden; // deal with...
View ArticleEmber-engine for version 1.13.5
@kasinaat007 wrote: I am in need of using an ember app inside another I know that we can use ember-engine from ember >2.10 But what are my options to do the same in ember 1.13.5?? I cannot upgrade...
View ArticleQuestions for thinking about "expertise" in the context of working with ember.js
@efx wrote: backstory Some form of this question has been swirling through my mind recently. My team and I have also discussed this topic. I would appreciate anyone in the community to reflect and...
View ArticleIs this an accepted (not private) way to get the controller from a Transition?
@Hummingbird wrote: Today, I came across an issue with an add-on I am using. When digging around I noticed that a refactoring towards newer ember versions has been the cause of this. Previously the...
View ArticleEmber.js - Global Accessibility Awareness Day
@ember-blog wrote: May 16th is the 8th annual Global Accessibility Awareness Day (GAAD) - so why am I writing this blog post today instead of then? Well, this year I am calling the Ember community to...
View ArticleModule-Unification
@chris1 wrote: Dear all, i am new to Ember and wanted to start with MU, but it seems to be a hard way? By example ember-simple-auth works fine in the traditional way, but inside a MU-app i ran the...
View ArticleRecord was saved to the server, but the response returned the new id 'null'....
@paisleydarts wrote: Hi, I’m currently building a portfolio app that talks to a mongoDB API. I wrote the API and it’s fairly simple, this is the POST route router.put('/:id', (req, res, next) => {...
View ArticleLink-to and link-to-external are not working with ember 3.10
@nullpointer wrote: I just upgraded my app to ember 3.10 from 3.9, and the link-to and link-to-external components have stopped working, the application simply crashes. For a link-to, I get the...
View ArticleSend sourcemaps to Sentry
@Tassos_Kapetzoglou wrote: I am configuring Sentry for our app with the ember-cli-sentry. I am able to log the errors on sentry as expected, but I can only view the error in the minified assets/vendor...
View ArticleHelp refactoring a no-side-effects warning in a CP
@Abuelo wrote: I’m currently working on a web form where I provide two fields for a user to manually enter a timestamp. The first field is a HH:MM value and the second field is a DD/MM/YYYY. It’s a...
View Article