Farid Ahamat

Results 2 issues of Farid Ahamat

I'm looking at autoPositionItem(): ``` autoPositionItem(itemComponent) { if (this.getNextPossiblePosition(itemComponent.$item)) { // yada yada } else { itemComponent.notPlaced = true; if (!this.$options.disableWarnings) { console.warn('Can\'t be placed in the bounds of the...

Looking at here, `RepositoryBaseOfT` class: ![image](https://github.com/ardalis/Specification/assets/11820522/d4e0cf3e-acfe-4df2-a19e-e83af1d625f2) Considering that the `SaveChangesAsync` function actually returns something, why does the Update and Delete operation not return that value? This is not really a...