Ryan Kotzen

Results 7 comments of Ryan Kotzen
trafficstars

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...

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",` : ![image](https://github.com/DataDog/dd-trace-js/assets/8137674/a81f4737-df63-4666-b2e6-96d807aa7768) 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...