Martin Adámek

Results 57 issues of Martin Adámek

One more finding, after the upgrade, only the next version for API docs is rendering links between the symbols correctly, none of the versioned snapshots work. I had to [downgrade](https://github.com/apify/crawlee/commit/5033339fe9d749138443d9890d22383e7d3d4a24?w=1)...

We have this `apify` SDK package which extends some classes from another package (`crawlee`). One example is the `KeyValueStore` class, [exported from crawlee](https://github.com/apify/crawlee/blob/master/packages/core/src/storages/key_value_store.ts), which is extended in the SDK -...

### Which package is this bug report for? If unsure which one to select, leave blank @crawlee/basic (BasicCrawler) ### Issue description Crawlee - CheerioCrawler crashes with uncaught exception. This looks...

bug
t-tooling

Currently, the input schema is ignored locally, and to respect the defaults inside it, you need to use the Apify CLI to run the actor, which creates the INPUT.json file...

tech roadmap
t-tooling

After the vitest refactor, sometimes the CI fails with the following error: ``` ⎯⎯⎯⎯⎯⎯ Unhandled Errors ⎯⎯⎯⎯⎯⎯ Vitest caught 1 unhandled error during the test run. This might cause false...

infrastructure
t-tooling

Since the SDK depends on crawlee, users might configure their dependencies so those two don't fit each other, which ends up with multiple `@crawlee/core` installs, which in turn might cause...

enhancement
t-tooling

Hello from the crawlee team! Just a small suggestion, I was taking a peek at the code and saw you do this to create a data bundle at the end....

Implement experimental support for adaptive crawling on top of playwright crawler.

Epic
product roadmap
t-tooling

Currently, this repository (as most of the non-monorepo repositories) uses the following semi-automatic approach for releasing: - package.json contains the version of the next release - dev versions only add...

tech roadmap
t-tooling