Pierre Allétru

Results 31 comments of Pierre Allétru

I agree it'd be really a great thing, allowing us to easily customs our rendering.

We're interested in this feature as well. :)

Somehow iOS sometimes doesn't send an ORGANIZER at all, and that also prevents invites being sent, due to [this](https://github.com/sabre-io/vobject/blob/eb3d10ee901239ecb9e820a6a5e0222817127a71/lib/ITip/Broker.php#L201) condition: ``` if (!$eventInfo['organizer'] && !$oldEventInfo['organizer']) { // There was no...

We're seeing the same thing. It started in late March for us.

Despite our pods not reaching their cpu limits, it seems we solved the issue by raising the requested cpu on our pods.

Anybody has a workaround for this? I cannot downgrade to 2.2.4 because of another [issue](https://github.com/doctrine/DoctrineBundle/pull/1327#issuecomment-822326715) in that version which was solved on 2.3.

I just realized I can kind of work around with the documentation type option, like so: ``` public function buildForm(FormBuilderInterface $builder, array $options) { $builder ->add('users', EntityType::class, [ 'class' =>...

I'm having the exact same issue, and removing https://github.com/nelmio/NelmioApiDocBundle/blob/master/ModelDescriber/JMSModelDescriber.php#L195-L197 works for me as well, though like @arneee I don't know the repercussions of that change.

Thanks for the update @arneee. I can get it to work too using explicit non `Default` groups everywhere. That kind of defeats the whole purpose of the `Default` group though,...