David Luecke
David Luecke
I'm not sure if we can add the pagination options to the main interface - I believe that's the error that is happening since any service interface implementor now expects...
This is actually something I've been talking with @marshallswain about as well. As we all discussed before it seems that bundling everything together for v5 was a little overambitious so...
I'd be open to this if the tests all pass, it run faster and supports a watch mode where it runs a package test suite on code changes. Personally I...
I started using Vitest in another project and it is indeed working quite nicely and was the only test runner that worked with ES modules out of the box so...
Does `import { default as authenticationClient } from '@feathersjs/authentication-client'` work?
Thank you for putting this together. Here are some of my initial thoughts/questions: - To me things like `/files/123/upload` and `/tasks/summary` are semantically their own services. They already allow to...
Thank you! I think we should move this to the validators documentation at https://feathersjs.com/api/schema/validators.html but then we can merge.
Well this doesn't seem to be working at all. Even just migrating the CLI to ES modules (starting with https://github.com/feathersjs/feathers/pull/3386) caused a whole rats tail of weird and unexpected issues.
I don't think the service currently handles POST callbacks. It may have to be split into two separate services for this to work.
I don't know what would've changed here. Whatever it is, it looks like the tests in https://github.com/feathersjs/feathers/blob/dove/packages/mongodb/test/converters.test.ts#L41 didn't catch it.