Marco Deleu
Marco Deleu
## Easy - [ ] Cover Authentication Process - [ ] Refactor and Cover SettingsController - [ ] Refactor TicketsController - [ ] Cover UsersController ## Medium - [ ]...
Suppose I have a ready-to-go resource of data, but I would need it to have a different attribute for `label` and also for `children`. Is this possible? I tried setting...
I have a Laravel project with about 51 environment variables on our `.env.testing` file. The project consist of about 1300 automation tests written on PHPUnit. I was investigating a performance...
This pull request is an ongoing work with an attempt to drastically change the Runtime system. ### Why? It's an attempt to make things easier to change. Although it was...
Is it possible or is there any plan for supporting in-html attribute? Instead of ``` jQuery('.ticket-raty').raty({ starOff: 'img/raty/star-off.png' }); ``` we would be able to do ``` ``` And thus...
Laravel has Form Request classes that can look like the following: ```php
This pull request enhances sidecar abilities to allow developers to deploy sidecar Lambda functions inside a VPC.
According to STS docs, we can send into the StsClient a `sts_regional_endpoints` parameter (ref: https://docs.aws.amazon.com/aws-sdk-php/v3/api/class-Aws.Sts.StsClient.html#___construct). When using async-aws, I get the following error: ``` PHP Fatal error: Uncaught AsyncAws\Core\Exception\InvalidArgument: Invalid...
While following the guide on http://doc.php.net/tutorial/local-setup.php when I got to the step of running `php doc-base/configure.php` I got a warning ``` Iterating over extension specific version files... PHP Warning: Use...
**Description** When running `docker-compose build` using version 2 on an arm64 machine, the Dockerfile being built does not find local images. **Steps to reproduce the issue:** 1. Create A.Dockerfile ```...