Andrew Ivchenkov
Andrew Ivchenkov
### What steps will reproduce the problem? 1. Add some tasks to the queue. 2. Run `yii queue/listen` and interrupt it by Ctrl+C. ### What's expected? The failed task (since...
### Flameshot Version Flameshot v12.1.0 (-) Compiled with Qt 5.15.5 ### Installation Type Linux, MacOS, or Windows Package manager (apt, pacman, eopkg, choco, brew, ...) ### Operating System type and...
### Versions - nuxt: 2.15.8 - node: v16.10.0 ### Steps to reproduce ```yarn create nuxt-app my-app``` ### What is Expected? A new project is created ### What is actually happening?...
PHP 7.1 - 7.4 are not supported by php core developers. PHP 8.0 will stop to be supported in November 2023. I suggest to drop support for all < 8.1...
Currently `\Manticoresearch\Transport\PhpHttp` uses classes from 'php-http/discovery' package but this package is not required in composer.json. Therefore, users who don't have already installed 'php-http/discovery' (besides, the version we support) in their...
I have an idea. We can mark all classes which should not used by users as `@internal` (https://docs.phpdoc.org/2.9/references/phpdoc/tags/internal.html) and make a new patch release. After that, we will be able...
`ReferenceRepository` depends on `ObjectManager` interface: https://github.com/doctrine/data-fixtures/blob/4892c74dd04a3ec7404b9586272d722325905c58/src/ReferenceRepository.php#L67 But futher in code `getUnitOfWork` method is called: https://github.com/doctrine/data-fixtures/blob/4892c74dd04a3ec7404b9586272d722325905c58/src/ReferenceRepository.php#L127 `\Doctrine\Persistence\ObjectManager` interface doesn't contain this method. But `\Doctrine\ORM\EntityManagerInterface` contains. Could you tell me, why there...
В объектах `PortfolioPosition` возвращаемых методом `GetPortfolio` отсутсвует `instrument_uid`. ```go response, err := client.NewOperationsServiceClient().GetPortfolio(accountId, investapi.PortfolioRequest_RUB) if err != nil { return nil, err } for _, p := range response.GetPositions() {...