Katie Gengler

Results 49 issues of Katie Gengler

package.json supports shortcut syntax for the repository field (https://docs.npmjs.com/files/package.json#repository) `orgname/reponame` is very common

enhancement
good first issue

The repository link is missing from npm (and emberobserver), possibly due to the workspaces setup.

The file in question includes a native class but the export is a traditional component.

Bug

Components ending in `-test` also trigger this rule, I imagine other files would as well. For example `app/components/student-test.js`

Bug

Documentation indicates that `dependentKeyCompat` should take a function, similar to `computed` https://github.com/emberjs/ember.js/blob/5ec7e245235d1b915e3c622e98ae5a36d4a41a64/packages/%40ember/object/compat.ts#L75-L105 If I follow the example exactly, I trigger the assertion here https://github.com/emberjs/ember.js/blob/5ec7e245235d1b915e3c622e98ae5a36d4a41a64/packages/%40ember/object/compat.ts#L179-L182 Passing an object works: ```js fullName:...

Some years ago [ember-cli-preprocess-registry](https://github.com/ember-cli/ember-cli-preprocess-registry) had a v4.0 including various updates and a [few breaking changes including removing the built-in default minifyCSS plugin](https://github.com/ember-cli/ember-cli-preprocess-registry/pull/22). Unfortunately, it was determined that because of the...

Documenting some of the things that need to be done before v2 spec is the default for new addons, from a discussion with @ef4: - [ ] prepublish tool that...

addons

Newly added latest (4.5.0) to an existing application, running `ember-template-lint .` displays no output. Downgraded to 3.16.0, tried `ember-template-lint .` and was told I had a missing config file. Added...

bug

``` {{#power-select search=(perform searchThings) selected=selectedResult placeholder="Enter the thing..." loadingMessage="Searching..." onchange=(perform selectThing) as |fooResult|}} {{fooResult.attributes.thing-desc}} {{/power-select}} ``` transformed to: ``` ```

bug

``` {{foo-bar "placeholder="Choose a \"thing\"..."}} ``` was rewritten to ``` ```

bug