Upgrade from 2018 to Latest (3.15?)
@nico wrote: Hi, Been out of the Ember world a while and project I’ve done not the greatest (learned on the go) Did not touch it for a year, would like to try upgrade to the latest version of Ember...
View ArticleCannot generate URL with dynamic segments using urlFor method
@nagarajan wrote: Hello, people Point me what’s wrong with my code, I can able to generate URL using urlFor() when I’m in the route “/1/1/orders”. but I’m unable to generate a URL in the application...
View ArticleA little unsure if Info in Ember Inspector
@Andrew_Paterson wrote: I’ve just upgraded my Ember app to 3.12.0 using ember-cli-upgrade and everything worked fine. The package.json file shows the ember-cli version as ~3.12.0 and package-lock.json...
View ArticleTypescript: multiple inheritance?
@Hummingbird wrote: I have come across a scenario migrating to typescript and octane, where I am having difficulties figuring out the right way in javascript. Pretty much what I need is multiple...
View ArticleHow to mutate an array's value in “each” helper (Octane)
@Murali wrote: I have an array of strings passed as an argument to a component, inside the component I am using “each” helper to render each string in a text input. I tried the following approach....
View ArticleEmber with .Net Web Api
@nico wrote: Old version of my app uses ember-web-api to have my app (2.18) work with a .net web api. Trying to upgrade my app, starting with dependencies. Seems no work was done on the ember-web-api...
View ArticleThe best way to promote Octane? Why, a killer app of course!
@larryh wrote: And I have one. Okay, I will wait until you stop laughing… Done? Feel better? Good. I’d like to start by by apologizing for the length of this post. But I think it’s important and worth...
View ArticleEmber.js - The Ember Times - Issue No. 133
@ember-blog wrote: ✌️ Emberistas! 🐹 This week: Check out the RFC for Improved Ember Registry APIs 🗒️®️, Octane community feedback from FlashRecruit 👏, contributing to OSS with confidence at EmberConf...
View ArticleDynamic nested route Url mapping
@Toretto wrote: I have two separate routes parking and Car (not a nested route). Parking route has dynamic segment like parking id /parking/21 and Car has car name and id /car/ford/12 Router.js:...
View ArticleHow to use Glimmer components in addon
@ondrejsevcik wrote: Hi, I’ve tried to convert one of our components in addon to a glimmer component. It seems to pickup the component, but not the template. I’ve put a console.log into the...
View ArticleCross filter? Faceted filter?
@hcientist wrote: I’m not sure the right terminology, does anyone know of any addons or other ember projects that demo a faceted filtering interface? Like some collection on display with each member...
View ArticleQuery params @tracked
@broerse wrote: I am switching the Bloggr example to Octane but was wondering if I need to add @tracked to https://github.com/broerse/ember-cli-blog/blob/master/app/controllers/posts.js for it seems...
View ArticleI am getting the below error when I am running ./watch command on my Visual...
@abdul wrote: Hi I am getting the following error when I run the ./watch command at the Visual Studio Terminal any help please - thanks in advance please. gyp ERR! build error gyp ERR! stack Error:...
View ArticleWarning for infinite revalidation bugs is quite aggressive
@francesconovy wrote: With Octane, we got some nice and usually helpful errors warning about updating properties that could lead to infinite revalidation bugs, e.g.: Assertion Failed: You attempted to...
View ArticleQuestion about the Native Decorator Support feature
@samselikoff wrote: I’m working on the next video in EmberMap’s free What’s New in Ember series and it’s for RFC 440 Native Decorator Support, which was a feature that landed in 3.10. I’m trying to...
View ArticleUpdating query params and tracked properties
@Joshua_Jenkins wrote: I’m trying to pass filter values to an input component and have the query params update in real time. I don’t understand how to link the input changes to the query params. The...
View ArticleI want to use observer in Ember 3.15
@1115 wrote: I want to use observer in Ember 3.15 Here is my source in Ember 3.14 import Controller from '@ember/controller'; import { inject as service } from '@ember/service'; import { observer }...
View ArticleLinter warning about object as default property
@bsylvain wrote: My linter return the following warning: Only string, number, symbol, boolean, null, undefined, and function are allowed as default properties ember/avoid-leaking-state-in-ember-object...
View ArticleIf not unloadAll or unloadRecord, what can I do/use?
@melriffe wrote: Sorry for the click-bait title but I’m not sure how else to frame my question/request. First: I’m using: ember-cli: 2.18.2 calling a Rails JSONAPI-compliant backend. This project is...
View ArticleEmber.js - The Ember Times - Issue No. 134
@ember-blog wrote: 👋 Emberistas! 🐹 This week: Polyfilled ember-data packages syntax for all Ember apps 📦, use Figma with Storybook to make your developer life easier 🎨, QUnit DOM announces v1.0...
View Article