javaDeveloperKid

Results 64 comments of javaDeveloperKid

> But that does not solve the bug inside symfony's SQS implementation Where do you see bug inside "symfony's SQS implementation"? Package `symfony/amazon-sqs-messenger` uses SerializerInterface TH. You can inject any...

I would add a new field to the response. I haven't been using apiplatform for a while but I believe this can be achieved via custom normalizer that get a...

What do you mean by "how many items I would have to go through"? The collection for the resource is added by another normalizer.

In my case, I wanted to forbid `Interface` suffix.

Nice. I wrote simple script yesterday for my own purposes, but will take a look at this library with pleasure.

> Is it really important to manage workers with supervisor, or it is just recommendation? What motivation behind this recommendation from official symfony docs? It's just an example. You can...

@MuhammadSulaiman001 thank you for your answer. Will check that out asap. However what about same email and different name? E.g.: ``` Muhammad Sulaiman msulaiman ```

Hmm, I don't understand one thing. Is `treatPhpDocTypesAsCertain` option a "turn on/off" option for PHP Docs or is it more subtle? It looks like having this option set to `false`...

I don't have treatPhpDocTypesAsCertain:false in phpstan.neon so issue described here should not happpen. I will debug further because the playground shows it should work.

Here is the reproducer: https://github.com/javaDeveloperKid/phpstan-reproducer-10360/pull/1