Results 11 comments of Yarco

That is strange... Default value of iconVisibleInMenu in Qt Designer for the action is already turned on. ``` awesome = new QtAwesome(this); awesome->initFontAwesome(); awesome->setDefaultOption("scale-factor", 0.8); ui->actionNew_From_Clipboard->setIcon(awesome->icon(fa::clipboard)); ui->actionNew_From_Clipboard->setIconVisibleInMenu(true); ui->actionNew_From_File->setIcon(awesome->icon(fa::file)); ui->actionNew_From_File->setIconVisibleInMenu(true); ui->actionNew_From_Url->setIcon(awesome->icon(fa::link));...

Yes, it works! So you mean Only Mac OSX has such problem?

:) Seems we are all using mac, nobody use windows.

Yep, I do have the same feeling... But without talking about this project, I think the annotation should be the PHP language feature, but not as in a comment. There's...

@bjunc Yep. But the annotation can do only one thing. If the name is `@ORM\OneToMany`, then the whole functions are defined in `ORM\OneToMany`. If you are going to add `GQL`...

@bjunc In my option, it will be a lot of work if you do follow GraphQL. Maybe extending REST is better. A great feature I want in GraphQL is the...

@fleox kevinpapst 's solution works. And in my case, I just installed `composer require jms/serializer-bundle` and even without do `cache:clear`, it just works. And does that mean actually it rely...

+1 In my case, I'm using the `X-Accept-Version` solution. The parsing procedure seems works when I'm sending `v2`. But the `@Version` annotation seems don't. (I set @Version("v1"), it shouldn't visit...

@GuilhemN Still can not make it work even after I changed it to use `AbstractFOSRestController`. And the doc at the bottom [doc](https://symfony.com/doc/master/bundles/FOSRestBundle/versioning.html) seems not right. I'm following the doc, it...

I failed installing it in travis... Will they plan to include it? ``` 0.40s$ sudo apt-get install libsodium-dev Reading package lists... Done Building dependency tree Reading state information... Done E:...