ypicard
ypicard
This would be fantastic.
Hey, just checking in if you have any news on this. Thanks!
I am noticing the same behavior.
Did you try reading the [Typescript instructions](https://github.com/aravindnc/mongoose-paginate-v2#typescript) ? You seem to be using the wrong arguments to your model definition.
The documentation can be improved indeed. Try the following: ``` import { PaginateModel } from 'mongoose'; ```
Any news @TOLDINS ? Can we close this?
You should not install `@types/mongoose-paginate-v2` as they are for older versions of this package. It should work out of the box by following the README instructions. Could you provide additional...
Ah yes, this depends if you are using ESM or CJS syntax. Glad it worked out for you!
Hi, I just opened this issue (https://github.com/nipreps/fmriprep/issues/2823) and I think our problems may be related. Did you solve this? Do you have any logs that could be interesting?
On our side, processing multi-echo scans works without any problems when non multi-echo scans that were being processed successfully in version 20.0.2 breaks.