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,136 public repositories matching this topic...
Issue Summary
Bookmark card has few minor issues atm as listed below -
- Better error message handling: Currently bookmark card fails with
Unable to parse URLerror 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
While investigating #18075, I noticed a minor issue, that persists even after the change to WeakMap in #18091, because of the lazy evaluation
class Foo {
@service someService;
@tracked someProp = this.someService.serviceProp;
}Assume Foo gets created by a container lookup or get manually called
setOwner on.
Intuitively I would expect the above code to work.
I'm a sorta newer in this field, so please don't blame for such question..
I'm trying to add this library to my project and don't really undestand why it's not working.
The next is part of my attempts:
<script src="https://unpkg.com/react@16/umd/react.development.js" crossorigin></script>
<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js" crossorigin></script>
</
Looking at #9009 there are a lot of great changes
- replacing
ember-cli-eslintwith plain oldeslint - running commands in parallel
- a nice convention of
lint:*andtest:*npm scripts
Great work all round
I looked at adopting this approach in our projects. We're not using travis for CI, so that's one difference.. but we do run npm test (technically yarn test) in CI, which
-
Updated
Jul 9, 2019 - JavaScript
The ember-data core team and contributors would like to modernize the API documentation by EmberConf 2020. Modernizing entails writing a package overview, revising inline documentation and auditing code snippets for accuracy. I broke the sections of this quest issue out by logical aspects of ember-data's API. Each section will list individual tasks.
[History](https://github.com/emberjs/data/i
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
In #706 ember-cli-addon-docs was updated and the branding color defaulted to ember's orangey-red, and the hero image also changed (Addepar/ember-table#706 (review)).
Fix these up before deploying the docs.
Hi!
I've discovered that logging has changed with the addition of useLogger, but the documentation hasn't been updated to reflect this change.
-
Updated
Mar 31, 2020
https://github.com/facebook/react-devtools and https://github.com/vuejs/vue-devtools have standalone app for use with Safari, mobile, etc. This could be a good way to support cases outside of Chrome and Firefox.
Docs
In the quickstart the first example explains how you can introduce stimulusreflex without any javascript. This seems somewhat magical, it would be nice if it was explained somewhere more clearly how the magic works behind the scenes or what assumptions are being made to make this work.
Referring to this https://docs.stimulusreflex.com/quickstart#call-reflex-methods-on-the-server-wit
Add toggle buttons
Can we please get toggle button groups, similar to what's described here: https://material.io/components/buttons/#toggle-button
They're also called button groups in bootstrap: https://getbootstrap.com/docs/4.4/components/button-group/
In angular material they're button toggles: https://material.angular.io/components/button-toggle/overview
Add testing docs
We should add some docs to let people know to write normal Ember tests and how we would recommend testing the electron parts.
I'm looking for a convention/standard to document components, especially targeting these information:
- arguments
- attributes
- yield
for components, template-only components while supporting for java- and typescript. Primarily focused for glimmer components, yet the js-only approach should also be suitable to be applied to ember components, too.
The idea is, that these conventions can
-
Updated
Mar 21, 2019 - HTML
The issue template for this repo currently says:
Hello!
This isn’t the place for feature requests or bug reports. If that’s what you’ve come here for, please either visit our [public bug tracker](https://github.com/travis-ci/travis-ci/issues) or send us an email at support@travis-ci.org.
Otherwise, go ahead and delete this text :grimacing:
I read this as "this isn't the place
When generating a checkout webUrl through the storefront API - The logo / name of the store on the top left of the checkout page doesn't actually link back to the home page. The "back to cart" option is also not shown. I feel like there should be a way for customers to press a link to atleast go back to the main shopify store (cause then we can atleast redirect back to the main site). I know we pr
When using the test helpers clearSelected or removeMultipleSelect, if the clear/remove buttons are not found using the passed selector, warn is called without all required arguments and throws the following error:
Error: Assertion Failed: When calling warnyou must provide anoptionshash as the third parameter. optionsshould include anid property.
This error is thrown as
It would be extremely valuable, given that we have migrated the docs to utilize gh-pages and they are versioned, that we could merge those into this repo so that we could public apidocs as well.
Thoughts?
Environment
- Mac OS: 10.14.6
- node: 8.16.2
- npm: 6.4.1
1. Test for Ember 2.18
npm install -g ember-cli@2.18
ember new test-ember-2-18
cd test-ember-2-18
ember i ember-bootstrap@3.1.0 ember-angle-bracket-invocation-polyfill@2.0.2
# copied from https://www.ember-bootstrap.com/api/classes/Components.Navbar.html
cat <<EOF > app/templates/application.hbs
<BsNavbar aEnvironment
- Ember Version: n/a
- Ember CLI Version: n/a
- Ember CP Validations Version: n/a
Steps to Reproduce
On the documenation site, try searching for 'checkbox' or 'input'. Nothing happens.
I've just now realized it's because there were no results for 'checkbox' or 'input'. I'm going to leave this issue open because it does feel like the UX around searching the docs is
How about replacing the magic file at app/utils/intl/missing-message.js with a hook on the service?
Something like this:
// ember-intl service
// …
missingTranslation(locale, key, options = {}) {
return `Missing translation for ${key} in ${locale}`;
}
// …That hook could be used both to modify the returned message, e.g. by hooking up a fallback message in a specifi
-
Updated
May 20, 2019 - JavaScript
-
Updated
May 17, 2020 - JavaScript
Created by Yehuda Katz
Released December 8, 2011
- Organization
- emberjs
- Website
- www.emberjs.com
- Wikipedia
- Wikipedia
I tried to follow the initial steps from here: https://www.learnstorybook.com/intro-to-storybook/react/en/get-started/
running:
Then when I ran:
npx -p @storybook/cli sb initI get the error
TypeError: Cannot set property 'storybook' of undefinedThis is the full message in my terminal: