František Nesveda

Results 12 issues of František Nesveda

The features section on https://crawlee.dev/ has wrong icons on some paragraphs:

documentation

When you're creating an Actor, it's created with the Node.js / Python version that is specified in the Dockerfile in https://github.com/apify/actor-templates/. It would be nice if the user could choose...

t-tooling

Right now, the Playwright version is hardcoded in the Python Docker images and in templates, so whenever Playwright releases a new version, we have to update it manually. We should...

debt
low priority
solutioning
t-tooling
backend

Selenium introduced Selenium Manager, a CLI tool for installing the right browser driver for the right installed version of a browser. We should use it for installing the browser drivers...

debt

We have an endpoint `/acts/ACTOR-ID/validate-input` which is not implemented in the client, we should implement it. It takes the input to validate as POST payload, and optionally a `build` query...

debt
low priority
t-platform
backend

We have some error subclasses like `ApifyApiError` defined in https://github.com/apify/apify-client-python/blob/master/src/apify_client/_errors.py, with the underscore suggesting it's a private submodule. We have them [documented in the docs](https://docs.apify.com/api/client/python/reference/class/ApifyApiError), though, suggesting people should use...

debt
t-tooling

We have an endpoint `/acts/ACTOR-ID/validate-input` which is not implemented in the client, we should implement it. It takes the input to validate as POST payload, and optionally a `build` query...

debt
low priority
t-platform
backend

Write integration tests against production / staging API

low priority
t-platform

Right now, we have some constants duplicated between the `@apify/consts` NPM package and the Python Client and Python SDK. We should look into how to have them defined only in...

t-platform

The [API reference](https://docs.apify.com/api/v2) in the new docs is kinda wonky - it takes a long time to load, the black header blinks through, and the scrolling works weird. It's probably...

t-tooling