Quantcast
Browsing all 4826 articles
Browse latest View live

Database calls with Ember Test

@HuckleberrryCarignan wrote: Can you make DB connections and queries (postgres) within an Ember Test js? Cheers, Huck Posts: 2 Participants: 2 Read full topic

View Article


Calling a url with window.location.assign?

@sirijo wrote: Hi, I’m calling a url with window.location.assign inside of method action but i got this error : “UnrecognizedURLError” which come from the recognize error. PS: I’m using Ember 3.3 Thk...

View Article


Not detected file changes on browser

@brocolliInDB wrote: Hi~ Can anybody knows how to deal with this problem? situation: File changes is not applied on browsers though I did manually refresh it by F5 (on chrome, ember cli: 3.0.0) 1.I...

View Article

Emitting an event is anti patter in ember js

@ember_react_angular wrote: Hi, I am emitting an event from one controller to different component. Is it bad practice to use to emit events to/from different componente/controllers. Reply would be...

View Article

ESA: How to redirect to corporate login page

@belgoros wrote: I’m using ESA implicit grant authentication. If a user is not logged in I display just an empty application template with a header containing “Login” button. When clicking on Login...

View Article


Image may be NSFW.
Clik here to view.

Is it possible to use `ember-infinity` with `ember-concurrency`

@pkimber wrote: I have been searching for answers to this, but can’t find anything: github.com/ember-infinity/ember-infinity Issue: Is it possible to use `ember-infinity` with `ember-concurrency`?...

View Article

Image may be NSFW.
Clik here to view.

Compile/Package Component (or Addon) Standalone

@nullvoid wrote: Does anyone know of or can point me in the right direction of a way to package a component or addon into its JS/CSS standalone? We have a use case for this and have a very hacky way...

View Article

Check and uncheck the checkbox needs to reload the search item

@Boo wrote: I’m having the search column with checkbox along with folder names. when I click the checkbox of corresponding folder, it will show their items. As well as when I click on multiple...

View Article


Experimenting with an addon, can you point out the flaw in my idea?

@rmmmp wrote: So I’ve been experimenting lately with state management in Ember. I’m looking to see if the idea has any flaws before I invest more time in it. Basically, the addon is inspired from...

View Article


How to get current record to edit attribute?

@danmalone89 wrote: // fund model (each fund record belongs to 1 strategy record) export default DS.Model.extend({ fund: belongsTo('available-fund'), weight: DS.attr('number'), strategy:...

View Article

Looking for feedback for addon implementing “routable components”

@wongpeiyi wrote: Hi all, I’ve been working on my first addon for a couple of months, and am looking for some feedback. It basically enables your routes to render components directly, skipping the...

View Article

Ember custom helper doesn't recompute

@Mohana_Priya wrote: I have a custom helper named comt-helper which accepts 2 params and returns a boolean. This helper determines which template to be used based on the parameters. {{#if (comt-helper...

View Article

Image may be NSFW.
Clik here to view.

ArrayComputed since Ember 2.x

@ofridagan wrote: Hi, I just tried to upgrade a very big project from Ember 1.13 to Ember 2.0.3 (yeah just now ) To my horror I found out that the behavior of Ember.computed.map for example changed,...

View Article


Image may be NSFW.
Clik here to view.

LocalDev Tool (Ember Hearth Next)

@rtablada wrote: Hey there, wanted to share something new that I’m starting as a spiritual successor to Ember Hearth and inspired by the recent release of Vue GUI. As a heads up I’m currently in the...

View Article

Are we (still) a welcoming community?

@mfeckie wrote: Introduction I have just seen a chat thread in the Ember slack and it’s prompted me to write this post as a point for discussion. Link...

View Article


Failing Ember CLI builds on TypeScript errors

@dfreeman wrote: Hi folks! The ember-cli-typescript maintainers are evaluating our options for continuing to improve the performance, ergonomics and stability of the addon in light of some doors the...

View Article

queryParams in Router VS in Controller

@Jin wrote: Hi I am confused about queryParams from Ember documentation. It gives two examples that you can put queryParams to - Controller and Route. What are the differences having queryParams in...

View Article


SPA based on privileges? ... or 2PA?

@chris1 wrote: Hello, this may be a stupid question from a Ember-newbie. Exploring Ember it was a clear decision to use ember-cli and not to mix ember and rails (e.g. gem ember-cli-rails and so on). I...

View Article

Wrapping npm modules as ember addons

@alexvirdee wrote: I am working on an Ember application and would like to create an ember addon for it. The use case for the addon would be to create an ontology tree for the consuming application....

View Article

ESA - how to override_ `invalidate` method to call a server side action/URL

@belgoros wrote: As ESA docs puts it: This method is invoked as a callback when the session is invalidated. While the session will invalidate itself and clear all authenticated session data, it might...

View Article
Browsing all 4826 articles
Browse latest View live