Kyle D.
Kyle D.
## Version 3.13.6 ## Steps to reproduce 1. Create a Changeset (from Ember-Data object in my case) with a nested array: `{ name: "Example, address: { residentIds: ["abc123"] } }`...
Hi, I am setting up ember-template-lint with @babel/core, @babel/eslint-parser, instead of the deprecated ember-cli-eslint and ember-cli-babel libraries. The issue is that "ember-template-lint" executable does not detect this as "no-bare-strings" (as...
Hi, I have 2 applications, **old** and **new**. **Old:** - Running Ember 3.20.2, Ember-Data 3.20.x, and Ember-Changeset 2.2.4 - Ember-Data models are still defined with 'classic' syntax (ie. Model.extend and...
Fairly straightforward - doesn't seem like the addon/yuidoc pays any attention to .gts/.gjs files for generating documentation. Version: 7.0 Ember-cli-addon-docs-yuidoc: 1.0 The only somewhat relevant docs I found were here:...
iOS 13.1 ` "dependencies": { "@angular/animations": "8.2.4", "@angular/common": "8.2.4", "@angular/compiler": "8.2.4", "@angular/core": "8.2.4", "@angular/forms": "8.2.4", "@angular/http": "8.0.0-beta.10", "@angular/platform-browser": "8.2.4", "@angular/platform-browser-dynamic": "8.2.4", "@angular/router": "8.2.4", "@progress-nativechat/nativescript-nativechat": "2.0.4", "kinvey-nativescript-sdk": "4.2.3", "nativescript-accelerometer": "2.0.1", "nativescript-angular":...
I noticed there are quite a few missing options, but I think this is the most important one that is missing. https://intl-tel-input.com/examples/localise-countries.html  Creating...
When disabling the input, and @separateDialCode={{true}}, the dial code input is still focusable/openable/editable. Version: 10.0.0 I was going to submit a fix, but it appears we're quite behind on the...
**Version**: 4.1.2 Example: ``` changeset.set('nested.path', true); changeset.get('nested.path') // true changeset.set('nested.path', undefined); changeset.get('nested.path') // true ``` Possibly related to: https://github.com/adopted-ember-addons/ember-changeset/pull/191
I added some examples of yielding a contextual component with generic types to the "Invokables" typescript guides. As part of this, I broke the "Advanced Signature Techniques" section into two...
--- Output from `ember bootstrap:info`: ``` Npm packages: ember-bootstrap: ~6.3.0 -> 6.3.3 ember-cli: ~5.4.2 -> 5.4.2 bootstrap: ^5.3.0 -> 5.3.3 bootstrap-sass: n/a ember-cli-sass: ^11.0.1 -> 11.0.1 ember-cli-less: n/a Bower packages:...