Ryan Kotzen
Ryan Kotzen
I'm quite swamped at the moment but am open to a PR if you have some time?
Can confirm, setting the version to `v3.3.1` forced the workflow to fail correctly
Just to add to the discussion, I'm using `mongodb` and `json-schema` not `TypeBox` and I'm having trouble figuring out how to query nested properties in my document (not a table...
Thanks a ton, working!
Can confirm that `npm i -D @types/[email protected]` works, the latest version of the types definition has this code: ```import { WrapOptions } from 'retry';``` But the version of `@types/retry` that...
I just got the same issue with `"dd-trace": "^2.12.2",` :  Going to upgrade to the latest version to see if it's fixed, I see I'm far behind
Having the same issue with `validateSchema` `feathers-hooks-common`: 5.0.3 `@feathersjs/feathers`: 4.5.1 Also using `yarn` ``` Conversion of type 'Hook' to type 'Hook' may be a mistake because neither type sufficiently overlaps...