Martin Adámek

Results 57 issues of Martin Adámek

Currently the packages are ordered alphabetically, which often results in not so good UX, as often the very first package will be some small CLI package that is not really...

Currently a `@default` jsdoc tag is rendered this way: Could we maybe do something like `maxRequestRetries?: number = 3` instead?

Currently breakcrumbs just show the nesting, but are not clickable. While its understandable that we dont have any page for "Classes" or "Functions", we definitely can have a link for...

Currently if the reference is not valid, it will be silently rendered as a regular text. Would be great to respect the docusaurus link validation hooks - [onBrokenLinks](https://docusaurus.io/docs/api/docusaurus-config#onbrokenlinks) and [onBrokenMarkdownLinks](https://docusaurus.io/docs/api/docusaurus-config#onbrokenmarkdownlinks)....

**Is your feature request related to a problem? Please describe.** Currently we use text columns with check constraints instead of native enums. **Describe the solution you'd like** While using native...

enhancement
help wanted

Allows to keep the crawler running even when the queue is empty. Use `crawler.teardown()` to stop it. Closes #1436

**Describe the feature** Sometimes we want to keep the crawler alive even if the request queue is empty. Current workaround is to override the `isFinishedFunction` of `AutoscaledPool`

feature