Matvey Alekseev

Results 11 issues of Matvey Alekseev

Hello, can you tell me how to avoid this: ``` 2022-05-31T21:19:57+00:00 [info] User Deprecated: Method "IteratorAggregate::getIterator()" might add "\Traversable" as a native return type declaration in the future. Do the...

Hello! Can not install bundle on symfony 6... any ideas? ``` Updating dependencies Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json...

Hello! I've got warnings when start cluster with `concurrency` as `CONCURRENCY_BROWSER` ... ``` (node:12796) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 exit listeners added to [process]. Use emitter.setMaxListeners() to increase...

This will be useful for pages with dynamic content, timeout management should be implemented inside the task.

It would be nice to add namespaces at the group level, like this: ```yaml tagGroups: - name: 'User' tags: - 'Entity' - 'Reports' - name: 'Common' tags: - 'Reports' ```...

Wrong `PaginateResult` interface or implementation ```ts interface PaginateResult { docs: T[]; totalDocs: number; limit: number; hasPrevPage: boolean; hasNextPage: boolean; page?: number | undefined; totalPages: number; offset: number; prevPage?: number |...

`InputMediaDocument` in `sendMediaGroup` is unavailable, please fix that. https://core.telegram.org/bots/api#inputmediadocument

Judging by this update https://core.telegram.org/bots/api-changelog#december-29-2023 everything should work with `reply_parameters`, however: `telegram.sendMediaGroup.reply_parameters` not working but❗ `reply_to_message_id` still fine! ```ts this.bot.telegram.sendMediaGroup( this.bot.chatId, form.files.map((file) => ({ type: 'document', media: { source: file.buffer,...

### Package name payload-openapi ### What happened? with fresh payloadcms install (2.0.0) ``` warning " > [email protected]" has incorrect peer dependency "payload@^1.6.22". warning "payload-swagger > [email protected]" has incorrect peer dependency...

bug

### Link to reproduction _No response_ ### Describe the Bug Wrong placeholder on related search ![image](https://github.com/payloadcms/payload/assets/64251479/7b3e2033-6b0d-4922-a92f-5fc82d6f4c94) ![image](https://github.com/payloadcms/payload/assets/64251479/1c97e480-54c8-418f-9de8-54a9936ebd8b) Expected placeholder: > Serach by `Name`, `Type` Or `File Name` ### To Reproduce...

status: needs-triage
stale
v2