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,344 public repositories matching this topic...
Issue Summary
When setting up a dev env on windows, yarn setup fails
[2021-12-21 15:45:01] INFO Relation: User to Role
[2021-12-21 15:45:01] INFO Finished database init!
Running "symlink:githooks" (symlink) task
-
Updated
Jan 7, 2022 - Ruby
-
Updated
Jan 7, 2022 - JavaScript
-
Updated
Jun 12, 2021 - JavaScript
-
Updated
Jan 7, 2022 - TypeScript
-
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
Jan 5, 2022 - JavaScript
-
Updated
Dec 14, 2021 - JavaScript
-
Updated
Dec 23, 2021 - JavaScript
-
Updated
Dec 14, 2021 - JavaScript
-
Updated
Nov 25, 2021
Relevant conversation here: hjdivad/ember-m3#807
-
Updated
Dec 21, 2021 - JavaScript
-
Updated
Jan 6, 2022 - JavaScript
-
Updated
Mar 21, 2019 - HTML
-
Updated
Dec 16, 2021 - JavaScript
Breaking docs app is way too easy. See #1700 as a recent example. I think we should add some basic regressions tests. Most of the issues we have seen in the past would have be caught by a test, which simply tries to build the docs app. Maybe running yarn docs:build in CI is good enough as a starter.
-
Updated
Sep 16, 2021 - JavaScript
-
Updated
Jan 1, 2022 - JavaScript
-
Updated
Dec 20, 2021 - TypeScript
-
Updated
Dec 2, 2021 - JavaScript
Created by Yehuda Katz
Released December 8, 2011
- Organization
- emberjs
- Website
- www.emberjs.com
- Wikipedia
- Wikipedia
Describe the bug
In Firefox, the zoom feature uses
transformstyles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that requireposition: fixedwhen in the "Docs" view.Normally a
position: fixedelement's position would correspond to the viewport but in Firefox it corresponds to the element with thetransformstyle.