Sergei Iamskoi

Results 6 issues of Sergei Iamskoi

I installed cornerCal and last reboot system in March. If click on CornelCal in status bar at April, opens calendar for March :( It's wrong, calendar must open current month....

Draft version of migration builder. Need add support custom types for all database, because current version only for postgresql and only for enums.

type:enhancement

Now I can't create custom fields: ``` $this->table('table')->addColumn('location', 'point'); ``` I got error `Undefined abstract/virtual type 'point'` in `AbstractColumn.php line 449` Add the ability to create custom field types.

type:enhancement

Database: > Postgres 9.1 Code for migration: ``` ->addColumn('status', 'enum', [ 'nullable' => false, 'default' => 'active', 'values' => [ 'active', 'inactive', ... ] ]) ``` Actual result: A table...

type:enhancement

PHPStan crashing when I use static type in relation, for example: recursive category with same parent type: ``` class` Category extends ActiveRecord { public function getParent(): ActiveQuery { return $this->hasOne(static::class,...

### Description When I run the "docker compose ps --format json" command, I get an incorrect json output - I have to write third-party parsers to use it, it's inconvenient....

kind/bug
status/0-triage