Skip to content
ember logo

Ember

Ember is a JavaScript framework based on a MVVM (model-view-view-model) 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,105 public repositories matching this topic...

storybook
Ghost
rishabhgrg
rishabhgrg commented Oct 8, 2019

Issue Summary

Bookmark card has few minor issues atm as listed below -

  • Better error message handling: Currently bookmark card fails with Unable to parse URL error in case of all failures including insufficient metadata available. We should differentiate between "unable to parse" and "page has insufficient metadata" cases and show appropriate error message to avoid confusion (ref: ht
Turbo87
Turbo87 commented Mar 18, 2019

Modernization

As NODE 6 will be dropped soon, we would like to take this opportunity to upgrade the code-base to modern features, such as native promises and async/await.

Porting the code base to Native Promises, and async-await syntax will provide us with:

  • better promise based async callstacks (in Node 12) and overall better debugging.

To accomplish this, we should (when possibl

st-h
st-h commented Jul 20, 2019

I was thinking about improving security when making use of the cookie store and was wondering if we could make use of HttpOnly cookies when using ember-simple-auth, and it seems that it actually is possible.

But to provide a little background first, this is what the owasp session management cheatsheet contains

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
anulman
anulman commented Dec 6, 2017

Per @ibrahimab's note on #324, e-electron docs are useful but do not do a great job indicating where to look upstream for valid config options / debug support.

We should take a look at documentation and make sure at least the following are covered:

README.md

  • Quickstart
  • What is electron-forge?
  • Basic info re devtron

Docs dir (+ site?)

  • Per-command documentation
  • Common
juggy
juggy commented Oct 3, 2019

The scrollable content is missing for ember-bootstrap's modal (normal or simple). In fact it seems there is no way to set classes on the dialog div itself (where the class modal-dialog is applied).

There is an option for centered, the same option should be available for scrollable.

You can use the size property and set it to lg modal-dialog-scrollable as a workaround, but that i

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
You can’t perform that action at this time.