Ember Data, JSONAPI, and known-to-be-empty relationships that are definitely...
@mattmcmanus wrote: So I’ve got an app that throws this warning ALL THE TIME: vendor.js:17426 WARNING: You pushed a record of type 'app-page-person' with a relationship 'page' configured as 'async:...
View ArticleRun loop with setter in init after promise resolves
@Scott_Newcomer wrote: This component handles a bunch of different shapes of arrays. plain array, promise, promise proxy, plain array with promises in it (which can be filtered). Some details hidden,...
View ArticleHow to clear queryParams?
@Bing94 wrote: I have a login screen that have 2 different UI: Normal login and Quick login. And I also have two button {{#link-to 'login'}} Normal login {{/link-to}} {{#link-to 'login' (query-params...
View ArticleOfficel/Recommended date picker
@Caltor wrote: I seem to remember reading in Ember Times recently that there was now an officially recommended date picker add-on. But I can’t remember which one it was! Can anybody else let me know...
View ArticleSkip timecount down for the otp code
@Faheem_Awan wrote: Hi i have an app in which there is a count down timer for OTP code. I have to click on a button and then there is a wait time of 30 seconds to enter the otp code. Since, i am using...
View ArticleAccessing the controller properties inside the route
@JimParsons wrote: Say there’s a ‘test’ route. I’m rendering three templates (A, B, C) using renderTemplate hook, each of which has a corresponding controller (A, B,C). There are some properties that...
View ArticleCustom serializer for date returned by server
@therealbenhogan wrote: Hi, My back end returns a published field for a post in the form yyyy-mm-dd. For the urls in Ember, I need to pass the year, month and day (with the slug as well) eg...
View ArticleMounting two engines in `/` - Ember Engines
@vIvEk_rAj wrote: I have the following routes, this.route(‘posts’, function() { this.route('new', { path: '/new' }); this.route('edit', { path: '/:post_id/edit' }); }); this.route(‘forums’, function()...
View ArticleEmber.js - Coming Soon in Ember Octane - Part 3: Tracked Properties
@ember-blog wrote: (This post was originally published on www.pzuraq.com) This is a companion discussion topic for the original entry at...
View ArticleEquity for helping develop software
@Adam1 wrote: I’m looking for a coder to help build a platform / web based app through ember.js Posts: 1 Participants: 1 Read full topic
View ArticleEmber.js - Ember 3.8 Released
@ember-blog wrote: Today the Ember project is releasing version 3.8 of Ember.js, Ember Data, and Ember CLI. This release kicks off the 3.8 beta cycle for all sub-projects. We encourage our community...
View ArticleDifference in action helper
@JimParsons wrote: Can someone point out the difference between <button onClick={{action ‘actionName’}} > and <button {{action ‘actionName’}} ? Posts: 2 Participants: 2 Read full topic
View ArticleReaders' Questions: "What are the benefits of using Ember Data over Ajax? "
@jessica wrote: Hello once again to Readers’ Questions, presented by the folks at The Ember Times with a little help from the Ember Core Team and friends Today I’ll be answering a question by Darren:...
View ArticleEmber.js - The Ember Times - Issue No. 87
@ember-blog wrote: Happy Friday, Emberistas! 🐹 This week: Take and share the 2019 Ember Community Survey 🐹, Ember 3.8 released 🚀, SFC & Template Import Primitives RFC 🔬, Contribution Guides RFC in...
View ArticleCan `async` and `await` be used in application code?
@ppcano wrote: The first time, I saw async and await in Ember was on the New Testing API RFC, but last day, I read that async/await can also be used in your application code. @rwjblue wrote about it...
View ArticleComponent - Route Action
@JimParsons wrote: How to handle a component’s action inside a route ? Posts: 1 Participants: 1 Read full topic
View ArticleGreetings Everyone
@BigRubyPy wrote: I’m Carlo - new to the Ember JS community! I come from the Vue & React ecoysystem, also a Rubyist - but find Ember awesome and fascinating. I’ll be here to assist in the...
View ArticleEmber handlebars hyphen
@wowember wrote: I’m getting template error when I use a key with a hyphen in it. Handlebars supports this … Does anyone know how to get that working with Ember? For an object like this: foo = {...
View ArticleCan 2 different model use same adapter
@light44 wrote: I have two model eg. twinfan and heavyblade… I want to use same adapter for both of them. Currently i am using two different adapter named twinfan.js and heavyblade.js. Can i create a...
View ArticleEmber.js - Coming Soon in Ember Octane - Part 4: Modifiers
@ember-blog wrote: (This post was originally published on www.pzuraq.com) This is a companion discussion topic for the original entry at...
View Article