Arjan Vermunt

Results 14 issues of Arjan Vermunt

Hi, I added some events to control the way errors can be handled. With the changes it is possible to trap all errors on one line instead of only the...

enhancement

Hi, We are hosting a symfony application in kubernetes and we need to migrate the database before deploying the new version. So I was wondering whether it is possible to...

### Feature request type Other ### Component name Unit Tests ### Is your feature request related to a problem? Code is generated for testing and documentation through reflection. For generic...

enhancement
wants to do a PR

Investigate consequences of all breaking changes. Can we support both versions? Maybe create two nuget packages.

research
new feature

## Description resolved #6178 Adds support for a generic MudDatePicker. Supported values are `DateOnly`, `DateTime` and `DateTimeOffset`. ## How Has This Been Tested? ## Type of Changes - [ ]...

enhancement
breaking change

### Symfony version(s) affected 7.1.* ### Description An excepion occurs in the `AbstractObjectNormalizer` when deserializing a class containing a generic property. Exception: `Cannot get base type on "T" template type.`...

Serializer
Bug
Status: Needs Review

Is it possible to hide/omit the client secret field for Authorization Code with PKCE? ![image](https://github.com/user-attachments/assets/d860a0ad-b54e-4f46-bb02-4ea760237e2f) I have the following configuration: ```csharp services.AddOpenApiDocument((opt, _) => { opt.AddSecurity(appSettings.Jwt.Scheme, [], new OpenApiSecurityScheme {...

fixes #210 - upgrade Serilog packages - use new wrapper sink construction - use IBatchedLogEventSink from core serilog package - remove Serilog.Sinks.PeriodicBatching dependency

tests

Upgrade Docker images to test against the newest version of RabbitMQ.

new feature

- Upgrade Serilog packages - Replace Serilog.Sinks.Batching with core Batching

new feature