David Luecke

Results 292 comments of David Luecke

If nobody else is interested in contributing, another option would be for a business to adopt this module through a gold sponsorship at https://github.com/sponsors/daffl for continued maintenance and to get...

Reopening since this came up before and it's not a big deal adding it to the generate validators file.

You can move the existing or add a new `schemaHooks.resolveData` hook to wherever you need it (e.g. before `schemaHooks.validateData`).

I had a quick look and this look great, thank you for doing that. My initial questions would be: - Can we use the build script from `@feathersjs/hooks` to build...

Can you confirm that you are using the latest `socket.io-client` and the same version of `@feathersjs/feathers` and `@feathersjs/socketio-client` on the client? In v4 and later timeouts only happen when you...

This is actually a good idea now that we started to figure out how to get references working in #2993. We can't query `$ref` objects directly with the query syntax...

The problem is that there isn't a way to get types for it since TypeScript doesn't support statically typed composite key indexes. It might be possible with a static array...

Unfortunately it turns out this still won't get us static type inference. Even if the nested properties and string keys are known, there is no way to access them statically...

If you upgrade to the latest version you should no longer see that error.

This sounds like some kind of ES module import error but it is hard to tell without seeing your `app` file.