Igor Savin

Results 407 comments of Igor Savin

@JaneJeon yeah, that's the one. ours is replicating ajv behaviour in coercing, zod does its own thing, so you may pick whichever fits your use-case :)

@nickramsbottom instanceof is tricky in JavaScript, it is dependent on classes being from the same realm, see https://stackoverflow.com/questions/68564010/is-it-possible-several-javascript-realms-share-one-single-global-object If you import a library A, and another library B imports a...

@thorhj My apologies, I think I got distracted by something else and never got to it. Could you please check 1.2.0? I think it should help

@mcollina Is it too early to add types? How much breaking API changes are expected in this package in the nearby future?

Thank you! I'll try to finish this in coming days.

I will review, looks like some changes needed in semver bump

@melloware So you are trying to use solr-node-client from the frontend and it used to work? Request is also node-only library, so it is interesting that it used to work....

@melloware undici is significantly (3-4 times) faster than axios, so I prefer using that for BE. FE is not a primary use-case for the lib.