Grégoire Paris

Results 70 issues of Grégoire Paris

@Padam87 , I have no time to contribute this properly, but you should probably cherry-pick this : https://github.com/DigitalBackstage/AttributeBundle/commit/b0270af022eb73040a07b74b16df3c4396a10740 (And maybe do the same for `AttributeType` ?

Could be done with [this trick](http://symfony.com/doc/current/cookbook/bundles/prepend_extension.html) (maybe there is a simpler solution ? ). The goal would be to get rid of the import in the `config.yml`.

enhancement
3.0

The mapping is not recognized when you do not use annotations in your project. This can be done like this : https://github.com/KnpLabs/DoctrineBehaviors/commit/3f7792cbf49221f28bc20bbb05da34fa8d226821

enhancement
3.0

The only difference between github and gitlab seems to be that there is no payload, the json is in the request body. I got it to work, see [the gitlab...

It would be great to have aglio return something else than zero on failure (or is it warning ?), to be able to use that in CI, for instance. Maybe...

Could you please tag a release ? There is no 2.7 - compatible release yet.

I'd like to set the `no_results_text`, and `disable_search_threshold` options provided by chosen. Is there any way I can achieve this? Perhaps you should add a third argument for this to...

## Bug report | Question | Answer | ------------| --------------- | Box version | 3.7.3 | PHP version | 7.4.11 | Platform with version | Fedora 33 | Github Repo...

bug

When using `:PhpactorGotoDefinition`, the jump list seems to have an extra item matching the first line of the destination file. This is a bug I remember having for quite some...

My company is intending to use [http://www.keycloak.org/](Keycloak) to generate JWTs for applications that need it. I'm trying to use this bundle for the guard it provides, which I guess can...

Feature