Import static json into test file
@zapalagrzegorz wrote: Hey, Just starting with Ember. Trying to mock some data with prepared JSON. It’s theoretically possible, according to SO to import json into JS with Babel using following...
View ArticleEmber.js - The Ember Times - Issue No. 138
@ember-blog wrote: Happy International Women's Day, Emberistas! 🐹 2020 Ember Community Survey due this Sunday 📈, the possible future of app hooks and testing directories 📂, the evolution of Ember and...
View ArticleHelp using Sass
@jafarlow wrote: Hello! I have a hopefully quick question. How do I get setup using an .scss file extension for my CSS? I’ve installed the ember-cli-sass as described here:...
View ArticleEmber Data undermines serializers
@Benjy1979 wrote: Hi, When you do a custom serializer I can’t understand why it assumes that the serializer will be the same for each type of call. It hides what type of requestType it is. You really...
View ArticleFrontend Developer at ScoreBreak (Looking to hire!)
@Ukudala wrote: Introductory paragraph At ScoreBreak, we are a small team of passionate, product focused engineers and designers creating next-generation sports video analysis tools. Our web...
View ArticleJson call on unauthorized url returns Unexpected token < in JSON at p
@yuva_raj wrote: let json = this._super(url, type, options); Making ajax call on return it will return login page since url is unauthorized the json returned is SyntaxError: Unexpected token < in...
View ArticleSlow glimmer rendering with simple auth
@Szabo_Bogdan wrote: Hi, I am transitioning my app to octane, and it started to move really slow. I am not an expert with glimmer, but it looks like it renders the page even when nothing is changed. I...
View ArticleCompile a several page (HBS & JS) when building app using GRUNT,...
@Volodymyr_Smal-Stots wrote: There is sign-in route in my project and I need to compile the route like a several file/s app routes sign-in.js templates sign-in.hbs I am using...
View Article./watch is compiling the JS library files mostly but one file it is always...
@abdul wrote: Hi All I am using Ember even though I am making changes but when I run the ./watch its not producing the JavaScript file with new code - its annoying - I am making the manual change but...
View ArticleEmber filter by has-one relationship in component
@mroetheli wrote: I have two models company and companyAdminInfo and every company has one companyAdminInfo (as seen in these pictures). Unbenannt-11417×1080 158 KB Now I have a template where I want...
View ArticleAdd spinner or transition/loading
@hollecar wrote: Hi I have a emberjs app with a form. The user fills out the form then clicks the search button. The search button passes what the user entered into the form to a nodejs back-end api...
View ArticleEmber.js - The Ember Times - Issue No. 139
@ember-blog wrote: வணக்கம் Emberistas! 🐹 Join the all-virtual EmberConf 2020 📺🎉, JHU COVID-19 dashboard - made with Ember! 🐹, Ember Twiddle supports Octane features up to Ember 3.17 💖, videos of the...
View ArticleGet xlsx file from backend - Adapter config
@mroetheli wrote: I’m able to get an xlsx file from my rails backend with a GET-Request to “/companies/export_xslx”, now I’m facing the problem of getting the file passed the JSON parser. For every...
View ArticleHow to speed up ember build?
@ondrejsevcik wrote: Hi, we’re having some trouble with an ember build times in our team. Our main application is composed of the app itself, 9 engines and a few our internal addons. Most of this...
View ArticleEmber.js - Ember 3.17 Released
@ember-blog wrote: Today the Ember project is releasing version 3.17 of Ember.js, Ember Data, and Ember CLI. This release also kicks off the 3.18 beta cycle for all sub-projects. We encourage our...
View ArticleEmberfire configuration with ember project
@siva wrote: I want to configure firebase with my ember project. So I create new ember project. The project was working correctly. But after installing ‘emberfire’ using “ember install emberfire” I...
View ArticlewillDestroy Hook in route never gets invoked
@theInsaneDev wrote: I’m using willDestroy Hook to detach event listeners in my application route. It never gets invoked however. Am I missing something? Posts: 1 Participants: 1 Read full topic
View ArticleAre Routes destroyed while transitioning?
@theInsaneDev wrote: I see that only deactivate() hook of the Route class gets invoked while leaving a Route. The willDestroy hook never gets invoked. So are Routes never destroyed in an Ember App?...
View ArticleTimeoutOverflowWarning during open any page
@dimas09 wrote: Spontaneously I’ve started to get the warning after the start of my application in the development environment with ember serve (node:1) TimeoutOverflowWarning: 2591579998576 does not...
View ArticleEmber and tracing the source of mutated data
@harimath wrote: In a lot of applications, we face issues tracing the source of mutated data. React/Redux apps use reducers as pure functions to fix the issue of mutating data (i.e. by not directly...
View Article