Martin Adámek

Results 57 issues of Martin Adámek

**Describe the bug** When first async storage method is invoked, the default storages are automatically purged. If there are more racing promises (e.g. via `Promise.all`) doing this, there is a...

bug

**Describe the feature** Add a list of error messages and count of how much they occurred in the `Statistics` object. Let's start with storing 100 messages, trimming to the first...

feature

### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-issues). ### Prerequisites - [X] I'm using the latest version of Docusaurus....

feature

The h1 heading in changelog is rendered twice. I believe you are removing it dynamically somehow, as with different site it works, but for https://crawlee.dev/ it does not. I was...

When browsing non-latest version, we have this box with a link to the latest version, but its not working for a single package sites apparently, as it points to the...

With `excludeExternals: false` we can get external symbols rendered in the docs. The code links (link to the code definition) are broken for such. Example: https://crawlee.dev/api/next/core#log Link goes to: https://undefined/apify/crawlee/blob/master/node_modules/@apify/log/index.d.ts#L8...

Original idea coming from this tweet: https://twitter.com/MikroOrm/status/1568534840370237441 ## Prerequisities - [ ] generate simple repositories next to the entities (in separate files, linking them via `EntityRepositoryType` symbol) - [ ]...

enhancement

When one calls `app.close()`, it should automatically call `orm.close()` too. This means we need to hook into `onApplicationShutdown` and call the `orm.close()` there. https://docs.nestjs.com/fundamentals/lifecycle-events#application-shutdown

Another issue we encountered that holds us from updating, with versioning, the next version (so the snapshot of the current master branch) is not rendered at all and results in...