I want to show same view on reload or F5 press
@Amitprakash wrote: I have two pages in my application “index” and “tools” when i am on https://localhost:44310/#/tools on hitting of F5 directing back to https://localhost:44310/#/tools how to solve...
View ArticleCould not find module `rxjs` imported from...
@RAJA_S wrote: My ember addon version is 3.8.3. I have added rxjs as a dependency and tried to use it into a component. import { Observable } from 'rxjs'; When I try to run the app, I am getting the...
View ArticleFingerprinting exception in glimmer component not working
@Benjy1979 wrote: I have a fingerprint exception array in ember-cli-build ( ember.js 3.16.1) fingerprint: { ignore: ['assets/images/','assets/arp/page_images/','assets/arp/ui_images/','data-articad2/'...
View ArticleOur Build's are too slow
@thunderkit2021 wrote: Our builds are too slow(4-6 mins) even rebuilds are taking more than 2 mins. Slowest Nodes (totalTime => 5% ) | Total (avg)...
View ArticleWhy do addons need an app and addon directory?
@mehulkar wrote: I haven’t seen this question answered definitely anywhere, so I was hoping to have a canonical reference. Why do Addons require both an addon and app directory? I realize the final...
View ArticleToggle Button which will display dynamic data in the grid
@SaswataPurohit1 wrote: Hi Friends, I am a novice and new to Ember. I have a requirement wherein on top of the Blue breadcrumb adjacent to project dropdown i need to first place a toggle button. By...
View ArticleCould not find module `ember-resolver` after Production Build
@themesama wrote: Hello to everyone, I have a problem with production build. I’m creating blank project with CLI 3.14.0, 3.15.0 and 3.17.0 and I get this errors on browser console: Uncaught TypeError:...
View ArticleEmber Upgrade help please to 2.18.2
@Jogi_Jacob1 wrote: Hi i am trying to update my app from 2.13.1 to 2.18.2 . Unfortunately when i reload my site i get the following error stack: "Error: Assertion Failed: ‘(unknown mixin)’ does not...
View ArticleHow to use adapters, serializers, models and other tools in Ember more...
@Nar_Zantaria wrote: I have an app based on Ember Data . I would like to figure out how to make the code more compact. My application looks like this:: there are several endpoints that from the...
View ArticleTwo tracked tales – why does one of them work?
@balint wrote: Howdy, I’m striving to understand the intricacies of tracked properties in Ember and came through the following interesting case (while rebuilding the Rock & Roll book for Octane)....
View ArticleMove away from observers?
@jede wrote: We are struggling with how to transition away from observers in our Ember app. For this case we have a 3rd party WebRTC library that starts when we call startStream. We cannot start the...
View ArticleEmber.js - The Ember Times - Issue No. 142
@ember-blog wrote: 👋 Emberistas! 🐹 Community support for the Ember API Docs 📓❤️, release of ember-arg-types 🍎🍊, Ember CLI improvement tips 🚀, betas of Glimmer.js 2 🎉, and last, but not least, watch 3...
View ArticleCurrent convention for proxying Ember Data records
@zachly wrote: What is the current convention for waiting to persist changes to a cached record? I want to allow a user to make temporary changes on a “proxy” record before modifying the record...
View ArticleOctane selectively disable tracking / @computed status
@stukalin wrote: I am in the process of migration to Octane and I face a problem I used to solve in the pre-octane versions with a simple hack, but now I am a bit confused. Here it is. Say, I’ve got a...
View ArticleOctane & route templates with sane variable names
@shull wrote: Background: I personally can’t stand to see this.model in my route templates (or @model). I’ve overridden setupController in my routes in order to set useful variable names on my route...
View ArticleHow to pull untranslated strings from javascript?
@jcorradino wrote: I’m looking at localizing an application, and have already extracted strings to be localized from the template with a “no bare strings” lint… but is there a way to do something...
View ArticleTypeError: Cannot read property 'type' of undefined
@Frank wrote: I get this error TypeError: Cannot read property 'type' of undefined from a this.store.query('record-type', { id : someId } call. I get a 200 reponse from the backend with the same JSON...
View ArticleEmber addons Working Input Mask
@Jamiu_Adeleke wrote: Good day, I am here today because I am looking for a workable ember input mask addon(something similar to Jquery input mask) with my current version of ember: ember 3.15.0...
View ArticleDo Glimmer components receive injections from the ApplicationInstance?
@skaterdav85 wrote: I noticed that Glimmer components don’t receive service injections from the inject method on the ApplicationInstance like in instance initializers. For example, session will be...
View ArticleHướng dẫn cách chơi mậu binh online
@nghien wrote: Mậu binh là gì? Mậu binh hay còn gọi là binh xập xám, 1 trò chơi dân gian rất được ưa thích. Sử dụng 52 lá bài Tây để chơi. Mỗi người chơi sẽ được chia 13 lá bài, nhiệm vụ của người...
View Article