klimenttoshkov

Results 10 issues of klimenttoshkov

`Trying to access array offset on value of type int at vendor/milon/barcode/src/Milon/Barcode/QRcode.php:1246, ErrorException(code: 0): Trying to access array offset on value of type int at vendor/milon/barcode/src/Milon/Barcode/QRcode.php:1246)` Laravel Framework 5.5.40 PHP...

I have a model with custom attribute: ``` protected function currentRate(): Attribute { $rate = Cache::remember("route:{$this->id}:current_rate:{$this->updated_at->timestamp}", 3600, function () { $rateCurrent = $this->rates()->current()->first(); return $rateCurrent; }); return Attribute::make( get: fn...

``` sag@Sag-MacBook-Pro-15 zz_api % php -v PHP 8.1.1 (cli) (built: Dec 17 2021 22:38:05) (NTS) Copyright (c) The PHP Group Zend Engine v4.1.1, Copyright (c) Zend Technologies with Xdebug v3.1.4,...

Hi again, When defining a transition, we can supply a list of places than can be either in sub-array or not. This will effectively result in AND/OR join, demonstrated below...

Workflow: ![49b6efb1-f616-45b5-bba8-6932991d2bce](https://user-images.githubusercontent.com/59835221/183900121-b2ce69d3-a9e8-415b-b75b-996ab815eeea.svg) ``` public static function getWorkflowDefinition(): array { return [ 'type' => self::WORKFLOW_TYPE, 'supports' => [self::class], 'places' => [ self::PLACE_DRAFT, self::PLACE_NEW, self::PLACE_PAID => ['metadata' => ['bg_color' => '#FF00AA']], self::PLACE_PROVISIONED,...

help wanted

Added support for fixer.io and possibility to define the database connection for migration

composer require brexis/laravel-workflow Using version ^1.3 for brexis/laravel-workflow ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an...

requirements need updating to be installed with latest symfony/event-dispatcher ``` Problem 1 - Root composer.json requires piece/stagehand-fsm ^2.6 -> satisfiable by piece/stagehand-fsm[v2.6.0, 2.6.x-dev]. - piece/stagehand-fsm[v2.6.0, ..., 2.6.x-dev] require symfony/event-dispatcher ~2.8|~3.0|~4.0...

Most of the data returned to curl_xml requests is not processed. Examples are explained below: ### Retrieve response to sip_auth request (e4f195a1-2ba3-467d-9843-1eb5e5b6fa59.tmp.xml) 1) The user retrieved has cidr="..." tag. This...

bug

Dashboard table "Device_Info" is not filtered on column Instance value when it is selected in top filter: