Aleksi Pekkala

Results 50 comments of Aleksi Pekkala

Thanks! I picked this commit into another PR since the change also included upgrading deps and updating tests. Published in https://github.com/epiphone/class-validator-jsonschema/releases/tag/v5.0.0.

@folke any chance you could bump the version? :pray: **edit**: for other people looking to upgrade Jest, [@swc/jest](https://github.com/swc-project/pkgs/tree/main/packages/jest) works great with the latest Jest version.

Released in https://github.com/epiphone/class-validator-jsonschema/releases/tag/v5.0.1. Thank you for the contribution!

Thank you, looks great!

@macrakis my use case is a large index of user-submitted names where most names are short (

Yeah the setup is admittedly a bit convoluted! The way it works is something like this: 1. In the initial CI run there's no backend service, so the `K8S_BACKEND_SERVICE_NAME` environment...

On NodeJS the following workaround might work: ```ts opensearch.search(searchParams, { querystring: { cancel_after_time_interval: '2s' }}); ```

Is this solved by [passing in a custom HTTP(S) agent](https://github.com/node-fetch/node-fetch#custom-agent)? You can [specify](https://nodejs.org/api/http.html#http_new_agent_options) `keepAlive: true` and `maxSockets` if necessary.

This also helps to shed lodash dependencies; would be great to merge :pray:

Opened https://github.com/parse-community/node-apn/pull/159, thanks!