Alexander R.

Results 10 comments of Alexander R.

I assume this PR should fix it :/ https://github.com/chaijs/deep-eql/pull/86

In our case, we did downgrade to the version 2.1.1, otherwise we have missing tracing breakdown. Not sure if I need open another issue here. As I see, many people...

@arigon @karmi I have another case where I need the Search API to work with POST. We use 3rd party service for storing logs. They have some sort of proxy...

@karmi Thas's exactly what I'm doing now. ` api := req.Context().Value("api").(string) if api == "search" { req.Method = "POST" }` It's just would be nice to have it in the...

Hi there. Any plans to fix it? ETA? Should we fork and temporary fix the stuff until the official fix will be released?

Thanks for the answer. Disallowing http/2 usage globally should be good enough. Cannot think about situation when I would like to test both protocols in the same benchmark session. Just...

Understood. Tnx for help. Will try for to fork k6 and implement it for my usage... if it will look good will open PR.

It took me 1 week to research and decide, whether should I get a MacBook Pro 14 Pro or 14 Max. I know Max is faster, but I'm a web...

Actually, I'm benchmarking few days 3 packages in production on real data, with non-trivial raw sql: 1. Prisma 2. node-postgres 3. [Postgres.js](https://github.com/porsager/postgres) 1. Prisma still slowest, but not too much....

@cesco69 Yeah, spent half a day for that. It uses esm, I'm using commonjs on node 20... at the end, finally successfully adopted it. Needed to upgrade to nodejs 22...