Rob

Results 22 issues of Rob

> Perhaps the behaviour I am about to describe is intentional, in which case this would be more of a feature (change) request than a bug report. We currently use...

backlog

We have been using the following: ``` parameters: doctrine_behaviors_translatable_fetch_mode: 'EAGER' doctrine_behaviors_translation_fetch_mode: 'EAGER' ``` However, this seems incompatible with doctrine/orm `2.17.0`, resulting in an exception being thrown: ``` Associations with fetch-mode=EAGER...

I'm considering (either, or both) the following 2 options: - extend readme with some basic examples; - create api documentation and use the `gh-pages` branch.

enhancement
help wanted

## Description I'm trying to use newrelic-infra logging configuration to forward logs to newrelic. Specifically, I am trying to use a custom fluent-bit configuration. I can see the configuration is...

bug
logging

### Bug report See also https://github.com/phpstan/phpstan/discussions/11103 I thought my approach was just questionable, but apparently this is a bug? ### Code snippet that reproduces the problem [81dc22e3-fae8-4f8c-b8b0-d147bff46950](https://phpstan.org/r/81dc22e3-fae8-4f8c-b8b0-d147bff46950) ### Expected output...

May or may not be related to #2176 ? This does not work: ```php #[IsGranted('ROLE_ADMIN')] #[Route(path: '/admin', name: 'admin', methods: ['GET', 'POST'])] public function admin(Request $request): Response ``` This works:...

I made this package years ago under the `league` organization because someone suggested I do so, and I figured, why not. But at the same time I also maintain another...

### Symfony version(s) affected 7.3.0 ### Description I'm trying to use the new `alias` introduced on the `#[Route]` attribute in 7.3, but getting unexpected results. ### How to reproduce with...

Bug
Routing
Status: Needs Review

This is merely a deduction based on practical experience and I have no good data to back it up, but I've noticed that sometimes this addon fails to update my...

### Symfony version(s) affected 6.4.* and up ### Description Unsure if this is on purpose or not (and if it is, what the rationale is); but when `html5` is set...

Form
Bug
Status: Needs Review