Jindřich Bär
Jindřich Bär
### Which package is this bug report for? If unsure which one to select, leave blank @crawlee/core ### Issue description `gzip` is not able to unzip some sitemaps properly (and...
Allows to opt-out from the new `iframe` expansion feature in `parseWithCheerio` from https://github.com/apify/crawlee/commit/328d08598807782b3712bd543e394fe9a000a85d
The `URL.username` and `URL.password` properties are URL encoded (not noticeable unless you try to pass special characters like `%` or `$` in there). The proxy expects the `Basic` authentication header...
Running `apify-cli push` on a project with root `actor.json` file results in an error:  The file is still renamed, and the Actor is made on Platform, but the build...
Following the changes from https://github.com/apify/docs-search-modal/pull/12, this PR bumps Docusaurus and React versions in both the main docs project and the `@apify/docs-theme` package. Before undrafting, we need to ensure all the...
https://github.com/apify/apify-actor-docker/pull/164/ adds a new Apify-managed Docker image with preinstalled Camoufox. This is more space-efficient than the currently used Chrome base image with Camoufox additionally installed. We should switch the base...
### Describe the bug: Opening multiple pages concurrently makes Camoufox seemingly freeze. Likely happening somewhere in the browser binary, as we're getting the same issue with `camoufox-js` (originally reported by...
A response with enabled decompression is a prototype-child of a `PassThrough` stream, but without the decompression, it's Node's `IncomingMessage`. This happens here in `got`: https://github.com/sindresorhus/got/blob/3034c2fdcebdff94907a6e015a8b154e851fc343/source/core/index.ts#L655 ### Why is it a...
### Which package is the feature request for? If unsure which one to select, leave blank None ### Feature The e2e tests in this project are relatively flaky, partially because...