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,353 public repositories matching this topic...
Issue Summary
The asset helper does not work with svg images using # because it adds a query param.
Steps to Reproduce
<svg class="icon icon__primary quote__line">
<use xlink:href="{{asset "images/solid.svg#minus"}}"></use>
</svg>
Using this does not show the svg images it renders to:
xlink:href="/assets/images/solid.svg#minus?v=094ca0c660"
When I remov
-
Updated
Feb 6, 2022 - Ruby
-
Updated
Feb 6, 2022 - JavaScript
-
Updated
Jun 12, 2021 - JavaScript
-
Updated
Feb 4, 2022 - TypeScript
-
Updated
Jan 27, 2022 - 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
Feb 4, 2022 - JavaScript
-
Updated
Jan 26, 2022 - JavaScript
-
Updated
Jan 28, 2022 - JavaScript
-
Updated
Jan 27, 2022 - JavaScript
-
Updated
Nov 25, 2021
Relevant conversation here: hjdivad/ember-m3#807
-
Updated
Jan 24, 2022 - JavaScript
-
Updated
Feb 3, 2022 - JavaScript
-
Updated
Mar 21, 2019 - HTML
-
Updated
Feb 5, 2022 - JavaScript
We seem to miss test coverage for some arguments supported by <BsModal>. I only had a very brief look but it seems to miss tests for at least the following arguments:
@size@centered@scrollable
-
Updated
Sep 16, 2021 - JavaScript
-
Updated
Feb 1, 2022 - JavaScript
-
Updated
Jan 14, 2022 - TypeScript
-
Updated
Jan 13, 2022 - 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.