Paso
Paso
bimg panics when using certain combination of options. The following code works when changing Trim to false OR when changing Gravity to GravitySmart OR when switching Crop to true, but...
Don't detect component as visible when it or parent has display:none
Set placeholder width to real component size after render when using unmountIfInvisible. This solves the problem of items jumping around when scrolling. Usefull for when parent component rendering LazyLoad doesn't...
**Plugin(s):** authentication **Platform(s):** android **Current behavior:** Linting the android project in CI environment fails when using the facebook provider because of missing dependency. ``` $ ./gradlew app:lint > Task :app:lintDebug...
I use analytics.js with some custom plugins that validate and transform the payload. Using Sentry I can see that some of my users throw errors from my plugins when they...
The newest release binary v1.0.4 is called .tgz like the previous ones but the file format is not tar+gz. I could extract it by first using "unzip" and then "tar...
Creating a schema with methods as in [instructions from mongoose](https://mongoosejs.com/docs/typescript/statics-and-methods.html) and the [README](https://github.com/dsanel/mongoose-delete#typescript-support) doesn't work. ``` import { Schema } from 'mongoose'; import mongoose_delete, { SoftDeleteDocument, SoftDeleteModel } from 'mongoose-delete';...
The count method is removed in mongoose 8 making the `SoftDeleteModel` references in `countDeleted: this["count"]` and `countWithDeleted: this["count"];` invalid.
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...