Maxime Steinhausser

Results 21 issues of Maxime Steinhausser

| Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | no | Deprecations? | yes | Tickets | Relates...

Serializer
Status: Needs Review
Deprecation

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?

enhancement

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...

for40?

Given the following fixtures: ```php return [ Fluid::class => [ 'Fluid 01' => [ 'usableInPrimaryCircuit' => true, ], 'Fluid 02' => [ 'usableInPrimaryCircuit' => false, ], ], Circuit::class => [...

Feature

| Q | A | ------------ | --- | Feature PR | symfony/symfony#46663 | PR author(s) | @chalasr | Merged in | 6.2

Serializer

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, …). **[📚...

Help wanted
RFC

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...

type:feature

**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...

Serializer
Feature
RFC
Keep open