Antoine Lemaire

Results 17 issues of Antoine Lemaire

Try to get photo from UserAPI ``` $response = $this->client->get( sprintf('/v2/user/%s/photo/%s', $userId, $size) ); ``` `https://api.hipchat.com/v2/user/@MyName/photo/small` Get `HTTP/1.1 400 Bad Request` ``` InvalidArgument Unsupported Authorization Type Authorization Bearer FxxxxxxxxxxxxxxxxxxxxxxxTE0 3F1B465075D3B6E3...

**Describe the bug** After upgrade to v3.1.6, my AssociationField throw an exception. This seems to be caused by https://github.com/EasyCorp/EasyAdminBundle/pull/3551 The error is still present in last release v3.2.7 ![image](https://user-images.githubusercontent.com/2025537/109330483-fa33fc00-785b-11eb-9949-e0e7b10b23ee.png) **To...

bug
priority: important

I've just dump my translation with the `translation:extract` command of JMSTranslationBundle. Here an example: ``` Resources/views/myTemplate.html.twig acme.bundle.label.category Category. ``` I try to upload them on openl10n with`openl10n push --locale=fr`, but...

**Describe the bug** When I have a JSON value, and I do a typo inside, when I save it, it remove everything and save an empty string **To Reproduce** ![RedisDesktopManager](https://user-images.githubusercontent.com/2025537/168120436-07e80e6d-d726-4e1c-9bcf-b276925c7a40.gif)...

bug

I saw that every cache shared the same cacheKey. Even if you don't use the same provider. That could be annoying if the results of my first provider give me...

feature request

Actually when results are coming from cache, there is no way to know it It could be useful sometimes, for cache-invalidation purposes. What do you think?

feature request

`CardPreAuthorization::RemainingFunds` type is not a String

I'm trying to configure https://samltest.id/ to test my app I so I configured the symfony-bridge : ``` light_saml_symfony_bridge: own: entity_id: "http://my_domain.loc" entity_descriptor_provider: id: my_entity_descriptor credentials: - certificate: '%saml.certificate%' key: '%saml.key%'...

It's not a big issue, but when we fetch a recurringRegistration by his ID `$this->mangoPayApi->PayIns->GetRecurringRegistration('1234567');`, the result does not have the ID: ![image](https://user-images.githubusercontent.com/2025537/188416621-e4f2a175-1461-4978-a315-f0a92bb44024.png) This could be usefull when we work...