Andrew Kirwin

Results 45 issues of Andrew Kirwin

How can one validate a field _only if it's present_? Currently, If a value is null or undefined, validation [always passes](https://github.com/kripod/bookshelf-validate/blob/master/lib/index.js#L15). My use case is allowing null values for postcodes,...

Related: https://github.com/kimroen/ember-cli-autoprefixer/issues/47 Here is an [example repo](https://github.com/amk221/-ember-cli-autoprefixer/commit/0d40b0e0cafdebd7d5878d848d4bb898059a77d9). The repo has no `.browserslistrc`, therefore, according to `ember-cli-autoprefixer`'s README, the browser list defined in `targets.js` will be used. The example app contains...

Curious what the thinking is on this? thanks for any info _edit_: currently I don't think it works

When removing a record, the count goes down in the inspector, but the deleted record is still displayed. https://youtu.be/pKzPLWjFMn8 Inspector: 1.9.1 Ember : 2.0.2 Ember Data : 2.0.0-beta.2 jQuery :...

bug
good first issue
ember-data

Any chance the changelog could be brought up to date? It's hard to grok what has changed between v1 / v2 and how to ugprade.

> What is the problem you're trying to solve? I would like to inform developers better when their code fails linting. Currently, I can provide a custom message but: 1....

status: ready to implement
type: enhancement
help wanted

Steps to re-create 1. Visit the dragula [demo site](https://bevacqua.github.io/dragula/) 2. Open the Chrome inspector 3. Switch to a mobile device emulator 3. Drag something 4. See console message ![Screen Recording...

bug

I'm not aware of how `eslint-plugin-ember` works internally, but I think it needs to be more intelligent in terms of how it determines _what_ it is linting (specifically with regards...

Bug

...I tried to write a failing test, but the above code passed :/

Bug

### Reproduction Github repository with failing test: https://github.com/amk221/-ember-willdestroy-promiseproxy/blob/main/app/components/my-component.js#L9 ### Description When a component is destroyed, this error happens (in the _test suite only_). `Attempted to call store.adapterFor(), but the store...