Tac Tacelosky

Results 500 issues of Tac Tacelosky

First, really cool project! Thanks for releasing it. "sebastian/diff": "^5.0", is in the "require" section of composer. Can it be moved to "require-dev"? Also, diff is at version 7, can...

enhancement

I'm sure this is simple, I'll update the docs once I know how to do it. A simple query: ``` $qb = $this->articleRepository->createQueryBuilder('article'); $qb ->andWhere('CONTAINS(article.tagValues, :tagValue) = TRUE') ->setParameter('tagValue', $tagValue)...

help wanted
answered

I need to know which storage adapter is being used, but all the properties seem to be private. A simple getAdapter would be great.

Is there any downside to adding a return type of array to getFilters()? ``` Script cache:clear returned with error code 255 !! PHP Fatal error: Declaration of Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension::getFilters() must be...

Feature

link was broken

What an amazing tool! I rarely use it directly, but many of the tools I use depend on it. But today I'm trying to use it directly, and stuck on...

I submitted a PR to fix #1488 , but it feels clunky. We can get pagination, filtering and sorting with a consistent and well-loved API by configuring API platform. Since...

**Is your feature request related to a problem? Please describe.** My installation is empty, I'd like some sample data. **Describe the solution you'd like** The doctrine migrations add data for...

enhancement

The original example didn't work because it was expecting a return value. This example is a bit more real-world.

Status: Needs Review

> / 8.0 / 8.1 / 8.2 Are there plans to support the latest versions of PHP?