ilyazub

Results 80 comments of ilyazub

> too few free trials, too expensive Thanks for your work, @hwchase17! Let me know if you need SerpApi search credits for research and development.

Thanks for raising this issue! From what I remember, an extra FIFO was needed to catch `errors outside of examples`: https://github.com/serpapi/turbo_tests/pull/10. If it'll work with `stdout` instead of `tmp/test-pipes`, let's...

`ruby/mspec` doesn't use FIFO too (ref: https://github.com/ruby/mspec/blob/b23f052a8d262ebd442e60e23d468ed82852f3d8/lib/mspec/runner/parallel.rb#L76-L97) I'll explore that.

Hi @proofrating, What is missing in the [`https://api.trustpilot.com/v1/reviews/latest`](https://developers.trustpilot.com/service-reviews-api#get-latest-reviews-by-language) endpoint of Trustpilot API?

Customer's example contains multiple locations and dates which SerpApi doesn't support yet.

This feature was requested by our YouTube viewer. ![image](https://github.com/serpapi/public-roadmap/assets/282605/d95263a5-1d72-4341-9545-5393a956eb49) (ref: https://www.youtube.com/watch?v=i8icCFHx9v8&lc=Ugw6s5v0c0hLqfR_x594AaABAg)

@Maaarcocr wdyt about shipping the gem with pre-compiled binaries?

@JuanVqz @etagwerker what do you think about a benchmark for `String#count` vs `String#lines.count` vs `String#each_line.count`?

It doesn't depend on Rails (https://github.com/ruby/ruby/pull/4001#issuecomment-1715783493). I updated the benchmark code to work with the plain Ruby.

@JuanVqz I updated the benchmark code above to work with the plain Ruby. What do you think?