Marek Trunkát
Marek Trunkát
The menu should contain: > Introduction Actors Proxy Storage Integrations Monitoring Collaboration - Schedules will go to actors as they are not so important and do not contain nested pages...
All landing pages have trailing slash, for example `/api/client/js/`. I think that it's fixable by replacing this rewrite: ``` rewrite ^/api/client/js$ /api/client/js/ redirect; ``` with ``` rewrite ^/api/client/js/$ /api/client/js redirect;...
Every code example should be linted (+editorconfig applied) to follow Apify code formatting guidelines. - JS: https://github.com/apify/apify-eslint-config - Not sure what we have for Python - @vdusek?
@mtrunkat commented on [Fri Jun 24 2022](https://github.com/apify/apify-core/issues/6997)
@jancurn commented on [Tue Nov 24 2020](https://github.com/apify/apify-core/issues/587) Cover the most important topics and what people ask on support. Here are few ideas for titles of KB articles, but please let's...
I am opening this ticket to collect feedback on current documentation before we kick off the work on the new one. Feedback from a power customer [[Slack](https://apifier.slack.com/archives/CQ96RHG2U/p1708688202610149)]: > He mentioned...
Currently, we use the menu title from metadata, but that is usually short to fit the menu and misses the contact you have in the menu. So on its own...
Can we change the page titles for SDKs and client pages from e.g. > ActorClient | API | API client for Python | Apify Documentation to > ActorClient | API...
I was trying out https://apify.com/jakub.kopecky/llmstxt-generator Actor, the experience was not great because of the following: ### Timeout The Actor above was started with a timeout of 18,000 seconds, but the...
For objects that have some date and counter properties that are updated very often as, for example: `dataset.modifiedAt` `dataset.itemCount` There might be a delay in between the events when, for...