-
Updated
Jan 17, 2022 - JavaScript
emberjs
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 850 public repositories matching this topic...
-
Updated
May 28, 2022 - JavaScript
-
Updated
May 16, 2022 - JavaScript
Relevant conversation here: hjdivad/ember-m3#807
-
Updated
Mar 7, 2022 - TypeScript
-
Updated
May 20, 2019 - JavaScript
Which package(s) does this problem pertain to?
- Other
(Your bug form doesn't include @types/ember__destroyable)
What are instructions we can follow to reproduce the issue?
Create a new Ember app with ember 4.1, add ember-cli-typescript in
in v1 if a sortable-item specified a selector for the dragElement, and no such element existed, the item would be unsortable.
in v3 these items become sortable by dragging the main element.
-
Updated
May 27, 2022 - JavaScript
We are no longer using the ember slack. Bonus points for notifying a bot on Discord.
-
Updated
May 16, 2022 - JavaScript
-
Updated
Feb 18, 2022 - JavaScript
Hi, there. I have an addon which uses and extends ember-modal-dialog . However, when running tests of our addon, the test suddenly fail after adding ember-cli-addon-docs. Specifically, the dialog no longer inserts its overlay (and our tests verify this). This appears to be due to the fact that ember-cli-addon-docs extends the default dialog in this file: `addon/components/modal-dialog/compon
- http://hangaroundtheweb.com/2019/10/creating-runtime-assisted-codemods-using-telemetry-helpers/
- http://hangaroundtheweb.com/2020/05/setting-up-coveralls-for-your-ember-addons/
- http://medium.com/@nowims/moving-from-react-to-ember-2020-86e082477d45
- http://www.balinterdi.com/blog/built-in-input-helpers-in-ember-js-when-and-whether-they-should-be-used
- https://0xadada.
-
Updated
Jun 2, 2022 - TypeScript
[Meta] CSS Debugging
Post all of our awesome refactoring, the visualizer and CSS debugger are largely broken. I figure this is a good time to revisit them and want to lay out a couple of things we should list as common traps.
Original Implementation Issue: html-next/smoke-and-mirrors#59
Original Implementation: https://github.com/runspired/smoke-and-mirrors/blob/feat/virtualizati
-
Updated
Jun 1, 2022 - JavaScript
-
Task is to move the
What tools can help me ?section here, https://guides.emberjs.com/release/testing/ to a new section in theTesting.

-
Create a new page in
TestingnamedAdditional Testing Toolsand move the above-mentioned content from theIntroductionto that new pag
-
Updated
May 4, 2022 - JavaScript
-
Updated
Apr 5, 2020
-
Updated
Feb 14, 2022 - JavaScript
Created by Yehuda Katz
Released December 8, 2011
- Organization
- emberjs
- Website
- www.emberjs.com
- Wikipedia
- Wikipedia
We really should be appending the DOM nodes into
#qunit-fixtureespecially for things that require running the browsers HTML parser.