Matthias Pigulla

Results 101 issues of Matthias Pigulla

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

Feature
Translation
Status: Needs Review

In order to complicate automated mass-submissions of forms, one possible solution would be to include a hidden field in the form that includes a timestamp, plus a second field that...

I am under the impression that if the submitted form does not contain the `honeypot` field at all, it is accepted as well. Would it make sense to make this...

When there are multiple instances of the tab widget on a page, the URL state is not able to tell them apart. Example: - Two sets of tabs with "A",...

Due to its name, the `stale-while-revalidate` Cache-Control extension might suggest that it only applies to revalidation requests. However, looking at https://tools.ietf.org/html/rfc5861#section-3... > 3. The stale-while-revalidate Cache-Control Extension > When present...

waiting

This adds https://github.com/webfactory/create-aws-codedeploy-deployment to the list – an action to create AWS CodeDeploy deployments. For more details on CodeDeploy, see https://aws.amazon.com/de/codedeploy/.

👋🏼 Hello everyone, this is my first issue here in Earthly. I am currently looking into how our development and build workflow could benefit from switching to a container-based approach....

type:question

https://symfony.com/doc/4.4/service_container/tags.html#tagged-services-with-priority describes that a static `getDefaultPriority()` method can be implemented on classes that are tagged/collected by autoconfiguration. This seems not to work for ParamConverter classes, probably because there is a...

Doctrine ORM provides a way to use Interfaces e. g. in Association Mappings. Then [a config setting named `resolve_target_entities`](https://symfony.com/doc/current/doctrine/resolve_target_entity.html) can be used to supply an Interface-to-Classname mapping. Whenever Doctrine ORM...

When you use something like `@Cache(smaxage=60)` on your Controllers, it may happen that your browser uses cached responses during development. This can be very confusing, since you'd normally not expect...