Testing an addon's broccoli trees — issue with broccoli caches
@lennyburdette wrote: I’m trying to fix a bug in ember-intl related to engines, and I’d like to write a test that exercises the whole build process. I tried ember-cli-addon-tests, but I had a hard...
View ArticleLearning example: integrating TailwindCSS with Ember
@ef4 wrote: In an effort to demystify some things that are often perceived as hard to do, I made a short screencast showing how to integrate a third-party CSS Framework (TailwindCSS) into an Ember...
View ArticleUsing Firestore wirt ember
@vincenthure wrote: Firebase is working very nicely with ember. I would like to use Firestore to store my pictures on the server. Do you thing it’s a good idea? Do you know where I can find a tutorial...
View ArticleUpgrade RAM or CPU for better build times?
@DevinRhode2 wrote: I’m due for a new machine, and am wondering which components (RAM/CPU/SSD) are most important for optimizing ember-cli build+rebuild times. If anyone is willing to time a...
View ArticleHow to access Ember container from the window?
@robert-j-webb wrote: Hi! I found I had this as a question and I found the answer with some help. I hope this helps someone one day. You probably shouldn’t do this by the way - accessing private...
View ArticleAddon that is a theme library exposing multiple sass styles
@anna wrote: We have an ember addon that is used as a theme/component library for multiple application projects. This addon imports (among others): “ember-bootstrap”: “1.2.1”, “ember-cli-sass”:...
View ArticleWhy does rwjblue like Qunit so much more than Mocha?
@yohanmishkin wrote: We know rwjblue loves manipulating X12 structures using native Ruby syntax, but do you know why he much prefers Qunit to Mocha? Posts: 1 Participants: 1 Read full topic
View ArticleRoutes and their future role in Ember
@knownasilya wrote: Coming from this thread https://mobile.twitter.com/oligriffiths/status/993837170317234181 I decided to post my thoughts in more then just a tweet and get others to reply. Looks...
View ArticleVague errors in production only
@tarponjargon wrote: I deployed a demo app I’ve been working on to “production” at https://shop.thewhiteroom.com/ Everything is fine in my dev environment, but there are vague mystery errors around...
View ArticleBest practices for browser version detection
@backspace wrote: Hey, I’m looking at updating travis-web to Ember 3. Having checked our analytics, I see that there are still a handful of users who visit with older versions of Internet Explorer...
View Article[Doc][Translate] How can I help translate Ember.js document into Chinese?
@1c7 wrote: I want help translate Ember.js into Chinese, where should I start? I can’t find other language too (in Ember document: https://guides.emberjs.com/v3.1.0/) Thanks! Posts: 2 Participants: 1...
View ArticleEmber post request with django rest shows an error
@Balaraju_M wrote: Hi All I am using Django rest framework as my backend ,I fetching some data from backed i’m getting get request very well but when i’m posting something via post method i’m getting...
View ArticleDocker Ember crashing
@jrock2004 wrote: I am trying for local development to use ember in a container. The problem is that I will go and save a file and ember in the container crashes. Its just so frustrating and not sure...
View ArticleReset application after acceptance test
@cga wrote: Hi there, I try to use ember-simple-auth for a project. Basically, everything works fine. Only with the tests I have an issue: ember-simple-auth extends the beforeModel hook in the...
View ArticleMoving lib folder into app
@wojo wrote: Hi, I’m considering moving my lib folder into the app folder in order to get ember-cli-code-coverage to work properly for me. A coworker suggested that would cause issues with...
View ArticleIssue compiling glimmer expressions in Ember 3.0 - 3.2
@cafreeman wrote: Hi there, I’m currently working on writing the polyfill for the new {{#let helper coming in Ember 3.2 (see this issue for more info). Since let uses an AST transform, we have to be...
View ArticleUndefined properties with multiple belongsTo for the same type
@kamillacrozara wrote: So I have models with multiple belongsTo for the same type. My paylod is something like this: //paylod related to model note { "id": "191", "notes": [ { "id": "23",...
View ArticleHaving a route issue
@naveen11 wrote: On home page, when trying to enter manual route change, the page is redirecting to home page. It is failing to change the route url manually, instead bringing it back to home page....
View ArticleReaders' Questions: "Why does Ember still use RSVP?"
@ef4 wrote: Hello once again to Readers’ Questions, presented by the Ember.js Times. Today I’m answering this question: Why does Ember ship with RSVP instead of a Promise polyfill? Well, RSVP.Promise...
View ArticleThis.render inside beforeModel
@kellyselden wrote: Is it expected that you can’t call this.render inside beforeModel? I get Error while processing route: checkout.people-search Cannot read property 'push' of undefined TypeError:...
View Article