chris

Results 156 issues of chris

This is just a proof of concept for varnish with APIP 2.6. It is **buggy**. /docs need sometimes refreshed 4-6 times to work. PWA, Vulcain, Mercure is not supported (or...

The [symfony/http-foundation](https://github.com/symfony/http-foundation) does not allow to set objects as query Parameters to requests in version 6. This looks reasonable for me. The test fails here https://github.com/Payum/Payum/blob/master/src/Payum/Core/Tests/Bridge/Symfony/Security/HttpRequestVerifierTest.php#L169 It is in the...

docs: add infos how to add ttl of JWT-tokens in response of the authentication endpoint. add automated authentication with JWT in postman. I am not sure if it is ok...

Rector version: https://github.com/rectorphp/rector/commit/80bfee9246e1b57194c2119558962a2983bd2798 Update: I run this under PHP 8.1. DoctrineSetList::ANNOTATIONS_TO_ATTRIBUTES, SymfonySetList::ANNOTATIONS_TO_ATTRIBUTES The InverseJoinColumn ist not converted correct. It is converted to JoinColumn. Before: ``` /** * @ORM\ManyToMany(targetEntity="App\Entity\Liste") * @ORM\JoinTable(name="liste_kontingente",...

bug
Help wanted

Hi. In the first line of the readme file the GraphQL Relay Link is broken (404)

hi. i bumped php to 7.2. i suggest to bump further to php 7.4 as latest supported version (for this and your symfony-bundle). What is you opionen about that? https://php.watch/versions...

Enhancement: Hi, Are there any plans to migrate from psr/log from v2 to v3 ? I did a quick look into the code, and i think it is not so...

Type: Enhancement
Type: Question

Hi. Is there any interest to bump php version to ^7.4|^8.0" as supported Versions. https://php.watch/versions I could do the PR

The docu is not up to date. There is a blog post about this, but could not find it at quick search. https://symfony.com/doc/current/console/commands_as_services.html#console-command-service-lazy-loading https://github.com/symfony/console/blob/5.4/Command/Command.php I keept the 2 method calls...