Martin Adámek

Results 57 issues of Martin Adámek

The code is still quite messy. Needs a refactoring (should be a separate PR) - the `context.response` is expected to be `IncomingMessage`, however that isn't right with Got ideology. Got...

```ts const authors = await em.createQueryBuilder(Author, 'a') .leftJoinAndSelect('a.books', 'b') .leftJoinAndSelect('b.tags', 't') .leftJoinAndSelect('b.pulisher', 'p'); // authors is of type `Loaded[]` ```

TODO: docs, also for the FK defer mode as that is missing too

Related: https://apify.slack.com/archives/C0L33UM7Z/p1715109984834079

adhoc
t-tooling

### Which package is this bug report for? If unsure which one to select, leave blank @crawlee/playwright (PlaywrightCrawler) ### Issue description use `enqueueLinks()` without any parameters in the request handler...

bug
t-tooling

### Feature For PPR actors we need a way to limit the results. PoC: https://github.com/metalwarrior665/max-paid-items-example/blob/master/src/push-data.ts ### Motivation .. ### Ideal solution or implementation, and any additional constraints Respect the `ACTOR_MAX_PAID_DATASET_ITEMS`...

t-tooling

Crawlee projects (both JS and python) are purging default storages automatically (at the framework level), if we detect those, `apify run` shouldn't do anything and let crawlee do the purge....

t-tooling

t-tooling
tested

Looks like there are some small BCs in latest docusaurus, the build fails for every API page with ``` TypeError: internal.useDocsVersion is not a function at VersionBanner (server.bundle.js:278012:419) ``` Initial...