eddie-atkinson

Results 27 comments of eddie-atkinson

+1 I am also experiencing this issue. Not sure what the remedy is?

Thanks, @jurasofish. Apologies for the pickle, should have just made a simpler network

My team and I have recently switched to using Node18 in production. It would be great to get support for OTel so we can get more observability in our stack.

Has there been any movement on this? My Dev stack accumulated 144 undeleted images within a few days of people pushing test images. This involves quite significant costs which the...

Just to add some colour to this issue I think the problem (or at least one of them) is coming from the dependency on [ajv](https://github.com/ajv-validator/ajv/issues/2318) for validation. Running the repro...

Hi @gadicc, Thank you for taking the time to give a detailed response. > The flow is actually: a) typescript interfaces for all the APIs, b) typescript interfaces -> json...

So I've been playing around with this locally using the version of the code on `devel`. I got it working, but had to tweak `yahoo-finance2` itself in a few places:...

Hi @gadicc, I've opened a PR for the issues I call out above. Thank you once again for your thoughtful response and in-depth feedback. > Actually it looks like URLSearchParams...

> if you feel like playing around a bit and reporting back that would be absolutely amazing! I'll have a poke around this week and see if I can make...

Hey @gadicc I've had a bit of a play and put up a draft PR: https://github.com/gadicc/node-yahoo-finance2/pull/772 It seems like typebox can support the coercion logic that we currently have and...