Maks

Results 41 issues of Maks

If u want to install varrick without documentation (in Dockerfile for example), you getting the error in this place: https://github.com/ztombol/varrick/blob/master/Makefile#L151 I think step called "Install man pages" needs to be...

Code to reproduce (extension `uv.so` must be enabled): ```php use Amp\Parallel\Worker; use Amp\Promise; $urls = [ 'https://secure.php.net', 'https://amphp.org', 'https://github.com', ]; $promises = []; foreach ($urls as $url) { $promises[$url] =...

bug

### No duplicates 🥲. - [X] I have searched for a similar issue in our bug tracker and didn't find any solutions. ### What happened? ``` SQLSTATE[42712]: Duplicate alias: 7...

type:bug
status:ready for adoption

### No duplicates 🥲. - [x] I have searched for a similar issue in our bug tracker and didn't find any solutions. ### What happened? Value not found ``` 0:...

type:bug
status:ready for adoption

### I have an idea! When developer declare a entity attribute like this: `#[Cycle\Entity(repository: Repository\OfferHistory::class)]` for more than one entity I think what need to a thrown an exception for...

type:feature

### No duplicates 🥲. - [X] I have searched for a similar issue in our bug tracker and didn't find any solutions. ### What happened? Schema generated automatically from attributes....

type:bug
status:to be verified

### No duplicates 🥲. - [X] I have searched for a similar issue in our bug tracker and didn't find any solutions. ### What happened? Смысл в том, что на...

type:bug
status:to be verified

I think should be unified package/class to work with table-column/entity-field naming. 1) Strategy responsible for naming columns 2) Strategy responsible for naming tables 3) Strategy responsible for naming enum values...

type:enhancement

1. Сделать выборку записей, у которых есть поле с датой. Например, дата рождения (без времени) и дата создания записи. Причем выборку можно делать как через связь (BelongsTo) так и напрямую...

type:bug
status:to be verified