Skip to content
#

Ember

ember logo

Ember is a JavaScript framework that uses a Component <-> Service approach to building applications. It is mainly used to build web-based applications, but can also be ported over to build desktop applications.

Here are 1,128 public repositories matching this topic...

storybook
grouchal
grouchal commented Nov 13, 2019

Is your feature request related to a problem? Please describe.
I would like to be able to configure the iframe width in the same way I can already configure the height.

Describe the solution you'd like
To add a parameter similar to iframeHeight that will configure the width of the iframe. Ideal name would be iframeWidth

Describe alternatives you've considered
Any other met

Ghost
formerandroider
formerandroider commented Dec 18, 2019

Issue Summary

In Safari 13.0.4 on macOS 10.15.2, the 'Upload routes YAML' button triggers a file browser that only allows selection of files ending in .yml. These are not accepted by the application, which requires a .yaml extension. This results in routes not being uploadable with Safari.

To Reproduce

  1. In Safari, click the 'Upload routes YAML' button in Labs.

This doesn'

buschtoens
buschtoens commented Jun 19, 2019

While investigating #18075, I noticed a minor issue, that persists even after the change to WeakMap in #18091, because of the lazy evaluation

class Foo {
  @service someService;

  @tracked someProp = this.someService.serviceProp;
}

Assume Foo gets created by a container lookup or get manually called
setOwner on.

Intuitively I would expect the above code to work.

BarryThePenguin
BarryThePenguin commented Mar 12, 2020

Looking at #9009 there are a lot of great changes

  • replacing ember-cli-eslint with plain old eslint
  • running commands in parallel
  • a nice convention of lint:* and test:* npm scripts

Great work all round 🎉

I looked at adopting this approach in our projects. We're not using travis for CI, so that's one difference.. but we do run npm test (technically yarn test) in CI, which

efx
efx commented Dec 6, 2019

The ember-data core team and contributors would like to modernize the API documentation by EmberConf 2020. Modernizing entails writing a package overview, revising inline documentation and auditing code snippets for accuracy. I broke the sections of this quest issue out by logical aspects of ember-data's API. Each section will list individual tasks.

[History](https://github.com/emberjs/data/i

remiuz
remiuz commented May 8, 2019

We've integrated ember-simple-auth to our application. Following, the documentation, we load the user from the sessionAuthenticated callback :

// app/routes/application.js
import Ember from 'ember';
import ApplicationRouteMixin from 'ember-simple-auth/mixins/application-route-mixin';

const { service } = Ember.inject;

export default Ember.Route.extend(ApplicationRouteMixin
bantic
bantic commented Jul 22, 2019

When developing locally, there are many YUIDoc warnings that say "Missing item type", like so:

WARNING:  ember-table/-private/utils/array.js:4: Missing item type
Genericizes `objectAt` so it can be run against a normal array or an Ember array
WARNING:  ember-table/-private/utils/array.js:32: Missing item type
Cycle shift an internal [start..end] to [start + 1...end, start].
WARNING:  e
offirgolan
offirgolan commented May 23, 2016

I believe its time for a demo page / docs overhaul. A lot of issues have been opening up because of either lack of documentation or it just being confusing. This issue has been opened to track what needs to be changes / added.

  • General cleanup (spelling / grammar mistakes)
  • Add some better examples
  • Add note on testing (i.e. needs: ['validator:presence'])
  • Maybe restructu

Created by Yehuda Katz

Released December 8, 2011

Organization
emberjs
Website
www.emberjs.com
Wikipedia
Wikipedia
You can’t perform that action at this time.