Martin Adámek

Results 768 comments of Martin Adámek

So you can reproduce this from some template, or by installing crawlee into an empty project? Because the templates are working fine on my end. I believe the browsers are...

Cant we have it on the `@crawlee/playwright` package?

Hmm but in the end, we want this to work with the `crawlee` package too, same for puppeteer. The browsers used to be installed before too, right?

Can we have some env var to skip the downloads in the postinstall script? I'd probably just install them all the time and allow opting out, that was the previous...

When there will be updates, you will see them. https://sindresorhus.com/blog/issue-bumping Note that `sameDomainDelaySecs` is a feature brought by the community, and it apparently introduces some new issues. We simply do...

We'd definitely want to support bun (as well as deno) at some point, but as you already pointed out, it will be mostly about them providing the missing APIs rather...

The error comes from a validation of the requests, so it has to be something about what you are passing to the `crawler.addRequests`. Not sure why are you trying to...

Right, good catch, modified my suggested snippet to remove the quotes.

I see the `unref` issue you created on deno side is now resolved, was that the only problem? FWIW we will most probably switch to native ESM in the next...

~Not reproducible, I doubt we would have such a bug reproducible without anything special - our devs who use crawlee on daily basis would tell us already...~ Actually it is...