Proper way to define data that comes back as a query
@wojo wrote: Sorry for an unclear title. I have a model called File. A File has a series of attributes that are then used to construct a query and get corresponding data (a graph). At the moment, a...
View ArticleWhat does that mean for ember now that native ES Modules are enabled by...
@mattmcmanus wrote: I have not spent any time trying to understand the nuances of the various module implementations and what ember-cli is doing to make it all work. Please pardon my ignorance! I just...
View ArticleHow to add wait in ember cli page object testcases
@aboli wrote: how to add wait in ember cli page object testcases Posts: 1 Participants: 1 Read full topic
View ArticleHooks between ember engine and host app
@bartocc wrote: Hi, I’d like to run some code in my host app after running a controller action in an engine. The only way I can think of doing this is to create a dedicated service in the host app,...
View Article"Engines" category in discuss
@bartocc wrote: Should we create an “Engines” category? In slack, we have dedicated channels for such discussions, but in discuss, there is, at the moment, only the “Questions” category for this....
View ArticleGetting type error while calling a function in ember service from ember route
@sonalg wrote: Uncaught TypeError: this.jobs_service.stopJob is not a function at n.stopJob (ui.js:6) at ui.js:6 at Array.forEach () at n.stopQuery (ui.js:6) at u.T [as triggerEvent] (vendor.js:13) at...
View ArticleEmber concurrency bug
@CezaryH wrote: Hey, there’s an issue with timeout function in utils.js after production build with target set to last 1 chrome version only. For demo open console and go to...
View ArticleComputed Properties and cache invalidation - When to add cache invalidation key
@Scott_Newcomer wrote: Let’s say you have a simple computed property (for example && discussion purposes) - showBio: computed('hasArtwork', 'jobTitle', function() { if (this.hasArtwork) {...
View ArticleEmber CP validations action not firing
@jrock2004 wrote: I am using ember bootstrap with cp validations on my form. I have the following form in a component and when I click submit, nothing happens. No console errors. Am I missing...
View ArticleHow can I visually see an integration test?
@GregWeb wrote: I’m confused about what’s going on in one of my integration tests, if I coud just see the component being rendered and clicked that would help trmemendously. Is there a way I can...
View ArticleWhats the best strategy for letting users download ember-data returns as CSVs?
@Abuelo wrote: I’m still new to Ember and application development in general and have run into a bit of a break wall. I have a table in my application that uses html/handlebars to print data from a...
View ArticleImport routers with it functions to services
@1117 wrote: Is it possible to import route like ember.router in service to call router functions. For exmaple I have router with CanMixin: export default Ember.Router.extend(CanMixing,{ … canVisit(){...
View ArticleDeploy an Ember app with Jenkins CI
@belgoros wrote: Can somebody post some guides on how to proceed to build an Ember app and deploy from Jenkins: Jenkinsfile example, using ember-cli-deploy add-on or other if any ? Thank you. Posts: 2...
View ArticleEmber CP validations disable
@jrock2004 wrote: So I am using ember cp validations and I want to enable/disable a rule based off of a property that is set via a component // Model/Customer const Validations = buildValidations({...
View ArticleHow to set Cache-Control in emberjs
@khanhnguyen wrote: Hi all. I’m looking for how to set Cache-Control in emberjs. Can you give me any suggestion? Thank a lot. Posts: 1 Participants: 1 Read full topic
View ArticleRight click options not working as expected
@Boo wrote: Hello, For the product, all the mouse click options are wrote for left click only. So if we want to select any option for from Task(action icon), have to use left click only. But Now the...
View ArticleHappy Global Accessibility Awareness Day!
@melsumner wrote: Today is the seventh Global Accessibility Awareness Day (http://globalaccessibilityawarenessday.org/ ). Are you participating in any activities? I’d love to know about it! Even if...
View ArticleHow to save Sideloaded data from ajax call?
@jake_the_snake wrote: Good day! Just want to ask on how to create a JSONAPISerializer for an ajax call? From what I understand on the docs. I must first create a model before I can make a...
View ArticleUpgrading application to 3.0
@alexvirdee wrote: Gradually upgrading Ember application from 2.13 to latest version but going from 2.13 to 2.16 I am encountering an error that is difficult to figure. I am using Vagrant with...
View ArticleError: "SyntaxError: class is a reserved identifier"
@ahopkins wrote: I have some older browsers that I need to support. In particular FF38. I am currently running Ember v3, with ember-cli-babel installed (version 6.12.0). My ember-cli-build.js looks...
View Article