Anthony Pessy
Anthony Pessy
Hi, The idea of this new method is provide a more efficient way to lookup a single entry when supported by the remote server. I exposed a new `ErrNotSupported` error...
**Describe the bug** I try to access an FTP server and the client fails to detect the available features. The server response looks like this: ``` Tx: "FEAT" Rx: "211-Features:"...
This isn't really an ember-paper bug but I'm creating this issue nonetheless in order to know if/how people worked around the following issue: When focusing the `{{paper-autocomplete}}`, Chrome may propose...
When inside a form, if you select a suggestion using the enter key it will also try to submit the form. The key event shouldn't be bubbled up.
Playing locally with tabs I get this error sometimes: ``` "Error: Assertion Failed: You must use set() to set the `mousedown` property (of ) to `true`. at new EmberError (http://localhost:4200/assets/vendor.js:13637:31)...
Not sure what is the proper way to do it that's why I'm creating an issue instead of a PR but it would be nice to specify a different timeout...
I currently have a little performance issue with a `paper-select` that have ~130 options. Because all options are rendered in DOM it takes ~180ms for the menu to be displayed...
I tried reproducing the first example of this page: http://ember-basic-dropdown.com/docs/dropdown-events Where a placeholder is displayed while the content is loaded. In the case of `paper-menu` I have an issue where,...
### Environment - Ember Version: 3.0.0 - Ember CLI Version: 3.0.0 - Ember CP Validations Version: 4.0-beta ### Steps to Reproduce Not sure if it's an `ember-cp-validations` issue or an...
Using: - [email protected] - [email protected] I'm trying to use `ember template-lint:print-failing` with the following rules: ``` rules: { 'no-bare-strings': true, 'attribute-indentation': false, 'no-inline-styles': false }, ``` And I get lots...