Alexander Strizhak

Results 27 issues of Alexander Strizhak

Please add support of https://github.com/BitOne/php-meminfo to your amazing project

enhancement

### I have an idea! It would be very useful to use one field instead of two like in [Doctrine](https://www.doctrine-project.org/projects/doctrine-orm/en/2.15/tutorials/composite-primary-keys.html#use-case-2-simple-derived-identity). Something like... ```php class User { #[Cycle\Column(type: 'primary')] private ?int...

status:to be verified
type:feature

### No duplicates 🥲. - [X] I have searched for a similar issue in our bug tracker and didn't find any solutions. ### What happened? We have classes below ```php...

type:bug
status:to be verified

In `queue.php` config we can set `job_name to job_handler` binding. This is very useful. ```php 'registry' => [ 'handlers' => [ 'app::ping' => Ping::class, 'app::user:action' => UserActionJobHandler::class, ], ], ```...

Feature
Component: Queue

## Description I need to make mini-ultra-lightweight microservice with spiral framework. Actualy I need only `Spiral\Framework\Kernel` and related classes. But if my composer.json requires only `spiral/framework` after installation it will...

Feature
Improvement
Question

## Description It would be very useful to be able to load configuration files based on APP_ENV from corresponding folder. Like in a Symfony ## Example Imagine that we have...

Feature
Discussion
Bridge: Dotenv
Component: Config

if any exec fails - job fails too. Fixed #17

| Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Doc updated | yes | BC breaks? | no | Deprecations?...

I don't see any CONTRIBUTING.md inside the project folder. Could you add a guidelines how to improve the documentation? According to CONTRIBUTING.md in https://github.com/schmittjoh/serializer I've executed. ``` cd Resources/doc &&...

### I have an idea! I have the query with subquery columns. I need to make aliases for subquery columns for `having`; ```php $result = $database ->select([ 'table1.id', $database->select('COUNT(1)')->from('table2')->where('inner_id', new...

type: feature