Martin Adámek
Martin Adámek
You might want to move the new components to the theme (https://github.com/apify/apify-docs/tree/master/apify-docs-theme/src/theme), that way you won't have to copy the implementation to all the other repositories.
> You might want to move the new components to the theme ([master/apify-docs-theme/src/theme](https://github.com/apify/apify-docs/tree/master/apify-docs-theme/src/theme?rgh-link-date=2025-08-21T13%3A46%3A18.000Z)), that way you won't have to copy the implementation to all the other repositories. looks like #1803...
> a library may exist to make working with environment-based configuration easier (similar to `pydantic-settings` in Python) > we should reconsider the current configuration priority where environment variables take precedence...
we should revisit this now that we have the `respectRobotsTxtFile` option. but for this to work, we'll likely need to resolve the bugs around `sameDomainDelaySecs` (they might as well be...
> Thanks for reviewing! Each of us ran into a similar build issue when we attempted to rebuild the project with any change in general, with an error related to...
Sounds like a good candidate for Richard
The client has expo backoff, which can end up waiting for minutes. The SDK has no retrying mechanism, it just calls the client. > If I replace Apify SDK calls...
What if you use `Actor.apifyClient` in there? I am having a hard time believing this would be an SDK problem, could be about different params for the client constructor, if...