Ember
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,313 public repositories matching this topic...
Our internal, server-side i18n package is deprecated, and so is the use of i18n.t().
Instead we have a new package @tryghost/tpl that does string interpolation and makes refactoring i18n out of the codebase easier.
We have successfully removed i18n.t() from core/frontend, but the rest of the codebase has many many references that need to
-
Updated
Oct 5, 2021 - Ruby
-
Updated
Oct 5, 2021 - JavaScript
-
Updated
Jun 12, 2021 - JavaScript
-
Updated
May 11, 2021 - JavaScript
By default ember-cli updates a number of the "app trees" to be from tests/dummy when developing an addon locally. We do this for app, styles, templates, public, and tests trees (handled inside lib/broccoli/ember-addon.js).
Unfortunately, we do not forward the apps vendor tree to tests/dummy/. This means that our addon's treeForVendor is called, but then subsequently clobbered by the "apps
-
Updated
Oct 5, 2021 - JavaScript
-
Updated
Oct 5, 2021 - JavaScript
-
Updated
Sep 29, 2021 - JavaScript
-
Updated
Sep 24, 2021 - JavaScript
-
Updated
Oct 2, 2020
Is your feature request related to a problem? Please describe.
I understand Ember Inspector is for the development and Debugging phase. And I am of the opinion that, having access to the private (by convention, underscore prefixed) fields/property is a very useful feature when hunting for problems like why a certain computed property based on other field and property have an unexpected value.
-
Updated
Sep 21, 2021 - JavaScript
-
Updated
Oct 5, 2021 - JavaScript
-
Updated
Mar 21, 2019 - HTML
-
Updated
Oct 4, 2021 - JavaScript
It got lost early in some v4 release candidate. Original content could be found here: https://github.com/kaliber5/ember-bootstrap/blob/b711738bba95fd9523e573e5e314f4cf7257f93f/addon/components/base/bs-button.js#L183-L191 It could be used as a starter.
Reported by @rwwagner90 here: kaliber5/ember-bootstrap#1110 (comment)
-
Updated
Sep 16, 2021 - JavaScript
-
Updated
Oct 5, 2021 - JavaScript
-
Updated
Sep 23, 2021 - TypeScript
-
Updated
Sep 21, 2021 - JavaScript
-
Updated
May 20, 2019 - JavaScript
Created by Yehuda Katz
Released December 8, 2011
- Organization
- emberjs
- Website
- www.emberjs.com
- Wikipedia
- Wikipedia
Describe the bug
Some community Storybooks were moved out of the monorepo some time ago. In the README file, the links which refer to them are broken.
To Reproduce