Ember.js - The Ember Times - Issue No. 123
@ember-blog wrote: 👋 Emberistas! 🐹 This week: join the EmberConf CFP Brainstorm 🧠⛈️, use Ember Add Listener Helper to pub/sub with confidence 📣, watch EmberFest from the comfort of your home cinema 🎬,...
View ArticleHow to migrate from Ember.js to Vue.js in a less painful way?
@Yassine wrote: Is there anyway to use Vuejs components inside Ember, or Ember components inside a vue app? or better yet anything that will make migrating a large Ember project to vuejs less painful?...
View ArticleComparison operators in Ember Handlebar files
@abdul wrote: I have a file ifCond.js, in which I have bunch of helper functions, but I am concerned with mainly two functions log (which logs in values in hbs file) and IMS.ConditionHelper, I am not...
View ArticleUsing result of one helper function in another helper function within Handlebars
@abdul wrote: Hi, I am checking if there is anyway that I can use the result of one helper function in another helper function and how can I use it, for example, I am looping through as below {{#each...
View ArticleUse custom styles for ember-cli-flash
@belgoros wrote: I recently used Bootstrap and ember-cli-flash and would like to change for Tailwindcss. Has anybody already tried to use a custom component as explained in the ember-cli-flash docs or...
View ArticleEmber.js - The Ember Times - Issue No. 124
@ember-blog wrote: 👋 Emberistas! 🐹 This week: 400 Releases on the Ember.js Repo 🎉, share your thoughts for RFCs #549 and #554 💬, learn how to use telemetry helpers to power up your codemods 📡, release...
View ArticleEscape html manually with ember built-in function?
@jcrate wrote: I have some text that comes from an API that includes some user-entered text. Since Ember automatically html-escapes the text when popped into the template via curly braces, I didn’t...
View ArticleEmber.js - Ember 3.14 Released (Octane Preview Cont.)
@ember-blog wrote: The Ember project has recently released version 3.14 of Ember.js, Ember Data, and Ember CLI. This kicks off the 3.15 beta cycle for all sub-projects. We encourage our community...
View ArticleEmber.js - Ember 3.14 Released (Octane Preview Cont.)
@ember-blog wrote: The Ember project has recently released version 3.14 of Ember.js, Ember Data, and Ember CLI. This kicks off the 3.15 beta cycle for all sub-projects. We encourage our community...
View ArticleQuery params in mirage
@sarangsbabu wrote: How to handle query params in ember-cli-mirage ?? Posts: 2 Participants: 2 Read full topic
View ArticleError while importing a file to environment.js
@sarangsbabu wrote: I am getting an import error when i tried to import it to environment.js anyone knows about it ?? I am trying to import a json file. “could not find module” Posts: 1 Participants:...
View ArticleSome problems during tutorial's routs
@dmitrij-v wrote: Hi there! I’m new in Ember, so now I’m reading the tutorial. But I met some trouble - in the tutorial missed one step in “Routes and Templates”. Is it normal, that route ‘rentals’...
View ArticleConfused about how data propagates with DDAU
@Andrew_Paterson wrote: I’m experiencing some unexpected behaviour when trying to implement DDAU when setting properties that are not contained in objects. I’ve created an Ember Twiddle showing the...
View ArticleEmber-cli-mirage error
@sarangsbabu wrote: Hey guys, I am having this weired error while working with ember-cli-mirage. In some time i am getting an error “Record not found” and when i commented some code in mirage and...
View ArticleReaders' Questions: "Are there plans to improve the experience for using Data...
@jessica wrote: Hello everyone and welcome back to another edition of Readers’ Questions presented by the folks from The Ember Times ! This week I’m going to answer the following question by...
View Article“I Contribute to Ember” with Ryan Mark
@amyrlam wrote: Welcome to the thirteenth edition of the interview series “I contribute to Ember”, presented by the folks at The Ember Times . This week, community member Ryan Mark @tylerturdenpants,...
View ArticleEmber.js - The Ember Times - Issue No. 125
@ember-blog wrote: 👋 Emberistas! 🐹 Check out the Ember 3.14 release 🐹✨, "I Contribute to Ember" with Ryan Mark 👨💻, submit your EmberConf 2020 proposal today 🎤, VS Code Plugins for Octane 🤖, beta...
View ArticleUpdating component from service attibutes
@Joshua_Jenkins wrote: I wanted to created a favourites list where searched items can be starred then they are added to a list. I’m not sure how to keep everything updated in other components. Eg....
View ArticleTemplate-Only Components - Uses, future ideas, possibilities, discussion, etc
@pzuraq wrote: Continuing this discussion from the RFCs repository, where things were getting a bit off topic on the named argument default values thread. My original comment, outlining why myself and...
View ArticlePATCH request sends all the attributes
@belgoros wrote: It is normal behaviour that when updating just a single attribute of a model, Ember sends all the model attributes in a PATCH request instead of single one that was modified (compared...
View Article