Martin Adámek
Martin Adámek
I have `APIFY_PROXY_PASSWORD` in my env, and the SDK simply reads that, I've been using that for years. It's an env var, not a file, right? What am I missing?
The suggestion here is about the production dockerfile usage, not about how users do anything, just a perf optimization for production deployment.
Regarding the `checkAccess`, I ended up adding this to the templates explicitly set to true with a comment: ```ts // For short runs, you might want to disable the `checkAccess`...
Anonther candidate for Richard
Every crawler has `parseWithCheerio` helper, including `HttpCrawler`. Note that I dont see many opportunities to reduce dependencies, only thing I can imagine is bundling in the actual project, not much...
I think this is also caused by the redoc decorator: https://github.com/apify/apify-docs/blob/master/.redocly.yaml#L29 I am planning to rework how it works. Instead of the decorator, we could just patch the openapi plugin...
The public markdown pages are rendered, we don't serve the source files directly (those would have front matter and their file names might not match the actual URL). I am...
Technically, those can differ for each project, the source of truth is in those projects, e.g. https://github.com/apify/apify-sdk-js/blob/master/packages/apify/package.json#L5-L7 e.g. the CLI requires a newer node as opposed to the rest
This is a know issue (#2917), basic crawler has no notion of a session or proxy.
Hmm, maybe I misunderstood what you are reporting. Which is quite normal, given there is no reproduction. Please provide one so its clear what you are doing.