Maxime Steinhausser
Maxime Steinhausser
| Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | no | Deprecations? | yes | Tickets | Relates...
The [wiki](https://github.com/Bearer/Pizzly/wiki/Secure-your-instance#publishable_key) about `PUBLISHABLE_KEY` mentions it can be used in order to make `auth` requests. But it doesn't seem to actually work with the following endpoints: - `/api/:integration/authentications/:authId` - To...
Hello there 👋🏻 The current Github integration provides a proxy to call the Rest API v3. I'm wondering if there is any plan to support the GraphQL API?
Hi ! According to @fabpot , `"exception messages are not meant to be displayed to the user."` (Source: sensiolabs/SensioFrameworkExtraBundle#196 ). Agreed. However, most applications run into this major issue: we...
Given the following fixtures: ```php return [ Fluid::class => [ 'Fluid 01' => [ 'usableInPrimaryCircuit' => true, ], 'Fluid 02' => [ 'usableInPrimaryCircuit' => false, ], ], Circuit::class => [...
| Q | A | ------------ | --- | Feature PR | symfony/symfony#46663 | PR author(s) | @chalasr | Merged in | 6.2
First step was made in https://github.com/Elao/PhpEnums/pull/165 to rewrite the lib with the new native enum types & adding some integrations based on it and our specificities (readables, flags, …). **[📚...
Hi 👋 What about adding the deployment description? It seems to be unused for now (even on Github's `/deployments` page 😢 ). It is especially useful for a mono-repo with...
[Serializer] Allow to provide a "normalizer" callable to normalize a property during denormalization
**Description** When dealing with DTOs & serializer and `ObjectNormalizer`, a missing feature to me is the ability to normalize values before actually setting the property in the DTOs. DTOs are...