Maks

Results 41 issues of Maks

PHP Version: 8.0 Cycle ORM: 1.5.0 If you use the UUID as the primary key, then when fetching related records, the ORM crashes with an error: ``` [TypeError] array_key_exists(): Argument...

type:bug

## Description * A feature to define global variables for all templates in Bootloader (Stempler Bootloader) * A feature to define sub global (i.e. global variable within layout, not for...

Feature
Component: Views

### Description The template engine gives an error of inability to load the layout, but in fact the error is different (see screenshots). This is confusing to the developer. ###...

Bug
Improvement
Bridge: Stempler
Component: Stempler

### Description It conflicts with suggest: https://github.com/spiral/framework/blob/1a8851523ad1eb62bcbb50be7eff47646c711692/src/Storage/composer.json#L49 ### How To Reproduce 1. install async-aws package 2. try to use it without aws-sdk ### Additional Info | Q | A |...

Bug
Component: Storage

I found a bug with insert or update records. Library use PDO `execute()` statement which all values are treated as PDO::PARAM_STR. https://php.net/manual/en/pdostatement.execute.php But if u use PostgreSQL database booleans [must...

Hi, Versions: * `amphp/dns` v1.2.2 * `amphp/http-client` v4.4.0 * PHP 7.4.5 (cli) (built: Apr 23 2020 02:25:56) ( NTS ) Steps to reproduce: 1. Run php web server `php -S...

More: https://github.com/amphp/amp/issues/300

It causes periodically when works with cli commands: ``` roquie:test-lucky$ lucky gen.model VatNumberType Created CreateVatNumberTypes::V20200919094107 in ./db/migrations/20200919094107_create_vat_number_types.cr Generated VatNumberType in ./src/models/vat_number_type.cr Generated VatNumberTypeOperation in ./src/operations/save_vat_number_type.cr Generated VatNumberTypeQuery in ./src/queries/vat_number_type_query.cr roquie:test-lucky$...

needs investigation

Code to reproduce: ```php use Amp\Postgres; Amp\Loop::run(function () { $config = Postgres\ConnectionConfig::fromString('host=localhost user=postgres'); $pool = Postgres\pool($config); yield $pool->query('DROP TABLE IF EXISTS test'); yield $pool->query('DROP TABLE IF EXISTS test2'); /** @var...

enhancement