Tomster not showing up in super-rentals tutorial
There’s another issue with pretty much the same title from 2023, and yes, the fix presented there eventually got added as a fix and it is now present in the super-rentals app.css file. TL;DR: Replace...
View ArticleRemote Front End Developer Position Ember/clearance required
Good Day! My name is Ben and I’m a technical Sourcer for Maximus. We’re scouring everywhere we can think of to find Mid level and Senior Front End Developers with experience with Ember.js. We have on...
View Article[Showcase] Building “Stroop Cascade” – An Arcade Puzzle Game built with...
Hey everyone! Recently, I’ve been dedicating some of my side-project hours to developing a mobile game called Stroop Cascade. It’s a fast-paced logic puzzle based on the Stroop Effect, featuring...
View Article❓ Question: Service vs Module-level Singleton for Polling in Ember
We are building a suite of products with module-based components, where each module is designed to be reusable across multiple products. In one such module, we need to poll the server to track the...
View ArticleVite, Ember, and the future
What is the future for Vite and Ember? Will Ember at some point require Vite? I’m sure this is published somewhere, but I couldn’t locate where. Any such published documents linked here will be...
View ArticleEmber-cp-validations not compatible with Ember Data 5.4+
Hi everyone! While updating my application to Ember CLI 6+, I encountered a compatibility issue between the ember-cp-validations library (latest version 7.0.0) and Ember Data starting from version...
View ArticleObservers in Classic Components
Hi all, We are using Ember 3.4. In the official Ember documentation, it is mentioned that observers should be used sparingly, mainly because they are already heavily used internally in the framework....
View ArticleMy embroider questions, answers and more questions notes page
I am documenting my experience migrating an ember project to use the grand embroider future. I hope these notes help those with similar configurations: scribacious.nfshost.com Ember Embroider...
View ArticleDynamic inline styles causes test server to crash
When using dynamic value for a style attribute (e.g. style="border: 3px solid {{this.borderColor}}") particularly inside an {{#each}} block, the test suite hangs and CPU usage spikes to 100%—but only...
View ArticleRemote UK or Europe Full Time Ember role
Hi all, I’m hiring a Senior Ember.Js Engineer for one of my clients. Senior Ember.js Frontend Developer – Remote across UK & Europe. Do you want to join a SaaS healthtech company with over 30...
View ArticleProblems following quickstart tutorial
I’m sorry to annoy y’all on a Saturday with another tutorial issue, but the issues I’ve found in this forum haven’t been helpful for my situation. Trying to follow the quickstart tutorial hasn’t been...
View ArticleUploading old invoices
Got Ember via my new HSBC business account 4 months into the business year. I want to upload 4 months worth of old (paid) invoices so i can simply upload the entire year to HMRC in one go. Haven’t...
View ArticleDo ember support module federation using embroider?
Do ember support module federation using embroider ? 1 post - 1 participant Read full topic
View ArticleProgressive Web App
Hi there, I’m looking at emberjs as a base for a progressive web app. I believe, as I know ember is a great desktop app, it’s possible it could be at the least a good prototyping app for a mobile...
View ArticleGlimmerComponent's willDestroy Not Working as Expected
overview.hbs {{#in-element this.filterContainer}} <TimeFilter @id="page-time-filter"/> {{/in-element}} timeFilter.js willDestroy() { const element = document.getElementById(this.timePickerId);...
View ArticleEmber js - Embroider, Ember Engines
Hello, I am currently working on a legacy Ember.js application (Ember version 3.4.8). We are trying to improve the build and load time of our Ember application. I came across both Embroider and Ember...
View ArticleDiscourse is hiring a Full Stack software engineer (Customer Projects)
Full-time - Remote - Americas (UTC-3 → UTC-8) At Discourse, we’re hiring a full time Software Engineer for our “Customer Projects” team. Our Ember/Rails app is 100% open source, and uses a bunch of...
View ArticleHow to supply component and its parameters dynamically in a template
I have a parent component and a child component which extends the parent. I would like to add kind of polymorphic behaviour to the parent template. Basically I would like to instantiate a component...
View Article[Answered] How do I enable Explicit Resource Management in a new Ember app?
For anyone curious about the new Explicit Resource Management features coming soon and supported by latest versions of TypeScript here are some steps to enable it in your Ember apps today! Demo Steps...
View ArticleJSX + TypeScript with ember-cli-babel
I’m attempting to add support for JSX or TSX files to an Ember 3.28 app. Based on ember-react-components, I tried configuring my ember-cli-build.js as follows: babel: { spec: true, plugins: [...
View Article