Tac Tacelosky
Tac Tacelosky
First, congrats on such a slick project. I'm looking to integrate Doodle-like functionality into our app, to facilitate scheduling meetings among multiple team members by polling them. Do you plan...
I'm trying to implement a data transformer to save integer[] values in a postgres database using the bundle. ```php // some entity with tags /** * @ORM\Column(type="integer[]", nullable=true) */ protected...
Searching the Flysystem Documentation for ZipArchive shows the results below. The first link is to version 1, which doesn't work anymore: https://flysystem.thephpleague.com/v1/docs/adapter/zip-archive/#article The second link is a reference to the...
**Description** As of Symfony 6.1, Symfony\Component\Console\Attribute\AsCommand attribute is required. **Example** ``` bin/console api 2022-06-01T07:36:06-04:00 [info] User Deprecated: Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command...
**Description** I would like to use API Platform to get a slice of the results, not a page. **Example** /api/...?offset=422&items_per_page=81 A javascript library I'm using for infinite scrolling fetches more...
Installing (composer install) shows this warning: Package amazonwebservices/aws-sdk-for-php is abandoned, you should avoid using it. Use aws/aws-sdk-php instead.
I'm having a really hard time creating a simple bootstrap navbar with a dropdown. There are LOTS of webpages that describe how to do it, but I haven't had any...
Please consider replacing the code for Single Song Player example with code that uses .playNow(), which is a better way of understanding how to simply play one song without a...
The source file and entire error log are attached. I'm really just trying to get rid of the old getDoctrine() call. "rector/rector": "^0.13.9" ```php declare(strict_types=1); use Rector\CodeQuality\Rector\Class_\InlineConstructorDefaultToPropertyRector; use Rector\Config\RectorConfig; use...
[rector_bug.zip](https://github.com/rectorphp/rector/files/9226215/rector_bug.zip) Attached is a bug report, along with the source file and rector.php