Ember test command with multiple filters
@osawyer wrote: I am currently setting up a testing script for use in my CI and I am executing tests using the --filter option of the test command. When I filter by test type - --filter="unit" for...
View ArticleIn repo-addons dependency management
@lvegerano wrote: Hi all, When you have in-repo dependencies like addons that depend on other in-repo addons should the dependency be listed in their respective paths array in package.json. app |_...
View ArticleHow does one configure an Ember project to use the LTS channel?
@jezra wrote: I have a project that I would prefer to have stay on the LTS channel, and I’m trying to determine the best way to go about doing so. Is there a way to configure ember or npm to stick...
View ArticleWhat are other teams doing about localized bulk content?
@Lupestro wrote: So we have an application that does all kinds of neat stuff and we end up with help dialogs for a lot of it. Some of the help dialogs are small - a simple paragraph or two. Others are...
View ArticleCircular dependency when building with ember build but i dont know where to...
@sirijo wrote: Hello I Just noticed yesterday that when building my project (ember 3.3) with ember build, i have à circular dependency warning displaying on the console. The same happens with ember...
View ArticleHow to just build for an environment other than production
@belgoros wrote: As Ember CLI docs say: " Ember apps can be built with only three environments: development, production, and testing." The question I have is: is it possible to just build an app for...
View ArticleEmber Drag and drop implementation
@abhishek wrote: Hi, I want to implement the drag and drop functionality in an Ember application. The user should be able to drag or copy a file and paste just as in outlook for an attachment and send...
View ArticleEmber 3.6: any new reasons one might see "Uncaught Error: unreachable"
@Hummingbird wrote: Has there been any other recent cause for the following error other than reusing html elements inside handlebars expressions? I am dynamically calling the same component via...
View ArticleWhat is the right method to pass coordinates from model to mapbox component?
@reticulan wrote: Hello! I have mapbox map in my component: {{#mapbox-gl class='map-container' initOptions=(hash pitch=30) as |map|}} {{#map.source options=(hash type='geojson' data=marker) as...
View ArticleSarkari Results
@TEL_Promotion wrote: Sarkari Results Posts: 1 Participants: 1 Read full topic
View ArticleNeed help with the ember data problem
@Shubham_Gupta wrote: Any attribute in the controller is not changing after the refresh also, the detailed problem I have mentioned on the stackoverflow...
View ArticleLive reload not working properly, ember-cli 3.6.0
@EUGinsane wrote: Hi, I am new with ember, currently I am using ember-cli 3.6.0 and live reload is not working properly, it only reloads automatically when I remove or add files, but it does not when...
View ArticleHow to load value of data using links on JSON payload
@inagreen wrote: Hi all, I’m doing a little project to load some images from Nasa’s image API. I’ve created an image model with ember data and managed to load the following data using external API...
View ArticleStore a global variable from ajax call
@dca123 wrote: I have a list of years in an array format [2018, 2019, 2020] that is returned from my back end. Right now, i’m using a setup controller to make the ajax call and set it as a value to be...
View ArticleHow to create build for project and a addon
@Suren wrote: I’m creating an addon and i’m linking it with my project using npm link…but my addon is a seperate project if i create build for my project it doesn’t works for my addon package…i want...
View ArticleModelFor Issue in Engine's Routes
@kishoreyuvan wrote: Hi all, while working with modelFor in my engine, I got an issue. I have an engine ‘settings’ on my host Application. The settings’s routes.js looks like, this.route(‘users’,...
View ArticleProduction minify css is different form development
@Julian_Chiu wrote: development layout Screen Shot 2019-01-04 at 4.07.53 PM.png1812×1058 47.1 KB production layout Screen Shot 2019-01-04 at 4.08.07 PM.png1836×664 25.4 KB Hi I been develop web app...
View ArticleApp.css link not getting set correctly
@wowember wrote: When running ember build --environment production all my assets build fine: Built project successfully. Stored in "dist/". File sizes: -...
View ArticleHow can I sort or filter my Model
@Rossi_Rasloff wrote: I have a user Model and some action in the Controller, but I want to sort the result. can some one help me out ??? Blockquote indent preformatted text by 4 spaces export default...
View ArticleUsing a jquery plugin
@lvegerano wrote: Hi all, I’m trying to update an to to 3.5 but I’m having an issue with JQuery. The plugin is bootstrap-tokenfield, and is being imported in the app via `app.import, but when the page...
View Article