Jan Buchar
Jan Buchar
Hi @Telomelonia, thanks for the snippet, but the transformation between the template formats will be significantly more complex. Also resolving this is not very high on our priority list, so...
> TBH I don't see much value in the helper function on the context just for getting the instance of KVS, when I can use just `KeyValueStore.open(...)`, but I believe...
@thaya-rk perfect, feel free to ask for guidance should you need it :slightly_smiling_face:
Made this a draft, I'll try to update this so that it works with workflow_dispatch
@vdusek @B4nan I haven't run this yet, I imagine there will be quite some hotfixing. Also version bumps are still quite spaghettific.
> It'd be great to have [Check PR title](https://github.com/apify/crawlee/blob/master/.github/workflows/check-pr-title.yml) workflow here as well. Sure, added.
I remember me and @tobice as well being confused by the "set status message" method being a part of the `StorageClient` - it has nothing to do with storage, except...
Hello @HJK181 and thanks for reporting this! It is indeed possible for Crawlee to behave like this - the request handler does not get interrupted when it reaches a timeout,...
Hello, and thank you for your interest in Crawlee! I assume (correct me if I'm wrong) that you need to perform additional HTTP requests on each page you visit. Would...
You can actually do this with `BasicCrawlingContext` as well, it also provides the `send_request` helper, and the response is returned from that. Do not confuse this with `context.http_response` which is...