Glimmer Component args & Typescript
@francesconovy wrote: I’ve been porting an addon to use Typescript, and ran into an issue I haven’t found a solution for - maybe somebody here can help me out. How do I specify typings for this.args...
View ArticleBest practice to show/propagate changes after successful save?
@Garrick wrote: Is there a best practice for having models only show/propagate changes when the data has been successfully saved to the server? As with Ember-data: update model and show changes only...
View ArticleEmber-Cli does not work in ubuntu server
@whynot wrote: 截屏2019-10-2515.18.52.png2664×1608 1.59 MB Posts: 4 Participants: 2 Read full topic
View ArticleEmber.js - The Ember Times - Issue No. 121
@ember-blog wrote: Hallöchen Emberistas! 🐹 The EmberConf 2020 CFP is now open! 🗣️ Watch Gavin rewrite an Ember 1.5 app in Octane 🥁 and get started with Glimmer Components ✨! This is a companion...
View ArticleReuse ember components on non ember websites
@Hummingbird wrote: I am using ember for quite a few years now, but I have not looked into glimmer itself very much so far. I would like to make specific components of my ember app available to be...
View ArticleHow to use one template for creating routes
@Nar_Zantaria wrote: Hello! I work with a simple graphql project using ember-apollo. I fetch a list of docs in the ‘news’ route using a graphql query: The listing of news.js: import Route from...
View ArticleRole-based authorization by fields
@belgoros wrote: I was going to use the ember-can add-on to manage User’s access. It seems like its implementation supposes that the authorizations to be applied by actions (like edit, delete, create,...
View ArticleEmber.js - Octane Release Update
@ember-blog wrote: The short version: We're still learning from the community as they adopt Octane, and won't be recommending Octane as the default Ember mode in the Ember's 3.14 release. You can...
View ArticleCan you review my index page with a filter?
@bsylvain wrote: The app (embre 2.17) has an index route where you can filter elements and dates need to be dynamic. The only way I have found to set dates (first to last day of the previous month) is...
View ArticleWhich hook in components is best practise for teardown?
@sukima wrote: All the previous topics seem out of date and inaccurate resurrecting topic. In a component where do we tear down Dom events / jQuery listeners? willDestroyElement or willDestroy ?...
View ArticleWhat are the best practises for making your own test waiters?
@sukima wrote: I’m looking for some advise. I need to make a test waiter but there are two conflicting patterns. have a module scoped set/stack/counter and register one waiter then have the code...
View ArticleMigrating through old versions
@gregory wrote: I have inherited an Ember 1.9 app and need to migrate it through past versions up to something current. It is really just some pages in a Rails app, so it merely uses ember.js and...
View ArticleEmberJS addon could not find htmlbars-inline-procompile
@whynot wrote: Ember 3.6.2 Ember-Cli: 3.6.1 Node: 10.16.1 Os: darwin x64 First, I created a new ember addon ember addon my-test Second, i create a component ember g component dynamic-view —pod I...
View ArticleEmber.js - The Ember Times - Issue No. 122
@ember-blog wrote: हॅलो Emberistas! 🐹 An important announcement about the Octane release 📝, Release of qunit-assertions-extra 🎉, Fine-tune validations with Ember Model Validator 3.10 🔍, Better builds...
View ArticleBest practices for integrating third party libraries?
@LuisAverhoff wrote: I’m trying to include this popular third party js tree library called inspire tree(https://github.com/helion3/inspire-tree) and I’m having a hard time integrating this library for...
View ArticleUsing gprc in emberJS for data and streaming
@maiclein wrote: With micro services becoming really popular, is there anyone that has used, or would it be possible to use gprc for data connections? GitHub grpc/grpc-web gRPC for Web Clients....
View ArticleGetting this following error: compare.js:1 Uncaught Error: Cannot find module...
@abdul wrote: I am trying to write a javascript helper function in my Ember application called compare.js, and that js file is trying to import Ember, where its throwing error, can anybody please...
View ArticleHow to get a hook when transition is completed
@Bala_focus wrote: I am working in ember 3.0, I suppose to load my Ember App in an iframe and a communication is established with a webpage where the iframe is loaded. one of the requirement is to...
View ArticleApply tailwindss styles to ember-power-select
@belgoros wrote: As the docs of ember-power-select say: This component does not provide any option to customize its visual appearance Has anybody ever managed to style it with Tailwindcss? The only...
View ArticleNot able to install ember-truth-helpers
@abdul wrote: When I ran this: ember install ember-truth-helpers on VS code prompt, I am getting error as below: ember : The term ‘ember’ is not recognized as the name of a cmdlet, function, script...
View Article