Andreas

Results 22 issues of Andreas

**Symfony version(s) affected**: 3.4+ **Description** In Symfony 3.4 validation groups were added to the Valid() constraint as an option. Yet validation groups for Valid() behave completely different than with any...

Validator
Feature
Keep open

`LcoBucci\JWT` converts some parts of the JWT token to `DateTimeImmutable` objects (since this commit in 2020: https://github.com/lcobucci/jwt/commit/df83ac6b3f28e9750978d535a471eb462021832f, which was released with v3.4 of the library), for example the `exp` value....

All the new Depends-Attributes only support methods, not classes, which mostly makes sense to me, yet I think it would make sense to be able to target a class for...

type/enhancement
feature/test-runner
feature/test-dependencies
feature/metadata/attributes

With v5.0 I get errors for all my forms about missing template parameters (those errors did not show up in earlier versions): ``` MissingTemplateParam - src/UserPasswordSetForm.php:13:7 - UserPasswordSetForm has missing...

| Q | A | ---------------- | --- | Bundle version | 1.3.1 | Symfony version | 3.1.7 | PHP version | 7.0 Extracting translations & using @Desc does not...

The PHP version in some of images have not been updated since February 15th, maybe there is some problem there? ``` docker run thecodingmachine/php:8.3-v4-cli php --version docker run thecodingmachine/php:8.3-v4-cli-node20 php...

bug confirmed

### Description When creating and then removing an overlay network with swarm in the latest version, it seems to be only partly removed, as it cannot be recreated but it...

kind/bug
status/0-triage

I encountered some small issues that could easily be addressed: - `AccessibilityModulesType` is not made available when importing the library, but it is mentioned in the documentation in the section...

When trying to overwrite a menu element via something like this: ```ts var instance = new Accessibility(); instance.menuInterface.increaseText = function() { // My own way to increase text size ....

When doing Twig tests extending `Twig\Test\IntegrationTestCase` there is a skipped test if no legacy tests are defined: ``` There was 1 skipped test: 1) MyTests\IntegrationTest::testLegacyIntegration with data set #0 ('not',...