Tac Tacelosky

Results 500 issues of Tac Tacelosky

Most of my dashboard menu items pointing to a class don't need me to specify the label yield MenuItem::linkToCrud('Thumbs', 'gg:image', Thumb::class); An easy default would be the short class name...

**Short description of what this feature will allow to do:** I'm new to postgres partitions, but as I understand it the partitions require a composite PK, where one part is...

**Describe the bug** /** Total bytes across files tracked here (optional, best-effort). */ #[ORM\Column(type: Types::BIGINT)] public int $bytes = 0; **To Reproduce** Create a crud controller (bin/console make:admin:crud) for an...

I'm still stuck on #1497 , so I figured I'd try to get the example working. Are these the correct instructions? ```bash composer global require humbug/box:dev-main git clone [email protected]:humbug/box cd...

| Q | A | ------------- | --- | Bug fix? | yes/no | New feature? | yes/no | Fixed tickets | #...

If we bump to a new version, we can drop the templating, we've had that deprecation notice in there for a while.

The transform examples are all shown on a source class, e.g. ```php #[Map(target: 'displayPrice', transform: [PriceFormatter::class, 'format'])] public float $price = 0.0; ``` https://symfony.com/doc/current/object_mapper.html#transforming-values If the data is coming from...

ObjectMapper

I think there are some fields that aren't being passed to meilisearch. In particular, ```json "rankingScoreThreshold": 0.01, "highlightPreTag": "ais-highlight", "highlightPostTag": "ais-highlight" ``` the rankingScoreThreshold is missing.

bug
good first issue

InstantSearch has a lot of predefined fields, making it easy to configure a very attractive search interface to Meilisearch. I'd like to integrate Semantic Search, but I can't figure out...

documentation